diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-01-16 16:21:17 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-01-16 16:21:17 +0000 |
commit | 4ffd6ed0f3ed070db616d2b9e11931f6353620ed (patch) | |
tree | ec63945be3c5b0be3ef15ef77ba046cce7766bac /sim/ppc/ChangeLog | |
parent | 854efa68e8dedcb14b2830174ca814c6c8f215d0 (diff) | |
download | gdb-4ffd6ed0f3ed070db616d2b9e11931f6353620ed.zip gdb-4ffd6ed0f3ed070db616d2b9e11931f6353620ed.tar.gz gdb-4ffd6ed0f3ed070db616d2b9e11931f6353620ed.tar.bz2 |
Make {add to,subtract from} minus one; Make -t alu work better
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 1e022a8..f1f298f 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,19 @@ +Tue Jan 16 09:50:53 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * idecode_expression.h (ALU_END): Add ITRACE of the result. + + * ppc-instructions (Equivalent): Enable this instruction. + (Add to Minus One Extended): Ditto. + (Subtract from Minus One Extended): Ditto. + (Add/And/Or/Xor Immediate): Add alu trace of result. + (Add/And/Or/Xor Shifted Immediate): Ditto. + (And/Or/Equivalent/Nand/Nor): Ditto. + (And/Or with Complement): Ditto. + (Extend Sign Byte/Half Word): Ditto. + (Count Leading Zeros): Ditto. + (Shift Right Algerbraic Word): Ditto. + (Shift Right Algerbraic Word Immediate): Ditto. + Tue Jan 9 15:10:27 1996 Andrew Cagney <cagney@highland.com.au> * emul_bugapi.c (emul_bugapi_instruction_call) : Make format type |