summaryrefslogtreecommitdiff
path: root/ld
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Check the overflow for %pcrel_lo addend more strictly.Nelson Chu2021-05-147-7/+38
* ld: Add -Bno-symbolicFangrui Song2021-05-136-0/+30
* arm: fix fallout from recent thumb2 detection patchRichard Earnshaw2021-05-122-1/+6
* x86-64/ELF: Fix "clear src_mask for all reloc types" test caseRoland McGrath2021-05-112-1/+6
* Prevent libdel.dll.a from being installed on Windows based systems.Nick Clifton2021-05-113-0/+9
* Enable linker garbage collection for the PRU target.Dimitar Dimitrov2021-05-108-7/+17
* PRU: Add alignment for resource table, and allow sizes of memory regions to b...Dimitar Dimitrov2021-05-102-2/+14
* support generating multi-html pages in parallelMike Frysinger2021-05-083-7/+24
* generate single html manual page by defaultMike Frysinger2021-05-083-2/+7
* x86-64/ELF: clear src_mask for all reloc typesJan Beulich2021-05-073-0/+16
* When computing section link order for a relocateable link, ignore section sizes.Nick Clifton2021-05-072-6/+14
* multiple definition warnings from script symbolsAlan Modra2021-05-073-4/+14
* Re: elf: Always append ".COUNT" to local symbolsAlan Modra2021-05-073-4/+7
* or1k: Support large plt_relocs when generating plt entriesStafford Horne2021-05-067-0/+122
* libctf, ld: fix test results for upstream GCCNick Alcock2021-05-0613-19/+81
* elf: Always append ".COUNT" to local symbolsH.J. Lu2021-05-059-1/+74
* PowerPC undefweak testcaseAlan Modra2021-05-055-0/+28
* Re: section symbols without a nameAlan Modra2021-05-032-1/+6
* Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton2021-04-284-0/+28
* x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich2021-04-266-0/+31
* ld: Properly create a symbolic link to tmpdir/ldscriptsH.J. Lu2021-04-232-1/+9
* x86-64/PE: adjust PR ld/26659 testcase for CygwinJan Beulich2021-04-222-25/+23
* Adjust readelf's output so that section symbols without a name as shown with ...Nick Clifton2021-04-2152-485/+540
* Rework the R_NEG support on both gas and ld for the PowerPC AIX targets, in o...Cl?ment Chigot2021-04-206-0/+92
* Document the effect of --as-needed on --rpath on Linux based systems.Nick Clifton2021-04-132-0/+21
* PR27722, error: array subscript has type charAlan Modra2021-04-132-3/+9
* ENABLE_CHECKING in bfd, opcodes, binutils, ldAlan Modra2021-04-134-2/+42
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-123-2/+8
* PR27719, lang_mark_undefineds trashes memoryAlan Modra2021-04-125-5/+16
* PowerPC disassembly of pcrel referencesAlan Modra2021-04-0912-56/+70
* ld: warn about PE base relocations to sections above .relocJan Beulich2021-04-062-1/+15
* C99 ld configuryAlan Modra2021-04-057-1573/+633
* PE/Windows x86_64: Fix weak undef symbols after image base changeTamar Christina2021-04-014-0/+78
* Remove strneq macro and use startswith.Martin Liska2021-04-012-4/+9
* Use bool in ldAlan Modra2021-03-3191-1532/+1571
* Remove bfd_stdint.hAlan Modra2021-03-3118-19/+39
* TRUE/FALSE simplificationAlan Modra2021-03-294-5/+11
* ld: do not rely on the exact size of the CTF symtypetabs in test resultsNick Alcock2021-03-256-8/+18
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-2215-33/+58
* x86-64: Add a testcase for PR ld/27590H.J. Lu2021-03-195-0/+24
* DWARF LTO debug sections vs. .stabstrAlan Modra2021-03-202-2/+9
* pr27590 testcase fixesAlan Modra2021-03-193-4/+15
* elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu2021-03-185-2/+42
* DWARF: Check version >= 3 for DW_FORM_ref_addrH.J. Lu2021-03-185-0/+16
* libctf: support encodings for enumsNick Alcock2021-03-183-2/+10
* Fix potentially undefined behaviour use of strcpcy.Nick Clifton2021-03-162-1/+8
* ld: don't chance overrunning PE .reloc section contentJan Beulich2021-03-152-3/+4
* riscv --enable-targets=all on 32-bit hostAlan Modra2021-03-123-12/+18
* aix: implement TLS relocation for gas and ldClément Chigot2021-03-1212-1/+264
* aix: implement R_TOCU and R_TOCL relocationsClément Chigot2021-03-127-0/+94