From f524d0aa9937002ddffe6f86551f53fb903a1029 Mon Sep 17 00:00:00 2001 From: Dehao Chen Date: Mon, 19 Aug 2013 20:11:09 +0000 Subject: dwarf2.def (DW_AT_GNU_discriminator): New attribute. 2013-08-19 Dehao Chen * dwarf2.def (DW_AT_GNU_discriminator): New attribute. From-SVN: r201855 --- include/ChangeLog | 4 ++++ include/dwarf2.def | 3 +++ 2 files changed, 7 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index d808f7b..59cb28f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2013-08-19 Dehao Chen + + * dwarf2.def (DW_AT_GNU_discriminator): New attribute. + 2013-08-02 Caroline Tice * vtv-change-permission.h: New file. diff --git a/include/dwarf2.def b/include/dwarf2.def index 7fe2df1..71a37b3 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. */ -- cgit v1.1