diff options
author | Nick Clifton <nickc@redhat.com> | 2022-01-22 12:08:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-01-22 12:08:55 +0000 |
commit | a74e1cb34453a5111104302315e407c01b9c2fb0 (patch) | |
tree | 1d9c23375b6e7b15681e53b5a72856c1a402b713 /ld | |
parent | cb2562f5530c2f2eb4ca70d70078fa600e3ba983 (diff) | |
download | gdb-a74e1cb34453a5111104302315e407c01b9c2fb0.zip gdb-a74e1cb34453a5111104302315e407c01b9c2fb0.tar.gz gdb-a74e1cb34453a5111104302315e407c01b9c2fb0.tar.bz2 |
Add markers for 2.38 branch
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 123745b..fe4b7d8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2022-01-22 Nick Clifton <nickc@redhat.com> + + * 2.38 release branch created. + 2022-01-21 Nick Clifton <nickc@redhat.com> * po/sr.po: Updated Serbian translation. @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.38: + * Add -z pack-relative-relocs/-z no pack-relative-relocs to x86 ELF linker to pack relative relocations in the DT_RELR section. |