summaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2011-03-25 10:06:13 +0000
committerMark Wielaard <mark@gcc.gnu.org>2011-03-25 10:06:13 +0000
commitec6165f8528e46fe0dc3fcd9c6539171e8b2f315 (patch)
treef2c85c4d2c5e05e6fc7807a0551529a844e879e4 /include/dwarf2.h
parent2a5ac39a3efd80d5380c1ae20dbbac2c19878f9e (diff)
downloadgcc-ec6165f8528e46fe0dc3fcd9c6539171e8b2f315.tar.gz
Remove deprecated DW_FORM_sig8 define.
* dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define. * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8. (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8. From-SVN: r171442
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 46f2291c617..ef0fa5f145f 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. */