summaryrefslogtreecommitdiff
path: root/ld
Commit message (Expand)AuthorAgeFilesLines
...
* x86-64: Test protected function pointersH.J. Lu2021-06-175-0/+122
* ld: Add ChangeLog entry for -no-pieFangrui Song2021-06-171-0/+7
* ld: Add -no-pieFangrui Song2021-06-173-0/+11
* readelf: report DF_1_PIE as "Position-Independent Executable"Alan Modra2021-06-152-1/+5
* PR27952, Disallow ET_DYN DF_1_PIE linker inputAlan Modra2021-06-112-1/+8
* Fix the creation of archives for Sparc Solaris2 targets by eliminating the su...Nick Clifton2021-06-092-7/+18
* PR2589, ld vs. ld.soAlan Modra2021-06-032-4/+16
* RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust.Nelson Chu2021-05-317-0/+82
* x86: Restore PC16 relocation overflow checkH.J. Lu2021-05-283-0/+8
* x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu2021-05-267-0/+64
* x86-64: Add ilp32-12 to check R_X86_64_32 for x32H.J. Lu2021-05-264-0/+19
* 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