aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-06-23 12:10:02 +0930
committerAlan Modra <amodra@gmail.com>2019-06-23 14:24:45 +0930
commit14b2a8e4244a29208ad430167860a0f01b20f215 (patch)
treed996d36537e73eb315f0662d9d49cb340f50c9be /bfd/ChangeLog
parenta8d21e9ef0ae63c650e2ffa14edf5b1cd22be5cb (diff)
downloadgdb-14b2a8e4244a29208ad430167860a0f01b20f215.zip
gdb-14b2a8e4244a29208ad430167860a0f01b20f215.tar.gz
gdb-14b2a8e4244a29208ad430167860a0f01b20f215.tar.bz2
PR24689 again, string table corruption
Depending on optimisation level and gcc version, git commit 890f750a3b introduces a false positive warning that i_shdrp may be used uninitialized. PR 24689 * elfcode.h (elf_object_p): Warning fix.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bc7671e..964ab71 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-23 Alan Modra <amodra@gmail.com>
+
+ PR 24689
+ * elfcode.h (elf_object_p): Warning fix.
+
2019-06-21 Alan Modra <amodra@gmail.com>
PR 24689