diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-27 07:55:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-27 07:55:24 +0000 |
commit | 16bd5d6e527b13eee522e9c2afa8a24c37f53fc5 (patch) | |
tree | a6e82ccf5cdd5d3930498dab64b3b3f7f27873a3 /sim/mips/ChangeLog | |
parent | 90ad43b2deb869abb5621d94be990f0cb07379bd (diff) | |
download | gdb-16bd5d6e527b13eee522e9c2afa8a24c37f53fc5.zip gdb-16bd5d6e527b13eee522e9c2afa8a24c37f53fc5.tar.gz gdb-16bd5d6e527b13eee522e9c2afa8a24c37f53fc5.tar.bz2 |
Separate r5900 specifoc and mips16 instructions.
Add support for this to configure (vr5400 target only)
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index e0ae373..a82c180 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,26 @@ +Mon Oct 27 17:53:59 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * Makefile.in (SIM_NO_CFLAGS): Define. Define WITH_IGEN=0. + + interp.c (sim_engine_run): Do not compile function sim_engine_run + when WITH_IGEN == 1. + + * configure.in (sim_igen_flags, sim_m16_flags): Set according to + target architecture. + + Makefile.in (tmp-igen, tmp-m16): Drop -F and -M options to + igen. Replace with configuration variables sim_igen_flags / + sim_m16_flags. + + end-sanitize-v5900 + * r5900.igen: New file. Copy v5900 insns here. + start-sanitize-r5900 + end-sanitize-v5400 + * vr5400.igen: New file. + start-sanitize-vr5400 + * m16.igen: New file. Copy mips16 insns here. + * mips.igen: From here. + Mon Oct 27 13:53:59 1997 Andrew Cagney <cagney@b1.cygnus.com> start-sanitize-vr5400 |