From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21039 invoked by alias); 5 Oct 2004 04:15:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20939 invoked from network); 5 Oct 2004 04:14:49 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 5 Oct 2004 04:14:49 -0000 Received: (from root@localhost) by guardian05.idc.renesas.com with id i954EcSY015165; Tue, 5 Oct 2004 13:14:38 +0900 (JST) Received: from unknown [172.20.8.71] by guardian05.idc.renesas.com with SMTP id PAA15164 ; Tue, 5 Oct 2004 13:14:37 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id NAA11044; Tue, 5 Oct 2004 13:14:38 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id EB6447981B7; Tue, 5 Oct 2004 13:14:37 +0900 (JST) Message-ID: <024c01c4aa91$d443ced0$5169910a@E5A02646> From: "Kei Sakamoto" To: "Daniel Jacobowitz" Cc: References: <01cf01c4a798$54a36b00$5169910a@E5A02646> <20041004213507.GC30774@nevyn.them.org> Subject: Re: [RFA/testcase] fix compile error of asm-source.exp for m32r-linux Date: Tue, 05 Oct 2004 04:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00074.txt.bz2 I committed this patch. Thank you. Kei Sakamoto > On Fri, Oct 01, 2004 at 06:23:36PM +0900, Kei Sakamoto wrote: > > The attached fixes the compiler error of asm-source.exp > > for m32r-linux target. > > > > In case of m32r-elf target, asm-source test needs to set > > stack pointer register. But in m32r-linux target, Linux > > kernel sets it and the asm-source test should not change > > its value. > > > > OK to commit? > > > > 2004-10-01 Kei Sakamoto > > > > * gdb.asm/asm-source.exp: Add m32r-linux target. > > * gdb.asm/m32r-linux.inc: New file. > > Yes, this is OK. Thanks. > > -- > Daniel Jacobowitz >