commit | 05d2b20ec250a51de74066a203b516f11bc30d89 | [log] [tgz] |
---|---|---|
author | Ulrich Drepper <drepper@redhat.com> | Fri Jan 16 17:58:54 2009 -0800 |
committer | Ulrich Drepper <drepper@redhat.com> | Fri Jan 16 17:58:54 2009 -0800 |
tree | 6b0f544a2975d76707039b4fecacf175dc3c73a9 | |
parent | bc29897d53faa06c1b3b526a3be63ea6a4526dc8 [diff] [blame] |
Finish implementation of exception handling table dumping in readelf.
diff --git a/src/ChangeLog b/src/ChangeLog index 0d4149e..ab13810 100644 --- a/src/ChangeLog +++ b/src/ChangeLog
@@ -2,6 +2,7 @@ * readelf.c: Add -e option. Dump exception and unwind related sections. Add -e to -a. + (print_encoding_base): Handle DW_EH_PE_omit. (print_debug_exception_table): Beginning of support. (print_debug): Hook up print_debug_exception_table for .gcc_except_table sections.