From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9560 invoked by alias); 26 Apr 2002 13:12:05 -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 9529 invoked from network); 26 Apr 2002 13:12:02 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 26 Apr 2002 13:12:02 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E80983D5A; Fri, 26 Apr 2002 09:11:56 -0400 (EDT) Message-ID: <3CC9521C.3080700@cygnus.com> Date: Fri, 26 Apr 2002 06:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA 2nd] remote-*.c printf (stderr,... ->fprintf_unfiltered (gdb_stderr,... References: <4.2.0.58.20020424151836.01ee8d48@ics.u-strasbg.fr> <4.2.0.58.20020425183344.020b9a18@ics.u-strasbg.fr> <4.2.0.58.20020426102453.0233c338@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg01080.txt.bz2 Hmm, Using this trick: ac131313@nettle$ find | xargs grep remote-os9k.o Makefile.in:remote-os9k.o: remote-os9k.c $(defs_h) $(gdbcore_h) \ config/i386/i386os9k.mt:TDEPFILES= i386-tdep.o remote-os9k.o ac131313@nettle$ grep i386os9k configure.tgt i[3456]86-*-os9k) gdb_target=i386os9k ;; remote-array.c can be checked with --target=mips-elf. remote-os9k.c, remote-es.c and remote-st.c are each for obscure m68k systems (building m68k-elf won't check them and it can't break m68k GNU/Linux). Can I suggest also filing a bug report noteing the possability of dropping support for: m68*-ericsson-*) gdb_target=es1800 ;; i[3456]86-*-os9k) gdb_target=i386os9k ;; m68*-tandem-*) gdb_target=st2000 ;; (I said they were obscure :-) So if mips-elf builds then yes, it can go on. Andrew