* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
authorJason Molenda <crash@cygnus>
Wed, 26 Jun 1996 03:22:34 +0000 (03:22 +0000)
committerJason Molenda <crash@cygnus>
Wed, 26 Jun 1996 03:22:34 +0000 (03:22 +0000)
        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
        (docdir): Removed.
        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
        (AC_PROG_INSTALL): Added.
        * configure: Rebuilt.

sim/arm/configure.in
sim/h8300/ChangeLog
sim/h8300/configure.in

index 0eb7b73bf9bbcf5c5c838ba4dff098c89ce0c5d8..a1532ea53a4fe2acb11bbe2a63b03c97e0859fb4 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.3)dnl
+AC_PREREQ(2.5)dnl
 AC_INIT(Makefile.in)
 
 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
@@ -9,6 +9,7 @@ AC_ARG_PROGRAM
 . ${srcdir}/../../bfd/configure.host
 
 AC_PROG_CC
+AC_PROG_INSTALL
 AC_SUBST(CFLAGS)
 AC_SUBST(HDEFINES)
 AR=${AR-ar}
index cf5e61eab232a1cefb491ffa1a79366e26507321..c28ae44001c34f3d693643ff86f74ae983ac20f4 100644 (file)
@@ -1,3 +1,24 @@
+Wed Jun 26 12:20:56 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+        * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
+        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
+        (docdir): Removed.
+        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+        (AC_PROG_INSTALL): Added.
+        * configure: Rebuilt.
+
+start-sanitize-h8s
+Tue Jun 18 16:31:10 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * compile.c (sim_load): Treat the H8/S like the H8/300H for now.
+       * run.c (main): Treat the H8/S like the H8/300H for now.
+       
+end-sanitize-h8s 
+Fri May 24 10:35:25 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * compile.c (SEXTCHAR): Clear upper bits when sign
+       bit is clear.
+
 Wed May 22 22:23:37 1996  Jeffrey A Law  (law@cygnus.com)
 
        * compile.c (sim_resume): Correctly handle divu.
index aea2a8dcbcceec003cfab656a28c7aa0eb145b3b..4969df37f9be7828b753836d112263c9abec3423 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.3)dnl
+AC_PREREQ(2.5)dnl
 AC_INIT(Makefile.in)
 
 AC_CONFIG_HEADER(config.h:config.in)
@@ -11,6 +11,7 @@ AC_ARG_PROGRAM
 . ${srcdir}/../../bfd/configure.host
 
 AC_PROG_CC
+AC_PROG_INSTALL
 AC_SUBST(CFLAGS)
 AC_SUBST(HDEFINES)
 AR=${AR-ar}