(AT_lo_user, AT_hi_user): Fix defined values to be correct according

to final DWARF V1 spec.

From-SVN: r4187
This commit is contained in:
Richard Kenner 1993-04-21 17:45:44 -04:00
parent 0b2187a9ba
commit abbb952250
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ enum dwarf_attribute {
AT_body_end = (0x8050|FORM_ADDR)
};
#define AT_lo_user 0x8000 /* implementation-defined range start */
#define AT_hi_user 0xffff /* implementation-defined range end */
#define AT_lo_user 0x2000 /* implementation-defined range start */
#define AT_hi_user 0x3ff0 /* implementation-defined range end */
/* Location atom names and codes. */