From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29529 invoked by alias); 27 Feb 2011 18:31:43 -0000 Received: (qmail 29520 invoked by uid 22791); 27 Feb 2011 18:31:42 -0000 X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Feb 2011 18:31:38 +0000 Received: by iyf13 with SMTP id 13so3048489iyf.0 for ; Sun, 27 Feb 2011 10:31:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.136.71 with SMTP id s7mr3860491ict.211.1298831496941; Sun, 27 Feb 2011 10:31:36 -0800 (PST) Received: by 10.231.35.129 with HTTP; Sun, 27 Feb 2011 10:31:36 -0800 (PST) Date: Sun, 27 Feb 2011 18:31:00 -0000 Message-ID: Subject: m68k fmovem From: kevin diggs To: 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/msg00377.txt.bz2 Hi, While trying to rebuild gcc 3.4.6 on an old Mac Quadra 700 (68040), I am getting: floatformat.s: Assembler messages: floatformat.s:1047: Error: operands mismatch -- statement `fmovem.l %fpcr,%d5' ignored floatformat.s:1163: Error: operands mismatch -- statement `fmovem.l %fpcr,%d5' ignored while trying to build floatformat.c from libiberty. In the rebuild I switched to using binutils 2.16.1. I checked this instruction in the M68000PRM.pdf and it seems to be legal? Anyone know what I did wrong? Thanks! kevin