This is the mail archive of the gdb@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: Finding ld.so dynamic loader


On Wed, Jan 30, 2008 at 08:42:00AM -0800, Michael Eager wrote:
> If solib_absolute_prefix is empty (true for almost all targets) and
> /lib/ld.so.1 exists on the host system, this will be opened in
> preference to either one specified on the SOLIB_SEARCH_PATH or using a
> target search path.

In my opinion, there's the mistake: solib_absolute_prefix isn't
related to your target.  It's a configuration setting, and if you're
using gdbserver to talk to a remote system, you should set it ("set
sysroot").  If you don't have the same layout as your target
reproduced on your host, set it to a nonexistant path.

That said, I'm not sure why we search the literal path before the
search path either.

-- 
Daniel Jacobowitz
CodeSourcery


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