Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gdb53/arch/m68k remove double initialize_corelow



details:   https://anonhg.NetBSD.org/src/rev/a2ec86e1207c
branches:  trunk
changeset: 552281:a2ec86e1207c
user:      cl <cl%NetBSD.org@localhost>
date:      Tue Sep 23 01:11:48 2003 +0000

description:
remove double initialize_corelow

diffstat:

 gnu/usr.bin/gdb53/arch/m68k/init.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ae655eeb4214 -r a2ec86e1207c gnu/usr.bin/gdb53/arch/m68k/init.c
--- a/gnu/usr.bin/gdb53/arch/m68k/init.c        Tue Sep 23 00:03:05 2003 +0000
+++ b/gnu/usr.bin/gdb53/arch/m68k/init.c        Tue Sep 23 01:11:48 2003 +0000
@@ -35,7 +35,6 @@
 extern initialize_file_ftype _initialize_kernel_u_addr;
 extern initialize_file_ftype _initialize_infptrace;
 extern initialize_file_ftype _initialize_inftarg;
-extern initialize_file_ftype _initialize_corelow;
 extern initialize_file_ftype _initialize_m68knbsd_nat;
 extern initialize_file_ftype _initialize_remote;
 extern initialize_file_ftype _initialize_dcache;
@@ -121,7 +120,6 @@
   _initialize_kernel_u_addr ();
   _initialize_infptrace ();
   _initialize_inftarg ();
-  _initialize_corelow ();
   _initialize_m68knbsd_nat ();
   _initialize_remote ();
   _initialize_dcache ();



Home | Main Index | Thread Index | Old Index