From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27610 invoked by alias); 31 Oct 2005 20:34:14 -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 27595 invoked by uid 22791); 31 Oct 2005 20:34:09 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 31 Oct 2005 20:34:09 +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 j9VKY6a6024924 for ; Mon, 31 Oct 2005 21:34:06 +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 j9VKY5fD028969 for ; Mon, 31 Oct 2005 21:34:05 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j9VKY5d3006611; Mon, 31 Oct 2005 21:34:05 +0100 (CET) Date: Mon, 31 Oct 2005 20:35:00 -0000 Message-Id: <200510312034.j9VKY5d3006611@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org Subject: [commit] Use -e instead of --entry for as in testsuite X-SW-Source: 2005-10/txt/msg00233.txt.bz2 This is much more portable I threatened to put this in a long, long time ago, and nobody objected. Finially did it. Mark Index: ChangeLog from Mark Kettenis * gdb.asm/asm-source.exp: Use -e instead of --entry. Index: gdb.asm/asm-source.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v retrieving revision 1.56 diff -u -p -r1.56 asm-source.exp --- gdb.asm/asm-source.exp 29 Apr 2005 14:22:27 -0000 1.56 +++ gdb.asm/asm-source.exp 31 Oct 2005 20:32:26 -0000 @@ -34,7 +34,7 @@ set bug_id 0 set asm-arch "" set asm-note "empty" set asm-flags "" -set link-flags "--entry _start" +set link-flags "-e _start" set debug-flags "" switch -glob -- [istarget] {