Assembler warnings 2.2.12

nbecker@fred.net
30 Aug 1999 10:38:33 -0400


Has anyone else seen this?

i686-pc-linux-gnu
> gcc --version
2.9-codefusion-990706

make[1]: Entering directory `/usr/src/linux-2.2.12/fs'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.12/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE -c -o binfmt_aout.o binfmt_aout.c
{standard input}: Assembler messages:
{standard input}:1019: Warning: using `%eax' instead of `%ax' due to `l' suffix
{standard input}:1019: Warning: using `%eax' instead of `%ax' due to `l' suffix

Is this a linux-kernel problem, or a gcc problem? Or maybe not a problem?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/