2011-03-24 Mark Wielaard <mjw@redhat.com>
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
This commit is contained in:
parent
5b45e8c9e8
commit
d6ab646ff6
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue