diff options
| author | Ulrich Drepper <[email protected]> | 2008-02-01 18:05:21 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-02-01 18:05:21 +0000 |
| commit | c54785af87adcac067f90b1dbc238c29062cf683 (patch) | |
| tree | 70b62365a10a1fae228fae5fe96073586eca97b1 /tests | |
| parent | 16303e82287f350d63672b3c898dc1d31a90c5d4 (diff) | |
Implement SHA1 build-id handling in ld.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 319b7849..97865b5d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2008-02-01 Ulrich Drepper <[email protected]> + + * Makefile.am: Hook up sha1-tst.c. + * sha1-tst.c: New file. + 2008-01-21 Roland McGrath <[email protected]> * testfile45.S.bz2: Add tests for cltq, cqto. diff --git a/tests/Makefile.am b/tests/Makefile.am index 42f71ce4..5d5c9185 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -88,8 +88,8 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ # run-show-ciefde.sh if !STANDALONE -noinst_PROGRAMS += msg_tst -TESTS += msg_tst +noinst_PROGRAMS += msg_tst sha1-tst +TESTS += msg_tst sha1-tst endif if HAVE_LIBASM @@ -175,6 +175,7 @@ libelf = ../libelf/libelf.so libasm = ../libasm/libasm.so endif libebl = ../libebl/libebl.a +libeu = ../lib/libeu.a endif !STANDALONE arextract_LDADD = $(libelf) $(libmudflap) @@ -224,6 +225,7 @@ arls_LDADD = $(libelf) $(libmudflap) dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl +sha1_tst_LDADD = $(libeu) $(libmudflap) CLEANFILES = xxx *.gcno *.gcda *gconv |
