Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-09-23 01:52:47 +0400
committerDJ Delorie <dj@redhat.com>2009-09-23 01:52:47 +0400
commit515575eaaefa7e287cc373e353518f38909b1410 (patch)
treea8b77fe194dcece6e6af42faf0b4b5c6970b4483 /include
parent2ad8d17a1671582523ee4ce0a5d84f6a95425c30 (diff)
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dwarf2.h8
2 files changed, 13 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 9e6fb590d..b9aef7f78 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-22 Dodji Seketeli <dodji@redhat.com>
+
+ * dwarf2.h (enum dwarf_tag): Add
+ DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack.
+
2009-09-09 Martin Thuresson <martin@mtme.org>
* bfdlink.h (struct bfd_link_hash_common_entry): Move to top
diff --git a/include/dwarf2.h b/include/dwarf2.h
index befaceb7e..608f7b5d8 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 . */