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 f5c062705261e1e488a8830698a39f2108ddc195..fb0bfa31efbb14209d1f0151e9a81d0d28652bb0 100644 (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
index 1ae9c92b6eb75388deadf1f372d617c4133183c9..b7acbdaa9a3f696bedb87f1ace648fe9b74d4dc4 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);
 }
This page took 0.030305 seconds and 4 git commands to generate.