diff options
author | DJ Delorie <dj@redhat.com> | 2013-08-20 06:02:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-08-20 06:02:49 +0000 |
commit | f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43 (patch) | |
tree | ce2023c62d300a77a549fcfc76a549e7902c0477 /include/dwarf2.def | |
parent | d244f86a4d92b33c3ee8cb705b255287b7652c9c (diff) | |
download | cygnal-f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43.tar.gz cygnal-f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43.tar.bz2 cygnal-f9268dfd7a869c5cc3009c8ea1f9a963beaf8c43.zip |
merge from gcc
Diffstat (limited to 'include/dwarf2.def')
-rw-r--r-- | include/dwarf2.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def index 7fe2df126..71a37b30c 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. */ |