summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
AgeCommit message (Expand)Author
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra
2022-07-29ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targets [PR29411]Rainer Orth
2022-07-26Stop the linker from complaining about RWX segments in sparc-solaris targets.Nick Clifton
2022-07-08Add markers for 2.39 branchNick Clifton
2022-06-27Disable execstack and rwx segments warnings for MIPS targets.Nick Clifton
2022-06-21Default to disabling the linker warnings about execstack and RWX segments if ...Nick Clifton
2022-05-12Fix an illegal memory access when creating DLLs.Alan Modra
2022-05-03Fix potential arithmetic overflow in the linker's plugin handling code.Nick Clifton
2022-04-27Fix potential buffer overruns when creating DLLs.Nick Clifton
2022-04-25Emit a note warning the user that creating an executable stack because of a m...Nick Clifton
2022-04-20xcoff: implement linker relaxationCl?ment Chigot
2022-04-20Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot
2022-04-07Add support for COFF secidx relocationsMark Harmstone
2022-03-01Fix linker tests to compile with gcc-12.Nick Clifton
2022-02-18Fix typo in ld.texiRoland McGrath
2022-02-17Updated Serbian translations for the bfd, gold, ld and opcodes directoriesNick Clifton
2022-02-16ld: Support customized output section typeFangrui Song
2022-02-02Updated French translation for the ld/ and gold/ sub-directoriesNick Clifton
2022-01-24Update Bulgarian, French, Romaniam and Ukranian translation for some of the s...Nick Clifton
2022-01-22Adjust default page sizes for haiku arm.Alexander von Gluck IV
2022-01-22Change version number to 2.38.50 and regenerate filesNick Clifton
2022-01-22Add markers for 2.38 branchNick Clifton
2022-01-21Updated Serbian translation for the ld sub-directoryNick Clifton
2022-01-17Update the config.guess and config.sub files from the master repository and r...Nick Clifton
2022-01-11Fix multiple problems with DLL generation.Martin Storsj
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-16Fix AVR assembler so that it creates relocs that will work with linker relaxa...Nick Clifton
2021-11-30ld: pru: Add pru_irq_map output sectionNick Clifton
2021-11-17Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake
2021-11-17Fix the linker script parser so that it will recognise the PT_GNU_RELRO segme...Nick Clifton
2021-11-15ld: Fix testsuite failures under --enable-textrel-check=errorRoland McGrath
2021-10-25libctf, ld: handle nonrepresentable types betterNick Alcock
2021-10-25binutils, ld: make objdump --ctf's parameter optionalNick Alcock
2021-09-30ld: pru: Fix resource_table output section alignmentDimitar Dimitrov
2021-09-27configure: regenerate in all projects that use libtool.m4Nick Alcock
2021-09-21Change the linker's heuristic for computing the entry point for binaries so t...Nick Clifton
2021-09-15arc: Fix got-weak linker testClaudiu Zissulescu
2021-09-14arc: Fix potential invalid pointer access when fixing got symbols.Claudiu Zissulescu
2021-07-26Fix ld test case that assumes --enable-textrel-checkRoland McGrath
2021-07-06elf/riscv: Fix relaxation with aliases [PR28021]Michael Matz
2021-07-03Update version number and regenerate filesNick Clifton
2021-07-03Add markers for 2.37 branchNick Clifton
2021-06-22RISC-V: Clarify the addends of pc-relative access.Nelson Chu
2021-06-19x86: Count PLT for GOTOFF relocation against IFUNC symbolH.J. Lu
2021-06-19elf: Correct DT_TEXTREL warning in PDEH.J. Lu
2021-06-19elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX testsH.J. Lu
2021-06-18ld.texi: Move -z unique-symbol after -z undefs.H.J. Lu
2021-06-18elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXXH.J. Lu
2021-06-17x86-64: Use $NOPIE_LDFLAGS/$NOPIE_CFLAGS on protected-func-1H.J. Lu
2021-06-17x86-64: Test protected function pointersH.J. Lu