This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

Re: c++/2274: loading elf generates error msg


The following reply was made to PR c++/2274; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: "C.Gers" <c.gers@Jenoptik-si.de>
Cc: gdb-gnats@sourceware.org
Subject: Re: c++/2274: loading elf generates error msg
Date: Mon, 18 Jun 2007 13:19:14 -0400

 On Mon, Jun 18, 2007 at 06:59:13PM +0200, C.Gers wrote:
 > I think the linker/debugger combination was verry smart because the same stuff worked with
 > gcc 3.4.6 / gdb 6.3. I was able to debug mixed modul code without
 > problems. Now gcc 4.1.1 gdb 6.5 combination is not able to handle
 > the same thing ? I could not remove debug info because i need it to
 > debug my prog !
 
 Then you will have to figure out what is going on.  There is
 absolutely no way that GDB can handle a DWARF section containing both
 big and little endian data; the underlying format is endian-sensitive.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery


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