diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-12-03 22:54:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-12-03 22:54:44 +0000 |
commit | 0931ce5aa748654e366be2bec6e7930c7452e65b (patch) | |
tree | 2f8052c2ed927da00f20e1f77776f0d15f4f6905 /sim | |
parent | e59ddd6e88cdba11231ee8b28067b84000d1b2bd (diff) | |
download | gdb-0931ce5aa748654e366be2bec6e7930c7452e65b.zip gdb-0931ce5aa748654e366be2bec6e7930c7452e65b.tar.gz gdb-0931ce5aa748654e366be2bec6e7930c7452e65b.tar.bz2 |
Missing change log entry.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 8f8c7df..57f23be 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -4,12 +4,14 @@ Wed Nov 26 11:00:23 1997 Andrew Cagney <cagney@b1.cygnus.com> start-sanitize-vr5400 * mdmx.igen (value_vr): Correct sim_io_eprintf format argument. + (value_cc, store_cc): Implement. * sim-main.h: Add 8*3*8 bit accumulator. * vr5400.igen: Move mdmx instructins from here * mdmx.igen: To here - new file. Add/fix missing instructions. * mips.igen: Include mdmx.igen. + * Makefile.in (IGEN_INCLUDE): Add mdmx.igen. start-sanitize-vr5400 Sun Nov 23 01:45:20 1997 Andrew Cagney <cagney@b1.cygnus.com> |