From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5577 invoked by alias); 24 Feb 2002 03:35:00 -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 5454 invoked from network); 24 Feb 2002 03:34:58 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 24 Feb 2002 03:34:58 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CA0EC3D50 for ; Sat, 23 Feb 2002 22:34:55 -0500 (EST) Message-ID: <3C785F5F.4070207@cygnus.com> Date: Sat, 23 Feb 2002 19:35: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: gdb-patches@sources.redhat.com Subject: [patch] Delete linux-thread.c Content-Type: multipart/mixed; boundary="------------020508030001080708010805" X-SW-Source: 2002-02/txt/msg00656.txt.bz2 This is a multi-part message in MIME format. --------------020508030001080708010805 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 68 (not to be confused with lin-thread.c) The file isn't used. Andrew --------------020508030001080708010805 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 779 2002-02-23 Andrew Cagney * Makefile.in (linux-thread.o): Delete target. * linux-thread.c: Delete file. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.161 diff -u -r1.161 Makefile.in --- Makefile.in 2002/02/23 20:36:49 1.161 +++ Makefile.in 2002/02/24 03:33:47 @@ -1852,9 +1852,6 @@ linux-proc.o: linux-proc.c $(defs_h) -linux-thread.o: linux-thread.c $(breakpoint_h) $(gdbcmd_h) gdb_wait.h \ - $(gdbthread_h) $(gdbcore_h) $(inferior_h) $(target_h) $(defs_h) - thread-db.o: thread-db.c $(defs_h) gdb_assert.h gdb_proc_service.h \ gdb_thread_db.h $(bfd_h) $(gdbthread_h) $(inferior_h) $(symfile_h) \ $(objfiles_h) $(target_h) $(regcache_h) --------------020508030001080708010805--