diff options
author | Mark Wielaard <[email protected]> | 2018-06-01 03:46:10 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2018-06-01 16:40:44 +0200 |
commit | a6a783a32ee0e6428c15c87e62476b74ecd77686 (patch) | |
tree | e63f2bbcbd3a65aa8f3eb50de503f34bcfeb42e3 /tests/ChangeLog | |
parent | 0f5b772dec3f7c6fdd99739468706956b1bd04b9 (diff) |
readelf: Fix .debug_types printing with implicit section_info.
Commit 314e9d7d "readelf: Handle .debug_info first if any other debug
section needs it" disabled section_info printing if it was already
handled. But section_types was an alias for section_info. So unless
section_info was explicitly printed, .debug_types wasn't.
Make section_types its own thing to print .debug_types and make
section_info imply section_types. Add a testcase to make sure
.debug_types is now printed.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 04b6e753..e3599b24 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,11 @@ 2018-05-31 Mark Wielaard <[email protected]> + * run-readelf-types.sh: New test. + * Makefile.am (TESTS): Add run-readelf-types.sh. + (EXTRA_DIST): Likewise. + +2018-05-31 Mark Wielaard <[email protected]> + * splitdwarf4-not-split4.dwo.bz2: New test file. * testfile-splitdwarf4-not-split4.debug.bz2: Likewise. * run-readelf-loc.sh: Add test for splitdwarf4-not-split4.dwo |