Fri May 6 11:56:54 1994 Stan Shebs (shebs@andros.cygnus.com)

* gdbserver/Makefile.in: Remove irrelevant definitions and
	comments inherited from the gdb Makefile.
	(BFD_DIR, BFD, BFD_SRC, BFD_CFLAGS): Add from gdb Makefile.
	(VERSION): Update to 4.12.3.
	(gdbserver): Remove any existing executable first.
	(distclean, realclean): Remove nm.h.
	* gdbserver/low-lynx.c: Add Sparc Lynx support.
	* gdbserver/low-sparc.c, gdbserver/low-sun3.c (sys/wait.h):
	Don't use absolute pathname.
This commit is contained in:
Stan Shebs
1994-05-06 19:52:23 +00:00
parent 6149af094e
commit b292fca800
4 changed files with 313 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "/usr/include/sys/wait.h"
#include <sys/wait.h>
#include "frame.h"
#include "inferior.h"
/***************************