From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32349 invoked by alias); 22 Feb 2005 20:27:09 -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 32316 invoked from network); 22 Feb 2005 20:27:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Feb 2005 20:27:06 -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.11) with ESMTP id j1MKR1kV016191 for ; Tue, 22 Feb 2005 15:27:06 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1MKR0K30457; Tue, 22 Feb 2005 15:27:00 -0500 Received: from dhcp-172-16-25-252.sfbay.redhat.com (dhcp-172-16-25-252.sfbay.redhat.com [172.16.25.252]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j1MKQw5s010949; Tue, 22 Feb 2005 15:26:58 -0500 Subject: Re: [PATCH] Bad DWARF2 line information for MIPS16 From: Eric Christopher To: "Maciej W. Rozycki" Cc: binutils@sources.redhat.com, "Maciej W. Rozycki" In-Reply-To: References: <1109023627.5031.22.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 22 Feb 2005 23:37:00 -0000 Message-Id: <1109104017.5032.19.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00523.txt.bz2 > the result. Tested for mipsel-linux-gnu, mips64-elf, mips64el-elf, > mips64-linux-gnu, mips64el-linux-gnu with no regressions and the two > latters fixed. > > 2005-02-22 Maciej W. Rozycki > > * gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocation > information. > * gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line > information for MIPS16 for the n32 ABI. > * gas/mips/mips.exp. Run the new test. > > OK to apply? OK. -eric