diff options
author | Jeff Law <law@redhat.com> | 1995-07-26 00:35:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-26 00:35:07 +0000 |
commit | f27ffb51f544e79fe110af75c84879bae35c5096 (patch) | |
tree | ceacc3966c4f276a120c6cc43b06ebfe65aaa834 /gdb/testsuite/config | |
parent | 80ac01168f15cb5b0e29f892b749bcd357ac9143 (diff) | |
download | gdb-f27ffb51f544e79fe110af75c84879bae35c5096.zip gdb-f27ffb51f544e79fe110af75c84879bae35c5096.tar.gz gdb-f27ffb51f544e79fe110af75c84879bae35c5096.tar.bz2 |
* gdb.threads: New directory with some crude multi-threaded
gdb tests (step.exp and step2.exp).
* config/mt-lynx (STEP_EXECUTABLE): Define.
(THREADFLAGS): Define.
Hiro's test for 6100 and a crude test of my own. They both need some
major cleanup for non-lynx hosts; both are also a little too loose in
their checks. But I'm too burnt out on lynx to address either concern.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/mt-lynx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-lynx b/gdb/testsuite/config/mt-lynx index f88f208..1c153af 100644 --- a/gdb/testsuite/config/mt-lynx +++ b/gdb/testsuite/config/mt-lynx @@ -1 +1,4 @@ CFLAGS_FOR_TARGET = +STEP_EXECUTABLE = step +THREADFLAGS = -mposix -mthreads +#LDFLAGS= -L/usr/cygnus/progressive-95q1/H-sparc-sun-sunos4.1.3/i386-lynx/lib/thread |