2003-01-06 Andrew Cagney <cagney@redhat.com>

* sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
This commit is contained in:
Andrew Cagney 2003-01-06 20:04:11 +00:00
parent 66140c2616
commit d995ff4bc0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-06 Andrew Cagney <cagney@redhat.com>
* sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2003-01-06 Andrew Cagney <cagney@redhat.com>
* MAINTAINERS (Target Instruction Set Architectures): Update

View File

@ -3441,5 +3441,5 @@ sparc_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
fprintf_unfiltered (file, "sparc_dump_tdep: call_dummy_call_offset = %d\n",
tdep->call_dummy_call_offset);
fprintf_unfiltered (file, "sparc_dump_tdep: print_insn_match = %d\n",
tdep->print_insn_match);
tdep->print_insn_mach);
}