diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-16 05:57:09 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-16 05:57:09 +0000 |
commit | cc8a868a11f0078d8813981ddc36b3358e83b789 (patch) | |
tree | 9814f5ab850166efd1f287d4485f4be239d004a5 /gdb/mips-tdep.c | |
parent | 5ef80fb0d122190295f7674990d2bf26b50262a5 (diff) | |
download | gdb-cc8a868a11f0078d8813981ddc36b3358e83b789.zip gdb-cc8a868a11f0078d8813981ddc36b3358e83b789.tar.gz gdb-cc8a868a11f0078d8813981ddc36b3358e83b789.tar.bz2 |
2003-11-16 Andrew Cagney <cagney@redhat.com>
* config/mips/linux64.mt: Delete file.
* config/mips/tm-linux64.h: Delete file.
* config/mips/tm-mips64.h: Delete file.
* config/mips/embed64.mt: Delete file.
* config/djgpp/fnchange.lst: Update.
* configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
* config/mips/tm-irix6.h: Update copyright. Include
"mips/tm-mips.h" instead of "mips/tm-mips64.h".
* mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
"OP_LDGPR".
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 962e821..959d9c6 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -6318,10 +6318,6 @@ mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file) "mips_dump_tdep: MIPS_SAVED_REGSIZE = %d\n", MIPS_SAVED_REGSIZE); fprintf_unfiltered (file, - "mips_dump_tdep: OP_LDFPR = used?\n"); - fprintf_unfiltered (file, - "mips_dump_tdep: OP_LDGPR = used?\n"); - fprintf_unfiltered (file, "mips_dump_tdep: PRID_REGNUM = %d\n", PRID_REGNUM); fprintf_unfiltered (file, |