2011-03-24 Mark Wielaard <mjw@redhat.com>
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
This commit is contained in:
parent
a283ff9345
commit
bb0c92378b
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
|
||||||
|
|
||||||
* plugin-api.h (ld_plugin_get_view): New.
|
* plugin-api.h (ld_plugin_get_view): New.
|
||||||
|
|
|
@ -189,7 +189,6 @@ enum dwarf_form
|
||||||
DW_FORM_exprloc = 0x18,
|
DW_FORM_exprloc = 0x18,
|
||||||
DW_FORM_flag_present = 0x19,
|
DW_FORM_flag_present = 0x19,
|
||||||
DW_FORM_ref_sig8 = 0x20
|
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. */
|
/* Attribute names and codes. */
|
||||||
|
|
Loading…
Reference in a new issue