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] Copy low-linux.c to linux-low.c in gdbserver


Andrew mentioned some time ago I could get away with this as ``obvious''. 
This just copies, without modification, the existing low-linux.c to a new
file named linux-low.c.  I intend to delete low-linux.c, and mark the other
low-* modules as obsolete, in a future patch (to be posted today I hope). 
This patch is just so that the revision history will show my changes to the
rest of linux-low.c in a useful fashion.

Committed.  It's a real no-brainer, since nothing references this yet.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-02-05  Daniel Jacobowitz  <drow@mvista.com>

	* gdbserver/linux-low.c: New file, copied exactly from low-linux.c.

<patch snipped for brevity>


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