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.