mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-16 15:40:16 +00:00
* osabi.c (gdbarch_init_osabi): Reformat error message with better
line breaks.
This commit is contained in:
parent
1b3bb3d032
commit
e481341f06
@ -1,3 +1,8 @@
|
||||
2003-12-13 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* osabi.c (gdbarch_init_osabi): Reformat error message with better
|
||||
line breaks.
|
||||
|
||||
2003-12-13 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* blockframe.c (inside_main_func): Reformat. Introduce new local
|
||||
|
10
gdb/osabi.c
10
gdb/osabi.c
@ -347,11 +347,11 @@ gdbarch_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
}
|
||||
}
|
||||
|
||||
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);
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user