diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-25 06:50:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-25 06:50:48 +0000 |
commit | baa1a488012c97190295d530f3f903d7cc440aed (patch) | |
tree | b0a70158304bb3627633d438d0761ffb29b88dd0 /sim/mips/ChangeLog | |
parent | c48c0c1413be2f11e14656f9031fbb733a28dc68 (diff) | |
download | gdb-baa1a488012c97190295d530f3f903d7cc440aed.zip gdb-baa1a488012c97190295d530f3f903d7cc440aed.tar.gz gdb-baa1a488012c97190295d530f3f903d7cc440aed.tar.bz2 |
Explicitly tag vr41/mips16 instructions.
Update configure.in/configure.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 2811a23..686b76d 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,24 @@ +Wed Nov 25 17:33:24 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * configure.in (vr4100): Only include vr4100 instructions in + simulator. + * configure: Re-generate. + * m16.igen (*): Tag all mips16 instructions as also being vr4100. + +Mon Nov 23 18:20:36 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * Makefile.in (SIM_CFLAGS): Do not define WITH_IGEN. + * sim-main.h, sim-main.c, interp.c: Delete #if WITH_IGEN keeping + true alternative. + + * configure.in (sim_default_gen, sim_use_gen): Replace with + sim_gen. + (--enable-sim-igen): Delete config option. Always using IGEN. + * configure: Re-generate. + + * Makefile.in (gencode): Kill, kill, kill. + * gencode.c: Ditto. + Mon Nov 23 18:07:36 1998 Andrew Cagney <cagney@b1.cygnus.com> * configure.in: Configure mips64vr4100-elf nee mips64vr41* as a 64 |