From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23983 invoked by alias); 18 Sep 2002 22:11:30 -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 23976 invoked from network); 18 Sep 2002 22:11:29 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Sep 2002 22:11:29 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1DC163D37 for ; Wed, 18 Sep 2002 18:11:28 -0400 (EDT) Message-ID: <3D88FA10.4030009@ges.redhat.com> Date: Wed, 18 Sep 2002 15:11:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [patch/ob] Fix some 8.3 name problems Content-Type: multipart/mixed; boundary="------------020104010401020100030609" X-SW-Source: 2002-09/txt/msg00432.txt.bz2 This is a multi-part message in MIME format. --------------020104010401020100030609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 118 The ARI hits -- more -- You suffer from a great sense of futility -- more -- committed, trunk and 5.3 branch, Andrew --------------020104010401020100030609 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1059 2002-09-18 Andrew Cagney * config/djgpp/fnchange.lst: Handle name clashes between bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and bfd/coff-tic80.c. Index: config/djgpp/fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.33 diff -u -r1.33 fnchange.lst --- config/djgpp/fnchange.lst 23 Aug 2002 23:15:52 -0000 1.33 +++ config/djgpp/fnchange.lst 18 Sep 2002 22:06:47 -0000 @@ -3,8 +3,10 @@ @V@/bfd/ChangeLog-9495 @V@/bfd/ChangeLog.9495 @V@/bfd/ChangeLog-9697 @V@/bfd/ChangeLog.9697 @V@/bfd/ChangeLog-9899 @V@/bfd/ChangeLog.9899 -@V@/bfd/coff-tic54x.c @V@/bfd/coff-tc54x.c -@V@/bfd/coff-tic80.c @V@/bfd/coff-tc80.c +@V@/bfd/coff-tic30.c @V@/bfd/cofftic30.c +@V@/bfd/coff-tic4x.c @V@/bfd/cofftic40.c +@V@/bfd/coff-tic54x.c @V@/bfd/cofftic54x.c +@V@/bfd/coff-tic80.c @V@/bfd/cofftic80.c @V@/bfd/cpu-ia64-opc.c @V@/bfd/cpuia64-opc.c @V@/bfd/cpu-m68hc11.c @V@/bfd/cm68hc11.c @V@/bfd/cpu-m68hc12.c @V@/bfd/cm68hc12.c --------------020104010401020100030609--