From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Eli Zaretskii Cc: , , , Subject: Re: GDB on SGI Irix 6.5 Date: Thu, 17 May 2001 09:41:00 -0000 Message-id: References: X-SW-Source: 2001-05/msg00291.html On Thu, 17 May 2001, Eli Zaretskii wrote: > > On Thu, 17 May 2001, Daniel Berlin wrote: > > > We should support 64 bit dwarf2 already, for the most part. > > Since when? Well, since about august of last year or something. The main difference between 64 bit dwarf2, and 32 bit dwarf2, is, of course, the offset sizes. The DWARF2.1 standard says that the cu header's initial length will tell us whether we are dealing with 4 byte offsets or 8 byte offsets. If you look at dwarf2read.c, you'll notice it handles offset sizes of both 4 and 8. read_initial_length takes care of figuring out which offset size we have. > It's possible that I have an outdated tree, in which case I'm sorry for > the line noise. >