[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

  • Next message: Chris Wedgwood: "Re: Linux Jobs: Update"

    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 : Sat Mar 18 2000 - 08:59:52 EST