From: Michael Snyder Date: Tue, 5 Sep 2000 17:43:00 +0000 (+0000) Subject: Fix mistaken check-in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71150974e8b0233964a0a12f71b5fe61c8b010b0;p=binutils-gdb.git Fix mistaken check-in. --- diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 156c15285cc..aa909adcba7 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -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");