From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26261 invoked by alias); 12 Nov 2002 16:27: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 26198 invoked from network); 12 Nov 2002 16:27:16 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 12 Nov 2002 16:27:16 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CC2033D0B for ; Tue, 12 Nov 2002 11:27:16 -0500 (EST) Message-ID: <3DD12BE4.4070203@redhat.com> Date: Tue, 12 Nov 2002 08:27: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/5.3] Re-fix some dos character problems Content-Type: multipart/mixed; boundary="------------040506090205020306090209" X-SW-Source: 2002-11/txt/msg00342.txt.bz2 This is a multi-part message in MIME format. --------------040506090205020306090209 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 140 Hello, The attatched fixes a typo I made when fixing some DOS invalid character problems. committed to mainline and 5.3 branch, Andrew --------------040506090205020306090209 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1367 2002-11-12 Andrew Cagney * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c to hang2.C; hang3.c to hang3.C. Index: config/djgpp/fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.33.6.3 diff -u -r1.33.6.3 fnchange.lst --- config/djgpp/fnchange.lst 9 Nov 2002 02:51:54 -0000 1.33.6.3 +++ config/djgpp/fnchange.lst 12 Nov 2002 16:20:46 -0000 @@ -212,9 +212,9 @@ @V@/gdb/testsuite/gdb.c++/derivation.exp @V@/gdb/testsuite/gdb.cxx/derivation.exp @V@/gdb/testsuite/gdb.c++/hang.H @V@/gdb/testsuite/gdb.cxx/hang.h @V@/gdb/testsuite/gdb.c++/hang.exp @V@/gdb/testsuite/gdb.cxx/hang.exp -@V@/gdb/testsuite/gdb.c++/hang1.c @V@/gdb/testsuite/gdb.cxx/hang1.c -@V@/gdb/testsuite/gdb.c++/hang2.c @V@/gdb/testsuite/gdb.cxx/hang2.c -@V@/gdb/testsuite/gdb.c++/hang3.c @V@/gdb/testsuite/gdb.cxx/hang3.c +@V@/gdb/testsuite/gdb.c++/hang1.C @V@/gdb/testsuite/gdb.cxx/hang1.c +@V@/gdb/testsuite/gdb.c++/hang2.C @V@/gdb/testsuite/gdb.cxx/hang2.c +@V@/gdb/testsuite/gdb.c++/hang3.C @V@/gdb/testsuite/gdb.cxx/hang3.c @V@/gdb/testsuite/gdb.c++/inherit.exp @V@/gdb/testsuite/gdb.cxx/inherit.exp @V@/gdb/testsuite/gdb.c++/local.cc @V@/gdb/testsuite/gdb.cxx/local.cc @V@/gdb/testsuite/gdb.c++/local.exp @V@/gdb/testsuite/gdb.cxx/local.exp --------------040506090205020306090209--