From: Ian Lance Taylor Date: Tue, 2 Jun 1998 19:07:44 +0000 (+0000) Subject: Tue Jun 2 15:06:46 1998 Geoff Keating X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ea81d2f62762832100985694635e5242f69fed76;p=deliverable%2Fbinutils-gdb.git Tue Jun 2 15:06:46 1998 Geoff Keating * 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. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f912dce617..cd4124617c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 2 15:06:46 1998 Geoff Keating + + * 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)