From: Daniel Jacobowitz <drow@false.org>
To: Yoriko Komatsuzaki <yoriko@sm.sony.co.jp>
Cc: gdb@sourceware.org, binutils@sourceware.org
Subject: Re: DW_AT_hi_user is 0x3ff0 or 0x3fff ?
Date: Tue, 11 Dec 2007 12:56:00 -0000 [thread overview]
Message-ID: <20071211125648.GA24736@caradoc.them.org> (raw)
In-Reply-To: <20071211162208.0CF0.YORIKO@sm.sony.co.jp>
On Tue, Dec 11, 2007 at 04:30:03PM +0900, Yoriko Komatsuzaki wrote:
>
> Hello,
>
> I think that this is not so big problem.
> But just to be safe, could you check the following definition ?
>
> In include/elf/dwarf2.h of gdb-6.6/6.7,
>
> #define DW_AT_hi_user 0x3ff0
You're right. I've just fixed it, thanks!
--
Daniel Jacobowitz
CodeSourcery
2007-12-11 Daniel Jacobowitz <dan@codesourcery.com>
* dwarf2.h (DW_AT_hi_user): Correct value.
Index: dwarf2.h
===================================================================
RCS file: /cvs/src/src/include/elf/dwarf2.h,v
retrieving revision 1.21
diff -u -p -r1.21 dwarf2.h
--- dwarf2.h 16 Nov 2007 15:36:21 -0000 1.21
+++ dwarf2.h 11 Dec 2007 12:55:58 -0000
@@ -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
prev parent reply other threads:[~2007-12-11 12:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-11 7:30 Yoriko Komatsuzaki
2007-12-11 12:56 ` Daniel Jacobowitz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071211125648.GA24736@caradoc.them.org \
--to=drow@false.org \
--cc=binutils@sourceware.org \
--cc=gdb@sourceware.org \
--cc=yoriko@sm.sony.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox