From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7015 invoked by alias); 20 May 2007 00:04:54 -0000 Received: (qmail 7005 invoked by uid 22791); 20 May 2007 00:04:54 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 May 2007 00:04:51 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2A83348CBB8 for ; Sat, 19 May 2007 20:04:47 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11759-01-7 for ; Sat, 19 May 2007 20:04:47 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id D0B3E48CBAC for ; Sat, 19 May 2007 20:04:46 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 413D3E7B4F; Sat, 19 May 2007 17:05:22 -0700 (PDT) Date: Sun, 20 May 2007 00:04:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/commit] Delete solib-aix5.c Message-ID: <20070520000522.GX3565@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00319.txt.bz2 --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 336 Hello, See http://www.sourceware.org/ml/gdb/2007-05/msg00087.html. I am proposing that we delete that file that is not currently used. 2007-05-19 Joel Brobecker * solib-aix5.c: Delete. * Makefile.in (solib-aix5.o): Delete rule. I'll wait for a week before committing this change. -- Joel --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="solib-aix.diff" Content-length: 1015 Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.915 diff -u -p -r1.915 Makefile.in --- Makefile.in 16 May 2007 14:07:54 -0000 1.915 +++ Makefile.in 20 May 2007 00:04:10 -0000 @@ -2564,10 +2564,6 @@ sh-tdep.o: sh-tdep.c $(defs_h) $(frame_h $(doublest_h) $(osabi_h) $(sh_tdep_h) $(elf_bfd_h) $(solib_svr4_h) \ $(elf_sh_h) $(gdb_sim_sh_h) $(reggroups_h) sol2-tdep.o: sol2-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(sol2_tdep_h) -solib-aix5.o: solib-aix5.c $(defs_h) $(gdb_string_h) $(elf_external_h) \ - $(symtab_h) $(bfd_h) $(symfile_h) $(objfiles_h) $(gdbcore_h) \ - $(command_h) $(target_h) $(frame_h) $(gdb_regex_h) $(inferior_h) \ - $(environ_h) $(language_h) $(gdbcmd_h) $(solist_h) solib.o: solib.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) $(symfile_h) \ $(objfiles_h) $(exceptions_h) $(gdbcore_h) $(command_h) $(target_h) \ $(frame_h) $(gdb_regex_h) $(inferior_h) $(environ_h) $(language_h) \ --24zk1gE8NUlDmwG9--