summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2011-01-12 19:04:47 +0000
committerDJ Delorie <dj@delorie.com>2011-01-12 19:04:47 +0000
commit80c01fc5c301000b6100ec2f19524415dbe5926d (patch)
treee21542521b83ee0dc10528da5f0e5c49ec4e3059 /include
parent840a7679a7dbbba41eb9c4ec9aadd691c6e22ca0 (diff)
downloadgdb-80c01fc5c301000b6100ec2f19524415dbe5926d.tar.gz
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/dwarf2.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 1cff8930558..c96d35855b3 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
+
+ * dwarf2.h: Update value for DW_AT_hi_user.
+
2010-11-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* opcode/s390.h (enum s390_opcode_cpu_val): Add S390_OPCODE_MAXCPU.
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,