mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,
mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c, somread.c, tracepoint.c: Fix spelling errors in comments. * gdbarch.c: Regenerate. * gnu-nat.c (S_exception_raise_request): Fix typos and spelling errors in strings. * m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise. * mcore-tdep.c (mcore_analyze_prologue): Likewise. * mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise. * remote-e7000.c (e7000_start_remote): Likewise. * remote-rdp.c (handle_swi): Likewise. * remote-vx.c (vx_load_command): Likewise. * sh-tdep.c (sh_do_pseudo_register): Likewise. * sol-thread.c (td_err_string): Likewise. * symtab.c (decode_line_2): Likewise. -------------------------------------------------------------------
This commit is contained in:
@ -1117,10 +1117,10 @@ mips16_next_pc (CORE_ADDR pc)
|
||||
pc += 2;
|
||||
break;
|
||||
case 30: /* This is an extend instruction */
|
||||
pc += 4; /* Dont be setting breakpints on the second half */
|
||||
pc += 4; /* Dont be setting breakpoints on the second half */
|
||||
break;
|
||||
default:
|
||||
printf ("Filtered - next PC probably incorrrect due to jump inst\n");
|
||||
printf ("Filtered - next PC probably incorrect due to jump inst\n");
|
||||
pc += 2;
|
||||
break;
|
||||
}
|
||||
@ -4565,7 +4565,7 @@ This option can be set to one of:\n\
|
||||
"Select single-precision MIPS floating-point coprocessor.",
|
||||
&mipsfpulist);
|
||||
add_cmd ("double", class_support, set_mipsfpu_double_command,
|
||||
"Select double-precision MIPS floating-point coprocessor .",
|
||||
"Select double-precision MIPS floating-point coprocessor.",
|
||||
&mipsfpulist);
|
||||
add_alias_cmd ("on", "double", class_support, 1, &mipsfpulist);
|
||||
add_alias_cmd ("yes", "double", class_support, 1, &mipsfpulist);
|
||||
|
Reference in New Issue
Block a user