* configure.in: Make --enable-sim-common the default.

* configure: Re-generate.
* sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
address into Sate.regs[REG_PC] instead of common struct.
This commit is contained in:
Andrew Cagney 1998-03-26 01:13:38 +00:00
parent 3535c3c044
commit 51ccd82f7f
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
Thu Mar 26 11:22:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in: Make --enable-sim-common the default.
* configure: Re-generate.
* sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
address into Sate.regs[REG_PC] instead of common struct.
Wed Mar 25 17:42:00 1998 Joyce Janczyn <janczyn@cygnus.com>
* mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.

View File

@ -1177,7 +1177,7 @@ else
fi
done
for ac_hdr in fcntl.h
for ac_hdr in fcntl.h fpu_control.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@ -1217,7 +1217,7 @@ else
fi
done
for ac_func in getrusage time sigaction
for ac_func in getrusage time sigaction __setfpucw
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:1224: checking for $ac_func" >&5
@ -1933,7 +1933,7 @@ if test x"$silent" != x"yes" && test x"$sim_gen" != x""; then
echo "Setting sim_common = $sim_common" 6>&1
fi
else
sim_gen=""; mn10300_common="WITHOUT"
sim_gen="-DWITH_COMMON=1"; mn10300_common="WITH"
fi

View File

@ -29,7 +29,7 @@ AC_ARG_ENABLE(sim-common,
esac
if test x"$silent" != x"yes" && test x"$sim_gen" != x""; then
echo "Setting sim_common = $sim_common" 6>&1
fi],[sim_gen=""; mn10300_common="WITHOUT"])dnl
fi],[sim_gen="-DWITH_COMMON=1"; mn10300_common="WITH"])dnl
AC_SUBST(sim_gen)
AC_SUBST(mn10300_common)