diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-03-29 04:03:56 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-03-29 04:03:56 +0000 |
commit | eafd4536051603fd5a51c8c6e49a391ed8e6a9d3 (patch) | |
tree | 6e09296cd0f2d68112040085ad090afd560a21c5 /gdb/i386nbsd-nat.c | |
parent | dbeb8dbdff9addc7ea2a6f8a918f95690bfe5ee9 (diff) | |
download | gdb-eafd4536051603fd5a51c8c6e49a391ed8e6a9d3.zip gdb-eafd4536051603fd5a51c8c6e49a391ed8e6a9d3.tar.gz gdb-eafd4536051603fd5a51c8c6e49a391ed8e6a9d3.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386nbsd-nat.c b/gdb/i386nbsd-nat.c index 5c5a1f3..c1d2cd7 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; |