diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-19 21:55:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-19 21:55:10 +0000 |
commit | 47c6ce6c2de14635d0d71d63e5dbea036084b6ec (patch) | |
tree | f201912ca1444749e9912657ae431043e8ac0215 /sim/mips/ChangeLog | |
parent | cc5201d78c016dc38c3dfbbb22b1332b80f88589 (diff) | |
download | gdb-47c6ce6c2de14635d0d71d63e5dbea036084b6ec.zip gdb-47c6ce6c2de14635d0d71d63e5dbea036084b6ec.tar.gz gdb-47c6ce6c2de14635d0d71d63e5dbea036084b6ec.tar.bz2 |
* gencode.c (process_instructions): Correct shift count for 32
bit shift instructions. Correct sign extension for arithmetic
shifts to not shift the number of bits in the type.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 3c0099f..aed2073 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,7 +1,9 @@ Thu Sep 19 15:34:17 1996 Ian Lance Taylor <ian@cygnus.com> * gencode.c (process_instructions): Correct handling of nor - instruction. + instruction. Correct shift count for 32 bit shift instructions. + Correct sign extension for arithmetic shifts to not shift the + number of bits in the type. Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk> |