This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfc] Clarify shared library warning
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 10 Oct 2006 23:28:13 +0200
- Subject: Re: [rfc] Clarify shared library warning
- References: <20061010145213.GA20993@nevyn.them.org>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Tue, 10 Oct 2006 10:52:13 -0400
> From: Daniel Jacobowitz <drow@false.org>
>
> But this warning isn't very self-explanatory. I was thinking something
> like the below, in addition. How does this sound?
>
> warning: .dynamic section for "/lib/libc.so.6" is not at the expected
> address
> warning: the wrong version of the shared library may have been found
Such a change is a good idea, I think.
We could make it shorter, though:
warning: .dynamic section for "/lib/libc.so.6" is not at the expected
address (wrong version of the shared library?)