diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-02 19:07:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-02 19:07:44 +0000 |
commit | ea81d2f62762832100985694635e5242f69fed76 (patch) | |
tree | e5795add8e5e74042e8b355c730e58fc07b99286 /opcodes | |
parent | defc0050f4a5a22562543900ec2f8723fcd669ea (diff) | |
download | fsf-binutils-gdb-ea81d2f62762832100985694635e5242f69fed76.zip fsf-binutils-gdb-ea81d2f62762832100985694635e5242f69fed76.tar.gz fsf-binutils-gdb-ea81d2f62762832100985694635e5242f69fed76.tar.bz2 |
Tue Jun 2 15:06:46 1998 Geoff Keating <geoffk@ozemail.com.au>
* ppc-opc.c (powerpc_macros): Support shifts and rotates of size
0; produce error message for shifts of size 32 (or 64 for 64-bit
shifts), because the hardware doesn't support them.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f912dce..cd41246 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 2 15:06:46 1998 Geoff Keating <geoffk@ozemail.com.au> + + * ppc-opc.c (powerpc_macros): Support shifts and rotates of size + 0; produce error message for shifts of size 32 (or 64 for 64-bit + shifts), because the hardware doesn't support them. + start-sanitize-r5900 Mon Jun 1 10:27:26 1998 Jeffrey A Law (law@cygnus.com) |