]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
tests: Fix --enable-gcov tests build. Add libdw to LDADD for asm_tsts.
authorMark Wielaard <mjw@redhat.com>
Tue, 30 Aug 2016 11:42:31 +0000 (13:42 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 30 Aug 2016 11:42:31 +0000 (13:42 +0200)
Signed-off-by: Mark Wielaard <mjw@redhat.com>
tests/ChangeLog
tests/Makefile.am

index 2e9aa0d0cc756242bc6a42a62f465ffc1e244a7c..a0eb4c6bafbefcf05698ccdf481d998a7cb19780 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-30  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (asm_tst?_LDADD): Add libdw.
+
 2016-08-25  Mark Wielaard  <mjw@redhat.com>
 
        * backtrace-child.c: Disable and add documentation about why we disable
index 632b3a304b382f9195f3bbc01bdab5298d252cff..e331cb5564b063180dffe1265a6ac82c29fa8b56 100644 (file)
@@ -423,15 +423,15 @@ funcretval_LDADD = $(libdw) $(argp_LDADD)
 allregs_LDADD = $(libdw) $(argp_LDADD)
 find_prologues_LDADD = $(libdw) $(argp_LDADD)
 #show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf)
-asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) -ldl
-asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) -ldl
+asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
+asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl
 dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl
 rdwrmmap_LDADD = $(libelf)
 dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) -ldl