From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1569 invoked by alias); 19 Feb 2002 19:31:51 -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 1418 invoked from network); 19 Feb 2002 19:31:44 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 19 Feb 2002 19:31:44 -0000 Received: by fw-cam.cambridge.arm.com; id TAA12865; Tue, 19 Feb 2002 19:31:39 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma012070; Tue, 19 Feb 02 19:28:43 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id TAA20666; Tue, 19 Feb 2002 19:28:42 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id TAA07094; Tue, 19 Feb 2002 19:28:41 GMT Message-Id: <200202191928.TAA07094@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Eli Zaretskii , gdb-patches@sources.redhat.com cc: Richard.Earnshaw@arm.com, gdb@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: ARI and DUP filenames In-reply-to: Your message of "Tue, 19 Feb 2002 21:19:03 +0200." <5402-Tue19Feb2002211902+0200-eliz@is.elta.co.il> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-2695000860" Date: Tue, 19 Feb 2002 11:31:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00506.txt.bz2 This is a multipart MIME message. --==_Exmh_-2695000860 Content-Type: text/plain; charset=us-ascii Content-length: 393 > You don't need to do anything beyond updating fnchange.lst. One > request: when you invent the 8+3-clean names, please look how similar > names are dealt with on fnchange.lst, and do something along the same > lines. TIA Ok, committed the following: 2002-02-19 Richard Earnshaw * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and armnbsd-nat.c. --==_Exmh_-2695000860 Content-Type: text/x-patch ; name="gdb-fnlist.patch"; charset=us-ascii Content-Description: gdb-fnlist.patch Content-Disposition: attachment; filename="gdb-fnlist.patch" Content-length: 737 Index: fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.23 diff -p -r1.23 fnchange.lst *** fnchange.lst 2002/01/20 03:28:59 1.23 --- fnchange.lst 2002/02/19 19:24:35 *************** *** 53,58 **** --- 53,60 ---- @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x @V@/gdb/arm-linux-nat.c @V@/gdb/armlin-nat.c @V@/gdb/arm-linux-tdep.c @V@/gdb/armlin-tdep.c + @V@/gdb/armnbsd-nat.c @V@/gdb/armnbd-nat.c + @V@/gdb/armnbsd-tdep.c @V@/gdb/armnbd-tdep.c @V@/gdb/c-exp.tab.c @V@/gdb/c-exp_tab.c @V@/gdb/config/alpha/alpha-osf1.mh @V@/gdb/config/alpha/alphosf1.mh @V@/gdb/config/alpha/alpha-osf2.mh @V@/gdb/config/alpha/alphosf2.mh --==_Exmh_-2695000860--