From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21493 invoked by alias); 4 Oct 2004 21:35:12 -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 21484 invoked from network); 4 Oct 2004 21:35:12 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 4 Oct 2004 21:35:12 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CEaU7-00089w-1A; Mon, 04 Oct 2004 17:35:07 -0400 Date: Mon, 04 Oct 2004 21:35:00 -0000 From: Daniel Jacobowitz To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/testcase] fix compile error of asm-source.exp for m32r-linux Message-ID: <20041004213507.GC30774@nevyn.them.org> Mail-Followup-To: Kei Sakamoto , gdb-patches@sources.redhat.com References: <01cf01c4a798$54a36b00$5169910a@E5A02646> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01cf01c4a798$54a36b00$5169910a@E5A02646> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00069.txt.bz2 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