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/sh3el Add ifdefed inits for TUI and i...



details:   https://anonhg.NetBSD.org/src/rev/5126b5b28179
branches:  trunk
changeset: 555640:5126b5b28179
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Nov 24 01:59:59 2003 +0000

description:
Add ifdefed inits for TUI and if 0'ed _initialize_nbsd_thread (not yet).

diffstat:

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

diffs (38 lines):

diff -r 71c1e7b0da6a -r 5126b5b28179 gnu/usr.bin/gdb53/arch/sh3el/init.c
--- a/gnu/usr.bin/gdb53/arch/sh3el/init.c       Mon Nov 24 01:58:22 2003 +0000
+++ b/gnu/usr.bin/gdb53/arch/sh3el/init.c       Mon Nov 24 01:59:59 2003 +0000
@@ -84,6 +84,18 @@
 extern initialize_file_ftype _initialize_mi_cmds;
 extern initialize_file_ftype _initialize_mi_main;
 extern initialize_file_ftype _initialize_mi_parse;
+#ifdef notyet
+extern initialize_file_ftype _initialize_nbsd_thread;
+#endif
+#ifdef USE_TUI
+extern initialize_file_ftype _initialize_tui;
+extern initialize_file_ftype _initialize_tuiLayout;
+extern initialize_file_ftype _initialize_tuiRegs;
+extern initialize_file_ftype _initialize_tuiStack;
+extern initialize_file_ftype _initialize_tuiWin;
+extern initialize_file_ftype _initialize_tui_out;
+#endif
+
 void
 initialize_all_files (void)
 {
@@ -169,4 +181,15 @@
   _initialize_mi_cmds ();
   _initialize_mi_main ();
   _initialize_mi_parse ();
+#ifdef notyet
+  _initialize_nbsd_thread ();
+#endif
+#ifdef USE_TUI
+  _initialize_tui ();
+  _initialize_tuiLayout ();
+  _initialize_tuiRegs ();
+  _initialize_tuiStack ();
+  _initialize_tuiWin ();
+  _initialize_tui_out ();
+#endif
 }



Home | Main Index | Thread Index | Old Index