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] Put solib-target.o back to COMMON_OBS [Re: [patch 2/2] Do not build libgdb.a by default]


On 01/02/2012 02:01 PM, Jan Kratochvil wrote:
On Mon, 02 Jan 2012 14:40:23 +0100, Pedro Alves wrote:
On 12/21/2011 11:47 AM, Jan Kratochvil wrote:
@@ -910,7 +910,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
  	reggroups.o regset.o \
  	trad-frame.o \
  	tramp-frame.o \
-	solib.o solib-target.o \
+	solib.o \

This is wrong. solib-target.o should be always present in all gdb builds in all configurations.

I see now from: Re: Switch shared library default backend to solib-target.c http://sourceware.org/ml/gdb-patches/2010-06/msg00347.html

So I will check in this one.

Thanks, looks fine to me.


--
Pedro Alves


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