|
Lines 1-6
Link Here
|
| 1 |
--- tests/Makefile.am.orig 2016-12-25 13:36:55 UTC |
1 |
--- tests/Makefile.am.orig 2017-08-02 12:06:25 UTC |
| 2 |
+++ tests/Makefile.am |
2 |
+++ tests/Makefile.am |
| 3 |
@@ -382,7 +382,7 @@ libasm = -lasm |
3 |
@@ -396,7 +396,7 @@ libasm = -lasm |
| 4 |
libebl = -lebl |
4 |
libebl = -lebl |
| 5 |
else !STANDALONE |
5 |
else !STANDALONE |
| 6 |
if BUILD_STATIC |
6 |
if BUILD_STATIC |
|
Lines 9-17
Link Here
|
| 9 |
libelf = ../libelf/libelf.a -lz |
9 |
libelf = ../libelf/libelf.a -lz |
| 10 |
libasm = ../libasm/libasm.a |
10 |
libasm = ../libasm/libasm.a |
| 11 |
else |
11 |
else |
| 12 |
@@ -425,27 +425,27 @@ funcretval_LDADD = $(libdw) $(argp_LDADD |
12 |
@@ -411,16 +411,16 @@ endif !STANDALONE |
| 13 |
allregs_LDADD = $(libdw) $(argp_LDADD) |
13 |
arextract_LDADD = $(libelf) |
| 14 |
find_prologues_LDADD = $(libdw) $(argp_LDADD) |
14 |
arsymtest_LDADD = $(libelf) |
|
|
15 |
newfile_LDADD = $(libelf) |
| 16 |
-saridx_LDADD = $(libelf) |
| 17 |
+saridx_LDADD = $(libeu) $(libelf) |
| 18 |
scnnames_LDADD = $(libelf) |
| 19 |
-sectiondump_LDADD = $(libelf) |
| 20 |
+sectiondump_LDADD = $(libeu) $(libelf) |
| 21 |
showptable_LDADD = $(libelf) |
| 22 |
hash_LDADD = $(libelf) |
| 23 |
test_nlist_LDADD = $(libelf) |
| 24 |
msg_tst_LDADD = $(libelf) |
| 25 |
newscn_LDADD = $(libelf) |
| 26 |
-early_offscn_LDADD = $(libelf) |
| 27 |
-ecp_LDADD = $(libelf) |
| 28 |
+early_offscn_LDADD = $(libeu) $(libelf) |
| 29 |
+ecp_LDADD = $(libeu) $(libelf) |
| 30 |
update1_LDADD = $(libelf) |
| 31 |
update2_LDADD = $(libelf) |
| 32 |
update3_LDADD = $(libdw) $(libelf) |
| 33 |
@@ -432,34 +432,34 @@ get_lines_LDADD = $(libdw) $(libelf) |
| 34 |
get_files_LDADD = $(libdw) $(libelf) |
| 35 |
get_aranges_LDADD = $(libdw) $(libelf) |
| 36 |
allfcts_LDADD = $(libdw) $(libelf) |
| 37 |
-line2addr_LDADD = $(libdw) $(argp_LDADD) |
| 38 |
-addrscopes_LDADD = $(libdw) $(argp_LDADD) |
| 39 |
-funcscopes_LDADD = $(libdw) $(argp_LDADD) |
| 40 |
-funcretval_LDADD = $(libdw) $(argp_LDADD) |
| 41 |
-allregs_LDADD = $(libdw) $(argp_LDADD) |
| 42 |
-find_prologues_LDADD = $(libdw) $(argp_LDADD) |
| 43 |
+line2addr_LDADD = $(libeu) $(libdw) $(argp_LDADD) |
| 44 |
+addrscopes_LDADD = $(libeu) $(libdw) $(argp_LDADD) |
| 45 |
+funcscopes_LDADD = $(libeu) $(libdw) $(argp_LDADD) |
| 46 |
+funcretval_LDADD = $(libeu) $(libdw) $(argp_LDADD) |
| 47 |
+allregs_LDADD = $(libeu) $(libdw) $(argp_LDADD) |
| 48 |
+find_prologues_LDADD = $(libeu) $(libdw) $(argp_LDADD) |
| 15 |
#show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf) |
49 |
#show_ciefde_LDADD = ../libdwarf/libdwarf.so $(libelf) |
| 16 |
-asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
50 |
-asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
| 17 |
-asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
51 |
-asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
|
Lines 23-28
Link Here
|
| 23 |
-asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
57 |
-asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
| 24 |
-asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
58 |
-asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) -ldl |
| 25 |
-dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl |
59 |
-dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl |
|
|
60 |
-rdwrmmap_LDADD = $(libelf) |
| 61 |
-dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) -ldl |
| 26 |
+asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
62 |
+asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
| 27 |
+asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
63 |
+asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
| 28 |
+asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
64 |
+asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
|
Lines 32-40
Link Here
|
| 32 |
+asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
68 |
+asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
| 33 |
+asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
69 |
+asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
| 34 |
+asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
70 |
+asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libdw) |
| 35 |
+dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) |
71 |
+dwflmodtest_LDADD = $(libeu) $(libdw) $(libebl) $(libelf) $(argp_LDADD) |
| 36 |
rdwrmmap_LDADD = $(libelf) |
72 |
+rdwrmmap_LDADD = $(libeu) $(libelf) |
| 37 |
-dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) -ldl |
|
|
| 38 |
+dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) |
73 |
+dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) |
| 39 |
arls_LDADD = $(libelf) |
74 |
arls_LDADD = $(libelf) |
| 40 |
-dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) -ldl |
75 |
-dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) -ldl |
|
Lines 43-50
Link Here
|
| 43 |
-dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl |
78 |
-dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) -ldl |
| 44 |
+dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) |
79 |
+dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) |
| 45 |
+dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) |
80 |
+dwfl_bug_report_LDADD = $(libdw) $(libebl) $(libelf) |
| 46 |
+dwfl_bug_getmodules_LDADD = $(libdw) $(libebl) $(libelf) |
81 |
+dwfl_bug_getmodules_LDADD = $(libeu) $(libdw) $(libebl) $(libelf) |
| 47 |
+dwfl_addr_sect_LDADD = $(libdw) $(libebl) $(libelf) $(argp_LDADD) |
82 |
+dwfl_addr_sect_LDADD = $(libeu) $(libdw) $(libebl) $(libelf) $(argp_LDADD) |
| 48 |
dwarf_getmacros_LDADD = $(libdw) |
83 |
dwarf_getmacros_LDADD = $(libdw) |
| 49 |
dwarf_ranges_LDADD = $(libdw) |
84 |
dwarf_ranges_LDADD = $(libdw) |
| 50 |
dwarf_getstring_LDADD = $(libdw) |
85 |
dwarf_getstring_LDADD = $(libdw) |
|
Lines 53-55
Link Here
|
| 53 |
test_flag_nobits_LDADD = $(libelf) |
88 |
test_flag_nobits_LDADD = $(libelf) |
| 54 |
rerequest_tag_LDADD = $(libdw) |
89 |
rerequest_tag_LDADD = $(libdw) |
| 55 |
alldts_LDADD = $(libdw) $(libelf) |
90 |
alldts_LDADD = $(libdw) $(libelf) |
|
|
91 |
@@ -469,9 +469,9 @@ typeiter2_LDADD = $(libdw) $(libelf) |
| 92 |
low_high_pc_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 93 |
test_elf_cntl_gelf_getshdr_LDADD = $(libelf) |
| 94 |
dwflsyms_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 95 |
-dwfllines_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 96 |
-dwfl_report_elf_align_LDADD = $(libdw) |
| 97 |
-varlocs_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 98 |
+dwfllines_LDADD = $(libeu) $(libdw) $(libelf) $(argp_LDADD) |
| 99 |
+dwfl_report_elf_align_LDADD = $(libeu) $(libdw) |
| 100 |
+varlocs_LDADD = $(libeu) $(libdw) $(libelf) $(argp_LDADD) |
| 101 |
backtrace_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 102 |
# backtrace-child-biarch also uses those *_CFLAGS and *_LDLAGS variables: |
| 103 |
backtrace_child_CFLAGS = -fPIE |
| 104 |
@@ -480,23 +480,23 @@ backtrace_child_biarch_SOURCES = backtra |
| 105 |
backtrace_data_LDADD = $(libdw) $(libelf) |
| 106 |
backtrace_dwarf_CFLAGS = -Wno-unused-parameter |
| 107 |
backtrace_dwarf_LDADD = $(libdw) $(libelf) |
| 108 |
-debuglink_LDADD = $(libdw) $(libelf) |
| 109 |
-debugaltlink_LDADD = $(libdw) $(libelf) |
| 110 |
-buildid_LDADD = $(libdw) $(libelf) |
| 111 |
+debuglink_LDADD = $(libeu) $(libdw) $(libelf) |
| 112 |
+debugaltlink_LDADD = $(libeu) $(libdw) $(libelf) |
| 113 |
+buildid_LDADD = $(libeu) $(libdw) $(libelf) |
| 114 |
deleted_LDADD = ./deleted-lib.so |
| 115 |
deleted_lib_so_LDFLAGS = -shared -rdynamic |
| 116 |
deleted_lib_so_CFLAGS = -fPIC -fasynchronous-unwind-tables |
| 117 |
aggregate_size_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 118 |
peel_type_LDADD = $(libdw) $(libelf) $(argp_LDADD) |
| 119 |
vdsosyms_LDADD = $(libdw) $(libelf) |
| 120 |
-getsrc_die_LDADD = $(libdw) $(libelf) |
| 121 |
+getsrc_die_LDADD = $(libeu) $(libdw) $(libelf) |
| 122 |
strptr_LDADD = $(libelf) |
| 123 |
newdata_LDADD = $(libelf) |
| 124 |
elfstrtab_LDADD = $(libelf) |
| 125 |
dwfl_proc_attach_LDADD = $(libdw) |
| 126 |
dwfl_proc_attach_LDFLAGS = -pthread $(AM_LDFLAGS) |
| 127 |
elfshphehdr_LDADD =$(libelf) |
| 128 |
-elfstrmerge_LDADD = $(libdw) $(libelf) |
| 129 |
+elfstrmerge_LDADD = $(libeu) $(libdw) $(libelf) |
| 130 |
dwelfgnucompressed_LDADD = $(libelf) $(libdw) |
| 131 |
elfgetchdr_LDADD = $(libelf) $(libdw) |
| 132 |
elfgetzdata_LDADD = $(libelf) |