PATCH: reformat warning message in gdbarch_init_osabi

Jim Blandy jimb@redhat.com
Sat Dec 13 21:41:00 GMT 2003


2003-12-13  Jim Blandy  <jimb@redhat.com>

	* osabi.c (gdbarch_init_osabi): Reformat error message with better
	line breaks.

Index: gdb/osabi.c
===================================================================
RCS file: /cvs/src/src/gdb/osabi.c,v
retrieving revision 1.23
diff -c -r1.23 osabi.c
*** gdb/osabi.c	27 Nov 2003 12:43:36 -0000	1.23
--- gdb/osabi.c	13 Dec 2003 21:39:23 -0000
***************
*** 347,357 ****
  	}
      }
  
!   warning ("A handler for the OS ABI \"%s\" is not built into this "
! 	   "configuration of GDB.  "
! 	   "Attempting to continue with the default %s settings",
! 	   gdbarch_osabi_name (info.osabi),
! 	   info.bfd_arch_info->printable_name);
  }
  
  
--- 347,357 ----
  	}
      }
  
!   warning
!     ("A handler for the OS ABI \"%s\" is not built into this configuration\n"
!      "of GDB.  Attempting to continue with the default %s settings.\n",
!      gdbarch_osabi_name (info.osabi),
!      info.bfd_arch_info->printable_name);
  }
  
  



More information about the Gdb-patches mailing list