diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-07-06 14:45:56 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-07-06 14:45:56 +0000 |
commit | c8450da85c70275a0d6c414df4d732f2bd97f8d2 (patch) | |
tree | e5c048da5143b87906957f1d9dc677a0a0d93871 /binutils/dwarf.h | |
parent | 07d8eb5534a8109a6e78ff17268e19d5d18ad361 (diff) | |
download | gdb-c8450da85c70275a0d6c414df4d732f2bd97f8d2.zip gdb-c8450da85c70275a0d6c414df4d732f2bd97f8d2.tar.gz gdb-c8450da85c70275a0d6c414df4d732f2bd97f8d2.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |