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: gdb/2336: gdb 6.7 release unable to load elf symbol tablesonsolaris


The following reply was made to PR gdb/2336; it has been noted by GNATS.

From: "Larry McGhaw" <lmcghaw@connx.com>
To: "Daniel Jacobowitz" <drow@false.org>
Cc: <gdb-gnats@sources.redhat.com>
Subject: RE: gdb/2336: gdb 6.7 release unable to load elf symbol tablesonsolaris
Date: Fri, 12 Oct 2007 13:55:58 -0700

 Sorry, just realized I sent you the config and Makefile from my linux
 box ... Ignore those last two emails I will be sending you the files
 from solaris in a sec.
 
 Thanks
 
 lm=20
 
 -----Original Message-----
 From: Daniel Jacobowitz [mailto:drow@false.org]=20
 Sent: Thursday, October 11, 2007 7:21 PM
 To: Larry McGhaw
 Cc: gdb-gnats@sources.redhat.com
 Subject: Re: gdb/2336: gdb 6.7 release unable to load elf symbol
 tablesonsolaris
 
 On Thu, Oct 11, 2007 at 02:49:10PM -0700, Larry McGhaw wrote:
 > Hello,
 >=20
 > I don't think I explained the issue properly.
 >=20
 > elfread.c does get compiled and linked into gdb.exe .. The problem is=20
 > that the makefile in the GDB directory dynamically builds init.c by=20
 > scanning a list of source files searching for tokens.
 > Elfread is missing from the list when dynamically building init.c, but
 
 > it is present when building gdb.exe.
 
 I do not see how that is possible.  The same variable builds it and
 includes it in init.c.  If it isn't in CONFIG_OBS, it should not be
 built.
 
 > It took me a while to track this down but it looks like it should be=20
 > an easy problem to fix.
 
 Not unless you give me enough information to figure out why it isn't in
 CONFIG_OBS.  If you don't see a problem in gdb/config.log, please send
 it to the bug.
 
 --
 Daniel Jacobowitz
 CodeSourcery


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