mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Fix mistaken check-in.
This commit is contained in:
@@ -453,11 +453,9 @@ sol_thread_attach (char *args, int from_tty)
|
||||
{
|
||||
procfs_ops.to_attach (args, from_tty);
|
||||
|
||||
if (auto_solib_add)
|
||||
{
|
||||
/* Must get symbols from solibs before libthread_db can run! */
|
||||
SOLIB_ADD ((char *) 0, from_tty, (struct target_ops *) 0);
|
||||
}
|
||||
/* Must get symbols from solibs before libthread_db can run! */
|
||||
SOLIB_ADD ((char *) 0, from_tty, (struct target_ops *) 0);
|
||||
|
||||
if (sol_thread_active)
|
||||
{
|
||||
printf_filtered ("sol-thread active.\n");
|
||||
|
||||
Reference in New Issue
Block a user