2002-08-18 Andrew Cagney <ac131313@redhat.com>
* osabi.c (gdbarch_init_osabi): Don't complain about an unknown ABI.
This commit is contained in:
parent
c38d82615e
commit
01fc4e33eb
2 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-08-18 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* osabi.c (gdbarch_init_osabi): Don't complain about an unknown
|
||||
ABI.
|
||||
|
||||
2002-08-18 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
|
||||
|
|
|
@ -232,13 +232,8 @@ gdbarch_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch,
|
|||
|
||||
if (osabi == GDB_OSABI_UNKNOWN)
|
||||
{
|
||||
/* Don't complain about not knowing the OS ABI if we don't
|
||||
have an inferior. */
|
||||
if (info.abfd)
|
||||
fprintf_filtered
|
||||
(gdb_stderr, "GDB doesn't recognize the OS ABI of the inferior. "
|
||||
"Attempting to continue with the default %s settings",
|
||||
bfd_printable_arch_mach (arch_info->arch, arch_info->mach));
|
||||
/* Don't complain about an unknown OSABI. Assume the user knows
|
||||
what they are doing. */
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue