Re: Fix x86-elf build
I should add: I don't know any reason why this target should need its own ASM_OUTPUT_ASCII definition (instead of the default ELF version) at all, but haven't tried removing the definition. -- Joseph S. Myers jos...@codesourcery.com
Fix x86-elf build
config/i386/i386elf.h wasn't updated for the change of STRING_LIMIT to ELF_STRING_LIMIT, so breaking builds for i?86-elf. I've committed this patch as obvious to fix this. Tested building cc1 and xgcc for cross to i686-elf. Index: gcc/ChangeLog