* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / m88k-tdep.c
index 3c8e0e39e75f4bd2ba74ab22e2d4b5a1df6edf16..48cbe257676130c49abb976f2bd312bce1720704 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-machine dependent code for Motorola 88000 series, for GDB.
-   Copyright (C) 1988, 1990, 1991, 1994 Free Software Foundation, Inc.
+   Copyright 1988, 1990, 1991, 1994, 1995 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -608,3 +608,9 @@ pop_frame ()
     }
   reinit_frame_cache ();
 }
+
+void
+_initialize_m88k_tdep ()
+{
+  tm_print_insn = print_insn_m88k;
+}
This page took 0.023307 seconds and 4 git commands to generate.