aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJohn Delsignor <john.delsignore@roguewave.com>2017-04-10 16:27:05 +0100
committerNick Clifton <nickc@redhat.com>2017-04-10 16:27:05 +0100
commit28d909e539567ab5ecd2bc20680e933869fdf889 (patch)
tree472357372c338285ecd293121d00252a6f37062c /binutils/ChangeLog
parenta70f34c01c7f250858bd62df245c241263200f63 (diff)
downloadgdb-28d909e539567ab5ecd2bc20680e933869fdf889.zip
gdb-28d909e539567ab5ecd2bc20680e933869fdf889.tar.gz
gdb-28d909e539567ab5ecd2bc20680e933869fdf889.tar.bz2
Prevent a bigus warning from readelf about a gdb-index table being too big.
PR binutils/21319 * dwarf.c (display_gdb_index): Correct test for a corrupt address table size.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5323e6a..1c8d1aa 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-10 John Delsignor <john.delsignore@roguewave.com>
+
+ PR binutils/21319
+ * dwarf.c (display_gdb_index): Correct test for a corrupt address
+ table size.
+
2017-04-05 Jiong Wang <jiong.wang@arm.com>
* objcopy.c (struct redefine_node): Delete the field "next".