aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-01-12 20:36:59 +0000
committerMark Kettenis <kettenis@gnu.org>2005-01-12 20:36:59 +0000
commit8b1ca062713c30f40c1fb4ab889f048a97c38f3b (patch)
treeef18d59c1b137c9a7aa38f7143f345215e1ba979 /gdb/config
parent9df48ba9fdf995d2d8c082e568010e817ec684fe (diff)
downloadgdb-8b1ca062713c30f40c1fb4ab889f048a97c38f3b.zip
gdb-8b1ca062713c30f40c1fb4ab889f048a97c38f3b.tar.gz
gdb-8b1ca062713c30f40c1fb4ab889f048a97c38f3b.tar.bz2
* i386bsd-nat.c: Update copyright year. Don't include
<sys/param.h> and <sys/user.h>. (register_u_addr, kernel_u_size): Remove functions. * config/i386/obsd.mh (NAT_FILE): Remove. * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h. * config/i386/nm-obsd.h: Remove file.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/nm-obsd.h40
-rw-r--r--gdb/config/i386/obsd.mh1
-rw-r--r--gdb/config/i386/obsdaout.mh2
3 files changed, 1 insertions, 42 deletions
diff --git a/gdb/config/i386/nm-obsd.h b/gdb/config/i386/nm-obsd.h
deleted file mode 100644
index 571fb59..0000000
--- a/gdb/config/i386/nm-obsd.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Native-dependent definitions for OpenBSD/i386.
-
- Copyright 2001, 2004 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-#ifndef NM_OBSD_H
-#define NM_OBSD_H
-
-/* Get generic BSD native definitions. */
-#include "config/nm-bsd.h"
-
-/* Support for the user struct. */
-
-/* Return the size of the user struct. */
-
-#define KERNEL_U_SIZE kernel_u_size ()
-extern int kernel_u_size (void);
-
-
-/* Shared library support. */
-
-#include "solib.h"
-
-#endif /* nm-obsd.h */
diff --git a/gdb/config/i386/obsd.mh b/gdb/config/i386/obsd.mh
index f5b4b2d..d1e96be 100644
--- a/gdb/config/i386/obsd.mh
+++ b/gdb/config/i386/obsd.mh
@@ -1,6 +1,5 @@
# Host: OpenBSD/i386 ELF
NATDEPFILES= fork-child.o inf-ptrace.o \
i386bsd-nat.o i386obsd-nat.o i386nbsd-nat.o bsd-kvm.o
-NAT_FILE= nm-obsd.h
LOADLIBES= -lkvm
diff --git a/gdb/config/i386/obsdaout.mh b/gdb/config/i386/obsdaout.mh
index 4124c79..20b975a 100644
--- a/gdb/config/i386/obsdaout.mh
+++ b/gdb/config/i386/obsdaout.mh
@@ -2,6 +2,6 @@
NATDEPFILES= fork-child.o inf-ptrace.o \
i386bsd-nat.o i386nbsd-nat.o i386obsd-nat.o bsd-kvm.o \
solib.o solib-sunos.o
-NAT_FILE= nm-obsd.h
+NAT_FILE= solib.h
LOADLIBES= -lkvm