From 341fb6f336f4119d53749fef7b3425ed5aa2962b Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@airs.com>
Date: Thu, 13 Aug 1998 20:24:03 +0000
Subject: [PATCH] 	* ppc-opc.c (powerpc_operands): Omit parens around
 additions in 	operand name macros.

---
 opcodes/ChangeLog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 02180fce616..c57cf402ec0 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.