mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Fixed spelling errors in comments: dependant->dependent in several places.
This commit is contained in:
@@ -77,7 +77,7 @@ extern int gdbarch_byte_order (struct gdbarch *gdbarch);
|
||||
#endif
|
||||
|
||||
|
||||
/* The following are initialized by the target dependant code. */
|
||||
/* The following are initialized by the target dependent code. */
|
||||
|
||||
/* Number of bits in a char or unsigned char for the target machine.
|
||||
Just like CHAR_BIT in <limits.h> but describes the target machine.
|
||||
@@ -1350,7 +1350,7 @@ extern struct gdbarch_tdep *gdbarch_tdep (struct gdbarch *gdbarch);
|
||||
|
||||
The mechanisms below ensures that there is only a loose connection
|
||||
between the set-architecture command and the various GDB
|
||||
components. Each component can independantly register their need
|
||||
components. Each component can independently register their need
|
||||
to maintain architecture specific data with gdbarch.
|
||||
|
||||
Pragmatics:
|
||||
@@ -1360,7 +1360,7 @@ extern struct gdbarch_tdep *gdbarch_tdep (struct gdbarch *gdbarch);
|
||||
|
||||
The more traditional mega-struct containing architecture specific
|
||||
data for all the various GDB components was also considered. Since
|
||||
GDB is built from a variable number of (fairly independant)
|
||||
GDB is built from a variable number of (fairly independent)
|
||||
components it was determined that the global aproach was not
|
||||
applicable. */
|
||||
|
||||
@@ -1520,7 +1520,7 @@ extern void register_gdbarch_swap (void *data, unsigned long size, gdbarch_swap_
|
||||
|
||||
|
||||
|
||||
/* The target-system-dependant byte order is dynamic */
|
||||
/* The target-system-dependent byte order is dynamic */
|
||||
|
||||
/* TARGET_BYTE_ORDER_SELECTABLE_P determines if the target endianness
|
||||
is selectable at runtime. The user can use the ``set endian''
|
||||
@@ -1560,7 +1560,7 @@ extern int target_byte_order_auto;
|
||||
|
||||
|
||||
|
||||
/* The target-system-dependant BFD architecture is dynamic */
|
||||
/* The target-system-dependent BFD architecture is dynamic */
|
||||
|
||||
extern int target_architecture_auto;
|
||||
#ifndef TARGET_ARCHITECTURE_AUTO
|
||||
@@ -1573,7 +1573,7 @@ extern const struct bfd_arch_info *target_architecture;
|
||||
#endif
|
||||
|
||||
|
||||
/* The target-system-dependant disassembler is semi-dynamic */
|
||||
/* The target-system-dependent disassembler is semi-dynamic */
|
||||
|
||||
#include "dis-asm.h" /* Get defs for disassemble_info */
|
||||
|
||||
@@ -1614,7 +1614,7 @@ extern disassemble_info tm_print_insn_info;
|
||||
#endif
|
||||
|
||||
|
||||
/* Set the dynamic target-system-dependant parameters (architecture,
|
||||
/* Set the dynamic target-system-dependent parameters (architecture,
|
||||
byte-order, ...) using information found in the BFD */
|
||||
|
||||
extern void set_gdbarch_from_file (bfd *);
|
||||
|
||||
Reference in New Issue
Block a user