2005-01-11 Mark Kettenis <kettenis@gnu.org>
+ * config/i386/nm-fbsd.h: Update copyright year.
+ Don't include "config/nm-bsd.h".
+ (KERNEL_U_SIZE): Remove macro.
+ (kernel_u_size): Remove prototype.
+
* config/vax/nbsdaout.mh (NAT_FILE): Remove.
* config/vax/nm-nbsdaout.h: Remove file.
/* Native-dependent definitions for FreeBSD/i386.
- Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, 2004
- Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001,
+ 2004, 2005 Free Software Foundation, Inc.
This file is part of GDB.
extern unsigned long i386bsd_dr_get_status (void);
\f
-/* Get generic BSD native definitions. */
-#include "config/nm-bsd.h"
-\f
-
-/* 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);
-\f
-
/* Shared library support. */
#include "solib.h"