summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-12-08 13:06:31 +0000
committerNick Clifton <nickc@redhat.com>2022-12-08 13:06:31 +0000
commitdcb53d93eb0e773c5e63c1fdbc10ec19940e6e02 (patch)
tree7c621be621d95b75ef1fc5bd3e877140b4994336 /ld/ChangeLog
parent05a1f6468ea806239f0cd5605732a09023a90e0a (diff)
downloadbinutils-gdb-dcb53d93eb0e773c5e63c1fdbc10ec19940e6e02.tar.gz
Update the description of the linker script's TYPE directive.
PR 29861 * ld.texi (Output Section Type): Note that setting the output section type only works if the section contains untyped data.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e8dc0908cfa..8cff90b559b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2022-12-08 Nick Clifton <nickc@redhat.com>
+
+ PR 29861
+ * ld.texi (Output Section Type): Note that setting the output
+ section type only works if the section contains untyped data.
+
2022-12-05 Nick Clifton <nickc@redhat.com>
PR 29849