aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2013-08-19 20:11:09 +0000
committerDehao Chen <dehao@google.com>2013-08-19 20:11:09 +0000
commit3c52a041a8166b7c2ea4af83bc6091cf315774e3 (patch)
treec81420b578f6039b1417b2bbb20c7675da4e853c /include
parentecde213b6a249aa200fbc93747291dc238596dd6 (diff)
2013-08-19 Dehao Chen <dehao@google.com>
* dwarf2.def (DW_AT_GNU_discriminator): New attribute. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@201855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/dwarf2.def3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d808f7bb6ae..59cb28fc8c1 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-19 Dehao Chen <dehao@google.com>
+
+ * dwarf2.def (DW_AT_GNU_discriminator): New attribute.
+
2013-08-02 Caroline Tice <cmtice@google.com>
* vtv-change-permission.h: New file.
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. */