* compile.c (sim_resume): Watch for calls to abort.
[deliverable/binutils-gdb.git] / sim / h8300 / ChangeLog
index 52057f4d294e8a28efc7c43a8a25de69dd6928eb..5ac0fb0e2c4337ef33ea1c3327b8aac43ce15d8b 100644 (file)
@@ -1,5 +1,77 @@
+Mon Mar 11 09:53:25 1996  Doug Evans  <dje@charmed.cygnus.com>
+
+       * compile.c (sim_resume): Watch for calls to abort.
+       * run.c: #include <signal.h>.
+       (main): Abort if program got SIGILL.
+
+Wed Feb 21 12:15:00 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Regenerate with autoconf 2.7.
+
+Thu Jan  4 11:52:53 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * inst.h (MPOWER,MSIZE): Deleted.
+       (H8300{,H}_MSIZE): Define.
+       * compile.c (memory_size): New static global.
+       (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
+       (sim_write,sim_read): Use memory_size.
+
+Fri Oct 13 15:03:19 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * compile.c (sim_set_callbacks): New.
+
+Tue Oct 10 11:11:26 1995  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (BISON): Remove macro.
+
+Wed Sep 20 13:35:02 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (maintainer-clean): New synonym for realclean.
+
+Fri Sep  8 12:18:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (install): Don't install in $(tooldir).
+
+       * configure.in: Call AC_CONFIG_HEADER.  Don't try to use
+       bfd/hosts/*.h file or bfd/config/*.mh file.  Call AC_PROG_CC and
+       AC_PROG_RANLIB.  Substitute in values for CFLAGS, HDEFINES and AR.
+       Call AC_CHECK_HEADERS for stdlib.h and time.h.  Touch stamp.h if
+       creating config.h.
+       * configure: Rebuild.
+       * config.in: New file, created by autoheader.
+       * Makefile.in (AR): Define as @AR@.
+       (CC): New variable, defined as @CC@.
+       (CFLAGS): Define as @CFLAGS@.
+       (RANLIB): Define as @RANLIB@.
+       (HDEFINES, TDEFINES): New variables.
+       (@host_makefile_frag@): Remove.
+       (compile.o, run.o): Depend upon config.h.
+       (mostlyclean): Make the same as clean, not distclean.
+       (clean): Remove config.log.
+       (distclean): Remove config.h and stamp-h.
+       (Makefile): Don't depend upon @frags@.  Just rebuild Makefile when
+       invoking config.status.
+       (config.h, stamp-h): New targets.
+       * compile.c: Include "config.h".  Don't include <sys/times.h>.
+       Include <time.h> and <stdlib.h> if they exist.  Don't include
+       "sysdep.h".
+       (get_now): Remove unused local b.
+       * run.c: Include "config.h".  Include <stdlib.h> if it exists.
+       Don't include "sysdep.h".
+       * writecode.c: Don't include "bfd.h" or "sysdep.h".  Include
+       <stdio.h>.
+
+Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
+
+       * Update all FSF addresses except those in COPYING* files.
+
 Wed Jul  5 14:32:54 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
 
+       * Makefile.in (clean): Remove run.
+       (distclean): Remove Makefile.
+
+       * h8300.mt: Removed.
+
        * Makefile.in, configure.in: converted to autoconf.
        * configure: New file, generated with autconf 2.4.
 
This page took 0.027249 seconds and 4 git commands to generate.