Commit f524d0aa by Dehao Chen Committed by Dehao Chen

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
parent e2323f5b
2013-08-19 Dehao Chen <dehao@google.com>
* dwarf2.def (DW_AT_GNU_discriminator): New attribute.
2013-08-02 Caroline Tice <cmtice@google.com> 2013-08-02 Caroline Tice <cmtice@google.com>
* vtv-change-permission.h: New file. * vtv-change-permission.h: New file.
......
...@@ -390,6 +390,9 @@ DW_AT (DW_AT_GNU_ranges_base, 0x2132) ...@@ -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_addr_base, 0x2133)
DW_AT (DW_AT_GNU_pubnames, 0x2134) DW_AT (DW_AT_GNU_pubnames, 0x2134)
DW_AT (DW_AT_GNU_pubtypes, 0x2135) 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. */ /* VMS extensions. */
DW_AT (DW_AT_VMS_rtnbeg_pd_address, 0x2201) DW_AT (DW_AT_VMS_rtnbeg_pd_address, 0x2201)
/* GNAT extensions. */ /* GNAT extensions. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment