This is the mail archive of the gdb-patches@sources.redhat.com 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]

[patch] Don't link sim-bits.o into psim


FYI,

I checked in the attached tweek.  MRG, I suspect this snuck in.  You 
probably want to also check the ChangeLog entry.  I should note that I 
built with --disable-sim-inline.

BTW, is the conditional test for sim/common needed?  Just always build 
sim-fpu.

Andrew
2001-12-16  Andrew Cagney  <ac131313@redhat.com>

	* configure.in (sim_fpu): Don't add sim-bits.o.
	* configure: Re-generate.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/sim/ppc/configure.in,v
retrieving revision 1.2
diff -p -r1.2 configure.in
*** configure.in	2001/12/14 00:22:12	1.2
--- configure.in	2001/12/16 20:58:50
*************** AC_MSG_CHECKING(for common simulator dir
*** 693,699 ****
  if test -f "${srcdir}/../common/sim-fpu.c"; then
    AC_MSG_RESULT(yes)
    sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common"
!   sim_fpu="sim-fpu.o sim-bits.o"
  else
    AC_MSG_RESULT(no)
    sim_fpu_cflags=
--- 693,699 ----
  if test -f "${srcdir}/../common/sim-fpu.c"; then
    AC_MSG_RESULT(yes)
    sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common"
!   sim_fpu="sim-fpu.o"
  else
    AC_MSG_RESULT(no)
    sim_fpu_cflags=

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