diff options
author | Nick Clifton <nickc@redhat.com> | 2022-12-08 13:06:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-12-08 13:06:31 +0000 |
commit | dcb53d93eb0e773c5e63c1fdbc10ec19940e6e02 (patch) | |
tree | 7c621be621d95b75ef1fc5bd3e877140b4994336 /ld/ChangeLog | |
parent | 05a1f6468ea806239f0cd5605732a09023a90e0a (diff) | |
download | gdb-dcb53d93eb0e773c5e63c1fdbc10ec19940e6e02.zip gdb-dcb53d93eb0e773c5e63c1fdbc10ec19940e6e02.tar.gz gdb-dcb53d93eb0e773c5e63c1fdbc10ec19940e6e02.tar.bz2 |
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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e8dc090..8cff90b 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 |