aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2005-08-14 22:34:11 +0000
committerDave Anglin <dave.anglin@nrc.ca>2005-08-14 22:34:11 +0000
commit1c0751b201c5c544bbb7c1e917e9c27e64fd5d47 (patch)
tree39357dadc6bf4631ac1e883dd444ef48e729187a /binutils/ChangeLog
parent63a3357b7b8d2528e233fd6507eec9c57de346a2 (diff)
downloadgdb-1c0751b201c5c544bbb7c1e917e9c27e64fd5d47.zip
gdb-1c0751b201c5c544bbb7c1e917e9c27e64fd5d47.tar.gz
gdb-1c0751b201c5c544bbb7c1e917e9c27e64fd5d47.tar.bz2
* readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
Don't access table entries past the end of the table.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 00048c1..55d8ce9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
+ Don't access table entries past the end of the table.
+
2005-08-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.