[patch-2.3.99pre1] Assembler Warnings in head.S

From: Bill Wendling (wendling@ganymede.isdn.uiuc.edu)
Date: Sat Mar 18 2000 - 02:25:48 EST


Hi everyone,

I got these warnings when compiling 2.3.99pre1 for i386 on a UP machine:

gcc -D__KERNEL__ -I/home/kernel/linux-test/include -DCPU=686 -traditional
-c head.S
/tmp/ccHQoVuB.s: Assembler messages:
/tmp/ccHQoVuB.s:112: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccHQoVuB.s:113: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccHQoVuB.s:114: Warning: using `%eax' instead of `%ax' due to `l' suffix
/tmp/ccHQoVuB.s:115: Warning: using `%eax' instead of `%ax' due to `l' suffix

The problem seemed simple enough to fix (the patch is included below). It
seems to work for me and simply does what gcc (2.95.2) said it would do.

Comments?

-- 
|| Bill Wendling			wendling@ganymede.isdn.uiuc.edu


- 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/



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:24 EST