From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4969 invoked by alias); 26 Nov 2003 01:21:42 -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 4960 invoked from network); 26 Nov 2003 01:21:40 -0000 Received: from unknown (HELO namadgi.wasabisystems.com) (203.51.32.140) by sources.redhat.com with SMTP; 26 Nov 2003 01:21:40 -0000 Received: by namadgi.wasabisystems.com (Postfix, from userid 1000) id 2AF041EB89; Wed, 26 Nov 2003 12:21:39 +1100 (EST) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: NetBSD testsuite patch (revised) References: <87he0v1lbu.fsf@wasabisystems.com> <20031124042406.GA19674@nevyn.them.org> From: Ben Elliston Date: Wed, 26 Nov 2003 01:21:00 -0000 In-Reply-To: <20031124042406.GA19674@nevyn.them.org> Message-ID: <874qwrzzz1.fsf@wasabisystems.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00590.txt.bz2 Daniel Jacobowitz writes: > > This patch supersedes my previous patch. Okay to commit? > > I don't suppose you could test this on a mips-elf simulator target? > I believe asm-source works OK there. If it still does, this is OK. Without my patch, the test case fails on mips-sim with undefined references to _init and _fini. With my patch, the test case behaves identically, so I committed it on the basis that my patch does not cause a regression. Ben