2011-03-24 Mark Wielaard <mjw@redhat.com>

* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
This commit is contained in:
Tom Tromey 2011-03-25 15:45:38 +00:00
parent 5b45e8c9e8
commit d6ab646ff6
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-24 Mark Wielaard <mjw@redhat.com>
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
* plugin-api.h (ld_plugin_get_view): New.

View File

@ -189,7 +189,6 @@ enum dwarf_form
DW_FORM_exprloc = 0x18,
DW_FORM_flag_present = 0x19,
DW_FORM_ref_sig8 = 0x20
#define DW_FORM_sig8 DW_FORM_ref_sig8 /* Note: The use of DW_FORM_sig8 is deprecated. */
};
/* Attribute names and codes. */