summaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-12 11:18:49 +0000
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-12 11:18:49 +0000
commitf97b152fcdd1b1638ac9a839efb9ee16fffe16c5 (patch)
tree68f41d7eb6838a7aafb08f49d9c27420668e9c64 /include/dwarf2.h
parent17da03727510169106ad60647ac9b2862e151229 (diff)
downloadgcc-f97b152fcdd1b1638ac9a839efb9ee16fffe16c5.tar.gz
include:
* dwarf2.h: Update value for DW_AT_hi_user. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168707 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index bd18a5465a4..ad00aac09b8 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -377,7 +377,7 @@ enum dwarf_attribute
DW_AT_linkage_name = 0x6e,
DW_AT_lo_user = 0x2000, /* Implementation-defined range start. */
- DW_AT_hi_user = 0x3ff0, /* Implementation-defined range end. */
+ DW_AT_hi_user = 0x3fff, /* Implementation-defined range end. */
/* SGI/MIPS extensions. */
DW_AT_MIPS_fde = 0x2001,