2003-01-06 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 6 Jan 2003 20:04:11 +0000 (20:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 6 Jan 2003 20:04:11 +0000 (20:04 +0000)
* sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.

gdb/ChangeLog
gdb/sparc-tdep.c

index f5c0627..fb0bfa3 100644 (file)
@@ -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.
 
index 1ae9c92..b7acbda 100644 (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);
 }