From 01fc4e33ebb24b83f85c99412a4115e014065fc2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 18 Aug 2002 17:59:57 +0000 Subject: 2002-08-18 Andrew Cagney * osabi.c (gdbarch_init_osabi): Don't complain about an unknown ABI. --- gdb/osabi.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'gdb/osabi.c') diff --git a/gdb/osabi.c b/gdb/osabi.c index 580c7e1..83eb767 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -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; } -- cgit v1.1