mipsel memcpy & gcc3.4.6
Daniel Jacobowitz
drow at false.org
Mon Jan 7 07:43:05 PST 2008
On Mon, Jan 07, 2008 at 06:29:43PM +0300, Alexander Voropay wrote:
> It seems, GCC 3.4.6 preprocessor supports ## concatenations
> incorrectly. I've took ENTRY definition from the "sysdeps.h" of the
> ia64/sysdeps.h It works.
name##: is incorrect. ## is supposed to be used between parts of a
single pp-token; ":" is a token all by itself.
--
Daniel Jacobowitz
CodeSourcery
More information about the uClibc
mailing list