]> gcc.gnu.org Git - gcc.git/commitdiff
dwarf2.def (DW_AT_GNU_discriminator): New attribute.
authorDehao Chen <dehao@google.com>
Mon, 19 Aug 2013 20:11:09 +0000 (20:11 +0000)
committerDehao Chen <dehao@gcc.gnu.org>
Mon, 19 Aug 2013 20:11:09 +0000 (20:11 +0000)
2013-08-19  Dehao Chen  <dehao@google.com>

* dwarf2.def (DW_AT_GNU_discriminator): New attribute.

From-SVN: r201855

include/ChangeLog
include/dwarf2.def

index d808f7bb6aee1849daeb3b165be485a3eef067ba..59cb28fc8c1a51a258d6e73b921ab50002bc94f8 100644 (file)
@@ -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.
index 7fe2df126c5faaae1f4c8811b74fec8f038bec8e..71a37b30c9f87b429bab08a4a420caa9a6385503 100644 (file)
@@ -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.  */
This page took 0.063763 seconds and 5 git commands to generate.