From 910311e919fb74fd0f2c688b4f515094b277d42f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 11 Aug 2003 16:55:21 +0000 Subject: * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end, amd64fbsd_sc_reg_offset): Add extern declarations. * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern declarations. --- gdb/amd64fbsd-nat.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/amd64fbsd-nat.c') diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c index 7880e58c48c..71861d99ccc 100644 --- a/gdb/amd64fbsd-nat.c +++ b/gdb/amd64fbsd-nat.c @@ -223,7 +223,6 @@ _initialize_am64fbsd_nat (void) system header files and sysctl(3) to get at the relevant information. */ - extern int amd64fbsd_sc_reg_offset[]; #define SC_REG_OFFSET amd64fbsd_sc_reg_offset /* We only check the program counter, stack pointer and frame @@ -285,9 +284,6 @@ Please report this to .", int ps_strings; size_t len; - extern CORE_ADDR amd64fbsd_sigtramp_start; - extern CORE_ADDR amd64fbsd_sigtramp_end; - mib[0] = CTL_KERN; mib[1] = KERN_PS_STRINGS; len = sizeof (ps_strings); -- cgit v1.2.1