diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-10-27 19:17:57 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-10-27 19:17:57 +0000 |
commit | ec3d358c9f7f313ecde095bcf1ea45a5706c6d71 (patch) | |
tree | f2610a607ff7bdf867f3241e8e343a82628ed870 /gdb/gdbarch.h | |
parent | 6f6ef0faed469f8dc9d0257a9b23a7678311819f (diff) | |
download | gdb-ec3d358c9f7f313ecde095bcf1ea45a5706c6d71.zip gdb-ec3d358c9f7f313ecde095bcf1ea45a5706c6d71.tar.gz gdb-ec3d358c9f7f313ecde095bcf1ea45a5706c6d71.tar.bz2 |
* arch-utils.c (set_architecture, set_architecture_from_arch_mach,
set_gdbarch_from_file): Fix spelling error.
* v850-tdep.c (v850_target_architecture_hook): Likewise.
* gdbarch.sh: Fix spelling errors in comment.
* gdbarch.c, gdbarch.h: Regenerate.
* ppcnbsd-nat.c (fetch_core_registers, fetch_inferior_registers,
store_inferior_registers): Support older NetBSD/powerpc systems
from before fp reg support was added. Adapt to register number
changes caused when powerpc target was multi-arched.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 87cbbd9..198d800 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -1398,7 +1398,7 @@ extern struct gdbarch_tdep *gdbarch_tdep (struct gdbarch *gdbarch); that the INFO.BYTE_ORDER is non-zero. The INIT function shall return any of: NULL - indicating that it - doesn't reconize the selected architecture; an existing ``struct + doesn't recognize the selected architecture; an existing ``struct gdbarch'' from the ARCHES list - indicating that the new architecture is just a synonym for an earlier architecture (see gdbarch_list_lookup_by_info()); a newly created ``struct gdbarch'' |