From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19256 invoked by alias); 20 Oct 2003 19:25:46 -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 19193 invoked from network); 20 Oct 2003 19:25:45 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 20 Oct 2003 19:25:45 -0000 Received: from redhat.com (to-dhcp22.toronto.redhat.com [172.16.14.122]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 145D080021B; Mon, 20 Oct 2003 15:25:45 -0400 (EDT) Message-ID: <3F9436A1.6000206@redhat.com> Date: Mon, 20 Oct 2003 19:25:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: dj@redhat.com, eliz@gnu.org, gdb-patches@sources.redhat.com Subject: Re: [patch/djgpp] add sim/frv files to fnchange.lst References: <200310201829.h9KITLUo027975@duracef.shout.net> In-Reply-To: <200310201829.h9KITLUo027975@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00621.txt.bz2 Sorry --- I was not aware of fnchange.lst. Dave Michael Elizabeth Chastain wrote: >This is my third and last cleanup patch for fnchange.lst. > >This patch adds new lines for the some young files in >sim/testsuite/frv/interrupts. > >Testing: not tested by me, but the nightly ARI run will exercise this. >This should fix the remaining "DOS 8.3" items in the ARI report. >I did proofread this twice, on different days. > >I am committing this as an obvious fix. > >Michael C > >2003-10-20 Michael Chastain > > * config/djgpp/fnchange.lst: Add lines for: > sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs, > sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs, > sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs, > sim/testsuite/sim/frv/interrupts/compound-fr550.cgs, > sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs, > sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs, > sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs. > >=== > >Index: config/djgpp/fnchange.lst >=================================================================== >RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v >retrieving revision 1.61 >diff -c -3 -p -r1.61 fnchange.lst >*** config/djgpp/fnchange.lst 19 Oct 2003 14:40:15 -0000 1.61 >--- config/djgpp/fnchange.lst 20 Oct 2003 18:23:14 -0000 >*************** >*** 264,269 **** >--- 264,276 ---- > @V@/sim/testsuite/sim/arm/misaligned1.ms @V@/sim/testsuite/sim/arm/mis1.ms > @V@/sim/testsuite/sim/arm/misaligned2.ms @V@/sim/testsuite/sim/arm/mis2.ms > @V@/sim/testsuite/sim/arm/misaligned3.ms @V@/sim/testsuite/sim/arm/mis3.ms >+ @V@/sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs @V@/sim/testsuite/sim/frv/interrupts/Ip-fr400.cgs >+ @V@/sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs @V@/sim/testsuite/sim/frv/interrupts/Ip-fr500.cgs >+ @V@/sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs @V@/sim/testsuite/sim/frv/interrupts/fr550-badalign.cgs >+ @V@/sim/testsuite/sim/frv/interrupts/compound-fr550.cgs @V@/sim/testsuite/sim/frv/interrupts/fr550-compound.cgs >+ @V@/sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs @V@/sim/testsuite/sim/frv/interrupts/fr550-data_store_error.cgs >+ @V@/sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs @V@/sim/testsuite/sim/frv/interrupts/fr550-fp_exception.cgs >+ @V@/sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs @V@/sim/testsuite/sim/frv/interrupts/fr550-insn_access_error.cgs > @V@/tcl/cygwin/tclConfig.sh.in @V@/tcl/cygwin/tclConfig.sh-in > @V@/tcl/doc/ExprLongObj.3 @V@/tcl/doc/ExprLObj.3 > @V@/tcl/mac/tclMacBOAAppInit.c @V@/tcl/mac/tclBOAAppInit.c > >