summaryrefslogtreecommitdiff
path: root/gdb/i386nbsd-nat.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>2000-03-29 04:03:56 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>2000-03-29 04:03:56 +0000
commiteafd4536051603fd5a51c8c6e49a391ed8e6a9d3 (patch)
tree6e09296cd0f2d68112040085ad090afd560a21c5 /gdb/i386nbsd-nat.c
parentdbeb8dbdff9addc7ea2a6f8a918f95690bfe5ee9 (diff)
downloadbinutils-gdb-eafd4536051603fd5a51c8c6e49a391ed8e6a9d3.tar.gz
2000-03-29 J.T. Conklin <jtc@redback.com>
* i386nbsd-nat.c (fetch_core_registers): Make static. * m68knbsd-nat.c (fetch_core_registers): Make static. (m68knbsd_core_fns, _initialize_m68knbsd_nat): Added.
Diffstat (limited to 'gdb/i386nbsd-nat.c')
-rw-r--r--gdb/i386nbsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386nbsd-nat.c b/gdb/i386nbsd-nat.c
index 5c5a1f3b304..c1d2cd7c733 100644
--- a/gdb/i386nbsd-nat.c
+++ b/gdb/i386nbsd-nat.c
@@ -164,7 +164,7 @@ struct md_core
struct env387 freg;
};
-void
+static void
fetch_core_registers (core_reg_sect, core_reg_size, which, ignore)
char *core_reg_sect;
unsigned core_reg_size;