From c8450da85c70275a0d6c414df4d732f2bd97f8d2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 6 Jul 2009 14:45:56 +0000 Subject: 2009-07-06 Tristan Gingold * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf sections. * dwarf.h (struct dwarf_section_display): Remove eh_frame field. * dwarf.c (debug_displays): Adjust for removed field. --- binutils/dwarf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'binutils/dwarf.h') diff --git a/binutils/dwarf.h b/binutils/dwarf.h index 2b4ed55..6b61360 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -51,7 +51,6 @@ struct dwarf_section_display int (*display) (struct dwarf_section *, void *); int *enabled; unsigned int relocate : 1; - unsigned int eh_frame : 1; }; enum dwarf_section_display_enum { -- cgit v1.1