From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29813 invoked by alias); 21 Feb 2005 22:07:15 -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 29016 invoked from network); 21 Feb 2005 22:07:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Feb 2005 22:07:10 -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 j1LM7ADd008331 for ; Mon, 21 Feb 2005 17:07:10 -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 j1LM79K02576; Mon, 21 Feb 2005 17:07:10 -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 j1LM775s012458; Mon, 21 Feb 2005 17:07:08 -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: Content-Type: text/plain Date: Tue, 22 Feb 2005 00:57:00 -0000 Message-Id: <1109023627.5031.22.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00486.txt.bz2 > gas/: > 2005-02-21 Maciej W. Rozycki > > * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before > emitting insn. > > gas/testsuite/: > 2005-02-21 Maciej W. Rozycki > > * gas/mips/mips16-dwarf2.d: New test to check DWARF2 line > information for MIPS16. > * gas/mips/mips16-dwarf2.s: Source for the new test. > * gas/mips/mips.exp: Run the new test. > > OK to apply? OK. -eric