aboutsummaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-25 15:45:38 +0000
committerTom Tromey <tromey@redhat.com>2011-03-25 15:45:38 +0000
commitbb0c92378b56899de9232b6b099e76597589afde (patch)
tree1638a95fa8592c81c832b115f3bf703e2626fe86 /include/dwarf2.h
parenta283ff9345ad55bdb2c65fd8eb2add63ffa60dac (diff)
downloadgdb-bb0c92378b56899de9232b6b099e76597589afde.zip
gdb-bb0c92378b56899de9232b6b099e76597589afde.tar.gz
gdb-bb0c92378b56899de9232b6b099e76597589afde.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 46f2291..ef0fa5f 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. */