]> granicus.if.org Git - gc/commit
PR boehm-gc/11412
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Mar 2011 17:04:16 +0000 (17:04 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:30 +0000 (10:54 +0400)
commit334c35d2070f4ca9411b90024d55cfa43a984ca6
tree0ded255f89b2151d58c91a32d82c93c41821dd9c
parent92f40a7b86e6095ddb3b543693cc0b8514715db4
PR boehm-gc/11412
* configure.ac (THREADCFLAGS): New variable.
Use it instead of INCLUDES, AM_CPPFLAGS.
<*-*-kfreebsd*-gnu> (THREADDLLIBS): Rename to THREADLIBS.
Remove DG/UX support.
(AC_CONFIG_FILES): Add testsuite/Makefile.
* Makefile.am (AUTOMAKE_OPTIONS): Use foreign instead of cygnus.
(SUBDIRS): Add testsuite.
(libgcjgc_la_LIBADD): Remove $(UNWINDLIBS).
(AM_CXXFLAGS): Add $(THREADCFLAGS).
(AM_CFLAGS): Likewise.
Remove TESTS related variables.
* Makefile.in: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am: New file.
* testsuite/Makefile.in: New file.
* testsuite/lib/boehm-gc.exp: New file.
* testsuite/config/default.exp: New file.
* testsuite/boehm-gc.c/c.exp: New file.
* testsuite/boehm-gc.lib/lib.exp: New file.
* tests/test.c: Move ...
* testsuite/boehm-gc.c/gctest.c: ... here.
* tests/leak_test.c, tests/middle.c, tests/thread_leak_test.c,
tests/trace_test.c: Move ...
* testsuite/boehm-gc.c: ... here.
* testsuite/boehm-gc.c/trace_test.c: Skip everywhere.
* tests/staticrootslib.c, tests/staticrootstest.c: Move ...
* testsuite/boehm-gc.lib: ... here.
* testsuite/boehm-gc.lib/staticrootstest.c: Use dg-add-shlib
staticrootslib.c.
* tests/test_cpp.cc: Move ...
* testsuite/boehm-gc.c++: ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171514 138bc75d-0d04-0410-961f-82ee72b054a4
19 files changed:
Makefile.am
Makefile.in
configure
configure.ac
include/Makefile.in
testsuite/Makefile.am [new file with mode: 0644]
testsuite/Makefile.in [new file with mode: 0644]
testsuite/boehm-gc.c++/test_cpp.cc [moved from tests/test_cpp.cc with 100% similarity]
testsuite/boehm-gc.c/c.exp [new file with mode: 0644]
testsuite/boehm-gc.c/gctest.c [moved from tests/test.c with 100% similarity]
testsuite/boehm-gc.c/leak_test.c [moved from tests/leak_test.c with 100% similarity]
testsuite/boehm-gc.c/middle.c [moved from tests/middle.c with 100% similarity]
testsuite/boehm-gc.c/thread_leak_test.c [moved from tests/thread_leak_test.c with 100% similarity]
testsuite/boehm-gc.c/trace_test.c [moved from tests/trace_test.c with 91% similarity]
testsuite/boehm-gc.lib/lib.exp [new file with mode: 0644]
testsuite/boehm-gc.lib/staticrootslib.c [moved from tests/staticrootslib.c with 100% similarity]
testsuite/boehm-gc.lib/staticrootstest.c [moved from tests/staticrootstest.c with 95% similarity]
testsuite/config/default.exp [new file with mode: 0644]
testsuite/lib/boehm-gc.exp [new file with mode: 0644]