mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 17:38:04 +08:00
* solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-06-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
|
||||
|
||||
2007-06-01 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* irix5-nat.c (JB_ELEMENT_SIZE, get_longjmp_target): Remove.
|
||||
|
@ -1348,11 +1348,7 @@ svr4_solib_create_inferior_hook (void)
|
||||
svr4_relocate_main_executable ();
|
||||
|
||||
if (!svr4_have_link_map_offsets ())
|
||||
{
|
||||
warning (_("no shared library support for this OS / ABI"));
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
|
||||
if (!enable_break ())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user