diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-12-11 12:56:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-12-11 12:56:21 +0000 |
commit | fb09a73e935537413739666937c2c8d919d6878d (patch) | |
tree | b4c6d03340fbbd078f074b2011eba13bd6ac3f66 /include/elf/dwarf2.h | |
parent | 1995e606d8f78686bbe18be23e054c235b03cf29 (diff) | |
download | cygnal-fb09a73e935537413739666937c2c8d919d6878d.tar.gz cygnal-fb09a73e935537413739666937c2c8d919d6878d.tar.bz2 cygnal-fb09a73e935537413739666937c2c8d919d6878d.zip |
* dwarf2.h (DW_AT_hi_user): Correct value.
Diffstat (limited to 'include/elf/dwarf2.h')
-rw-r--r-- | include/elf/dwarf2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h index 8b6e62840..371a038c6 100644 --- a/include/elf/dwarf2.h +++ b/include/elf/dwarf2.h @@ -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 |