From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27167 invoked by alias); 9 May 2003 19:06:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27154 invoked from network); 9 May 2003 19:06:18 -0000 Received: from unknown (HELO rwcrmhc51.attbi.com) (204.127.198.38) by sources.redhat.com with SMTP; 9 May 2003 19:06:18 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by attbi.com (rwcrmhc51) with ESMTP id <2003050919061705100c5258e>; Fri, 9 May 2003 19:06:17 +0000 Received: by lucon.org (Postfix, from userid 1000) id CB62B2C681; Fri, 9 May 2003 12:06:16 -0700 (PDT) Date: Fri, 09 May 2003 19:06:00 -0000 From: "H. J. Lu" To: GDB Cc: dejagnu@gnu.org Subject: PATCH: Fix dejagnu Message-ID: <20030509120616.A5485@lucon.org> References: <20030509110706.A4628@lucon.org> <20030509181826.GA18418@nevyn.them.org> <20030509113250.A5028@lucon.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030509113250.A5028@lucon.org>; from hjl@lucon.org on Fri, May 09, 2003 at 11:32:50AM -0700 X-SW-Source: 2003-05/txt/msg00149.txt.bz2 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 314 On Fri, May 09, 2003 at 11:32:50AM -0700, H. J. Lu wrote: > > > > I use 1.4.3 all the time. > > I installed 1.4.3 on RedHat 9. It works with binutils. It may be a ppc > specific problem. > I am very amazed that 1.4.3 works. I need the patch enclosed here. Otherwise, it will pick the wrong runtest.exp. H.J. --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dejagnu-break.patch" Content-length: 434 2003-05-09 H.J. Lu * runtest: Fix a typo. --- dejagnu/runtest.break 2002-02-09 22:17:36.000000000 -0800 +++ dejagnu/runtest 2003-05-09 11:54:50.000000000 -0700 @@ -104,8 +104,8 @@ for i in `echo ${execpath} | sed -e 's@ runpath=$i if expr $verbose \> 0 > /dev/null ; then echo Using $i/runtest.exp as main test driver - break; fi + break; fi done # check for an environment variable --PNTmBPCT7hxwcZjr--