mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-23 16:34:03 +08:00
2003-11-10 Andrew Cagney <cagney@redhat.com>
* arch-utils.h, arch-utils.c: Fix typo in comment.
This commit is contained in:
parent
1b3164d82d
commit
100bcc3f4e
@ -1,5 +1,7 @@
|
||||
2003-11-10 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* arch-utils.h, arch-utils.c: Fix typo in comment.
|
||||
|
||||
* arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
|
||||
(gdbarch_from_bfd): Call gdbarch_find_by_info.
|
||||
(set_gdbarch_from_file): Call
|
||||
|
@ -686,7 +686,7 @@ gdbarch_info_init (struct gdbarch_info *info)
|
||||
info->osabi = GDB_OSABI_UNINITIALIZED;
|
||||
}
|
||||
|
||||
/* Similar it init, but this time fill in the blanks. Information is
|
||||
/* Similar to init, but this time fill in the blanks. Information is
|
||||
obtained from the specified architecture, global "set ..." options,
|
||||
and explicitly initialized INFO fields. */
|
||||
|
||||
|
@ -153,7 +153,7 @@ extern int legacy_register_sim_regno (int regnum);
|
||||
default values are not zero. */
|
||||
extern void gdbarch_info_init (struct gdbarch_info *info);
|
||||
|
||||
/* Similar it init, but this time fill in the blanks. Information is
|
||||
/* Similar to init, but this time fill in the blanks. Information is
|
||||
obtained from the specified architecture, global "set ..." options,
|
||||
and explicitly initialized INFO fields. */
|
||||
extern void gdbarch_info_fill (struct gdbarch *gdbarch,
|
||||
|
Loading…
Reference in New Issue
Block a user