This is the mail archive of the gdb-patches@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: [patch] Test solib-search-path


On Mon, Apr 22, 2013 at 4:24 PM, Doug Evans <dje@google.com> wrote:
> Hi.
> This patch tests solib-search-path, and in particular
> the patch posted here:
> http://sourceware.org/ml/gdb-patches/2013-04/msg00388.html
>
> It requires this patch:
> http://sourceware.org/ml/gdb-patches/2013-04/msg00674.html
>
> I will check this in in a few days if there are no objections.
>
> 2013-04-22  Doug Evans  <dje@google.com>
>
>         * gdb.base/solib-search-lib1.c: New file.
>         * gdb.base/solib-search-lib2.c: New file.
>         * gdb.base/solib-search.c: New file.
>         * gdb.base/solib-search.h: New file.
>         * gdb.base/solib-search.exp: New file.
>

Blech.

> +# Set soname so that the path to the correct library is not hardcoded
> +# in the executable.
> +set lib1_flags "" ;#"ldflags=-Wl,-soname,${libname1}.so"
> +set lib2_flags "" ;#"ldflags=-Wl,-soname,${libname2}.so"

Leftover from early versions.
Fixed in my sandbox.


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