[rfa] Rename thread-db.c to linux-thread-db.c.

Daniel Jacobowitz drow@false.org
Sun Nov 14 18:53:00 GMT 2004


On Sun, Nov 14, 2004 at 01:48:59PM -0500, Daniel Jacobowitz wrote:
> On Fri, Nov 12, 2004 at 12:26:25PM -0800, Michael Snyder wrote:
> > Daniel Jacobowitz wrote:
> > >Mark asked me to rename thread-db.c, to make it clear that it is a 
> > >GNU/Linux
> > >specific file, before I made further structural changes to it.  This patch
> > >renames it to linux-thread-db.c.
> > >
> > >No djgpp tweaks are necessary (it doesn't conflict with anything; we used 
> > >to
> > >have a linux-thread.c, IIRC, but it's long dead).
> > >
> > >OK to commit?  I've omitted the actual rename from the patch.
> > >
> > 
> > OK with me.
> 
> Thanks, committed the attached (I missed one Makefile rule last time).

And I got it wrong this time!  Also committed the attached.

-- 
Daniel Jacobowitz

2004-11-14  Daniel Jacobowitz  <dan@debian.org>

	* Makefile.in (linux-thread-db.o): Fix typo in last change.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.667
diff -u -p -r1.667 Makefile.in
--- Makefile.in	14 Nov 2004 18:47:49 -0000	1.667
+++ Makefile.in	14 Nov 2004 18:52:30 -0000
@@ -2612,7 +2612,7 @@ target.o: target.c $(defs_h) $(gdb_strin
 thread.o: thread.c $(defs_h) $(symtab_h) $(frame_h) $(inferior_h) \
 	$(environ_h) $(value_h) $(target_h) $(gdbthread_h) $(command_h) \
 	$(gdbcmd_h) $(regcache_h) $(gdb_h) $(gdb_string_h) $(ui_out_h)
-linux-thread-db.o: linux-thread-db.c $(defs_h) $(gdb_assert_h)
+linux-thread-db.o: linux-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) \
 	$(solib_svr4_h)



More information about the Gdb-patches mailing list