* emul_bugapi.c (emul_bugapi_create): Guard against NULL images.
authorAndrew Cagney <cagney@redhat.com>
Tue, 25 Mar 1997 05:06:12 +0000 (05:06 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 25 Mar 1997 05:06:12 +0000 (05:06 +0000)
* configure.in (enable-sim-endain): Correct typo in usage (from
Erik Landry <landry@ENGR.ORST.EDU>).
* configure: Re-generate.

sim/ppc/ChangeLog
sim/ppc/configure.in

index 2854118..4295c01 100644 (file)
@@ -1,3 +1,16 @@
+Tue Mar 25 12:13:02 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
+
+       * emul_bugapi.c (emul_bugapi_create): Guard against NULL images.
+
+       * configure.in (enable-sim-endain): Correct typo in usage (from
+       Erik Landry <landry@ENGR.ORST.EDU>).
+       * configure: Re-generate.
+
+Fri Mar 14 18:23:02 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
+
+       * Makefile.in (targ-vals.def): Re-do rule so that it works with
+       FreeBSD's make.  Didn't like $<.
+
 Thu Mar 13 12:55:48 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * sim_calls.c (sim_open): New SIM_DESC result.  Argument is now
index 04fafc3..f86cfef 100644 (file)
@@ -230,7 +230,7 @@ fi],[sim_hostbitsize=""])dnl
 
 
 AC_ARG_ENABLE(sim-hostendian,
-[  --enable-sim-hostendain=end         Specify host byte endian orientation.],
+[  --enable-sim-hostendian=end         Specify host byte endian orientation.],
 [case "${enableval}" in
   no)   sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
   b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;