This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/13922] Incomplete COFF format support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]