diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-11-29 20:41:46 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-11-29 20:41:46 +0000 |
commit | 9dfb65e66194759d72c45f61afb839aad60c6bcf (patch) | |
tree | fc1cd0122b9082462aa21574977398db88c90150 /sim/sh/ChangeLog | |
parent | 3dbf33eeb425669fe2e4240e2038f77c6c2f241d (diff) | |
download | gdb-9dfb65e66194759d72c45f61afb839aad60c6bcf.zip gdb-9dfb65e66194759d72c45f61afb839aad60c6bcf.tar.gz gdb-9dfb65e66194759d72c45f61afb839aad60c6bcf.tar.bz2 |
* gencode.c (tab): In shad/shld definitions, negate R[m] before
the and operation instead of after. For shad delete cast. For shld
use UR instead of R and delete cast.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 11eee59..d63066e 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,7 +1,15 @@ +Wed Nov 29 12:39:27 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * gencode.c (tab): In shad/shld definitions, negate R[m] before + the and operation instead of after. For shad delete cast. For shld + use UR instead of R and delete cast. + +start-sanitize-sh3e Fri Nov 17 12:48:55 1995 Jim Wilson <wilson@chestnut.cygnus.com> * gencode.c (tab): Add explicit NaN support for ftrc instruction. +end-sanitize-sh3e Wed Nov 15 11:25:27 1995 Stu Grossman (grossman@cygnus.com) * interp.c: Make target_byte_order be extern to prevent SGI cc from |