From: Mark Wielaard Date: Thu, 19 Jul 2012 09:30:48 +0000 (+0200) Subject: Merge branch 'debug_macro' X-Git-Tag: elfutils-0.155~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b2aea5c8ef0f47e52c8597292cd8f76c7f17274;p=thirdparty%2Felfutils.git Merge branch 'debug_macro' --- 7b2aea5c8ef0f47e52c8597292cd8f76c7f17274 diff --cc src/ChangeLog index a474bb920,fcb6534e5..2b657f833 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,9 -1,12 +1,18 @@@ + 2012-07-11 Mark Wielaard + + * readelf.c (options): Add macro to help of debug-dump. + (section_e): Add section_macro. + (section_all): Add section_macro. + (parse_opt): Handle macro. + (print_debug_macro_section): New function. + (print_debug): Add NEW_SECTION (macro). + +2012-07-10 Mark Wielaard + + * readelf.c (print_gdb_index_section): Add version 7 support. + Keep track of cu_nr. Print kind and static/global flag for each + symbol. When a symbol is in the TU list add 'T'. + 2012-06-26 Mark Wielaard * readelf.c (dwarf_attr_string): Add DW_AT_GNU_macros. diff --cc tests/ChangeLog index 03662b6a8,48337f6ac..63ca9b7b5 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@@ -1,21 -1,10 +1,28 @@@ + 2012-07-11 Mark Wielaard + + * run-readelf-macro.sh: New test. + * testfilemacro.bz2: New testfile. + * Makefile.am (TESTS): Add run-readelf-macro.sh. + (EXTRA_DIST): Add run-readelf-macro.sh and testfilemacro.bz2. + +2012-06-27 Mark Wielaard + + * run-readelf-gdb-index.sh: New test. + * testfilegdbindex5.bz2: New testfile. + * testfilegdbindex7.bz2: Likewise. + * Makefile.am (TESTS): Add run-readelf-gdb-index.sh. + (EXTRA_DIST): run-readelf-gdb_index.sh, testfilegdbindex5.bz2 and + testfilegdbindex7.bz2. + +2012-07-17 Mark Wielaard + + * testcore-rtlib-ppc.bz2: New testfile. + * run-unstrip-n.sh: Check new ppc core testfile. + +2012-06-26 Mike Frysinger + + * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS. + 2012-06-26 Mark Wielaard * run-macro-test.sh: New test.