diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-01 09:47:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-01 09:47:03 +0000 |
commit | 52352d38d6218b8c7dcc2b59e88820f702c89fd1 (patch) | |
tree | ad38de9df23e2d51d7defc9efa12e05a547ac86d /sim/mips/ChangeLog | |
parent | 0ffba68fdc03f68c2cf78cb16ac87464cacf8fde (diff) | |
download | gdb-52352d38d6218b8c7dcc2b59e88820f702c89fd1.zip gdb-52352d38d6218b8c7dcc2b59e88820f702c89fd1.tar.gz gdb-52352d38d6218b8c7dcc2b59e88820f702c89fd1.tar.bz2 |
Test/fix pabsh, pabsw, psrlvw.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 037e1df..8831969 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-r5900 +Mon Sep 1 18:43:30 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * gencode.c (build_instruction): For "pabsw" and "pabsh", check + for overflow due to ABS of MININT, set result to MAXINT. + (build_instruction): For "psrlvw", signextend bit 31. + +end-sanitize-r5900 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |