From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20882 invoked by alias); 1 May 2005 19:11:32 -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 20825 invoked from network); 1 May 2005 19:11:27 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 1 May 2005 19:11:27 -0000 Received: from zaretski (IGLD-80-230-71-109.inter.net.il [80.230.71.109]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EGS44400 (AUTH halo1); Sun, 1 May 2005 22:10:59 +0300 (IDT) Date: Sun, 01 May 2005 19:11:00 -0000 From: "Eli Zaretskii" To: Mark Kettenis Message-ID: <01c54e81$Blat.v2.4$5b53e660@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sourceware.org In-reply-to: <200505011604.j41G4W2k009300@elgar.sibelius.xs4all.nl> (message from Mark Kettenis on Sun, 1 May 2005 18:04:32 +0200 (CEST)) Subject: Re: [COMMIT[ Remove somsolib.[ch] Reply-to: Eli Zaretskii References: <200505011604.j41G4W2k009300@elgar.sibelius.xs4all.nl> X-SW-Source: 2005-05/txt/msg00017.txt.bz2 > Date: Sun, 1 May 2005 18:04:32 +0200 (CEST) > From: Mark Kettenis > > 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. Please also update gdb.texinfo: it documents the option auto-solib-limit that will now cease to exist. TIA