* dwarf2.h (DW_AT_hi_user): Correct value.
authorDaniel Jacobowitz <drow@false.org>
Tue, 11 Dec 2007 12:56:21 +0000 (12:56 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 11 Dec 2007 12:56:21 +0000 (12:56 +0000)
include/elf/ChangeLog
include/elf/dwarf2.h

index dc7908df15ebaa69b118db484da7f1c5e0ed33d4..2254abf06dff4c082e66becc3bcb56fdf3e131a0 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2.h (DW_AT_hi_user): Correct value.
+
 2007-12-07  Bob Wilson  <bob.wilson@acm.org>
        
        * xtensa.h (R_XTENSA_32_PCREL): New.
index 8b6e6284064721bb765dc5036539e23edbfe8933..371a038c61f947a9b447ef8401a38399a8264bc5 100644 (file)
@@ -383,7 +383,7 @@ enum dwarf_attribute
   };
 
 #define DW_AT_lo_user  0x2000  /* Implementation-defined range start.  */
-#define DW_AT_hi_user  0x3ff0  /* Implementation-defined range end.  */
+#define DW_AT_hi_user  0x3fff  /* Implementation-defined range end.  */
 
 /* Location atom names and codes.  */
 enum dwarf_location_atom