From: Iain Sandoe Date: Wed, 12 Jan 2011 11:18:49 +0000 (+0000) Subject: dwarf2.h: Update value for DW_AT_hi_user. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=753cc6853ba292271d6fa385b8427e3b895bb083;p=gcc.git dwarf2.h: Update value for DW_AT_hi_user. include: * dwarf2.h: Update value for DW_AT_hi_user. From-SVN: r168707 --- diff --git a/include/ChangeLog b/include/ChangeLog index 3a3e2443e7e..0463de8a871 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2011-01-12 Iain Sandoe + + * dwarf2.h: Update value for DW_AT_hi_user. + 2010-11-16 Ian Lance Taylor * simple-object.h (simple_object_attributes_merge): Declare, 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,