From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8431 invoked by alias); 30 Jul 2002 18:24:32 -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 8424 invoked from network); 30 Jul 2002 18:24:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Jul 2002 18:24:31 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g6UICEl22327 for ; Tue, 30 Jul 2002 14:12:15 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g6UIOSu25115; Tue, 30 Jul 2002 14:24:28 -0400 Received: from romulus.sfbay.redhat.com (IDENT:krwYkrFO6d7w25NK0WTCY/HClZ719dXz@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6UIORm26308; Tue, 30 Jul 2002 11:24:27 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6UIOQC15643; Tue, 30 Jul 2002 11:24:26 -0700 Date: Tue, 30 Jul 2002 11:27:00 -0000 From: Kevin Buettner Message-Id: <1020730182425.ZM15642@localhost.localdomain> In-Reply-To: Kevin Buettner "[RFA] gdb.base/shr1.c: Avoid preprocessor conflict on IRIX" (Jul 29, 4:24pm) References: <1020729232427.ZM11833@localhost.localdomain> To: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: [RFA] gdb.base/shr1.c: Avoid preprocessor conflict on IRIX MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00594.txt.bz2 On Jul 29, 4:24pm, Kevin Buettner wrote: > * gdb.base/shr1.c (sgi): Rename to sgi_ to avoid conflict with > implicit -Dsgi on Irix systems. I'm withdrawing this patch. David Anderson has convinced me that using -Usgi is safe enough for the gdb testsuite. I'll post a new patch to shlib-call.exp. My thanks to David Anderson for his comments on my patch. Kevin