From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2098 invoked by alias); 3 Aug 2003 06:54:31 -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 2089 invoked from network); 3 Aug 2003 06:54:31 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 3 Aug 2003 06:54:31 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.20) id 19jAqM-0004ON-3C; Sun, 03 Aug 2003 00:51:43 -0400 Date: Sun, 03 Aug 2003 06:54:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew Cagney CC: gdb-patches@sources.redhat.com,kettenis@chello.nl 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 Reply-to: Eli Zaretskii References: <3F2C7260.7080500@redhat.com> X-SW-Source: 2003-08/txt/msg00024.txt.bz2 > Date: Sat, 02 Aug 2003 22:24:32 -0400 > From: Andrew Cagney > > Just FYI. Thanks. However, I think these 2 remappings are gross: > +@V@/gdb/amd64fbsd-tdep.c @V@/gdb/x86fb-tdep.c > +@V@/gdb/amd64fbsd-nat.c @V@/gdb/x86fb-nat.c Up until now, I was trying to preserve at least the few first letters of the original name, so that a reasonable person could have a chance of deducting the original name from the butchered one. The above goes a long way toward breaking that. So I suggest the following instead: > +@V@/gdb/amd64fbsd-tdep.c @V@/gdb/amd64f-tdep.c > +@V@/gdb/amd64fbsd-nat.c @V@/gdb/amd64f-nat.c Or are these already taken?