diff options
author | Roland McGrath <mcgrathr@google.com> | 2022-02-17 09:58:29 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2022-02-18 11:42:09 -0800 |
commit | 5c14cc552d3b5c0dddb17c2f81ca8af137b0b254 (patch) | |
tree | 24c49b86cf2427f9c5036743a98db7a58a8dccca /ld/ChangeLog | |
parent | 9221923cf677a1fbb61e42fc41e74759abdd895d (diff) | |
download | gdb-5c14cc552d3b5c0dddb17c2f81ca8af137b0b254.zip gdb-5c14cc552d3b5c0dddb17c2f81ca8af137b0b254.tar.gz gdb-5c14cc552d3b5c0dddb17c2f81ca8af137b0b254.tar.bz2 |
Fix typo in ld.texi
ld/
* ld.texi (Output Section Type): Fix typo in @code syntax.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 464f537..3fea799 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,9 +1,13 @@ +2022-02-17 Roland McGrath <mcgrathr@google.com> + + * ld.texi (Output Section Type): Fix typo in @code syntax. + 2022-02-17 Nick Clifton <nickc@redhat.com> * po/sr.po: Updated Serbian translation. 2022-02-16 Fangrui Song <maskray@google.com> - Nick Clifton <nickc@redhat.com> + Nick Clifton <nickc@redhat.com> PR ld/28841 * ld.texi: Document new output section type. |