Commit 753cc685 by Iain Sandoe

dwarf2.h: Update value for DW_AT_hi_user.


include:

	* dwarf2.h: Update value for DW_AT_hi_user.

From-SVN: r168707
parent ca1e00b3
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> 2010-11-16 Ian Lance Taylor <iant@google.com>
* simple-object.h (simple_object_attributes_merge): Declare, * simple-object.h (simple_object_attributes_merge): Declare,
......
...@@ -377,7 +377,7 @@ enum dwarf_attribute ...@@ -377,7 +377,7 @@ enum dwarf_attribute
DW_AT_linkage_name = 0x6e, DW_AT_linkage_name = 0x6e,
DW_AT_lo_user = 0x2000, /* Implementation-defined range start. */ 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. */ /* SGI/MIPS extensions. */
DW_AT_MIPS_fde = 0x2001, DW_AT_MIPS_fde = 0x2001,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment