diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-10-21 21:38:40 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-10-21 21:38:40 +0000 |
commit | 99e6fd41ea24df672ec19ba092697fba05ec7d35 (patch) | |
tree | dca201fc57dbbe91f4734c0775764354bbf64e58 /sim/sh | |
parent | 09af58685445072bdf77e9257632da71f979162c (diff) | |
download | gdb-99e6fd41ea24df672ec19ba092697fba05ec7d35.zip gdb-99e6fd41ea24df672ec19ba092697fba05ec7d35.tar.gz gdb-99e6fd41ea24df672ec19ba092697fba05ec7d35.tar.bz2 |
Indicate SIGILL instead of calling abort for default case.
Diffstat (limited to 'sim/sh')
-rw-r--r-- | sim/sh/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 4251130..ef46135 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,19 @@ +Sat Oct 21 13:01:18 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * gencode.c (gensim): Indicate SIGILL instead of calling abort for + default case. + +start-sanitize-sh3e +Mon Oct 16 18:24:03 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * interp.c (saved_start_type): Move FP registers to immediately + after SR. + +end-sanitize-sh3e +Tue Oct 10 11:12:15 1995 Fred Fish <fnf@cygnus.com> + + * Makefile.in (BISON): Remove macro. + Fri Oct 6 12:08:18 1995 Jim Wilson <wilson@chestnut.cygnus.com> * interp.c (trap, case SYS_utime): Cast second arg of utime to |