aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/arm/configure.in3
-rw-r--r--sim/h8300/ChangeLog21
-rw-r--r--sim/h8300/configure.in3
3 files changed, 25 insertions, 2 deletions
diff --git a/sim/arm/configure.in b/sim/arm/configure.in
index 0eb7b73..a1532ea 100644
--- a/sim/arm/configure.in
+++ b/sim/arm/configure.in
@@ -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}
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index cf5e61e..c28ae44 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -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.
diff --git a/sim/h8300/configure.in b/sim/h8300/configure.in
index aea2a8d..4969df3 100644
--- a/sim/h8300/configure.in
+++ b/sim/h8300/configure.in
@@ -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}