[Bug target/13922] Incomplete COFF format support

m4341 at abc dot se gcc-bugzilla@gcc.gnu.org
Sat Jan 31 09:16:00 GMT 2004


------- Additional Comments From m4341 at abc dot se  2004-01-31 09:16 -------
Resolution:

Problem resides in binutils. Edit file include/coff/arm.h and change:

    #define ARMMAGIC 0xa00  /* I just made this up */

To:

    #define ARMMAGIC 0xc2 /* To be compatible with
                             Texas Instruments ARM tools. */

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13922



More information about the Gcc-bugs mailing list