From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23827 invoked by alias); 29 Apr 2002 11:02:25 -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 23770 invoked from network); 29 Apr 2002 11:02:23 -0000 Received: from unknown (HELO cerbere.u-strasbg.fr) (130.79.112.7) by sources.redhat.com with SMTP; 29 Apr 2002 11:02:23 -0000 Received: from laocoon (laocoon.u-strasbg.fr [130.79.112.72]) by cerbere.u-strasbg.fr (8.9.3/8.8.7) with ESMTP id NAA04210; Mon, 29 Apr 2002 13:02:16 +0200 Message-Id: <4.2.0.58.20020429123751.00a75708@ics.u-strasbg.fr> X-Sender: muller@ics.u-strasbg.fr Date: Mon, 29 Apr 2002 04:02:00 -0000 To: Andrew Cagney From: Pierre Muller Subject: Re: [RFA 2nd] remote-*.c printf (stderr,... ->fprintf_unfiltered (gdb_stderr,... Cc: gdb-patches@sources.redhat.com In-Reply-To: <3CC9521C.3080700@cygnus.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-SW-Source: 2002-04/txt/msg01115.txt.bz2 At 15:11 26/04/2002 , Andrew Cagney a écrit: >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. If I do a mkdir buildmips cd buildmips ../src/configure --target=mips-linux-elf make all-gdb then remote-array.o is compiled without any warning. I also checked the remote-os9k.o with mkdir buildos9k cd buildos9k ../src/configure --target=i386-unknown-os9k mkdir gdb cd gdb ../../src/gdb/configure --target=i386-unknown-os9k make Here I get lots of errors in compilation of remote-os9k.o but none seems to be related to my changes... >Andrew Thus I committed the whole as you stated. Pierre Muller Institut Charles Sadron 6,rue Boussingault F 67083 STRASBOURG CEDEX (France) mailto:muller@ics.u-strasbg.fr Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99