From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23714 invoked by alias); 21 Jun 2002 21:48:38 -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 23700 invoked from network); 21 Jun 2002 21:48:33 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 21 Jun 2002 21:48:33 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D71943D9C; Fri, 21 Jun 2002 17:48:33 -0400 (EDT) Message-ID: <3D139F31.90607@cygnus.com> Date: Fri, 21 Jun 2002 14:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dave Brolley Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] New Target - Fujitsu FRV References: <3D079928.50303@redhat.com> <3D129E05.5080504@cygnus.com> <3D139C5D.ABFBB98B@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00444.txt.bz2 > Andrew Cagney wrote: > > >> > >> > +SIM_OBS = remote-sim.o >> > +SIM = ../sim/frv/libsim.a > >> >> For the moment leave these out, but otherwize approved. > > > ok -- it's committed. > > >> Once committed, can you please check >> http://sources.redhat.com/gdb/current/ari/ for anything identifed (at >> the page top) from these new files. > > > Nothing showed up (yet). Does it take some period of time for possible > problems to show up? Unfortunatly it takes 24 hours, if something does show up, I'll soon let you know. (Things to do today includes proposing a gdb_style.sh script that did the equivalent checks to the ARI.) >> Can you also try building with --enable-gdb-build-warnings=,-Werror. > > > No additional warnings/errors generated. ok! Andrew