This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Delete linux-thread.c


(not to be confused with lin-thread.c)
The file isn't used.

Andrew
2002-02-23  Andrew Cagney  <ac131313@redhat.com>

	* 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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]