From d995ff4bc01e8dac072ab51fb475fad0410d7827 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 6 Jan 2003 20:04:11 +0000 Subject: [PATCH] 2003-01-06 Andrew Cagney * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach. --- gdb/ChangeLog | 4 ++++ gdb/sparc-tdep.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f5c06270526..fb0bfa31efb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-01-06 Andrew Cagney + + * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach. + 2003-01-06 Andrew Cagney * MAINTAINERS (Target Instruction Set Architectures): Update diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index 1ae9c92b6eb..b7acbdaa9a3 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -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); } -- 2.30.2