diff options
author | Gavin Romig-Koch <gavin@redhat.com> | 1998-12-24 05:55:42 +0000 |
---|---|---|
committer | Gavin Romig-Koch <gavin@redhat.com> | 1998-12-24 05:55:42 +0000 |
commit | 35d6075ac268663c9fa2a811f2d4814d8c34957d (patch) | |
tree | 951308ce3b991921639cfab652f7106ca61027c4 /sim/mips | |
parent | e53f705836267bd68c2762089adc1d036aaf8fed (diff) | |
download | gdb-35d6075ac268663c9fa2a811f2d4814d8c34957d.zip gdb-35d6075ac268663c9fa2a811f2d4814d8c34957d.tar.gz gdb-35d6075ac268663c9fa2a811f2d4814d8c34957d.tar.bz2 |
m16.igen (DADDIU5): Correct type-o.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index a234cbb..8e4c34a 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,4 +1,30 @@ +1998-12-24 Gavin Romig-Koch <gavin@cygnus.com> + + * m16.igen (DADDIU5): Correct type-o. + +Mon Dec 21 10:34:48 1998 Andrew Cagney <cagney@chook> + + * mips.igen (do_ddiv, do_ddivu): Pacify GCC. Update hi/lo via tmp + variables. + start-sanitize-vr4xxx +1998-12-17 Gavin Romig-Koch <gavin@cygnus.com> + + * vr4run.c (sim_engine_run): Enable the 4111. + +end-sanitize-vr4xxx +Wed Dec 16 18:20:28 1998 Andrew Cagney <cagney@chook> + + * Makefile.in (SIM_EXTRA_CFLAGS): No longer need to add .../newlib + to include path. + (interp.o): Add dependency on itable.h + (oengine.c, gencode): Delete remaining references. + (BUILT_SRC_FROM_GEN): Clean up. +start-sanitize-vr4xxx + (SIM_HACK_ALL): Define. + (hack, libhack.a): Do not build. +end-sanitize-vr4xxx + 1998-12-16 Gavin Romig-Koch <gavin@cygnus.com> * vr4run.c: New. |