From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24425 invoked by alias); 27 Sep 2004 17:15:23 -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 24393 invoked from network); 27 Sep 2004 17:15:21 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 27 Sep 2004 17:15:21 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i8RHFDhE002940; Mon, 27 Sep 2004 19:15:13 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i8RHFCcZ000742; Mon, 27 Sep 2004 19:15:12 +0200 (CEST) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i8RHFCTD000739; Mon, 27 Sep 2004 19:15:12 +0200 (CEST) Date: Mon, 27 Sep 2004 17:15:00 -0000 Message-Id: <200409271715.i8RHFCTD000739@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb@sources.redhat.com In-reply-to: <415820BB.6030001@gnu.org> (message from Andrew Cagney on Mon, 27 Sep 2004 10:16:27 -0400) Subject: Re: NAT_FILE always required? References: <200409261900.i8QJ0iXs001344@elgar.sibelius.xs4all.nl> <415820BB.6030001@gnu.org> X-SW-Source: 2004-09/txt/msg00237.txt.bz2 Date: Mon, 27 Sep 2004 10:16:27 -0400 From: Andrew Cagney > Can anybody see a reason why > this code can't be deleted? As far as I can tell, ever since 5.3 nativefile!="" has held, and hence the code was dead. Great! I'll rip it out. Mark