Remove C/C++ relevant code in Fortran specific file.
[deliverable/binutils-gdb.git] / gdb / mt-tdep.c
index c08e80567eacb3cd732d92cddb96eb66b8254595..2ab6c02c07d83e98eb7d15435d3fef1466f99bc7 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Morpho mt processor, for GDB.
 
-   Copyright (C) 2005-2016 Free Software Foundation, Inc.
+   Copyright (C) 2005-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -726,7 +726,6 @@ mt_registers_info (struct gdbarch *gdbarch,
          get_no_prettyformat_print_options (&opts);
          opts.deref_ref = 1;
          val_print (register_type (gdbarch, regnum),
-                    value_contents_for_printing (val),
                     0, 0, file, 0, val,
                     &opts, current_language);
          fputs_filtered ("\n", file);
@@ -1175,7 +1174,6 @@ mt_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_sw_breakpoint_from_kind (gdbarch, mt_sw_breakpoint_from_kind);
   set_gdbarch_decr_pc_after_break (gdbarch, 0);
   set_gdbarch_frame_args_skip (gdbarch, 0);
-  set_gdbarch_print_insn (gdbarch, print_insn_mt);
   set_gdbarch_register_type (gdbarch, mt_register_type);
   set_gdbarch_register_reggroup_p (gdbarch, mt_register_reggroup_p);
 
This page took 0.023518 seconds and 4 git commands to generate.