aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/low-sparc.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-05-06 19:52:23 +0000
committerStan Shebs <shebs@codesourcery.com>1994-05-06 19:52:23 +0000
commitb292fca800177d0aef7d73a8c99951a974861050 (patch)
tree5a42454cd4e4bb9341e50f32efb714c82f8a7b49 /gdb/gdbserver/low-sparc.c
parent6149af094e48ff255fab64fb087811ee53156b8d (diff)
downloadgdb-b292fca800177d0aef7d73a8c99951a974861050.zip
gdb-b292fca800177d0aef7d73a8c99951a974861050.tar.gz
gdb-b292fca800177d0aef7d73a8c99951a974861050.tar.bz2
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.
Diffstat (limited to 'gdb/gdbserver/low-sparc.c')
-rw-r--r--gdb/gdbserver/low-sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/low-sparc.c b/gdb/gdbserver/low-sparc.c
index 8fb3f70..92a23ac 100644
--- a/gdb/gdbserver/low-sparc.c
+++ b/gdb/gdbserver/low-sparc.c
@@ -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"
/***************************