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-26 04:01:16 +0400
committerDJ Delorie <dj@redhat.com>2009-09-26 04:01:16 +0400
commit1e6459d3e5248a8253e73b602615820d14ee6483 (patch)
treeab82046f8c4e6024c364996d2d7f71fd496c39db /include/dwarf2.h
parent65d436509b8e1d66629f91810dffabef56173996 (diff)
merge from gcc
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 4aa10d5a8..385ab2256 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -202,14 +202,6 @@ 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 . */
@@ -223,6 +215,13 @@ enum dwarf_tag
/* Template template parameter.
See http://gcc.gnu.org/wiki/TemplateParmsDwarf . */
DW_TAG_GNU_template_template_param = 0x4106,
+
+ /* Template parameter pack extension, specified at
+ http://wiki.dwarfstd.org/index.php?title=C%2B%2B0x:_Variadic_templates
+ The values of these two TAGS are in the DW_TAG_GNU_* space until the tags
+ are properly part of DWARF 5. */
+ DW_TAG_GNU_template_parameter_pack = 0x4107,
+ DW_TAG_GNU_formal_parameter_pack = 0x4108,
/* Extensions for UPC. See: http://upc.gwu.edu/~upc. */
DW_TAG_upc_shared_type = 0x8765,
DW_TAG_upc_strict_type = 0x8766,