diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-27 22:25:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-27 22:25:04 +0000 |
commit | 262c876349e7b12a4c8fbd6d283cd190e7970a24 (patch) | |
tree | 251433f91a61231e5e7eaf3517de7cd2a13d03e1 /ld/cdtest.exp | |
parent | 5c680d3f29a0f7073b32e00bc5d4fda17c5e89f0 (diff) | |
download | gdb-262c876349e7b12a4c8fbd6d283cd190e7970a24.zip gdb-262c876349e7b12a4c8fbd6d283cd190e7970a24.tar.gz gdb-262c876349e7b12a4c8fbd6d283cd190e7970a24.tar.bz2 |
* Makefile.in (CC): Define.
(CXX): Move definition, change from g++ to gcc.
(EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
(RUNTEST_CC, RUNTEST_CFLAGS): Remove.
(RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove.
(CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in.
(.cc.o): Comment out.
(testdir): Remove.
(site.exp): Don't create testdir or set tmpdir.
(check): Run checks even if not running native. Use CC_FOR_TARGET
instead of RUNTEST_CC, and likewise for CXX.
(cdtest targets): Comment out.
* config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once.
* cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove.
* cdtest-main.cc, cdtest.exp: Remove.
Diffstat (limited to 'ld/cdtest.exp')
-rw-r--r-- | ld/cdtest.exp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ld/cdtest.exp b/ld/cdtest.exp deleted file mode 100644 index 39be0db..0000000 --- a/ld/cdtest.exp +++ /dev/null @@ -1,15 +0,0 @@ -Constructing Foo(1) "static_foo" -Constructing Foo(2) "static_foo" -Constructing Foo(3) "automatic_foo" -Constructing Foo(4) "default-foo" -Initializing Foo(5) "default-foo" with Foo(4) -Destructing Foo(4) "default-foo" (remaining foos: 4) -Constructing Foo(5) "other_foo1" -Constructing Foo(6) "other_foo2" -Copying Foo(5) "other_foo1" to Foo(6) -Destructing Foo(6) "other_foo1" (remaining foos: 5) -Destructing Foo(5) "other_foo1" (remaining foos: 4) -Destructing Foo(5) "default-foo" (remaining foos: 3) -Destructing Foo(3) "automatic_foo" (remaining foos: 2) -Destructing Foo(2) "static_foo" (remaining foos: 1) -Destructing Foo(1) "static_foo" (remaining foos: 0) |