* ppc-opc.c (powerpc_operands): Omit parens around additions in

operand name macros.
This commit is contained in:
Ian Lance Taylor 1998-08-13 20:24:03 +00:00
parent 1dd251f99d
commit 341fb6f336

View file

@ -1,5 +1,19 @@
Thu Aug 13 16:23:04 1998 Ian Lance Taylor <ian@cygnus.com>
* ppc-opc.c (powerpc_operands): Omit parens around additions in
operand name macros.
Wed Aug 12 14:00:38 1998 Ian Lance Taylor <ian@cygnus.com>
start-sanitize-coldfire
* m68k-opc.c: Correct divsl, divul, remsl, and remul for
ColdFire, as below for mulsl and mulul.
end-sanitize-coldfire
From Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>:
* m68k-opc.c: Correct mulsl and mulul to use q rather than D, a,
+, -, and d for ColdFire.
From Peter Thiemann <thiemann@informatik.uni-tuebingen.de>:
* ppc-opc.c (insert_mbe): Handle wrapping bitmasks.
(extract_mbe): Likewise.