This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb/testsuite/gdb.threads: Make sure TLS tests link against pthreads.
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Pinski <pinskia at gmail dot com>
- Cc: Will Newton <will dot newton at linaro dot org>, "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>, Patch Tracking <patches at linaro dot org>
- Date: Wed, 17 Jul 2013 12:15:48 -0600
- Subject: Re: [PATCH] gdb/testsuite/gdb.threads: Make sure TLS tests link against pthreads.
- References: <51B22910 dot 7010208 at linaro dot org> <CA+=Sn1=K2QkVFW0J7=_dimQ57GgeP44AmrNYqakNDDybL83-Sg at mail dot gmail dot com>
Andrew> I think this should be an debian/Ubuntu local only patch as the
Andrew> default for FSF GCC/binutils is not to pass --as-needed.
If that is the only reason, then I think it is still ok in principle to
use the patch. It won't hurt the FSF default case.
Tom