From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19670 invoked by alias); 1 Nov 2005 07:40:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 19660 invoked by uid 22791); 1 Nov 2005 07:40:21 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 01 Nov 2005 07:40:21 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jA17dld8025357; Tue, 1 Nov 2005 08:39:47 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jA17dltX024541; Tue, 1 Nov 2005 08:39:47 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jA17dkZV031547; Tue, 1 Nov 2005 08:39:46 +0100 (CET) Date: Tue, 01 Nov 2005 07:40:00 -0000 Message-Id: <200511010739.jA17dkZV031547@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20051031203553.GA5126@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 31 Oct 2005 15:35:53 -0500) Subject: Re: [commit] Use -e instead of --entry for as in testsuite References: <200510312034.j9VKY5d3006611@elgar.sibelius.xs4all.nl> <20051031203553.GA5126@nevyn.them.org> X-SW-Source: 2005-11/txt/msg00005.txt.bz2 > Date: Mon, 31 Oct 2005 15:35:53 -0500 > From: Daniel Jacobowitz > > > Index: ChangeLog > > from Mark Kettenis > > > > * gdb.asm/asm-source.exp: Use -e instead of --entry. > > Is this more portable to any one system, in particular? If so could > you write down in the test which one? No system in particular. Quite a few linkers have the -e option, including Solaris, HP-UX, IRIX and of course GNU ld. The --entry option is really specific to GNU ld (but really old versions seem to lack it too). Mark