summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-09-09 23:16:18 -0700
committerRoland McGrath <roland@redhat.com>2010-09-09 23:16:18 -0700
commita4e6b968146b9b2e9879dc4bc0c1f0510f3abf40 (patch)
treea125ac30eb7a0b7f2be77dd3241b274d9d36b560 /src/ChangeLog
parent4f167992ce148c3a075f1a88ec90a922ab334f7a (diff)
parent932585d2385c9d4e5686e4ddc9ba30c68172d7f3 (diff)
downloadelfutils-a4e6b968146b9b2e9879dc4bc0c1f0510f3abf40.tar.gz
Merge branch 'roland/implicit-ptr'
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 060e9df7..716e7313 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-26 Roland McGrath <roland@redhat.com>
+
+ * readelf.c (print_ops): Handle DW_OP_GNU_implicit_pointer.
+
2010-08-30 Roland McGrath <roland@redhat.com>
Print .debug_loc/.debug_ranges with cognizance of actual DIE uses.
@@ -114,6 +118,7 @@
(struct attrcb_args): Add offset_size field.
(attr_callback): Use it for print_ops call.
(print_debug_info_section): Initialize it.
+ (print_ops): Likewise.
2010-04-14 Roland McGrath <roland@redhat.com>