From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3347 invoked by alias); 30 Sep 2004 17:10:20 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 3285 invoked from network); 30 Sep 2004 17:10:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 30 Sep 2004 17:10:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i8UHACXw022128 for ; Thu, 30 Sep 2004 13:10:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8UHA7r28230; Thu, 30 Sep 2004 13:10:07 -0400 Received: from [172.31.0.98] (vpnuser7.surrey.redhat.com [172.16.9.7]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i8UHA5S1010530; Thu, 30 Sep 2004 13:10:06 -0400 Message-ID: <415C3EE6.1070407@redhat.com> Date: Thu, 30 Sep 2004 17:10:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803) MIME-Version: 1.0 To: Linus Nielsen Feltzing CC: binutils@sources.redhat.com Subject: Re: [PATCH] Coldfire 5249 gas bug References: <41526D5C.3030601@haxx.se> In-Reply-To: <41526D5C.3030601@haxx.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00322.txt.bz2 Hi Linus, > Using the latest CVS version of binutils, assembling the following > instruction fails on the mcf5249 target: > > move.l %acc1,%d0 > > m68k-elf-as fails with the following message: > > Assembler messages: > Internal error, aborting at ../../binutils-040922/gas/config/tc-m68k.c Thanks very much for reporting this bug and supplying a patch to fix it. I have applied your patch along with this ChangeLog entry: gas/ChangeLog 2004-09-30 Linus Nielsen Feltzing * config/tc-m68k.c (select_control_regs): Add mcf5249. Cheers Nick