aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-12-21 10:23:08 +0000
committerNick Clifton <nickc@redhat.com>2022-12-21 10:23:08 +0000
commita7a32d588f29466221f5b4d421d0fc0a652dae48 (patch)
tree9ec43fec3beb0ba6282e5e31965347ca171705e1 /ld/ChangeLog
parent9c19e9ec4df225ed9e75ba4c839d6da08e23dd4a (diff)
downloadgdb-a7a32d588f29466221f5b4d421d0fc0a652dae48.zip
gdb-a7a32d588f29466221f5b4d421d0fc0a652dae48.tar.gz
gdb-a7a32d588f29466221f5b4d421d0fc0a652dae48.tar.bz2
Keep the .drectve section when performing a relocateable link.
PR 29900 * scripttempl/pe.sc: Keep the .drectve section when performing a relocateable link. * scripttempl/pep.sc: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8cff90b..1207631 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-21 Nick Clifton <nickc@redhat.com>
+
+ PR 29900
+ * scripttempl/pe.sc: Keep the .drectve section when performing a
+ relocateable link.
+ * scripttempl/pep.sc: Likewise.
+
2022-12-08 Nick Clifton <nickc@redhat.com>
PR 29861