From 3a11ea24fcfb2ca3b83e7462d680fc3ff34f1359 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 16 Dec 2001 21:00:08 +0000 Subject: [PATCH] Don't try to link in sim-bits.o. --- sim/ppc/ChangeLog | 5 +++++ sim/ppc/configure | 4 ++-- sim/ppc/configure.in | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 47a7f1f850c..8fdfc439b57 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,8 @@ +2001-12-16 Andrew Cagney + + * configure.in (sim_fpu): Don't add sim-bits.o. + * configure: Re-generate. + 2001-12-15 matthew green * main.c: Include "defs.h", "bfd.h", "callback.h" and "remote-sim.h". diff --git a/sim/ppc/configure b/sim/ppc/configure index 6eb49968c51..c6f70630f27 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -4668,7 +4668,7 @@ echo "configure:4668: checking for common simulator directory fpu implementation if test -f "${srcdir}/../common/sim-fpu.c"; then echo "$ac_t""yes" 1>&6 sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common" - sim_fpu="sim-fpu.o sim-bits.o" + sim_fpu="sim-fpu.o" else echo "$ac_t""no" 1>&6 sim_fpu_cflags= @@ -5093,7 +5093,7 @@ cat >> $CONFIG_STATUS <<\EOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. -ac_max_sed_cmds=60 # Maximum number of lines to put in a sed script. +ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. ac_file=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_cmds # Line after last line for current file. diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index e4c2236fcb6..e130b3afb2a 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -693,7 +693,7 @@ AC_MSG_CHECKING(for common simulator directory fpu implementation) 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" + sim_fpu="sim-fpu.o" else AC_MSG_RESULT(no) sim_fpu_cflags= -- 2.30.2