This fixes a 7.0 -> 8.0 regression when parsing OUTPUT_FORMAT("elf32-bigmips"); directive in ldscripts.
I request this to be backported to LLD 8.0, as it is a regression breaking ldscripts that worked fine with LLD 7.0.
Differential D58007
Recover elf32-bigmips support in LLD vit9696 on Feb 9 2019, 11:51 AM. Authored by
Details
This fixes a 7.0 -> 8.0 regression when parsing OUTPUT_FORMAT("elf32-bigmips"); directive in ldscripts. I request this to be backported to LLD 8.0, as it is a regression breaking ldscripts that worked fine with LLD 7.0.
Diff Detail Event TimelineComment Actions Can you merge your recent patches that adds new entries to this place into a single patch, add tests to lld/test/ELF/emulation-ppc.s, and then repost? |