mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* 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.
This commit is contained in:
parent
917e110241
commit
eafc7eea75
@ -1,5 +1,10 @@
|
|||||||
2005-01-11 Mark Kettenis <kettenis@gnu.org>
|
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/nbsdaout.mh (NAT_FILE): Remove.
|
||||||
* config/vax/nm-nbsdaout.h: Remove file.
|
* config/vax/nm-nbsdaout.h: Remove file.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Native-dependent definitions for FreeBSD/i386.
|
/* Native-dependent definitions for FreeBSD/i386.
|
||||||
|
|
||||||
Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001, 2004
|
Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1997, 2000, 2001,
|
||||||
Free Software Foundation, Inc.
|
2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -52,18 +52,6 @@ extern void i386bsd_dr_reset_addr (int regnum);
|
|||||||
extern unsigned long i386bsd_dr_get_status (void);
|
extern unsigned long i386bsd_dr_get_status (void);
|
||||||
|
|
||||||
|
|
||||||
/* 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. */
|
/* Shared library support. */
|
||||||
|
|
||||||
#include "solib.h"
|
#include "solib.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user