From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15654 invoked by alias); 27 Apr 2006 17:04:51 -0000 Received: (qmail 15633 invoked by uid 9174); 27 Apr 2006 17:04:50 -0000 Date: Thu, 27 Apr 2006 17:04:00 -0000 Message-ID: <20060427170450.15631.qmail@sourceware.org> From: rsandifo@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog.csl Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00031.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: binutils-csl-2_17-branch Changes by: rsandifo@sourceware.org 2006-04-27 17:04:50 Modified files: . : ChangeLog.csl Log message: include/opcodes/ * m68k.h (mcf_mask): Define. opcodes/ * m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd and fmovem entries. Put register list entries before immediate mask entries. Use "l" rather than "L" in the fmovem entries. * m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it out from INFO. (m68k_scan_mask): New function, split out from... (print_insn_m68k): ...here. If no architecture has been set, first try printing an m680x0 instruction, then try a Coldfire one. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.1.14.24&r2=1.1.14.25