From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31111 invoked by alias); 8 May 2006 09:32:50 -0000 Received: (qmail 31087 invoked by uid 9174); 8 May 2006 09:32:48 -0000 Date: Mon, 08 May 2006 09:32:00 -0000 Message-ID: <20060508093248.31085.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/msg00056.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: gdb-csl-20060226-branch Changes by: rsandifo@sourceware.org 2006-05-08 09:32:48 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=gdb-csl-20060226-branch&r1=1.1.12.36&r2=1.1.12.37