summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-08-11 13:04:12 -0700
committerRoland McGrath <roland@redhat.com>2010-08-11 13:04:12 -0700
commitf4763cf246af5d001ae0690c7c0f0acaca78fc0c (patch)
tree22d7b64f9fd84556b4da4871f8507b6df8e797c9 /src/ChangeLog
parentbb72de28371692812cbccb833af70e73ed11b768 (diff)
downloadelfutils-f4763cf246af5d001ae0690c7c0f0acaca78fc0c.tar.gz
readelf: For -x/-p, print all sections with matching name, not just one.
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 5cba1cb5..0c9858cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-11 Roland McGrath <roland@redhat.com>
+
+ * readelf.c (for_each_section_argument): Process all sections with
+ matching name, not just the first.
+
2010-07-26 Roland McGrath <roland@redhat.com>
* readelf.c (print_ops): Take new argument for CU version.