summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/include
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-06-12 20:05:19 +0000
committeremaste <emaste@FreeBSD.org>2013-06-12 20:05:19 +0000
commitd224714001f065382c6845d73a013ee332e42a9b (patch)
tree0594ad915d376487be205b21d67ff8ad3985840b /contrib/binutils/include
parent42bc6c11c813277bf772a78e759cc8c79746e7fd (diff)
downloadFreeBSD-src-d224714001f065382c6845d73a013ee332e42a9b.zip
FreeBSD-src-d224714001f065382c6845d73a013ee332e42a9b.tar.gz
Handle DW_TAG_rvalue_reference_type
2012-05-21 Jim Ingham <jingham@apple.com> * dwarf2read.c (process_die): Handle DW_TAG_rvalue_reference_type. (read_type_die): Ditto. (dwarf_tag_name): Ditto. * elf/dwarf2.h: Add DW_TAG_rvalue_reference_type. Obtained from: Apple, gdb-1820
Diffstat (limited to 'contrib/binutils/include')
-rw-r--r--contrib/binutils/include/elf/dwarf2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/binutils/include/elf/dwarf2.h b/contrib/binutils/include/elf/dwarf2.h
index 9877f1c..90ebfa7 100644
--- a/contrib/binutils/include/elf/dwarf2.h
+++ b/contrib/binutils/include/elf/dwarf2.h
@@ -189,6 +189,7 @@ enum dwarf_tag
DW_TAG_imported_unit = 0x3d,
DW_TAG_condition = 0x3f,
DW_TAG_shared_type = 0x40,
+ DW_TAG_rvalue_reference_type = 0x42,
/* SGI/MIPS Extensions. */
DW_TAG_MIPS_loop = 0x4081,
/* HP extensions. See: ftp://ftp.hp.com/pub/lang/tools/WDB/wdb-4.0.tar.gz . */
OpenPOWER on IntegriCloud