summaryrefslogtreecommitdiffstats
path: root/gcc/dwarf.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-04-21 21:45:44 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-04-21 21:45:44 +0000
commit25ab60f633712eaa2a878fe53fae7ef4d8489bcd (patch)
treecb4d98394fc7dc6129b3097ddf60c346dce56cd0 /gcc/dwarf.h
parent5cac35104fb0553e57eb9f6d15916b5378f22106 (diff)
downloadppe42-gcc-25ab60f633712eaa2a878fe53fae7ef4d8489bcd.tar.gz
ppe42-gcc-25ab60f633712eaa2a878fe53fae7ef4d8489bcd.zip
(AT_lo_user, AT_hi_user): Fix defined values to be correct according
to final DWARF V1 spec. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4187 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf.h')
-rw-r--r--gcc/dwarf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarf.h b/gcc/dwarf.h
index f4e88d37316..5237d49c63e 100644
--- a/gcc/dwarf.h
+++ b/gcc/dwarf.h
@@ -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. */
OpenPOWER on IntegriCloud