From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19215 invoked by alias); 27 Feb 2011 21:58:32 -0000 Received: (qmail 19206 invoked by uid 22791); 27 Feb 2011 21:58:32 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Feb 2011 21:58:27 +0000 Received: by iwl42 with SMTP id 42so3437310iwl.0 for ; Sun, 27 Feb 2011 13:58:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.31.67 with SMTP id x3mr4942796ibc.11.1298843906076; Sun, 27 Feb 2011 13:58:26 -0800 (PST) Received: by 10.231.35.129 with HTTP; Sun, 27 Feb 2011 13:58:26 -0800 (PST) In-Reply-To: References: Date: Sun, 27 Feb 2011 21:58:00 -0000 Message-ID: Subject: Re: m68k fmovem From: kevin diggs To: Andreas Schwab Cc: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00385.txt.bz2 Hi, Inside the 2.16.1 opcodes/m68k-opc.c I see: /* FIXME: In the next instruction, we should only permit %dn if the target is a single register. We should only permit %an if the target is a single %fpiar. */ {"fmoveml", 4, two(0xF000, 0x8000), two(0xF1C0, 0xE3FF), "Ii*lL8", mfloat }, What does this mean??? Thanks! kevin On Sun, Feb 27, 2011 at 1:55 PM, kevin diggs wrote: > Hi, > > Or I would REALLY appreciate it if you could throw a few tips/pointers > my way on how gas works and where I might look to fix this in 2.16.1. >