diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 892341f..ddd1ba9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-12-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * emulparams/elf_i386.sh (LIBPATH_SUFFIX, LIBPATH_SUFFIX_SKIP) @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.42: + * Add -z mark-plt/-z nomark-plt options to x86-64 ELF linker to mark PLT entries with DT_X86_64_PLT, DT_X86_64_PLTSZ and DT_X86_64_PLTENT dynamic tags. Also added --enable-mark-plt configure option to mark PLT entries |