Since binutils 2.36, GNU ld defaults to emitting base relocations,
and that version added the new option --disable-reloc-section to
disable it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127478
[LLD] [MinGW] Implement --disable-reloc-section, mapped to /fixed ClosedPublic Authored by mstorsjo on Jun 10 2022, 1:00 AM.
Details Summary Since binutils 2.36, GNU ld defaults to emitting base relocations,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 10 2022, 9:18 AM Closed by commit rGaefa11166f20: [LLD] [MinGW] Implement --disable-reloc-section, mapped to /fixed (authored by mstorsjo). · Explain WhyJun 15 2022, 6:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 435824 lld/MinGW/Driver.cpp
lld/MinGW/Options.td
lld/test/MinGW/driver.test
|