From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26295 invoked by alias); 24 Feb 2002 04:30:37 -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 26211 invoked from network); 24 Feb 2002 04:30:30 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 24 Feb 2002 04:30:30 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0D3233D51; Sat, 23 Feb 2002 23:30:28 -0500 (EST) Message-ID: <3C786C63.3000108@cygnus.com> Date: Sat, 23 Feb 2002 20:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: [patch] Delete lin-thread.c; Was: [patch] Delete linux-thread.c References: <3C785F5F.4070207@cygnus.com> <20020223224029.A789@nevyn.them.org> <3C786668.5040304@cygnus.com> <20020223231135.A27911@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------090609040908070201060306" X-SW-Source: 2002-02/txt/msg00662.txt.bz2 This is a multi-part message in MIME format. --------------090609040908070201060306 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 331 > Can do. I'm wondering how it became an outling - I thought lin-thread.c >> replaced linux-thread.c. > > > It did - but very briefly, I think. Lin-lwp is the current module. > lin-thread.c appeared in Dec. 1999, and lin-lwp in Sep. 2000; we've > been transitioning to the latter and completed it a few months ago. Gone! --------------090609040908070201060306 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 878 2002-02-23 Andrew Cagney * lin-thread.c: Delete file. * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer to gdb_proc_service.h. * configure: Re-generate. Index: configure.in =================================================================== RCS file: /cvs/src/src/gdb/configure.in,v retrieving revision 1.81 diff -u -r1.81 configure.in --- configure.in 2002/02/23 21:54:25 1.81 +++ configure.in 2002/02/24 04:28:22 @@ -307,7 +307,7 @@ dnl For Linux/i386, glibc 2.1.3 was released with a bogus dnl prfpregset_t type (it's a typedef for the pointer to a struct dnl instead of the struct itself). We detect this here, and work - dnl around it in lin-thread.c. + dnl around it in gdb_proc_service.h. if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then AC_MSG_CHECKING(whether prfpregset_t type is broken) --------------090609040908070201060306--