2003-06-21 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 21 Jun 2003 16:37:33 +0000 (16:37 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 21 Jun 2003 16:37:33 +0000 (16:37 +0000)
* mips-tdep.c (mips_dump_tdep): Do not print
REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.

gdb/ChangeLog
gdb/mips-tdep.c

index 881d092..17d3baa 100644 (file)
@@ -1,5 +1,8 @@
 2003-06-21  Andrew Cagney  <cagney@redhat.com>
 
+       * mips-tdep.c (mips_dump_tdep): Do not print
+       REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
+
        * frame.c (get_frame_register): New function.
        (frame_unwind_register_signed): New function.
        (get_frame_register_signed): New function.
index 4ecb968..c0c0163 100644 (file)
@@ -6259,12 +6259,6 @@ mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
                      "mips_dump_tdep: RA_REGNUM = %d\n",
                      RA_REGNUM);
   fprintf_unfiltered (file,
-                     "mips_dump_tdep: REGISTER_CONVERT_FROM_TYPE # %s\n",
-                     XSTRING (REGISTER_CONVERT_FROM_TYPE (REGNUM, VALTYPE, RAW_BUFFER)));
-  fprintf_unfiltered (file,
-                     "mips_dump_tdep: REGISTER_CONVERT_TO_TYPE # %s\n",
-                     XSTRING (REGISTER_CONVERT_TO_TYPE (REGNUM, VALTYPE, RAW_BUFFER)));
-  fprintf_unfiltered (file,
                      "mips_dump_tdep: REGISTER_NAMES = delete?\n");
   fprintf_unfiltered (file,
                      "mips_dump_tdep: ROUND_DOWN = function?\n");