aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-01-12 13:34:24 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-01-12 13:34:24 -0800
commita0a3b04c61d7aa79e265224540930cf4057acfb3 (patch)
tree77c887f8143781e16b85dccd9f41762810404840 /binutils/ChangeLog
parent1306a7421c764d1f5e2a08afdb9b5818662c9e9c (diff)
downloadgdb-a0a3b04c61d7aa79e265224540930cf4057acfb3.zip
gdb-a0a3b04c61d7aa79e265224540930cf4057acfb3.tar.gz
gdb-a0a3b04c61d7aa79e265224540930cf4057acfb3.tar.bz2
Properly check abbrev size
abbrev_base is independent of abbrev_size. We should use abbrev_base + abbrev_size to check abbrev section size. * dwarf.c (process_debug_info): Properly check abbrev size.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index af7689b..372230e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ * dwarf.c (process_debug_info): Properly check abbrev size.
+
2015-01-12 Nick Clifton <nickc@redhat.com>
PR binutils/17531