From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29139 invoked by alias); 10 Aug 2003 23:09:18 -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 29128 invoked from network); 10 Aug 2003 23:09:10 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 10 Aug 2003 23:09:10 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h7AN92bs002521; Mon, 11 Aug 2003 01:09:02 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h7AN923g085008; Mon, 11 Aug 2003 01:09:02 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h7AN91bl085005; Mon, 11 Aug 2003 01:09:01 +0200 (CEST) Date: Sun, 10 Aug 2003 23:09:00 -0000 Message-Id: <200308102309.h7AN91bl085005@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3F2C7260.7080500@redhat.com> (message from Andrew Cagney on Sat, 02 Aug 2003 22:24:32 -0400) Subject: Re: [commit, 6.0] Fix fnchange ARI problems References: <3F2C7260.7080500@redhat.com> X-SW-Source: 2003-08/txt/msg00172.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. Mark