* configure.in: Make --enable-sim-common the default.
authorAndrew Cagney <cagney@redhat.com>
Thu, 26 Mar 1998 01:13:38 +0000 (01:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 26 Mar 1998 01:13:38 +0000 (01:13 +0000)
* configure: Re-generate.
* sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
address into Sate.regs[REG_PC] instead of common struct.

sim/mn10300/ChangeLog
sim/mn10300/configure
sim/mn10300/configure.in

index 94cfe16e9fce08e2a50a2cdce385e3be5d6a0b1f..32516d2c103272444db7e0008df5f487b10dd4f0 100644 (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.
index c0d6273737f5d05538595650515dfabfdba6f0e0..cb8256e62355ff2432b2f691ffcc240fa4797ba7 100755 (executable)
@@ -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
 
 
index 8aeee593cf8c2866bfa1e78956dd9dff8a0c767e..e72986326e7ab04a9c1898350295a0ed8b771200 100644 (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)
 
This page took 0.031005 seconds and 4 git commands to generate.