diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-25 15:45:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-25 15:45:38 +0000 |
commit | d6ab646ff6f8cb71d50f4a56242eb89ec240aaf0 (patch) | |
tree | 4df79fde7018d01c56f2313ecfe25d680a59c2af /include/dwarf2.h | |
parent | 5b45e8c9e87c7f6efbf2c7e7439a716366a22201 (diff) | |
download | cygnal-d6ab646ff6f8cb71d50f4a56242eb89ec240aaf0.tar.gz cygnal-d6ab646ff6f8cb71d50f4a56242eb89ec240aaf0.tar.bz2 cygnal-d6ab646ff6f8cb71d50f4a56242eb89ec240aaf0.zip |
2011-03-24 Mark Wielaard <mjw@redhat.com>
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define.
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r-- | include/dwarf2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h index 46f2291c6..ef0fa5f14 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -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. */ |