From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2009 invoked by alias); 1 May 2005 16:04:44 -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 1931 invoked from network); 1 May 2005 16:04:38 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 1 May 2005 16:04:38 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j41G4Xvx005520 for ; Sun, 1 May 2005 18:04:33 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j41G4Wpt031679 for ; Sun, 1 May 2005 18:04:32 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j41G4W2k009300; Sun, 1 May 2005 18:04:32 +0200 (CEST) Date: Sun, 01 May 2005 16:04:00 -0000 Message-Id: <200505011604.j41G4W2k009300@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org Subject: [COMMIT[ Remove somsolib.[ch] X-SW-Source: 2005-05/txt/msg00010.txt.bz2 This was replaced with solib-som.[ch] some time ago. Committed as obvious, Mark Index: ChangeLog from Mark Kettenis * somsolib.c, somsolib.h: Remove files. * Makefile.in (somsolib_h): Remove. (somsolib.o): Remove dependency. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.724 diff -u -p -r1.724 Makefile.in --- Makefile.in 29 Apr 2005 14:21:21 -0000 1.724 +++ Makefile.in 1 May 2005 16:02:19 -0000 @@ -773,7 +773,6 @@ solib_pa64_h = solib-pa64.h solib_som_h = solib-som.h solib_svr4_h = solib-svr4.h solist_h = solist.h -somsolib_h = somsolib.h source_h = source.h sparc64_tdep_h = sparc64-tdep.h $(sparc_tdep_h) sparc_nat_h = sparc-nat.h @@ -2553,10 +2552,6 @@ somread.o: somread.c $(defs_h) $(bfd_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) $(gdb_stabs_h) \ $(complaints_h) $(gdb_string_h) $(demangle_h) $(som_h) $(libhppa_h) \ $(solib_som_h) -somsolib.o: somsolib.c $(defs_h) $(frame_h) $(bfd_h) $(som_h) $(libhppa_h) \ - $(gdbcore_h) $(symtab_h) $(breakpoint_h) $(symfile_h) $(objfiles_h) \ - $(inferior_h) $(gdb_stabs_h) $(gdb_stat_h) $(gdbcmd_h) $(language_h) \ - $(regcache_h) $(gdb_assert_h) $(exec_h) $(hppa_tdep_h) source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \ $(command_h) $(source_h) $(gdbcmd_h) $(frame_h) $(value_h) \ $(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \