projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23715f2
)
Fix mistaken check-in.
author
Michael Snyder
<msnyder@vmware.com>
Tue, 5 Sep 2000 17:43:00 +0000
(17:43 +0000)
committer
Michael Snyder
<msnyder@vmware.com>
Tue, 5 Sep 2000 17:43:00 +0000
(17:43 +0000)
gdb/sol-thread.c
patch
|
blob
|
history
diff --git
a/gdb/sol-thread.c
b/gdb/sol-thread.c
index 156c15285cc3daf2c7c7bfb8ccd34d852cf27a85..aa909adcba795c1d16ca41473230b1d4c55d8b98 100644
(file)
--- 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");