From: Andrew Cagney Date: Mon, 6 Jan 2003 20:04:11 +0000 (+0000) Subject: 2003-01-06 Andrew Cagney X-Git-Tag: cagney-unwind-20030108-branchpoint~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d995ff4bc01e8dac072ab51fb475fad0410d7827;p=platform%2Fupstream%2Fbinutils.git 2003-01-06 Andrew Cagney * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f5c0627..fb0bfa3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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 arm-elf. Can be built with -Werror, has been multiarched. diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index 1ae9c92..b7acbda 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); }