* gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
authorFred Fish <fnf@specifix.com>
Mon, 19 Aug 1996 17:59:46 +0000 (17:59 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 19 Aug 1996 17:59:46 +0000 (17:59 +0000)
commit6f5fbad32862b11c76cf6b40f4b40abc35d99342
tree9161024ad998434e1508c23a4b938ceadb60b928
parent9099ec8fb4c0b45cbaafc4043d05e7369bbeed0e
* gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
  PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
* gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
  and -lpthreads (everybody else).
(test_startup): Fail gracefully if threads are not supported.
* gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
"p/c array_index("abcdef",2)" when not gcc compiled.
* gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
"print func2::coremaker_local" when not gcc compiled.
* gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
"ptype on opaque struct tagname (statically)",
"ptype on opaque struct tagname (dynamically) 1", and
"ptype on opaque struct tagname (dynamically) 2"
for not compiled with gcc.
* gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
backtrace when compiled with gcc.
* lib/gdb.exp (runto_main): Return result of "runto main" rather
than always return success.
gdb/testsuite/gdb.chill/ChangeLog
gdb/testsuite/gdb.chill/tests2.exp
gdb/testsuite/gdb.threads/pthreads.c [new file with mode: 0644]