aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-04-12 13:15:21 +0100
committerNick Clifton <nickc@redhat.com>2019-04-12 13:15:21 +0100
commit3bbec4bd95396936f21dbb07b79d2b6286b4cfec (patch)
tree3ffecf232e755f47c36190b1d52e7306604d27c1 /ld/ChangeLog
parente5a1a79a4e0ee33292d45b10a759eb41f7358b7c (diff)
downloadgdb-3bbec4bd95396936f21dbb07b79d2b6286b4cfec.zip
gdb-3bbec4bd95396936f21dbb07b79d2b6286b4cfec.tar.gz
gdb-3bbec4bd95396936f21dbb07b79d2b6286b4cfec.tar.bz2
Fix thinko in linker documentation.
PR 24450 * ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to example of section attributes.
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 c8eda47..c161ffe 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2019-04-12 Nick Clifton <nickc@redhat.com>
+
+ PR 24450
+ * ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
+ example of section attributes.
+
2019-04-11 Faraz Shahbazker <fshahbazker@wavecomp.com>
* NEWS: Mention new option --no-print-map-discarded.