dwarf2.h: Update value for DW_AT_hi_user.
authorIain Sandoe <iains@gcc.gnu.org>
Wed, 12 Jan 2011 11:18:49 +0000 (11:18 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 12 Jan 2011 11:18:49 +0000 (11:18 +0000)
include:

* dwarf2.h: Update value for DW_AT_hi_user.

From-SVN: r168707

include/ChangeLog
include/dwarf2.h

index 3a3e2443e7e0a42d62ec8e9cb46e702339686850..0463de8a871136c20c77b6478634249f3597c9be 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * dwarf2.h: Update value for DW_AT_hi_user.
+
 2010-11-16  Ian Lance Taylor  <iant@google.com>
 
        * simple-object.h (simple_object_attributes_merge): Declare,
index bd18a5465a4d4110dd246576a41d3b6bfae3efa8..ad00aac09b8a960025d8f41d5ed36c304a959587 100644 (file)
@@ -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,