diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-04 01:29:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-04 01:29:25 +0000 |
commit | b65b4d8b06ade312280a913279d5501180c70992 (patch) | |
tree | 5bb9c9eea5210022082e07b85bb2f0eaf3f97798 /sim/v850/ChangeLog | |
parent | 769e0a8a281b3bef081b96850d7647cc360c7782 (diff) | |
download | gdb-b65b4d8b06ade312280a913279d5501180c70992.zip gdb-b65b4d8b06ade312280a913279d5501180c70992.tar.gz gdb-b65b4d8b06ade312280a913279d5501180c70992.tar.bz2 |
Fixed sanitization,
Changed pattern for break insn.
Diffstat (limited to 'sim/v850/ChangeLog')
-rw-r--r-- | sim/v850/ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 251fdb9..a58ce50 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,26 @@ +Wed Dec 3 17:27:19 1997 Nick Clifton <nickc@cygnus.com> + +start-sanitize-v850e + * v850.igen: Added missing sanitization markers. +end-sanitize-v850e + * v850.igen: Make break have a zero first field, since otherwise + it clashes with the DIVH instruction. + +Sat Nov 22 21:32:07 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * simops.c (OP_10007E0): Rename SIGABRT -> SIM_SIGABRT. Give + sim_stopped instead of sim_signalled. + + * v850.igen (BREAK), simops.c (OP_12007E0): Rename SIGTRAP to + SIM_SIGTRAP. + (illegal): Rename SIGILL to SIM_SIGILL. + + * sim-main.h, simops.c, interp.c: Do not include signal.h. + + * sim-main.h: Include sim-signal.h instead of signal.h. + (SIGTRAP, SIGQUIT): Delete definition. + (SIG_V850_EXIT): Delete definition. + Tue Nov 18 15:33:48 1997 Doug Evans <devans@canuck.cygnus.com> * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS). @@ -5,7 +28,7 @@ Tue Nov 18 15:33:48 1997 Doug Evans <devans@canuck.cygnus.com> Fri Oct 31 10:33:40 1997 Andrew Cagney <cagney@b1.cygnus.com> * interp.c (sim_open): Check state magic number. - (sim.assert.h): Include. + (sim-assert.h): Include. Tue Oct 28 11:06:47 1997 Andrew Cagney <cagney@b1.cygnus.com> |