summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/low-linux.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-01-23 19:45:12 +0000
committerJ.T. Conklin <jtc@redback.com>2001-01-23 19:45:12 +0000
commit5c35ad0f8827a73228a134b8064744b261e82e58 (patch)
treebde365ba112d1c59b0bf36bd9e6bffaa8007a8f9 /gdb/gdbserver/low-linux.c
parentfbbd64b37f95b572cdf42b79a9351760876aa9e6 (diff)
downloadgdb-5c35ad0f8827a73228a134b8064744b261e82e58.tar.gz
* config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
* config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise. * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise. * gdbserver/low-sim.c (#include "defs.h"): Removed. (mygeneric_load): Rename from generic_load. * gdbserver/low-hppabsd.c (#include "server.h"): Added. (#include "defs.h"): Removed. (inferior_pid, perror_with_name): Remove declarations. * gdbserver/low-linux.c: Likewise. * gdbserver/low-nbsd.c: Likewise. * gdbserver/low-sparc.c: Likewise. * gdbserver/low-sun3.c: Likewise. * i386-stub.c: Re-indent. * m68k-stub.c: Re-indent.
Diffstat (limited to 'gdb/gdbserver/low-linux.c')
-rw-r--r--gdb/gdbserver/low-linux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/gdbserver/low-linux.c b/gdb/gdbserver/low-linux.c
index c718c4ea9ab..ce57d32e877 100644
--- a/gdb/gdbserver/low-linux.c
+++ b/gdb/gdbserver/low-linux.c
@@ -18,7 +18,7 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "defs.h"
+#include "server.h"
#include <sys/wait.h>
#include "frame.h"
#include "inferior.h"
@@ -47,8 +47,6 @@ char *registers = my_registers;
#endif
extern int errno;
-extern int inferior_pid;
-void perror_with_name ();
static void initialize_arch (void);