mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
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
@ -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
Block a user