spelling correction: depdendant->dependent
This commit is contained in:
parent
c6ef451cd8
commit
b7d6b182e1
@ -541,7 +541,7 @@ info_architecture (char *args, int from_tty)
|
||||
printf_filtered ("\n");
|
||||
}
|
||||
|
||||
/* Set the dynamic target-system-dependant parameters (architecture,
|
||||
/* Set the dynamic target-system-dependent parameters (architecture,
|
||||
byte-order) using information found in the BFD */
|
||||
|
||||
void
|
||||
|
@ -76,13 +76,13 @@ extern int frame_num_args_unknown (struct frame_info *fi);
|
||||
targets. */
|
||||
|
||||
/* DEPRECATED pre- multi-arch interface. Explicitly set the dynamic
|
||||
target-system-dependant parameters based on bfd_architecture and
|
||||
target-system-dependent parameters based on bfd_architecture and
|
||||
machine. This function is deprecated, use
|
||||
set_gdbarch_from_arch_machine(). */
|
||||
|
||||
extern void set_architecture_from_arch_mach (enum bfd_architecture, unsigned long);
|
||||
|
||||
/* DEPRECATED pre- multi-arch interface. Notify the target dependant
|
||||
/* DEPRECATED pre- multi-arch interface. Notify the target dependent
|
||||
backend of a change to the selected architecture. A zero return
|
||||
status indicates that the target did not like the change. */
|
||||
|
||||
|
@ -1037,7 +1037,7 @@ pc_in_call_dummy_at_entry_point (CORE_ADDR pc, CORE_ADDR sp,
|
||||
* The following code serves to maintain the dummy stack frames for
|
||||
* inferior function calls (ie. when gdb calls into the inferior via
|
||||
* call_function_by_hand). This code saves the machine state before
|
||||
* the call in host memory, so we must maintain an independant stack
|
||||
* the call in host memory, so we must maintain an independent stack
|
||||
* and keep it consistant etc. I am attempting to make this code
|
||||
* generic enough to be used by many targets.
|
||||
*
|
||||
|
@ -358,7 +358,7 @@ fork_inferior (char *exec_file, char *allargs, char **env,
|
||||
correct program, and are poised at the first instruction of the
|
||||
new program. */
|
||||
|
||||
/* Allow target dependant code to play with the new process. This might be
|
||||
/* Allow target dependent code to play with the new process. This might be
|
||||
used to have target-specific code initialize a variable in the new process
|
||||
prior to executing the first instruction. */
|
||||
TARGET_CREATE_INFERIOR_HOOK (pid);
|
||||
|
Loading…
Reference in New Issue
Block a user