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
commitbcac12f056c35393643eb564591a66689a86940e (patch)
tree7b53c44c20419ffd002bda93384dae050d9580c5 /binutils/dwarf.h
parentd7b0f93be02efa1f70f3b74b9975a14ca187be08 (diff)
downloadbinutils-redhat-bcac12f056c35393643eb564591a66689a86940e.tar.gz
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 {