From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12336 invoked by alias); 11 Aug 2003 03:18:08 -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 12329 invoked from network); 11 Aug 2003 03:18:08 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 11 Aug 2003 03:18:08 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F0FC72B7F; Sun, 10 Aug 2003 23:18:02 -0400 (EDT) Message-ID: <3F370AEA.2090407@redhat.com> Date: Mon, 11 Aug 2003 03:18:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [commit, 6.0] Fix fnchange ARI problems References: <3F2C7260.7080500@redhat.com> <200308102309.h7AN91bl085005@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00175.txt.bz2 > Date: Sat, 02 Aug 2003 22:24:32 -0400 > From: Andrew Cagney > > Mark, can something be done about the three externs in amd64fbsd-nat.c? > > Sure! I fixed those earlier today :-). > > Considering your concerns about amd64 vs. x86-64 in the naming of the > files: my main motivation for not using x86-64 is that it's a PITA to > type the latter. I'm even considering renaming the file that were > already present, just to make my life easier. I won't do this without > discussing it with Michal and Andreas though. True. On the other hand, having to and remembering to grep for both amd64 and x86_84 in x86-64* and amd64* is also a pain. The combined projects might want think about a jumbo re-name. Andrew