From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9421 invoked by alias); 14 Sep 2003 21:11:12 -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 9414 invoked from network); 14 Sep 2003 21:11:11 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 14 Sep 2003 21:11:11 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 560722B89 for ; Sun, 14 Sep 2003 17:11:03 -0400 (EDT) Message-ID: <3F64D967.30005@redhat.com> Date: Sun, 14 Sep 2003 21:11:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [commit, 6.0] Fix fnchange ARI problems References: <3F2C7260.7080500@redhat.com> Content-Type: multipart/mixed; boundary="------------000906090607040308030603" X-SW-Source: 2003-09/txt/msg00313.txt.bz2 This is a multi-part message in MIME format. --------------000906090607040308030603 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 135 Since everyone objected, I've changed things so that the amd64 files get contracted to a64 :-) committed to 6.0 and mainline, Andrew --------------000906090607040308030603 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 979 2003-09-14 Andrew Cagney * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c". Index: config/djgpp/fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.51.2.5 diff -u -r1.51.2.5 fnchange.lst --- config/djgpp/fnchange.lst 28 Aug 2003 04:08:43 -0000 1.51.2.5 +++ config/djgpp/fnchange.lst 14 Sep 2003 21:07:43 -0000 @@ -70,8 +70,8 @@ @V@/gdb/ChangeLog-2002 @V@/gdb/ChangeLog.002 @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x @V@/gdb/ada-exp.tab.c @V@/gdb/ada-exp_tab.c -@V@/gdb/amd64fbsd-tdep.c @V@/gdb/x86fb-tdep.c -@V@/gdb/amd64fbsd-nat.c @V@/gdb/x86fb-nat.c +@V@/gdb/amd64fbsd-tdep.c @V@/gdb/a64fb-tdep.c +@V@/gdb/amd64fbsd-nat.c @V@/gdb/a64fb-nat.c @V@/gdb/alphabsd-nat.c @V@/gdb/alphb-nat.c @V@/gdb/alphabsd-tdep.c @V@/gdb/alphb-tdep.c @V@/gdb/alphanbsd-nat.c @V@/gdb/alphnb-nat.c --------------000906090607040308030603--