This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/3] Remove the directory of DEST in proc gdb_compile_shlib
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 18 Jul 2013 07:49:32 -0600
- Subject: Re: [PATCH 2/3] Remove the directory of DEST in proc gdb_compile_shlib
- References: <1373439314-14099-1-git-send-email-yao at codesourcery dot com> <1373439314-14099-3-git-send-email-yao at codesourcery dot com> <87txjtgn2d dot fsf at fleche dot redhat dot com> <51E76254 dot 4070206 at codesourcery dot com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> 2013-07-18 Yao Qi <yao@codesourcery.com>
Yao> * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
Yao> $dest to link options if host is remote. Move the
Yao> generated file to $dest.a on host if host is remote.
Thanks. This is ok.
Tom