Re: pwc+pwcx is not illegal

From: Rogier Wolff
Date: Wed Sep 01 2004 - 18:03:59 EST



I don't want to get into the whole discussion. However,

--------------------

int pwcx_init_decompress_Timon (int a,int b,int c, int d)

{
return pwc_init_decompress_common (a, c, d);
}

void pwcx_exit_decompress_Timon (void)
{
}

int pwcx_init_decompress_Kiara (int a,int b,int c, int d)

{
return pwc_init_decompress_common (a, c, d);
}

void pwcx_exit_decompress_Kiara (void)
{
}

--------------------

compiles with

gcc -m486 -Wall -O2 pwcx_test.c -S

into the same assembly as found in libpwcx.a ...

Roger.

--
** R.E.Wolff@xxxxxxxxxxxx ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
**** "Linux is like a wigwam - no windows, no gates, apache inside!" ****
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/