This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb/testsuite/gdb.threads: Ensure TLS tests link against pthreads.
- From: Tom Tromey <tromey at redhat dot com>
- To: Will Newton <will dot newton at linaro dot org>
- Cc: gdb-patches at sourceware dot org, patches at linaro dot org
- Date: Thu, 18 Jul 2013 07:41:43 -0600
- Subject: Re: [PATCH] gdb/testsuite/gdb.threads: Ensure TLS tests link against pthreads.
- References: <51E7A8BB dot 1050908 at linaro dot org>
>>>>> "Will" == Will Newton <will.newton@linaro.org> writes:
Will> 2013-07-18 Will Newton <will.newton@linaro.org>
Will> * gdb.threads/tls-nodebug.c: Call pthread_testcancel
Will> to ensure the test is linked against pthreads.
Will> * gdb.threads/tls-var-main.c: Likewise.
Will> * gdb.threads/tls-shared.c: Likewise.
This is ok. Thanks.
Tom