Print .strtab, .dynstr, and .comment for -a option of readelf.
diff --git a/src/ChangeLog b/src/ChangeLog
index da35a66..30fdb07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-23  Ulrich Drepper  <drepper@redhat.com>
+
+	* readelf.c (parse_opt): Move code to add to dump_data_sections and
+	string_sections list in local function add_dump_section.  Adjust 'x'
+	key handling.  For 'a' key add .strtab, .dynstr, and .comment section
+	to string_sections list.
+
 2009-01-22  Roland McGrath  <roland@redhat.com>
 
 	* readelf.c (print_phdr): Don't print section mapping when no sections.