diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-03-11 17:54:45 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-03-11 17:54:45 +0000 |
commit | e656ecf90c49bac5eb357cec0020b37423b0e0f8 (patch) | |
tree | 41d4333edee3d78b863b172788301507859b4423 /sim/h8300/ChangeLog | |
parent | 89a8a65d62496b49f5bc6bd2c6dcb8cfcab481a0 (diff) | |
download | gdb-e656ecf90c49bac5eb357cec0020b37423b0e0f8.zip gdb-e656ecf90c49bac5eb357cec0020b37423b0e0f8.tar.gz gdb-e656ecf90c49bac5eb357cec0020b37423b0e0f8.tar.bz2 |
* compile.c (sim_resume): Watch for calls to abort.
* run.c: #include <signal.h>.
(main): Abort if program got SIGILL.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 8a166c9..5ac0fb0 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,33 @@ +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). |