summaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)Author
2021-04-22x86-64/PE: adjust PR ld/26659 testcase for CygwinJan Beulich
2021-04-21Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton
2021-04-20Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot
2021-04-13Document the effect of --as-needed on --rpath on Linux based systems.Nick Clifton
2021-04-13PR27722, error: array subscript has type charAlan Modra
2021-04-13ENABLE_CHECKING in bfd, opcodes, binutils, ldAlan Modra
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra
2021-04-12PR27719, lang_mark_undefineds trashes memoryAlan Modra
2021-04-09PowerPC disassembly of pcrel referencesAlan Modra
2021-04-06ld: warn about PE base relocations to sections above .relocJan Beulich
2021-04-05C99 ld configuryAlan Modra
2021-04-01PE/Windows x86_64: Fix weak undef symbols after image base changeTamar Christina
2021-04-01Remove strneq macro and use startswith.Martin Liska
2021-03-31Use bool in ldAlan Modra
2021-03-31Remove bfd_stdint.hAlan Modra
2021-03-29TRUE/FALSE simplificationAlan Modra
2021-03-25ld: do not rely on the exact size of the CTF symtypetabs in test resultsNick Alcock
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-03-19x86-64: Add a testcase for PR ld/27590H.J. Lu
2021-03-20DWARF LTO debug sections vs. .stabstrAlan Modra
2021-03-19pr27590 testcase fixesAlan Modra
2021-03-18elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu
2021-03-18DWARF: Check version >= 3 for DW_FORM_ref_addrH.J. Lu
2021-03-18libctf: support encodings for enumsNick Alcock
2021-03-16Fix potentially undefined behaviour use of strcpcy.Nick Clifton
2021-03-15ld: don't chance overrunning PE .reloc section contentJan Beulich
2021-03-12riscv --enable-targets=all on 32-bit hostAlan Modra
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot
2021-03-12aix: implement R_TOCU and R_TOCL relocationsClément Chigot
2021-03-12PE image base falloutAlan Modra
2021-03-11RISC-V: Improve multiple relax passes problem.Nelson Chu
2021-03-10bfd: strip symbols not representable in COFF/PE symbol tableJan Beulich
2021-03-09ld: adjust PE base relocations testcaseJan Beulich
2021-03-09bfd: don't silently wrap or truncate PE image section RVAsJan Beulich
2021-03-05elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu
2021-03-04ld: adjust ld-scripts/map-address.*Jan Beulich
2021-03-04ld: don't generate base relocations in PE output for absolute symbolsJan Beulich
2021-03-03--gc-sections with groups and start/stop symsAlan Modra
2021-03-03ld-gc tests on underscore targetsAlan Modra
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock
2021-03-02PR27451, -z start_stop_gc for powerpc64Alan Modra
2021-03-02PowerPC64 undefined weak visibility vs GOT optimisationAlan Modra
2021-03-01Add DWARF-5 section names to PE and PEP linker scripts.Nick Clifton
2021-03-01PR27451, -z start_stop_gcAlan Modra
2021-03-01Weak references to __start_/__stop_ symbolsAlan Modra
2021-03-01PR27128, nm -P portable output format regressionAlan Modra
2021-02-26Add PR27441 testcaseAlan Modra
2021-02-25ld: correct description of behavior for symbols redefined by scriptJan Beulich
2021-02-21Warn when a script redefines a symbolAlan Modra
2021-02-20readelf: Replace procesor with processorH.J. Lu