diff options
author | DJ Delorie <dj@redhat.com> | 2009-09-22 21:52:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-09-22 21:52:47 +0000 |
commit | a89caa617d3231f179698b0a1b621cfb445192e9 (patch) | |
tree | 326a70b65e8bddf33a8fb44f496d0c6ea6cb2a17 /include/dwarf2.h | |
parent | 9ac367048b593f5fe0b4893465fd5087a5511d20 (diff) | |
download | fsf-binutils-gdb-a89caa617d3231f179698b0a1b621cfb445192e9.zip fsf-binutils-gdb-a89caa617d3231f179698b0a1b621cfb445192e9.tar.gz fsf-binutils-gdb-a89caa617d3231f179698b0a1b621cfb445192e9.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r-- | include/dwarf2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h index befaceb..608f7b5 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -200,6 +200,14 @@ enum dwarf_tag DW_TAG_lo_user = 0x4080, DW_TAG_hi_user = 0xffff, + /* DWARF 5? */ + + /* Template parameter pack extension, specified at + http://wiki.dwarfstd.org/index.php?title=C%2B%2B0x:_Variadic_templates + . */ + DW_TAG_template_parameter_pack = 0x43, + DW_TAG_formal_parameter_pack = 0x44, + /* SGI/MIPS Extensions. */ DW_TAG_MIPS_loop = 0x4081, /* HP extensions. See: ftp://ftp.hp.com/pub/lang/tools/WDB/wdb-4.0.tar.gz . */ |