aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-03-27 19:57:41 +0000
committerIan Lance Taylor <ian@airs.com>2008-03-27 19:57:41 +0000
commit49bdd526aba04608f9658d5c36923e10a2021df3 (patch)
treecba9fcbc29d0d3c0ad337a07dbc015ec094af8a0 /gold/testsuite/Makefile.am
parentf66d8205394d34c6b03821f93d27b202d20438d4 (diff)
downloadgdb-49bdd526aba04608f9658d5c36923e10a2021df3.zip
gdb-49bdd526aba04608f9658d5c36923e10a2021df3.tar.gz
gdb-49bdd526aba04608f9658d5c36923e10a2021df3.tar.bz2
* common.cc (Sort_commons::operator): Correct sorting algorithm.
* testsuite/common_test_1.c: New file. * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1. (common_test_1_SOURCES): New variable. (common_test_1_DEPENDENCIES): New variable. (common_test_1_LDFLAGS): New variable.
Diffstat (limited to 'gold/testsuite/Makefile.am')
-rw-r--r--gold/testsuite/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
index 4d0f9dc..0016f71 100644
--- a/gold/testsuite/Makefile.am
+++ b/gold/testsuite/Makefile.am
@@ -277,6 +277,10 @@ two_file_mixed_2_shared_test_LDADD = two_file_shared_mixed_1.so two_file_shared_
endif FN_PTRS_IN_SO_WITHOUT_PIC
+check_PROGRAMS += common_test_1
+common_test_1_SOURCES = common_test_1.c
+common_test_1_DEPENDENCIES = gcctestdir/ld
+common_test_1_LDFLAGS = -Bgcctestdir/
check_PROGRAMS += exception_test
check_PROGRAMS += exception_static_test