summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDimitar Dimitrov <dimitar@dinux.eu>2023-05-04 12:41:55 +0100
committerNick Clifton <nickc@redhat.com>2023-05-04 12:41:55 +0100
commit35130e73da95371af99734cda3ef8915a6eb5e7a (patch)
tree6dc7f91caf687ddd562fd726f523c70acca4befe /ld/ChangeLog
parent654dfab0666513a4e9c053559d0c184b863139c4 (diff)
downloadbinutils-gdb-35130e73da95371af99734cda3ef8915a6eb5e7a.tar.gz
ld: pru: Place exception-handling sections correctly
* scripttempl/pru.sc (OUTPUT_SECTION_ALIGN): New helper variable to place at end of DMEM output sections. (.data): Use the helper variable. (.eh_frame): New output section. (.gnu_extab): Ditto. (.gcc_except_table): Ditto. (.resource_table): Use the helper variable.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f941b138c17..dcdf27cf423 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2023-05-04 Dimitar Dimitrov <dimitar@dinux.eu>
+
+ * scripttempl/pru.sc (OUTPUT_SECTION_ALIGN): New helper variable
+ to place at end of DMEM output sections.
+ (.data): Use the helper variable.
+ (.eh_frame): New output section.
+ (.gnu_extab): Ditto.
+ (.gcc_except_table): Ditto.
+ (.resource_table): Use the helper variable.
+
2023-04-27 Nick Clifton <nickc@redhat.com>
* ldmisc.c (vfinfo): Add support for %x and %lx.