forked from Imagelibrary/binutils-gdb
* i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
i386obsd_sigtramp_start, i386obsd_sigtramp_end, i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset, i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset, i386bsd_sc_reg_offset): Add extern declarations. * i386obsd-nat.c: Include "i386-tdep.h" (_initialize_i386obsd_nat): Remove extern declarations. * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern declarations. * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern declarations.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Native-dependent code for FreeBSD/i386.
|
||||
Copyright 2001, 2002 Free Software Foundation, Inc.
|
||||
Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
@@ -93,9 +93,6 @@ _initialize_i386fbsd_nat (void)
|
||||
int ps_strings;
|
||||
size_t len;
|
||||
|
||||
extern CORE_ADDR i386fbsd_sigtramp_start;
|
||||
extern CORE_ADDR i386fbsd_sigtramp_end;
|
||||
|
||||
mib[0] = CTL_KERN;
|
||||
mib[1] = KERN_PS_STRINGS;
|
||||
len = sizeof (ps_strings);
|
||||
|
||||
Reference in New Issue
Block a user