summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-06 20:04:11 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-06 20:04:11 +0000
commit547a1af8707d145e0bd112b688dee528115d3ef5 (patch)
tree3ffdaabe0499662585d8fb561c32962f2c7bc5d7
parent57467040c68bbca26daf2ba7604d1b4c1f77a09a (diff)
downloadgdb-547a1af8707d145e0bd112b688dee528115d3ef5.tar.gz
2003-01-06 Andrew Cagney <cagney@redhat.com>
* sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/sparc-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f5c06270526..fb0bfa31efb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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
arm-elf. Can be built with -Werror, has been multiarched.
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);
}