From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24645 invoked by alias); 16 Sep 2002 22:50:57 -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 24637 invoked from network); 16 Sep 2002 22:50:57 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 16 Sep 2002 22:50:57 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 06F3FD2CC1; Mon, 16 Sep 2002 15:50:56 -0700 (PDT) Date: Mon, 16 Sep 2002 15:50:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Remove osfsolib.c Message-ID: <20020916225056.GB11029@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="rS8CxjVDS/+yyDmU" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2002-09/txt/msg00329.txt.bz2 --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 393 IIRC, osfsolib.c has been replaced by solib-osf.c. I checked the entire gdb directory, and the only reference to this file is in Makefile.in. Can I remove this file (cvs remove, and then cvs commit, right?)? 2002-09-16 Joel Brobecker * osfsolib.c: Remove file, replaced by solib-osf.c. * Makefile.in: Remove compilation rules for osfsolib.c. -- Joel --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="remove_osfsolib.c.diff" Content-length: 819 Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.257 diff -c -3 -r1.257 Makefile.in *** Makefile.in 2 Sep 2002 18:09:06 -0000 1.257 --- Makefile.in 16 Sep 2002 22:35:00 -0000 *************** *** 1946,1954 **** $(serial_h) # OBSOLETE os9kread.o: os9kread.c osabi.o: osabi.c $(defs_h) $(gdb_string_h) $(osabi_h) $(elf_bfd_h) - osfsolib.o: osfsolib.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ - $(symfile_h) $(objfiles_h) $(gdbcore_h) $(command_h) $(target_h) \ - $(frame_h) $(gdb_regex_h) $(inferior_h) $(language_h) $(gdbcmd_h) p-lang.o: p-lang.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(expression_h) $(parser_defs_h) $(language_h) $(p_lang_h) \ $(valprint_h) --- 1946,1951 ---- --rS8CxjVDS/+yyDmU--