summaryrefslogtreecommitdiff
path: root/binutils/dwarf.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-07-06 14:45:56 +0000
committerTristan Gingold <gingold@adacore.com>2009-07-06 14:45:56 +0000
commitc8450da85c70275a0d6c414df4d732f2bd97f8d2 (patch)
treee5c048da5143b87906957f1d9dc677a0a0d93871 /binutils/dwarf.h
parent07d8eb5534a8109a6e78ff17268e19d5d18ad361 (diff)
2009-07-06 Tristan Gingold <gingold@adacore.com>
* 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.
Diffstat (limited to 'binutils/dwarf.h')
-rw-r--r--binutils/dwarf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/dwarf.h b/binutils/dwarf.h
index 2b4ed55a64..6b61360d14 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 {