summaryrefslogtreecommitdiff
path: root/include/dwarf2.def
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2013-08-19 20:11:09 +0000
committerDehao Chen <dehao@gcc.gnu.org>2013-08-19 20:11:09 +0000
commitf524d0aa9937002ddffe6f86551f53fb903a1029 (patch)
treec81420b578f6039b1417b2bbb20c7675da4e853c /include/dwarf2.def
parente2323f5b3335d70d4a1e04c3f251a977a400e5fa (diff)
dwarf2.def (DW_AT_GNU_discriminator): New attribute.
2013-08-19 Dehao Chen <dehao@google.com> * dwarf2.def (DW_AT_GNU_discriminator): New attribute. From-SVN: r201855
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r--include/dwarf2.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def
index 7fe2df126c5..71a37b30c9f 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -390,6 +390,9 @@ DW_AT (DW_AT_GNU_ranges_base, 0x2132)
DW_AT (DW_AT_GNU_addr_base, 0x2133)
DW_AT (DW_AT_GNU_pubnames, 0x2134)
DW_AT (DW_AT_GNU_pubtypes, 0x2135)
+/* Attribute for discriminator.
+ See http://gcc.gnu.org/wiki/Discriminator */
+DW_AT (DW_AT_GNU_discriminator, 0x2136)
/* VMS extensions. */
DW_AT (DW_AT_VMS_rtnbeg_pd_address, 0x2201)
/* GNAT extensions. */