This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DWARF AT_{lo,hi}_user are out of sync with GCC


Why? Does it matter?

-#define AT_lo_user     0x2000  /* implementation-defined range start */
-#define AT_hi_user     0x3ff0  /* implementation-defined range end */
+#define AT_lo_user     0x8000  /* implementation-defined range start */
+#define AT_hi_user     0xffff  /* implementation-defined range end */

Ben

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]