aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-08-24 00:20:05 +0930
committerAlan Modra <amodra@gmail.com>2018-08-24 00:26:40 +0930
commit2cd65cb935bcf1511c7e7bb77ce7bd46234300db (patch)
treede748f0b3dd1c0b987a180a192066afae24d6dc3 /ld/ChangeLog
parentf53ad3cf2b2dc34114a9b74439da5a418ac40e3d (diff)
downloadgdb-2cd65cb935bcf1511c7e7bb77ce7bd46234300db.zip
gdb-2cd65cb935bcf1511c7e7bb77ce7bd46234300db.tar.gz
gdb-2cd65cb935bcf1511c7e7bb77ce7bd46234300db.tar.bz2
PR23566, false uninitialized warning
PR 23566 * emultempl/elf32.em (before_allocation): Warning fix.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 66f890c..4b33f72 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-23 Alan Modra <amodra@gmail.com>
+
+ PR 23566
+ * emultempl/elf32.em (before_allocation): Warning fix.
+
2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/23536