Changes to gas/write.c and others break the ia32 assembler

Alexandre Oliva aoliva@redhat.com
Wed Aug 23 11:57:00 GMT 2000


On Aug 23, 2000, Alexandre Oliva <aoliva@redhat.com> wrote:

> On Aug 23, 2000, "H . J . Lu" <hjl@lucon.org> wrote:
>>> How did it work without it, in write.c?

>> Because write.c includes config/obj-elf.h, which defines OBJ_ELF,
>> after config/tc-i386.h. OBJ_MAYBE_ELF may be defined in config.h,
>> which is a generated file.

> I see.  Thanks, I'll fix that.

i386 was the only affected port that referred OBJ_MAYBE_ELF in its
configuration file, so it's the only one I'm modifying.  With this
patch, the build with the --enable-targets you reported before passes
all ld tests.  Ok to install?



More information about the Binutils mailing list