diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-08-13 20:24:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-08-13 20:24:03 +0000 |
commit | 341fb6f336f4119d53749fef7b3425ed5aa2962b (patch) | |
tree | b181f551f9ebdc45429b7763c46962e310f06630 /opcodes/ChangeLog | |
parent | 1dd251f99ddcc3d09548e71704066aeba8be8d4a (diff) | |
download | gdb-341fb6f336f4119d53749fef7b3425ed5aa2962b.zip gdb-341fb6f336f4119d53749fef7b3425ed5aa2962b.tar.gz gdb-341fb6f336f4119d53749fef7b3425ed5aa2962b.tar.bz2 |
* ppc-opc.c (powerpc_operands): Omit parens around additions in
operand name macros.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 02180fc..c57cf40 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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. |