This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13922] Incomplete COFF format support
- From: "m4341 at abc dot se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2004 09:16:21 -0000
- Subject: [Bug target/13922] Incomplete COFF format support
- References: <20040129155337.13922.m4341@abc.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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