PR 11866
[binutils-gdb.git] / gold / testsuite / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Process this file with automake to generate Makefile.in
19
20 # As far as I can tell automake testing support assumes that the build
21 # system and the host system are the same. So these tests will not
22 # work when building with a cross-compiler.
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 pkglibdir = $(libdir)/@PACKAGE@
27 pkglibexecdir = $(libexecdir)/@PACKAGE@
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 target_triplet = @target@
43 check_PROGRAMS = object_unittest$(EXEEXT) binary_unittest$(EXEEXT) \
44 $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
45 $(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
46 $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \
47 $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \
48 $(am__EXEEXT_13) $(am__EXEEXT_14) $(am__EXEEXT_15) \
49 $(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
50 $(am__EXEEXT_19)
51
52 # Test --detect-odr-violations
53
54 # Similar to --detect-odr-violations: check for undefined symbols in .so's
55
56 # Test --dynamic-list, --dynamic-list-data, --dynamic-list-cpp-new,
57 # and --dynamic-list-cpp-typeinfo
58 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = incremental_test.sh \
59 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test.sh gc_tls_test.sh \
60 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test.sh \
61 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test.sh \
62 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.sh \
63 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test.sh \
64 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test.sh \
65 @GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout.sh \
66 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test.sh \
67 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test.sh \
68 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test.sh \
69 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.sh weak_plt.sh \
70 @GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg.sh undef_symbol.sh \
71 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_1.sh ver_test_2.sh \
72 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_4.sh ver_test_5.sh \
73 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_7.sh ver_test_10.sh \
74 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.sh \
75 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.sh \
76 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4.sh \
77 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_5.sh \
78 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_6.sh \
79 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_7.sh \
80 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_8.sh \
81 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_9.sh dynamic_list.sh
82
83 # Create the data files that debug_msg.sh analyzes.
84
85 # See if we can also detect problems when we're linking .so's, not .o's.
86
87 # We also want to make sure we do something reasonable when there's no
88 # debug info available. For the best test, we use .so's.
89 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = incremental_test.stdout \
90 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test.stdout \
91 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_tls_test.stdout \
92 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test.stdout \
93 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test.stdout \
94 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.stdout \
95 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test_1.stdout \
96 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test_2.stdout \
97 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test_1.stdout \
98 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test_2.stdout \
99 @GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout.stdout \
100 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test.stdout \
101 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test.stdout \
102 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test.stdout \
103 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
104 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_plt_shared.so debug_msg.err \
105 @GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_so.err \
106 @GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_ndebug.err \
107 @GCC_TRUE@@NATIVE_LINKER_TRUE@ undef_symbol.err ver_test_1.syms \
108 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_2.syms ver_test_4.syms \
109 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_5.syms ver_test_7.syms \
110 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_10.syms protected_3.err \
111 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.stdout \
112 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.stdout \
113 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4.stdout \
114 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_5.stdout \
115 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_6.stdout \
116 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_7.stdout \
117 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_8.stdout \
118 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_9.stdout \
119 @GCC_TRUE@@NATIVE_LINKER_TRUE@ dynamic_list.stdout
120 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_3 = incremental_test \
121 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test gc_tls_test \
122 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test icf_test \
123 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test \
124 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test icf_safe_so_test \
125 @GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout \
126 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_virtual_function_folding_test \
127 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test \
128 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test \
129 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test \
130 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
131 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/weak_undef_lib.so
132 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_4 = icf_virtual_function_folding_test \
133 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_test basic_static_test \
134 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pic_test \
135 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_pic_test \
136 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pie_test constructor_test \
137 @GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_static_test \
138 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test \
139 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_static_test \
140 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pic_test \
141 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_test \
142 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_test \
143 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_pic_2_test \
144 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_pic_1_test \
145 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_test \
146 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_test \
147 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_test \
148 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_relocatable_test \
149 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pie_test
150 @GCC_FALSE@constructor_test_DEPENDENCIES =
151 @NATIVE_LINKER_FALSE@constructor_test_DEPENDENCIES =
152 @GCC_FALSE@two_file_test_DEPENDENCIES =
153 @NATIVE_LINKER_FALSE@two_file_test_DEPENDENCIES =
154
155 # The nonpic tests will fail on platforms which can not put non-PIC
156 # code into shared libraries, so we just don't run them in that case.
157 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_5 = two_file_shared_1_nonpic_test \
158 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test \
159 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_nonpic_test \
160 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_nonpic_test \
161 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_nonpic_test \
162 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_shared_test \
163 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_2_shared_test
164 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_6 = two_file_strip_test \
165 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_strip_test \
166 @GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1 common_test_2 \
167 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test \
168 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_static_test \
169 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1_test \
170 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2_test \
171 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_same_shared_test \
172 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_12_test \
173 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_21_test \
174 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test weak_undef_test
175 @GCC_FALSE@common_test_1_DEPENDENCIES =
176 @NATIVE_LINKER_FALSE@common_test_1_DEPENDENCIES =
177 @GCC_FALSE@exception_test_DEPENDENCIES =
178 @NATIVE_LINKER_FALSE@exception_test_DEPENDENCIES =
179 @GCC_FALSE@weak_test_DEPENDENCIES =
180 @NATIVE_LINKER_FALSE@weak_test_DEPENDENCIES =
181 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_7 = weak_undef_nonpic_test
182 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_8 = alt/weak_undef_lib_nonpic.so
183 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_9 = weak_alias_test weak_plt \
184 @GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test
185 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__append_10 = tls_test \
186 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pic_test \
187 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_test \
188 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_pic_test \
189 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_test \
190 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_ie_test \
191 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_gd_to_ie_test
192 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__append_11 = tls_shared_gnu2_gd_to_ie_test
193 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__append_12 = tls_shared_gnu2_test
194 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am__append_13 = tls_static_test \
195 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@ tls_static_pic_test
196 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__append_14 = tls_shared_nonpic_test
197 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_15 = many_sections_test \
198 @GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_r_test
199 @GCC_FALSE@many_sections_test_DEPENDENCIES =
200 @NATIVE_LINKER_FALSE@many_sections_test_DEPENDENCIES =
201 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_16 = many_sections_define.h \
202 @GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_check.h
203 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_17 = many_sections_define.h \
204 @GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_check.h \
205 @GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg.err debug_msg_so.err \
206 @GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_ndebug.err \
207 @GCC_TRUE@@NATIVE_LINKER_TRUE@ undef_symbol.err ver_test_11.a \
208 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_3.err binary.txt \
209 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.stdout \
210 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.stdout \
211 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4 script_test_5 \
212 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_6 script_test_7 \
213 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_8 dynamic_list \
214 @GCC_TRUE@@NATIVE_LINKER_TRUE@ dynamic_list.stdout libthin1.a \
215 @GCC_TRUE@@NATIVE_LINKER_TRUE@ libthin3.a libthinall.a \
216 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/thin_archive_test_2.o \
217 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/thin_archive_test_4.o \
218 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libthin2.a alt/libthin4.a
219 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_18 = initpri1
220 @CONSTRUCTOR_PRIORITY_FALSE@initpri1_DEPENDENCIES =
221 @GCC_FALSE@initpri1_DEPENDENCIES =
222 @NATIVE_LINKER_FALSE@initpri1_DEPENDENCIES =
223
224 # Test -o when emitting to a special file (such as something in /dev).
225 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_19 = flagstest_o_specialfile
226
227 # Test --compress-debug-sections. FIXME: check we actually compress.
228
229 # The specialfile output has a tricky case when we also compress debug
230 # sections, because it requires output-file resizing.
231 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__append_20 = flagstest_compress_debug_sections \
232 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile_and_compress_debug_sections
233
234 # Test symbol versioning.
235 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_21 = ver_test ver_test_2 \
236 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6 ver_test_8 ver_test_9 \
237 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_11 protected_1 \
238 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_2 relro_test \
239 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_strip_test \
240 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_script_test script_test_1 \
241 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2 justsyms \
242 @GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test script_test_3 \
243 @GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_phdrs_script_test \
244 @GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_script_test \
245 @GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_1 \
246 @GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_2
247 @GCC_FALSE@script_test_1_DEPENDENCIES =
248 @NATIVE_LINKER_FALSE@script_test_1_DEPENDENCIES =
249 @GCC_FALSE@script_test_2_DEPENDENCIES =
250 @NATIVE_LINKER_FALSE@script_test_2_DEPENDENCIES =
251 @GCC_FALSE@justsyms_DEPENDENCIES =
252 @NATIVE_LINKER_FALSE@justsyms_DEPENDENCIES =
253 @GCC_FALSE@binary_test_DEPENDENCIES =
254 @NATIVE_LINKER_FALSE@binary_test_DEPENDENCIES =
255 @GCC_FALSE@thin_archive_test_2_DEPENDENCIES =
256 @NATIVE_LINKER_FALSE@thin_archive_test_2_DEPENDENCIES =
257
258 # Test plugins with -r.
259 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_22 = \
260 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1 \
261 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2 \
262 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3 \
263 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4 \
264 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_5 \
265 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6 \
266 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7 \
267 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_8
268 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_23 = \
269 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.sh \
270 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.sh \
271 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.sh \
272 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.sh \
273 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6.sh \
274 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.sh
275
276 # Test that symbols known in the IR file but not in the replacement file
277 # produce an unresolved symbol error.
278 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_24 = \
279 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.err \
280 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.err \
281 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.err \
282 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.err \
283 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6.err \
284 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.err \
285 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.syms \
286 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_9.err
287 # Make a copy of two_file_test_1.o, which does not define the symbol _Z4t16av.
288 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_25 = \
289 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.err \
290 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.err \
291 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.err \
292 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.a \
293 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.err \
294 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6.err \
295 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.err \
296 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_9.err \
297 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ two_file_test_1c.o \
298 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ unused.c
299 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_26 = exclude_libs_test \
300 @GCC_TRUE@@NATIVE_LINKER_TRUE@ local_labels_test \
301 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test
302
303 # Test that hidden and internal symbols in the main program cannot be
304 # referenced by a shared library.
305
306 # Test -retain-symbols-file.
307
308 # Test that no .gnu.version sections are created when
309 # symbol versioning is not used.
310 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_27 = exclude_libs_test.sh \
311 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.sh \
312 @GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test.sh \
313 @GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.sh \
314 @GCC_TRUE@@NATIVE_LINKER_TRUE@ no_version_test.sh
315 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_28 = exclude_libs_test.syms \
316 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.syms \
317 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test1.syms \
318 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test2.syms \
319 @GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test.err \
320 @GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.stdout \
321 @GCC_TRUE@@NATIVE_LINKER_TRUE@ no_version_test.stdout
322 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_29 = exclude_libs_test.syms \
323 @GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_1.a \
324 @GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_2.a \
325 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libexclude_libs_test_3.a \
326 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.syms \
327 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test1.syms \
328 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test2.syms \
329 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test1.out \
330 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test2.out \
331 @GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test hidden_test.err \
332 @GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test \
333 @GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.in \
334 @GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.stdout \
335 @GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test \
336 @GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test_lib.o \
337 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/searched_file_test_lib.a \
338 @GCC_TRUE@@NATIVE_LINKER_TRUE@ libno_version_test.so \
339 @GCC_TRUE@@NATIVE_LINKER_TRUE@ no_version_test.stdout
340 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am__append_30 = large
341 @GCC_FALSE@large_DEPENDENCIES =
342 @MCMODEL_MEDIUM_FALSE@large_DEPENDENCIES =
343 @NATIVE_LINKER_FALSE@large_DEPENDENCIES =
344
345 # Test that if the output file already exists and is empty,
346 # it will get execute permission.
347
348 # Check -l:foo.a
349 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_31 = permission_test \
350 @GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test
351 @GCC_FALSE@searched_file_test_DEPENDENCIES =
352 @NATIVE_LINKER_FALSE@searched_file_test_DEPENDENCIES =
353
354 # These tests work with cross linkers.
355 @DEFAULT_TARGET_I386_TRUE@am__append_32 = split_i386.sh
356 @DEFAULT_TARGET_I386_TRUE@am__append_33 = split_i386_1.stdout split_i386_2.stdout \
357 @DEFAULT_TARGET_I386_TRUE@ split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
358
359 @DEFAULT_TARGET_I386_TRUE@am__append_34 = split_i386_1 split_i386_2 split_i386_3 \
360 @DEFAULT_TARGET_I386_TRUE@ split_i386_4 split_i386_r
361
362 @DEFAULT_TARGET_X86_64_TRUE@am__append_35 = split_x86_64.sh
363 @DEFAULT_TARGET_X86_64_TRUE@am__append_36 = split_x86_64_1.stdout split_x86_64_2.stdout \
364 @DEFAULT_TARGET_X86_64_TRUE@ split_x86_64_3.stdout split_x86_64_4.stdout split_x86_64_r.stdout
365
366 @DEFAULT_TARGET_X86_64_TRUE@am__append_37 = split_x86_64_1 split_x86_64_2 split_x86_64_3 \
367 @DEFAULT_TARGET_X86_64_TRUE@ split_x86_64_4 split_x86_64_r
368
369 @DEFAULT_TARGET_ARM_TRUE@am__append_38 = arm_abs_global.sh \
370 @DEFAULT_TARGET_ARM_TRUE@ arm_branch_in_range.sh \
371 @DEFAULT_TARGET_ARM_TRUE@ arm_fix_v4bx.sh arm_attr_merge.sh
372 @DEFAULT_TARGET_ARM_TRUE@am__append_39 = arm_abs_global.stdout \
373 @DEFAULT_TARGET_ARM_TRUE@ arm_bl_in_range.stdout \
374 @DEFAULT_TARGET_ARM_TRUE@ arm_bl_out_of_range.stdout \
375 @DEFAULT_TARGET_ARM_TRUE@ thumb_bl_in_range.stdout \
376 @DEFAULT_TARGET_ARM_TRUE@ thumb_bl_out_of_range.stdout \
377 @DEFAULT_TARGET_ARM_TRUE@ thumb2_bl_in_range.stdout \
378 @DEFAULT_TARGET_ARM_TRUE@ thumb2_bl_out_of_range.stdout \
379 @DEFAULT_TARGET_ARM_TRUE@ thumb_blx_in_range.stdout \
380 @DEFAULT_TARGET_ARM_TRUE@ thumb_blx_out_of_range.stdout \
381 @DEFAULT_TARGET_ARM_TRUE@ thumb2_blx_in_range.stdout \
382 @DEFAULT_TARGET_ARM_TRUE@ thumb2_blx_out_of_range.stdout \
383 @DEFAULT_TARGET_ARM_TRUE@ arm_fix_v4bx.stdout \
384 @DEFAULT_TARGET_ARM_TRUE@ arm_fix_v4bx_interworking.stdout \
385 @DEFAULT_TARGET_ARM_TRUE@ arm_no_fix_v4bx.stdout \
386 @DEFAULT_TARGET_ARM_TRUE@ arm_attr_merge_6.stdout \
387 @DEFAULT_TARGET_ARM_TRUE@ arm_attr_merge_6r.stdout \
388 @DEFAULT_TARGET_ARM_TRUE@ arm_attr_merge_7.stdout
389 @DEFAULT_TARGET_ARM_TRUE@am__append_40 = arm_abs_global \
390 @DEFAULT_TARGET_ARM_TRUE@ arm_bl_in_range arm_bl_out_of_range \
391 @DEFAULT_TARGET_ARM_TRUE@ thumb_bl_in_range \
392 @DEFAULT_TARGET_ARM_TRUE@ thumb_bl_out_of_range \
393 @DEFAULT_TARGET_ARM_TRUE@ thumb2_bl_in_range \
394 @DEFAULT_TARGET_ARM_TRUE@ thumb2_bl_out_of_range \
395 @DEFAULT_TARGET_ARM_TRUE@ thumb_blx_in_range \
396 @DEFAULT_TARGET_ARM_TRUE@ thumb_blx_out_of_range \
397 @DEFAULT_TARGET_ARM_TRUE@ thumb2_blx_in_range \
398 @DEFAULT_TARGET_ARM_TRUE@ thumb2_blx_out_of_range arm_fix_v4bx \
399 @DEFAULT_TARGET_ARM_TRUE@ arm_fix_v4bx_interworking \
400 @DEFAULT_TARGET_ARM_TRUE@ arm_no_fix_v4bx arm_attr_merge_6 \
401 @DEFAULT_TARGET_ARM_TRUE@ arm_attr_merge_6r arm_attr_merge_7
402 subdir = testsuite
403 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
404 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
405 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
406 $(top_srcdir)/../config/gettext-sister.m4 \
407 $(top_srcdir)/../config/lead-dot.m4 \
408 $(top_srcdir)/../config/nls.m4 \
409 $(top_srcdir)/../config/override.m4 \
410 $(top_srcdir)/../config/po.m4 \
411 $(top_srcdir)/../config/progtest.m4 \
412 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
413 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
414 $(ACLOCAL_M4)
415 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
416 CONFIG_HEADER = $(top_builddir)/config.h
417 CONFIG_CLEAN_FILES =
418 CONFIG_CLEAN_VPATH_FILES =
419 AR = ar
420 ARFLAGS = cru
421 libgoldtest_a_AR = $(AR) $(ARFLAGS)
422 libgoldtest_a_LIBADD =
423 am_libgoldtest_a_OBJECTS = test.$(OBJEXT) testmain.$(OBJEXT) \
424 testfile.$(OBJEXT)
425 libgoldtest_a_OBJECTS = $(am_libgoldtest_a_OBJECTS)
426 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_1 = icf_virtual_function_folding_test$(EXEEXT) \
427 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_test$(EXEEXT) \
428 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_test$(EXEEXT) \
429 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pic_test$(EXEEXT) \
430 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_pic_test$(EXEEXT) \
431 @GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pie_test$(EXEEXT) \
432 @GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test$(EXEEXT) \
433 @GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_static_test$(EXEEXT) \
434 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test$(EXEEXT) \
435 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_static_test$(EXEEXT) \
436 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pic_test$(EXEEXT) \
437 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_test$(EXEEXT) \
438 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_test$(EXEEXT) \
439 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_pic_2_test$(EXEEXT) \
440 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_pic_1_test$(EXEEXT) \
441 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_test$(EXEEXT) \
442 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_test$(EXEEXT) \
443 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_test$(EXEEXT) \
444 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_relocatable_test$(EXEEXT) \
445 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pie_test$(EXEEXT)
446 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_2 = two_file_shared_1_nonpic_test$(EXEEXT) \
447 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test$(EXEEXT) \
448 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_nonpic_test$(EXEEXT) \
449 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_nonpic_test$(EXEEXT) \
450 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_nonpic_test$(EXEEXT) \
451 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_shared_test$(EXEEXT) \
452 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_2_shared_test$(EXEEXT)
453 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_3 = \
454 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_strip_test$(EXEEXT) \
455 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_strip_test$(EXEEXT) \
456 @GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1$(EXEEXT) \
457 @GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_2$(EXEEXT) \
458 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test$(EXEEXT) \
459 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_static_test$(EXEEXT) \
460 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1_test$(EXEEXT) \
461 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2_test$(EXEEXT) \
462 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_same_shared_test$(EXEEXT) \
463 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_12_test$(EXEEXT) \
464 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_21_test$(EXEEXT) \
465 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test$(EXEEXT) \
466 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test$(EXEEXT)
467 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_4 = weak_undef_nonpic_test$(EXEEXT)
468 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_5 = weak_alias_test$(EXEEXT) \
469 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_plt$(EXEEXT) \
470 @GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test$(EXEEXT)
471 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__EXEEXT_6 = \
472 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test$(EXEEXT) \
473 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pic_test$(EXEEXT) \
474 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_test$(EXEEXT) \
475 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_pic_test$(EXEEXT) \
476 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_test$(EXEEXT) \
477 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_ie_test$(EXEEXT) \
478 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_gd_to_ie_test$(EXEEXT)
479 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__EXEEXT_7 = tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
480 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__EXEEXT_8 = tls_shared_gnu2_test$(EXEEXT)
481 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am__EXEEXT_9 = tls_static_test$(EXEEXT) \
482 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@ tls_static_pic_test$(EXEEXT)
483 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__EXEEXT_10 = tls_shared_nonpic_test$(EXEEXT)
484 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_11 = \
485 @GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_test$(EXEEXT) \
486 @GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_r_test$(EXEEXT)
487 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_12 = initpri1$(EXEEXT)
488 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_13 = flagstest_o_specialfile$(EXEEXT)
489 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_14 = flagstest_compress_debug_sections$(EXEEXT) \
490 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
491 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_15 = ver_test$(EXEEXT) \
492 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_2$(EXEEXT) \
493 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6$(EXEEXT) \
494 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_8$(EXEEXT) \
495 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_9$(EXEEXT) \
496 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_11$(EXEEXT) \
497 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_1$(EXEEXT) \
498 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_2$(EXEEXT) \
499 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test$(EXEEXT) \
500 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_strip_test$(EXEEXT) \
501 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_script_test$(EXEEXT) \
502 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_1$(EXEEXT) \
503 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2$(EXEEXT) \
504 @GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms$(EXEEXT) \
505 @GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test$(EXEEXT) \
506 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3$(EXEEXT) \
507 @GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_phdrs_script_test$(EXEEXT) \
508 @GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_script_test$(EXEEXT) \
509 @GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_1$(EXEEXT) \
510 @GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_2$(EXEEXT)
511 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__EXEEXT_16 = plugin_test_1$(EXEEXT) \
512 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2$(EXEEXT) \
513 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3$(EXEEXT) \
514 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4$(EXEEXT) \
515 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_5$(EXEEXT) \
516 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6$(EXEEXT) \
517 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7$(EXEEXT) \
518 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_8$(EXEEXT)
519 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_17 = \
520 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exclude_libs_test$(EXEEXT) \
521 @GCC_TRUE@@NATIVE_LINKER_TRUE@ local_labels_test$(EXEEXT) \
522 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test$(EXEEXT)
523 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_18 = large$(EXEEXT)
524 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_19 = \
525 @GCC_TRUE@@NATIVE_LINKER_TRUE@ permission_test$(EXEEXT) \
526 @GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test$(EXEEXT)
527 basic_pic_test_SOURCES = basic_pic_test.c
528 basic_pic_test_OBJECTS = basic_pic_test.$(OBJEXT)
529 basic_pic_test_LDADD = $(LDADD)
530 am__DEPENDENCIES_1 =
531 basic_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
532 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
533 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
534 basic_pie_test_SOURCES = basic_pie_test.c
535 basic_pie_test_OBJECTS = basic_pie_test.$(OBJEXT)
536 basic_pie_test_LDADD = $(LDADD)
537 basic_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
538 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
539 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
540 basic_static_pic_test_SOURCES = basic_static_pic_test.c
541 basic_static_pic_test_OBJECTS = basic_static_pic_test.$(OBJEXT)
542 basic_static_pic_test_LDADD = $(LDADD)
543 basic_static_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
544 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
545 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
546 basic_static_test_SOURCES = basic_static_test.c
547 basic_static_test_OBJECTS = basic_static_test.$(OBJEXT)
548 basic_static_test_LDADD = $(LDADD)
549 basic_static_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
550 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
551 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
552 basic_test_SOURCES = basic_test.c
553 basic_test_OBJECTS = basic_test.$(OBJEXT)
554 basic_test_LDADD = $(LDADD)
555 basic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
556 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
557 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
558 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_binary_test_OBJECTS = \
559 @GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test.$(OBJEXT)
560 binary_test_OBJECTS = $(am_binary_test_OBJECTS)
561 binary_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
562 $(binary_test_LDFLAGS) $(LDFLAGS) -o $@
563 am_binary_unittest_OBJECTS = binary_unittest.$(OBJEXT)
564 binary_unittest_OBJECTS = $(am_binary_unittest_OBJECTS)
565 binary_unittest_LDADD = $(LDADD)
566 binary_unittest_DEPENDENCIES = libgoldtest.a ../libgold.a \
567 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
568 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
569 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_common_test_1_OBJECTS = \
570 @GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1.$(OBJEXT)
571 common_test_1_OBJECTS = $(am_common_test_1_OBJECTS)
572 common_test_1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
573 $(common_test_1_LDFLAGS) $(LDFLAGS) -o $@
574 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_common_test_2_OBJECTS = \
575 @GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1.$(OBJEXT)
576 common_test_2_OBJECTS = $(am_common_test_2_OBJECTS)
577 common_test_2_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
578 $(common_test_2_LDFLAGS) $(LDFLAGS) -o $@
579 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_1 = \
580 @GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test.$(OBJEXT)
581 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_constructor_static_test_OBJECTS = \
582 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_1)
583 constructor_static_test_OBJECTS = \
584 $(am_constructor_static_test_OBJECTS)
585 constructor_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
586 $(constructor_static_test_LDFLAGS) $(LDFLAGS) -o $@
587 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_constructor_test_OBJECTS = \
588 @GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test.$(OBJEXT)
589 constructor_test_OBJECTS = $(am_constructor_test_OBJECTS)
590 constructor_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
591 $(constructor_test_LDFLAGS) $(LDFLAGS) -o $@
592 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_copy_test_OBJECTS = \
593 @GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test.$(OBJEXT)
594 copy_test_OBJECTS = $(am_copy_test_OBJECTS)
595 copy_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
596 $(copy_test_LDFLAGS) $(LDFLAGS) -o $@
597 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_discard_locals_test_OBJECTS = \
598 @GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.$(OBJEXT)
599 discard_locals_test_OBJECTS = $(am_discard_locals_test_OBJECTS)
600 discard_locals_test_LDADD = $(LDADD)
601 discard_locals_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
602 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
603 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
604 discard_locals_test_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
605 $(discard_locals_test_LDFLAGS) $(LDFLAGS) -o $@
606 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_same_shared_test_OBJECTS = \
607 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
608 exception_same_shared_test_OBJECTS = \
609 $(am_exception_same_shared_test_OBJECTS)
610 exception_same_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
611 $(exception_same_shared_test_LDFLAGS) $(LDFLAGS) -o $@
612 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_separate_shared_12_test_OBJECTS = \
613 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
614 exception_separate_shared_12_test_OBJECTS = \
615 $(am_exception_separate_shared_12_test_OBJECTS)
616 exception_separate_shared_12_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
617 $(CXXFLAGS) $(exception_separate_shared_12_test_LDFLAGS) \
618 $(LDFLAGS) -o $@
619 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_separate_shared_21_test_OBJECTS = \
620 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
621 exception_separate_shared_21_test_OBJECTS = \
622 $(am_exception_separate_shared_21_test_OBJECTS)
623 exception_separate_shared_21_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
624 $(CXXFLAGS) $(exception_separate_shared_21_test_LDFLAGS) \
625 $(LDFLAGS) -o $@
626 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_shared_1_test_OBJECTS = \
627 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT) \
628 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
629 exception_shared_1_test_OBJECTS = \
630 $(am_exception_shared_1_test_OBJECTS)
631 exception_shared_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
632 $(exception_shared_1_test_LDFLAGS) $(LDFLAGS) -o $@
633 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_shared_2_test_OBJECTS = \
634 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
635 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
636 exception_shared_2_test_OBJECTS = \
637 $(am_exception_shared_2_test_OBJECTS)
638 exception_shared_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
639 $(exception_shared_2_test_LDFLAGS) $(LDFLAGS) -o $@
640 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_2 = \
641 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT) \
642 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
643 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT)
644 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_static_test_OBJECTS = \
645 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_2)
646 exception_static_test_OBJECTS = $(am_exception_static_test_OBJECTS)
647 exception_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
648 $(exception_static_test_LDFLAGS) $(LDFLAGS) -o $@
649 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_test_OBJECTS = \
650 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT) \
651 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
652 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT)
653 exception_test_OBJECTS = $(am_exception_test_OBJECTS)
654 exception_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
655 $(exception_test_LDFLAGS) $(LDFLAGS) -o $@
656 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_exclude_libs_test_OBJECTS = \
657 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exclude_libs_test.$(OBJEXT)
658 exclude_libs_test_OBJECTS = $(am_exclude_libs_test_OBJECTS)
659 exclude_libs_test_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
660 $(exclude_libs_test_LDFLAGS) $(LDFLAGS) -o $@
661 flagstest_compress_debug_sections_SOURCES = \
662 flagstest_compress_debug_sections.c
663 flagstest_compress_debug_sections_OBJECTS = \
664 flagstest_compress_debug_sections.$(OBJEXT)
665 flagstest_compress_debug_sections_LDADD = $(LDADD)
666 flagstest_compress_debug_sections_DEPENDENCIES = libgoldtest.a \
667 ../libgold.a ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
668 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
669 flagstest_o_specialfile_SOURCES = flagstest_o_specialfile.c
670 flagstest_o_specialfile_OBJECTS = flagstest_o_specialfile.$(OBJEXT)
671 flagstest_o_specialfile_LDADD = $(LDADD)
672 flagstest_o_specialfile_DEPENDENCIES = libgoldtest.a ../libgold.a \
673 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
674 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
675 flagstest_o_specialfile_and_compress_debug_sections_SOURCES = \
676 flagstest_o_specialfile_and_compress_debug_sections.c
677 flagstest_o_specialfile_and_compress_debug_sections_OBJECTS = \
678 flagstest_o_specialfile_and_compress_debug_sections.$(OBJEXT)
679 flagstest_o_specialfile_and_compress_debug_sections_LDADD = $(LDADD)
680 flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES = \
681 libgoldtest.a ../libgold.a ../../libiberty/libiberty.a \
682 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
683 $(am__DEPENDENCIES_1)
684 icf_virtual_function_folding_test_SOURCES = \
685 icf_virtual_function_folding_test.c
686 icf_virtual_function_folding_test_OBJECTS = \
687 icf_virtual_function_folding_test.$(OBJEXT)
688 icf_virtual_function_folding_test_LDADD = $(LDADD)
689 icf_virtual_function_folding_test_DEPENDENCIES = libgoldtest.a \
690 ../libgold.a ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
691 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
692 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_initpri1_OBJECTS = initpri1.$(OBJEXT)
693 initpri1_OBJECTS = $(am_initpri1_OBJECTS)
694 initpri1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(initpri1_LDFLAGS) \
695 $(LDFLAGS) -o $@
696 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_justsyms_OBJECTS = \
697 @GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms_1.$(OBJEXT)
698 justsyms_OBJECTS = $(am_justsyms_OBJECTS)
699 justsyms_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
700 $(justsyms_LDFLAGS) $(LDFLAGS) -o $@
701 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am_large_OBJECTS = large-large.$(OBJEXT)
702 large_OBJECTS = $(am_large_OBJECTS)
703 large_LINK = $(CCLD) $(large_CFLAGS) $(CFLAGS) $(large_LDFLAGS) \
704 $(LDFLAGS) -o $@
705 local_labels_test_SOURCES = local_labels_test.c
706 local_labels_test_OBJECTS = local_labels_test.$(OBJEXT)
707 local_labels_test_LDADD = $(LDADD)
708 local_labels_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
709 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
710 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
711 many_sections_r_test_SOURCES = many_sections_r_test.c
712 many_sections_r_test_OBJECTS = many_sections_r_test.$(OBJEXT)
713 many_sections_r_test_LDADD = $(LDADD)
714 many_sections_r_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
715 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
716 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
717 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_many_sections_test_OBJECTS = \
718 @GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_test.$(OBJEXT)
719 many_sections_test_OBJECTS = $(am_many_sections_test_OBJECTS)
720 many_sections_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
721 $(many_sections_test_LDFLAGS) $(LDFLAGS) -o $@
722 am_object_unittest_OBJECTS = object_unittest.$(OBJEXT)
723 object_unittest_OBJECTS = $(am_object_unittest_OBJECTS)
724 object_unittest_LDADD = $(LDADD)
725 object_unittest_DEPENDENCIES = libgoldtest.a ../libgold.a \
726 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
727 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
728 permission_test_SOURCES = permission_test.c
729 permission_test_OBJECTS = permission_test.$(OBJEXT)
730 permission_test_LDADD = $(LDADD)
731 permission_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
732 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
733 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
734 plugin_test_1_SOURCES = plugin_test_1.c
735 plugin_test_1_OBJECTS = plugin_test_1.$(OBJEXT)
736 plugin_test_1_LDADD = $(LDADD)
737 plugin_test_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
738 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
739 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
740 plugin_test_2_SOURCES = plugin_test_2.c
741 plugin_test_2_OBJECTS = plugin_test_2.$(OBJEXT)
742 plugin_test_2_LDADD = $(LDADD)
743 plugin_test_2_DEPENDENCIES = libgoldtest.a ../libgold.a \
744 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
745 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
746 plugin_test_3_SOURCES = plugin_test_3.c
747 plugin_test_3_OBJECTS = plugin_test_3.$(OBJEXT)
748 plugin_test_3_LDADD = $(LDADD)
749 plugin_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
750 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
751 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
752 plugin_test_4_SOURCES = plugin_test_4.c
753 plugin_test_4_OBJECTS = plugin_test_4.$(OBJEXT)
754 plugin_test_4_LDADD = $(LDADD)
755 plugin_test_4_DEPENDENCIES = libgoldtest.a ../libgold.a \
756 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
757 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
758 plugin_test_5_SOURCES = plugin_test_5.c
759 plugin_test_5_OBJECTS = plugin_test_5.$(OBJEXT)
760 plugin_test_5_LDADD = $(LDADD)
761 plugin_test_5_DEPENDENCIES = libgoldtest.a ../libgold.a \
762 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
763 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
764 plugin_test_6_SOURCES = plugin_test_6.c
765 plugin_test_6_OBJECTS = plugin_test_6.$(OBJEXT)
766 plugin_test_6_LDADD = $(LDADD)
767 plugin_test_6_DEPENDENCIES = libgoldtest.a ../libgold.a \
768 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
769 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
770 plugin_test_7_SOURCES = plugin_test_7.c
771 plugin_test_7_OBJECTS = plugin_test_7.$(OBJEXT)
772 plugin_test_7_LDADD = $(LDADD)
773 plugin_test_7_DEPENDENCIES = libgoldtest.a ../libgold.a \
774 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
775 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
776 plugin_test_8_SOURCES = plugin_test_8.c
777 plugin_test_8_OBJECTS = plugin_test_8.$(OBJEXT)
778 plugin_test_8_LDADD = $(LDADD)
779 plugin_test_8_DEPENDENCIES = libgoldtest.a ../libgold.a \
780 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
781 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
782 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_protected_1_OBJECTS = \
783 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.$(OBJEXT) \
784 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_2.$(OBJEXT) \
785 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_3.$(OBJEXT)
786 protected_1_OBJECTS = $(am_protected_1_OBJECTS)
787 protected_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
788 $(protected_1_LDFLAGS) $(LDFLAGS) -o $@
789 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_protected_2_OBJECTS = \
790 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.$(OBJEXT) \
791 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_3.$(OBJEXT)
792 protected_2_OBJECTS = $(am_protected_2_OBJECTS)
793 protected_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
794 $(protected_2_LDFLAGS) $(LDFLAGS) -o $@
795 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_script_test_OBJECTS = \
796 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
797 relro_script_test_OBJECTS = $(am_relro_script_test_OBJECTS)
798 relro_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
799 $(relro_script_test_LDFLAGS) $(LDFLAGS) -o $@
800 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_strip_test_OBJECTS = \
801 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
802 relro_strip_test_OBJECTS = $(am_relro_strip_test_OBJECTS)
803 relro_strip_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
804 $(relro_strip_test_LDFLAGS) $(LDFLAGS) -o $@
805 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_test_OBJECTS = \
806 @GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
807 relro_test_OBJECTS = $(am_relro_test_OBJECTS)
808 relro_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
809 $(relro_test_LDFLAGS) $(LDFLAGS) -o $@
810 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_script_test_1_OBJECTS = \
811 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_1.$(OBJEXT)
812 script_test_1_OBJECTS = $(am_script_test_1_OBJECTS)
813 script_test_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
814 $(script_test_1_LDFLAGS) $(LDFLAGS) -o $@
815 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_script_test_2_OBJECTS = \
816 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2.$(OBJEXT) \
817 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2a.$(OBJEXT) \
818 @GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2b.$(OBJEXT)
819 script_test_2_OBJECTS = $(am_script_test_2_OBJECTS)
820 script_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
821 $(script_test_2_LDFLAGS) $(LDFLAGS) -o $@
822 script_test_3_SOURCES = script_test_3.c
823 script_test_3_OBJECTS = script_test_3.$(OBJEXT)
824 script_test_3_LDADD = $(LDADD)
825 script_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
826 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
827 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
828 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_searched_file_test_OBJECTS = \
829 @GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test.$(OBJEXT)
830 searched_file_test_OBJECTS = $(am_searched_file_test_OBJECTS)
831 searched_file_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
832 $(searched_file_test_LDFLAGS) $(LDFLAGS) -o $@
833 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_thin_archive_test_1_OBJECTS = \
834 @GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_main.$(OBJEXT)
835 thin_archive_test_1_OBJECTS = $(am_thin_archive_test_1_OBJECTS)
836 thin_archive_test_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
837 $(thin_archive_test_1_LDFLAGS) $(LDFLAGS) -o $@
838 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_thin_archive_test_2_OBJECTS = \
839 @GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_main.$(OBJEXT)
840 thin_archive_test_2_OBJECTS = $(am_thin_archive_test_2_OBJECTS)
841 thin_archive_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
842 $(thin_archive_test_2_LDFLAGS) $(LDFLAGS) -o $@
843 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__objects_3 = \
844 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test.$(OBJEXT) \
845 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2.$(OBJEXT) \
846 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_main.$(OBJEXT)
847 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_tls_phdrs_script_test_OBJECTS = \
848 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_3)
849 tls_phdrs_script_test_OBJECTS = $(am_tls_phdrs_script_test_OBJECTS)
850 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__DEPENDENCIES_2 = \
851 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c.o
852 tls_phdrs_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
853 $(tls_phdrs_script_test_LDFLAGS) $(LDFLAGS) -o $@
854 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_pic_test_OBJECTS = tls_test_main.$(OBJEXT)
855 tls_pic_test_OBJECTS = $(am_tls_pic_test_OBJECTS)
856 tls_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
857 $(tls_pic_test_LDFLAGS) $(LDFLAGS) -o $@
858 tls_pie_pic_test_SOURCES = tls_pie_pic_test.c
859 tls_pie_pic_test_OBJECTS = tls_pie_pic_test.$(OBJEXT)
860 tls_pie_pic_test_LDADD = $(LDADD)
861 tls_pie_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
862 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
863 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
864 tls_pie_test_SOURCES = tls_pie_test.c
865 tls_pie_test_OBJECTS = tls_pie_test.$(OBJEXT)
866 tls_pie_test_LDADD = $(LDADD)
867 tls_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
868 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
869 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
870 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_tls_script_test_OBJECTS = \
871 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_3)
872 tls_script_test_OBJECTS = $(am_tls_script_test_OBJECTS)
873 tls_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
874 $(tls_script_test_LDFLAGS) $(LDFLAGS) -o $@
875 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_gd_to_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
876 tls_shared_gd_to_ie_test_OBJECTS = \
877 $(am_tls_shared_gd_to_ie_test_OBJECTS)
878 tls_shared_gd_to_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
879 $(tls_shared_gd_to_ie_test_LDFLAGS) $(LDFLAGS) -o $@
880 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am_tls_shared_gnu2_gd_to_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
881 tls_shared_gnu2_gd_to_ie_test_OBJECTS = \
882 $(am_tls_shared_gnu2_gd_to_ie_test_OBJECTS)
883 tls_shared_gnu2_gd_to_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
884 $(CXXFLAGS) $(tls_shared_gnu2_gd_to_ie_test_LDFLAGS) \
885 $(LDFLAGS) -o $@
886 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am_tls_shared_gnu2_test_OBJECTS = tls_test_main.$(OBJEXT)
887 tls_shared_gnu2_test_OBJECTS = $(am_tls_shared_gnu2_test_OBJECTS)
888 tls_shared_gnu2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
889 $(tls_shared_gnu2_test_LDFLAGS) $(LDFLAGS) -o $@
890 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
891 tls_shared_ie_test_OBJECTS = $(am_tls_shared_ie_test_OBJECTS)
892 tls_shared_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
893 $(tls_shared_ie_test_LDFLAGS) $(LDFLAGS) -o $@
894 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_nonpic_test_OBJECTS = tls_test_main.$(OBJEXT)
895 tls_shared_nonpic_test_OBJECTS = $(am_tls_shared_nonpic_test_OBJECTS)
896 tls_shared_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
897 $(tls_shared_nonpic_test_LDFLAGS) $(LDFLAGS) -o $@
898 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_test_OBJECTS = tls_test_main.$(OBJEXT)
899 tls_shared_test_OBJECTS = $(am_tls_shared_test_OBJECTS)
900 tls_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
901 $(tls_shared_test_LDFLAGS) $(LDFLAGS) -o $@
902 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__objects_4 = tls_test_main.$(OBJEXT)
903 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am_tls_static_pic_test_OBJECTS = $(am__objects_4)
904 tls_static_pic_test_OBJECTS = $(am_tls_static_pic_test_OBJECTS)
905 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__DEPENDENCIES_3 = \
906 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_pic.o \
907 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2_pic.o \
908 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o
909 tls_static_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
910 $(tls_static_pic_test_LDFLAGS) $(LDFLAGS) -o $@
911 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am_tls_static_test_OBJECTS = $(am__objects_3)
912 tls_static_test_OBJECTS = $(am_tls_static_test_OBJECTS)
913 tls_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
914 $(tls_static_test_LDFLAGS) $(LDFLAGS) -o $@
915 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_test_OBJECTS = \
916 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test.$(OBJEXT) \
917 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2.$(OBJEXT) \
918 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_main.$(OBJEXT)
919 tls_test_OBJECTS = $(am_tls_test_OBJECTS)
920 tls_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
921 $(tls_test_LDFLAGS) $(LDFLAGS) -o $@
922 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_mixed_2_shared_test_OBJECTS = two_file_test_main.$(OBJEXT)
923 two_file_mixed_2_shared_test_OBJECTS = \
924 $(am_two_file_mixed_2_shared_test_OBJECTS)
925 two_file_mixed_2_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
926 $(CXXFLAGS) $(two_file_mixed_2_shared_test_LDFLAGS) $(LDFLAGS) \
927 -o $@
928 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_mixed_shared_test_OBJECTS = two_file_test_main.$(OBJEXT)
929 two_file_mixed_shared_test_OBJECTS = \
930 $(am_two_file_mixed_shared_test_OBJECTS)
931 two_file_mixed_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
932 $(two_file_mixed_shared_test_LDFLAGS) $(LDFLAGS) -o $@
933 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_pic_test_OBJECTS = \
934 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
935 two_file_pic_test_OBJECTS = $(am_two_file_pic_test_OBJECTS)
936 two_file_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
937 $(two_file_pic_test_LDFLAGS) $(LDFLAGS) -o $@
938 two_file_pie_test_SOURCES = two_file_pie_test.c
939 two_file_pie_test_OBJECTS = two_file_pie_test.$(OBJEXT)
940 two_file_pie_test_LDADD = $(LDADD)
941 two_file_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
942 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
943 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
944 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_relocatable_test_OBJECTS = \
945 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
946 two_file_relocatable_test_OBJECTS = \
947 $(am_two_file_relocatable_test_OBJECTS)
948 two_file_relocatable_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
949 $(two_file_relocatable_test_LDFLAGS) $(LDFLAGS) -o $@
950 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_nonpic_test_OBJECTS = two_file_test_main.$(OBJEXT)
951 two_file_same_shared_nonpic_test_OBJECTS = \
952 $(am_two_file_same_shared_nonpic_test_OBJECTS)
953 two_file_same_shared_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
954 $(CXXFLAGS) $(two_file_same_shared_nonpic_test_LDFLAGS) \
955 $(LDFLAGS) -o $@
956 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_strip_test_OBJECTS = \
957 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
958 two_file_same_shared_strip_test_OBJECTS = \
959 $(am_two_file_same_shared_strip_test_OBJECTS)
960 two_file_same_shared_strip_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
961 $(CXXFLAGS) $(two_file_same_shared_strip_test_LDFLAGS) \
962 $(LDFLAGS) -o $@
963 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_test_OBJECTS = \
964 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
965 two_file_same_shared_test_OBJECTS = \
966 $(am_two_file_same_shared_test_OBJECTS)
967 two_file_same_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
968 $(two_file_same_shared_test_LDFLAGS) $(LDFLAGS) -o $@
969 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_12_nonpic_test_OBJECTS = two_file_test_main.$(OBJEXT)
970 two_file_separate_shared_12_nonpic_test_OBJECTS = \
971 $(am_two_file_separate_shared_12_nonpic_test_OBJECTS)
972 two_file_separate_shared_12_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
973 $(CXXFLAGS) $(two_file_separate_shared_12_nonpic_test_LDFLAGS) \
974 $(LDFLAGS) -o $@
975 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_12_test_OBJECTS = \
976 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
977 two_file_separate_shared_12_test_OBJECTS = \
978 $(am_two_file_separate_shared_12_test_OBJECTS)
979 two_file_separate_shared_12_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
980 $(CXXFLAGS) $(two_file_separate_shared_12_test_LDFLAGS) \
981 $(LDFLAGS) -o $@
982 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_21_nonpic_test_OBJECTS = two_file_test_main.$(OBJEXT)
983 two_file_separate_shared_21_nonpic_test_OBJECTS = \
984 $(am_two_file_separate_shared_21_nonpic_test_OBJECTS)
985 two_file_separate_shared_21_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
986 $(CXXFLAGS) $(two_file_separate_shared_21_nonpic_test_LDFLAGS) \
987 $(LDFLAGS) -o $@
988 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_21_test_OBJECTS = \
989 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
990 two_file_separate_shared_21_test_OBJECTS = \
991 $(am_two_file_separate_shared_21_test_OBJECTS)
992 two_file_separate_shared_21_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
993 $(CXXFLAGS) $(two_file_separate_shared_21_test_LDFLAGS) \
994 $(LDFLAGS) -o $@
995 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_nonpic_test_OBJECTS = two_file_test_2.$(OBJEXT) \
996 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
997 two_file_shared_1_nonpic_test_OBJECTS = \
998 $(am_two_file_shared_1_nonpic_test_OBJECTS)
999 two_file_shared_1_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
1000 $(CXXFLAGS) $(two_file_shared_1_nonpic_test_LDFLAGS) \
1001 $(LDFLAGS) -o $@
1002 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_pic_2_test_OBJECTS = \
1003 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1004 two_file_shared_1_pic_2_test_OBJECTS = \
1005 $(am_two_file_shared_1_pic_2_test_OBJECTS)
1006 two_file_shared_1_pic_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
1007 $(CXXFLAGS) $(two_file_shared_1_pic_2_test_LDFLAGS) $(LDFLAGS) \
1008 -o $@
1009 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_test_OBJECTS = \
1010 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
1011 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1012 two_file_shared_1_test_OBJECTS = $(am_two_file_shared_1_test_OBJECTS)
1013 two_file_shared_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1014 $(two_file_shared_1_test_LDFLAGS) $(LDFLAGS) -o $@
1015 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_nonpic_test_OBJECTS = two_file_test_1.$(OBJEXT) \
1016 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
1017 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1018 two_file_shared_2_nonpic_test_OBJECTS = \
1019 $(am_two_file_shared_2_nonpic_test_OBJECTS)
1020 two_file_shared_2_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
1021 $(CXXFLAGS) $(two_file_shared_2_nonpic_test_LDFLAGS) \
1022 $(LDFLAGS) -o $@
1023 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_pic_1_test_OBJECTS = \
1024 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1025 two_file_shared_2_pic_1_test_OBJECTS = \
1026 $(am_two_file_shared_2_pic_1_test_OBJECTS)
1027 two_file_shared_2_pic_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
1028 $(CXXFLAGS) $(two_file_shared_2_pic_1_test_LDFLAGS) $(LDFLAGS) \
1029 -o $@
1030 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_test_OBJECTS = \
1031 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
1032 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
1033 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1034 two_file_shared_2_test_OBJECTS = $(am_two_file_shared_2_test_OBJECTS)
1035 two_file_shared_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1036 $(two_file_shared_2_test_LDFLAGS) $(LDFLAGS) -o $@
1037 @GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_5 = \
1038 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
1039 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
1040 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
1041 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1042 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_static_test_OBJECTS = \
1043 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_5)
1044 two_file_static_test_OBJECTS = $(am_two_file_static_test_OBJECTS)
1045 two_file_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1046 $(two_file_static_test_LDFLAGS) $(LDFLAGS) -o $@
1047 two_file_strip_test_SOURCES = two_file_strip_test.c
1048 two_file_strip_test_OBJECTS = two_file_strip_test.$(OBJEXT)
1049 two_file_strip_test_LDADD = $(LDADD)
1050 two_file_strip_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
1051 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
1052 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1053 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_test_OBJECTS = \
1054 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
1055 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
1056 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
1057 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1058 two_file_test_OBJECTS = $(am_two_file_test_OBJECTS)
1059 two_file_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1060 $(two_file_test_LDFLAGS) $(LDFLAGS) -o $@
1061 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_OBJECTS = \
1062 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main.$(OBJEXT)
1063 ver_test_OBJECTS = $(am_ver_test_OBJECTS)
1064 ver_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1065 $(ver_test_LDFLAGS) $(LDFLAGS) -o $@
1066 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_11_OBJECTS = \
1067 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
1068 ver_test_11_OBJECTS = $(am_ver_test_11_OBJECTS)
1069 ver_test_11_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1070 $(ver_test_11_LDFLAGS) $(LDFLAGS) -o $@
1071 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_2_OBJECTS = \
1072 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
1073 ver_test_2_OBJECTS = $(am_ver_test_2_OBJECTS)
1074 ver_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1075 $(ver_test_2_LDFLAGS) $(LDFLAGS) -o $@
1076 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_6_OBJECTS = \
1077 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6.$(OBJEXT)
1078 ver_test_6_OBJECTS = $(am_ver_test_6_OBJECTS)
1079 ver_test_6_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ver_test_6_LDFLAGS) \
1080 $(LDFLAGS) -o $@
1081 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_8_OBJECTS = \
1082 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
1083 ver_test_8_OBJECTS = $(am_ver_test_8_OBJECTS)
1084 ver_test_8_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1085 $(ver_test_8_LDFLAGS) $(LDFLAGS) -o $@
1086 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_9_OBJECTS = \
1087 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main.$(OBJEXT)
1088 ver_test_9_OBJECTS = $(am_ver_test_9_OBJECTS)
1089 ver_test_9_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1090 $(ver_test_9_LDFLAGS) $(LDFLAGS) -o $@
1091 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_alias_test_OBJECTS = \
1092 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_main.$(OBJEXT)
1093 weak_alias_test_OBJECTS = $(am_weak_alias_test_OBJECTS)
1094 weak_alias_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1095 $(weak_alias_test_LDFLAGS) $(LDFLAGS) -o $@
1096 weak_plt_SOURCES = weak_plt.c
1097 weak_plt_OBJECTS = weak_plt.$(OBJEXT)
1098 weak_plt_LDADD = $(LDADD)
1099 weak_plt_DEPENDENCIES = libgoldtest.a ../libgold.a \
1100 ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
1101 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1102 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_test_OBJECTS = \
1103 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test.$(OBJEXT)
1104 weak_test_OBJECTS = $(am_weak_test_OBJECTS)
1105 weak_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1106 $(weak_test_LDFLAGS) $(LDFLAGS) -o $@
1107 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_undef_nonpic_test_OBJECTS = weak_undef_test.$(OBJEXT)
1108 weak_undef_nonpic_test_OBJECTS = $(am_weak_undef_nonpic_test_OBJECTS)
1109 weak_undef_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1110 $(weak_undef_nonpic_test_LDFLAGS) $(LDFLAGS) -o $@
1111 @GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_undef_test_OBJECTS = \
1112 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test.$(OBJEXT)
1113 weak_undef_test_OBJECTS = $(am_weak_undef_test_OBJECTS)
1114 weak_undef_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
1115 $(weak_undef_test_LDFLAGS) $(LDFLAGS) -o $@
1116 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1117 depcomp = $(SHELL) $(top_srcdir)/../depcomp
1118 am__depfiles_maybe = depfiles
1119 am__mv = mv -f
1120 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1121 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1122 CCLD = $(CC)
1123 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1124 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1125 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
1126 CXXLD = $(CXX)
1127 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
1128 -o $@
1129 SOURCES = $(libgoldtest_a_SOURCES) basic_pic_test.c basic_pie_test.c \
1130 basic_static_pic_test.c basic_static_test.c basic_test.c \
1131 $(binary_test_SOURCES) $(binary_unittest_SOURCES) \
1132 $(common_test_1_SOURCES) $(common_test_2_SOURCES) \
1133 $(constructor_static_test_SOURCES) $(constructor_test_SOURCES) \
1134 $(copy_test_SOURCES) $(discard_locals_test_SOURCES) \
1135 $(exception_same_shared_test_SOURCES) \
1136 $(exception_separate_shared_12_test_SOURCES) \
1137 $(exception_separate_shared_21_test_SOURCES) \
1138 $(exception_shared_1_test_SOURCES) \
1139 $(exception_shared_2_test_SOURCES) \
1140 $(exception_static_test_SOURCES) $(exception_test_SOURCES) \
1141 $(exclude_libs_test_SOURCES) \
1142 flagstest_compress_debug_sections.c flagstest_o_specialfile.c \
1143 flagstest_o_specialfile_and_compress_debug_sections.c \
1144 icf_virtual_function_folding_test.c $(initpri1_SOURCES) \
1145 $(justsyms_SOURCES) $(large_SOURCES) local_labels_test.c \
1146 many_sections_r_test.c $(many_sections_test_SOURCES) \
1147 $(object_unittest_SOURCES) permission_test.c plugin_test_1.c \
1148 plugin_test_2.c plugin_test_3.c plugin_test_4.c \
1149 plugin_test_5.c plugin_test_6.c plugin_test_7.c \
1150 plugin_test_8.c $(protected_1_SOURCES) $(protected_2_SOURCES) \
1151 $(relro_script_test_SOURCES) $(relro_strip_test_SOURCES) \
1152 $(relro_test_SOURCES) $(script_test_1_SOURCES) \
1153 $(script_test_2_SOURCES) script_test_3.c \
1154 $(searched_file_test_SOURCES) $(thin_archive_test_1_SOURCES) \
1155 $(thin_archive_test_2_SOURCES) \
1156 $(tls_phdrs_script_test_SOURCES) $(tls_pic_test_SOURCES) \
1157 tls_pie_pic_test.c tls_pie_test.c $(tls_script_test_SOURCES) \
1158 $(tls_shared_gd_to_ie_test_SOURCES) \
1159 $(tls_shared_gnu2_gd_to_ie_test_SOURCES) \
1160 $(tls_shared_gnu2_test_SOURCES) $(tls_shared_ie_test_SOURCES) \
1161 $(tls_shared_nonpic_test_SOURCES) $(tls_shared_test_SOURCES) \
1162 $(tls_static_pic_test_SOURCES) $(tls_static_test_SOURCES) \
1163 $(tls_test_SOURCES) $(two_file_mixed_2_shared_test_SOURCES) \
1164 $(two_file_mixed_shared_test_SOURCES) \
1165 $(two_file_pic_test_SOURCES) two_file_pie_test.c \
1166 $(two_file_relocatable_test_SOURCES) \
1167 $(two_file_same_shared_nonpic_test_SOURCES) \
1168 $(two_file_same_shared_strip_test_SOURCES) \
1169 $(two_file_same_shared_test_SOURCES) \
1170 $(two_file_separate_shared_12_nonpic_test_SOURCES) \
1171 $(two_file_separate_shared_12_test_SOURCES) \
1172 $(two_file_separate_shared_21_nonpic_test_SOURCES) \
1173 $(two_file_separate_shared_21_test_SOURCES) \
1174 $(two_file_shared_1_nonpic_test_SOURCES) \
1175 $(two_file_shared_1_pic_2_test_SOURCES) \
1176 $(two_file_shared_1_test_SOURCES) \
1177 $(two_file_shared_2_nonpic_test_SOURCES) \
1178 $(two_file_shared_2_pic_1_test_SOURCES) \
1179 $(two_file_shared_2_test_SOURCES) \
1180 $(two_file_static_test_SOURCES) two_file_strip_test.c \
1181 $(two_file_test_SOURCES) $(ver_test_SOURCES) \
1182 $(ver_test_11_SOURCES) $(ver_test_2_SOURCES) \
1183 $(ver_test_6_SOURCES) $(ver_test_8_SOURCES) \
1184 $(ver_test_9_SOURCES) $(weak_alias_test_SOURCES) weak_plt.c \
1185 $(weak_test_SOURCES) $(weak_undef_nonpic_test_SOURCES) \
1186 $(weak_undef_test_SOURCES)
1187 ETAGS = etags
1188 CTAGS = ctags
1189 am__tty_colors = \
1190 red=; grn=; lgn=; blu=; std=
1191 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1192 am__vpath_adj = case $$p in \
1193 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1194 *) f=$$p;; \
1195 esac;
1196 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1197 am__install_max = 40
1198 am__nobase_strip_setup = \
1199 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1200 am__nobase_strip = \
1201 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1202 am__nobase_list = $(am__nobase_strip_setup); \
1203 for p in $$list; do echo "$$p $$p"; done | \
1204 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1205 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1206 if (++n[$$2] == $(am__install_max)) \
1207 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1208 END { for (dir in files) print dir, files[dir] }'
1209 am__base_list = \
1210 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1211 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1212 # Restructured Text title and section.
1213 am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//'
1214 am__rst_section = sed 'p;s/./=/g;p;g'
1215 # Put stdin (possibly several lines separated by ". ") in a box.
1216 am__text_box = $(AWK) '{ \
1217 n = split($$0, lines, "\\. "); max = 0; \
1218 for (i = 1; i <= n; ++i) \
1219 if (max < length(lines[i])) \
1220 max = length(lines[i]); \
1221 for (i = 0; i < max; ++i) line = line "="; \
1222 print line; \
1223 for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
1224 print line; \
1225 }'
1226 # Solaris 10 'make', and several other traditional 'make' implementations,
1227 # pass "-e" to $(SHELL). This contradicts POSIX. Work around the problem
1228 # by disabling -e (using the XSI extension "set +e") if it's set.
1229 am__sh_e_setup = case $$- in *e*) set +e;; esac
1230 # To be inserted before the command running the test. Creates the
1231 # directory for the log if needed. Stores in $dir the directory
1232 # containing $f, in $tst the test, in $log the log, and passes
1233 # TESTS_ENVIRONMENT. Save and restore TERM around use of
1234 # TESTS_ENVIRONMENT, in case that unsets it.
1235 am__check_pre = \
1236 $(am__sh_e_setup); \
1237 $(am__vpath_adj_setup) $(am__vpath_adj) \
1238 srcdir=$(srcdir); export srcdir; \
1239 rm -f $@-t; \
1240 trap 'st=$$?; rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st' \
1241 1 2 13 15; \
1242 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \
1243 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
1244 if test -f "./$$f"; then dir=./; \
1245 elif test -f "$$f"; then dir=; \
1246 else dir="$(srcdir)/"; fi; \
1247 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \
1248 $(TESTS_ENVIRONMENT)
1249 RECHECK_LOGS = $(TEST_LOGS)
1250 AM_RECURSIVE_TARGETS = check check-html recheck recheck-html
1251 TEST_SUITE_LOG = test-suite.log
1252 TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
1253 TEST_EXTENSIONS = @EXEEXT@ .test
1254 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
1255 am__test_logs1 = $(TESTS:=.log)
1256 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
1257 TEST_LOGS = $(am__test_logs2:.test.log=.log)
1258 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
1259 $(TEST_LOG_FLAGS)
1260 TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
1261 ACLOCAL = @ACLOCAL@
1262 AMTAR = @AMTAR@
1263 AUTOCONF = @AUTOCONF@
1264 AUTOHEADER = @AUTOHEADER@
1265 AUTOMAKE = @AUTOMAKE@
1266 AWK = @AWK@
1267 CATALOGS = @CATALOGS@
1268 CATOBJEXT = @CATOBJEXT@
1269 CC = @CC@
1270 CCDEPMODE = @CCDEPMODE@
1271 CFLAGS = @CFLAGS@
1272 CPP = @CPP@
1273 CPPFLAGS = @CPPFLAGS@
1274 CXX = @CXX@
1275 CXXCPP = @CXXCPP@
1276 CXXDEPMODE = @CXXDEPMODE@
1277 CXXFLAGS = @CXXFLAGS@
1278 CYGPATH_W = @CYGPATH_W@
1279 DATADIRNAME = @DATADIRNAME@
1280 DEFS = @DEFS@
1281 DEPDIR = @DEPDIR@
1282 ECHO_C = @ECHO_C@
1283 ECHO_N = @ECHO_N@
1284 ECHO_T = @ECHO_T@
1285 EGREP = @EGREP@
1286 EXEEXT = @EXEEXT@
1287 GENCAT = @GENCAT@
1288 GMSGFMT = @GMSGFMT@
1289 GREP = @GREP@
1290 INCINTL = @INCINTL@
1291 INSTALL = @INSTALL@
1292 INSTALL_DATA = @INSTALL_DATA@
1293 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1294 INSTALL_SCRIPT = @INSTALL_SCRIPT@
1295 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1296 INSTOBJEXT = @INSTOBJEXT@
1297 LDFLAGS = @LDFLAGS@
1298 LFS_CFLAGS = @LFS_CFLAGS@
1299 LIBINTL = @LIBINTL@
1300 LIBINTL_DEP = @LIBINTL_DEP@
1301 LIBOBJS = @LIBOBJS@
1302 LIBS = @LIBS@
1303 LN_S = @LN_S@
1304 LTLIBOBJS = @LTLIBOBJS@
1305 MAINT = @MAINT@
1306 MAKEINFO = @MAKEINFO@
1307 MKDIR_P = @MKDIR_P@
1308 MKINSTALLDIRS = @MKINSTALLDIRS@
1309 MSGFMT = @MSGFMT@
1310 MSGMERGE = @MSGMERGE@
1311 NO_WERROR = @NO_WERROR@
1312 OBJEXT = @OBJEXT@
1313 PACKAGE = @PACKAGE@
1314 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1315 PACKAGE_NAME = @PACKAGE_NAME@
1316 PACKAGE_STRING = @PACKAGE_STRING@
1317 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1318 PACKAGE_URL = @PACKAGE_URL@
1319 PACKAGE_VERSION = @PACKAGE_VERSION@
1320 PATH_SEPARATOR = @PATH_SEPARATOR@
1321 POSUB = @POSUB@
1322 RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
1323 RANLIB = @RANLIB@
1324 SET_MAKE = @SET_MAKE@
1325 SHELL = @SHELL@
1326 STRIP = @STRIP@
1327 TARGETOBJS = @TARGETOBJS@
1328 USE_NLS = @USE_NLS@
1329 VERSION = @VERSION@
1330 WARN_CFLAGS = @WARN_CFLAGS@
1331 WARN_CXXFLAGS = @WARN_CXXFLAGS@
1332 XGETTEXT = @XGETTEXT@
1333 YACC = @YACC@
1334 YFLAGS = @YFLAGS@
1335 abs_builddir = @abs_builddir@
1336 abs_srcdir = @abs_srcdir@
1337 abs_top_builddir = @abs_top_builddir@
1338 abs_top_srcdir = @abs_top_srcdir@
1339 ac_ct_CC = @ac_ct_CC@
1340 ac_ct_CXX = @ac_ct_CXX@
1341 am__include = @am__include@
1342 am__leading_dot = @am__leading_dot@
1343 am__quote = @am__quote@
1344 am__tar = @am__tar@
1345 am__untar = @am__untar@
1346 bindir = @bindir@
1347 build = @build@
1348 build_alias = @build_alias@
1349 build_cpu = @build_cpu@
1350 build_os = @build_os@
1351 build_vendor = @build_vendor@
1352 builddir = @builddir@
1353 datadir = @datadir@
1354 datarootdir = @datarootdir@
1355 docdir = @docdir@
1356 dvidir = @dvidir@
1357 exec_prefix = @exec_prefix@
1358 host = @host@
1359 host_alias = @host_alias@
1360 host_cpu = @host_cpu@
1361 host_os = @host_os@
1362 host_vendor = @host_vendor@
1363 htmldir = @htmldir@
1364 includedir = @includedir@
1365 infodir = @infodir@
1366 install_as_default = @install_as_default@
1367 install_sh = @install_sh@
1368 installed_linker = @installed_linker@
1369 libdir = @libdir@
1370 libexecdir = @libexecdir@
1371 localedir = @localedir@
1372 localstatedir = @localstatedir@
1373 mandir = @mandir@
1374 mkdir_p = @mkdir_p@
1375 oldincludedir = @oldincludedir@
1376 pdfdir = @pdfdir@
1377 prefix = @prefix@
1378 program_transform_name = @program_transform_name@
1379 psdir = @psdir@
1380 sbindir = @sbindir@
1381 sharedstatedir = @sharedstatedir@
1382 srcdir = @srcdir@
1383 sysconfdir = @sysconfdir@
1384 target = @target@
1385 target_alias = @target_alias@
1386 target_cpu = @target_cpu@
1387 target_os = @target_os@
1388 target_vendor = @target_vendor@
1389 top_build_prefix = @top_build_prefix@
1390 top_builddir = @top_builddir@
1391 top_srcdir = @top_srcdir@
1392
1393 # Ignore warning about AM_PROG_CC_C_O due to large_CFLAGS
1394 AUTOMAKE_OPTIONS = foreign -Wno-portability
1395
1396 # The two_file_test tests -fmerge-constants, so we simply always turn
1397 # it on. This may need to be controlled by a configure option
1398 # eventually.
1399 AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) -fmerge-constants
1400 AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) -fmerge-constants
1401 AM_CPPFLAGS = \
1402 -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../include \
1403 -I$(srcdir)/../../elfcpp -I.. \
1404 -DLOCALEDIR="\"$(datadir)/locale\"" \
1405 @INCINTL@
1406
1407 TEST_READELF = $(top_builddir)/../binutils/readelf
1408 TEST_OBJDUMP = $(top_builddir)/../binutils/objdump
1409 TEST_CXXFILT = $(top_builddir)/../binutils/cxxfilt
1410 TEST_STRIP = $(top_builddir)/../binutils/strip-new
1411 TEST_AR = $(top_builddir)/../binutils/ar
1412 TEST_NM = $(top_builddir)/../binutils/nm-new
1413 TEST_AS = $(top_builddir)/../gas/as-new
1414 @PLUGINS_TRUE@LIBDL = -ldl
1415 @THREADS_TRUE@THREADSLIB = -lpthread
1416 @OMP_SUPPORT_TRUE@TLS_TEST_C_CFLAGS = -fopenmp
1417
1418 # 'make clean' is good about deleting some intermediate files (such as
1419 # .o's), but not all of them (such as .so's and .err files). We
1420 # improve on that here. automake-1.9 info docs say "mostlyclean" is
1421 # the right choice for files 'make' builds that people rebuild.
1422 MOSTLYCLEANFILES = *.so *.syms *.stdout $(am__append_3) \
1423 $(am__append_8) $(am__append_17) $(am__append_25) \
1424 $(am__append_29) $(am__append_34) $(am__append_37) \
1425 $(am__append_40)
1426
1427 # We will add to these later, for each individual test. Note
1428 # that we add each test under check_SCRIPTS or check_PROGRAMS;
1429 # the TESTS variable is automatically populated from these.
1430 check_SCRIPTS = $(am__append_1) $(am__append_23) $(am__append_27) \
1431 $(am__append_32) $(am__append_35) $(am__append_38)
1432 check_DATA = $(am__append_2) $(am__append_24) $(am__append_28) \
1433 $(am__append_33) $(am__append_36) $(am__append_39)
1434 BUILT_SOURCES = $(am__append_16)
1435 TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
1436
1437 # ---------------------------------------------------------------------
1438 # These tests test the internals of gold (unittests).
1439
1440 # Infrastucture needed for the unittests
1441 check_LIBRARIES = libgoldtest.a
1442 libgoldtest_a_SOURCES = test.cc testmain.cc testfile.cc
1443 DEPENDENCIES = \
1444 libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL_DEP)
1445
1446 LDADD = libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL) \
1447 $(THREADSLIB) $(LIBDL)
1448
1449 object_unittest_SOURCES = object_unittest.cc
1450 binary_unittest_SOURCES = binary_unittest.cc
1451 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_SOURCES = constructor_test.cc
1452 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_DEPENDENCIES = gcctestdir/ld
1453 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_LDFLAGS = -Bgcctestdir/
1454 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_LDADD =
1455 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_SOURCES = $(constructor_test_SOURCES)
1456 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_DEPENDENCIES = $(constructor_test_DEPENDENCIES)
1457 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_LDFLAGS = $(constructor_test_LDFLAGS) -static
1458 @GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_LDADD = $(constructor_test_LDADD)
1459 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_SOURCES = \
1460 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.cc \
1461 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.cc \
1462 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.cc \
1463 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.cc \
1464 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test.h
1465
1466 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_DEPENDENCIES = gcctestdir/ld
1467 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_LDFLAGS = -Bgcctestdir/
1468 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_LDADD =
1469 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_SOURCES = $(two_file_test_SOURCES)
1470 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_DEPENDENCIES = $(two_file_test_DEPENDENCIES)
1471 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_LDFLAGS = $(two_file_test_LDFLAGS) -static
1472 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_LDADD = $(two_file_test_LDADD)
1473 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_SOURCES = two_file_test_main.cc
1474 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_DEPENDENCIES = \
1475 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
1476
1477 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_LDFLAGS = -Bgcctestdir/
1478 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_LDADD = two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
1479 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_SOURCES = two_file_test_2.cc two_file_test_main.cc
1480 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_DEPENDENCIES = gcctestdir/ld two_file_shared_1.so
1481 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1482 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_LDADD = two_file_shared_1.so
1483 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_SOURCES = two_file_test_1.cc two_file_test_1b.cc two_file_test_main.cc
1484 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_DEPENDENCIES = gcctestdir/ld two_file_shared_2.so
1485 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1486 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDADD = two_file_shared_2.so
1487 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_SOURCES = two_file_test_main.cc
1488 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_DEPENDENCIES = \
1489 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2.so two_file_test_1_pic.o two_file_test_1b_pic.o
1490
1491 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1492 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDADD = two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so
1493 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_SOURCES = two_file_test_main.cc
1494 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_DEPENDENCIES = \
1495 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2.so two_file_test_2_pic.o
1496
1497 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1498 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_LDADD = two_file_test_2_pic.o two_file_shared_1.so
1499 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_SOURCES = two_file_test_main.cc
1500 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared.so
1501 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1502 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_LDADD = two_file_shared.so
1503 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_SOURCES = two_file_test_main.cc
1504 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_DEPENDENCIES = \
1505 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_shared_2.so
1506
1507 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1508 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_LDADD = \
1509 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1.so two_file_shared_2.so
1510
1511 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_SOURCES = two_file_test_main.cc
1512 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_DEPENDENCIES = \
1513 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_shared_2.so
1514
1515 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1516 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_LDADD = \
1517 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2.so two_file_shared_1.so
1518
1519 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_SOURCES = two_file_test_main.cc
1520 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_DEPENDENCIES = \
1521 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_relocatable.o
1522
1523 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1524 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_LDADD = two_file_relocatable.o
1525 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_SOURCES = \
1526 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.cc two_file_test_main.cc
1527
1528 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_DEPENDENCIES = \
1529 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so
1530
1531 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1532 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_LDADD = two_file_shared_1_nonpic.so
1533 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_SOURCES = \
1534 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.cc two_file_test_1b.cc two_file_test_main.cc
1535
1536 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_DEPENDENCIES = \
1537 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2_nonpic.so
1538
1539 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1540 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_LDADD = two_file_shared_2_nonpic.so
1541 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_SOURCES = two_file_test_main.cc
1542 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_DEPENDENCIES = \
1543 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_nonpic.so
1544
1545 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1546 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_LDADD = two_file_shared_nonpic.so
1547 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_SOURCES = two_file_test_main.cc
1548 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_DEPENDENCIES = \
1549 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
1550
1551 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1552 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_LDADD = \
1553 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
1554
1555 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_SOURCES = two_file_test_main.cc
1556 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_DEPENDENCIES = \
1557 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
1558
1559 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1560 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_LDADD = \
1561 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic.so two_file_shared_1_nonpic.so
1562
1563 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_SOURCES = two_file_test_main.cc
1564 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared_mixed.so
1565 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1566 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_LDADD = two_file_shared_mixed.so
1567 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_SOURCES = two_file_test_main.cc
1568 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared_mixed_1.so two_file_shared_2.so
1569 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1570 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_LDADD = two_file_shared_mixed_1.so two_file_shared_2.so
1571 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_SOURCES = two_file_test_main.cc
1572 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_DEPENDENCIES = \
1573 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_strip.so
1574
1575 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_LDFLAGS = -Bgcctestdir/ -Wl,-R.
1576 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_LDADD = two_file_shared_strip.so
1577 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_SOURCES = common_test_1.c
1578 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_DEPENDENCIES = gcctestdir/ld
1579 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_LDFLAGS = -Bgcctestdir/
1580 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_LDADD =
1581 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_SOURCES = common_test_1.c
1582 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_DEPENDENCIES = common_test_2.so common_test_3.so gcctestdir/ld
1583 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1584 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_LDADD = common_test_2.so common_test_3.so
1585 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_SOURCES = \
1586 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.cc \
1587 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.cc \
1588 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.cc \
1589 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test.h
1590
1591 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_DEPENDENCIES = gcctestdir/ld
1592 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_LDFLAGS = -Bgcctestdir/
1593 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_LDADD =
1594 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_SOURCES = $(exception_test_SOURCES)
1595 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_DEPENDENCIES = $(exception_test_DEPENDENCIES)
1596 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_LDFLAGS = $(exception_test_LDFLAGS) -static
1597 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_LDADD = $(exception_test_LDADD)
1598 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_SOURCES = exception_test_2.cc exception_test_main.cc
1599 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_DEPENDENCIES = gcctestdir/ld exception_shared_1.so
1600 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1601 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_LDADD = exception_shared_1.so
1602 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_SOURCES = exception_test_1.cc exception_test_main.cc
1603 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_DEPENDENCIES = gcctestdir/ld exception_shared_2.so
1604 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1605 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_LDADD = exception_shared_2.so
1606 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_SOURCES = exception_test_main.cc
1607 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_DEPENDENCIES = gcctestdir/ld exception_shared.so
1608 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1609 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_LDADD = exception_shared.so
1610 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_SOURCES = exception_test_main.cc
1611 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_DEPENDENCIES = \
1612 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld exception_shared_1.so exception_shared_2.so
1613
1614 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1615 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_LDADD = \
1616 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1.so exception_shared_2.so
1617
1618 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_SOURCES = exception_test_main.cc
1619 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_DEPENDENCIES = \
1620 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld exception_shared_1.so exception_shared_2.so
1621
1622 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1623 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_LDADD = \
1624 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2.so exception_shared_1.so
1625
1626 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_SOURCES = weak_test.cc
1627 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_DEPENDENCIES = gcctestdir/ld
1628 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_LDFLAGS = -Bgcctestdir/
1629 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_LDADD =
1630 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_SOURCES = weak_undef_test.cc
1631 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib.so alt/weak_undef_lib.so
1632 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
1633 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_LDADD = -L . weak_undef_lib.so
1634 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_SOURCES = weak_undef_test.cc
1635 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib_nonpic.so alt/weak_undef_lib_nonpic.so
1636 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
1637 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_LDADD = -L . weak_undef_lib_nonpic.so
1638 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_SOURCES = weak_alias_test_main.cc
1639 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_DEPENDENCIES = \
1640 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld weak_alias_test_1.so weak_alias_test_2.so \
1641 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_3.o weak_alias_test_4.so
1642
1643 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1644 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_LDADD = \
1645 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_1.so weak_alias_test_2.so weak_alias_test_3.o \
1646 @GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_4.so
1647
1648 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_SOURCES = copy_test.cc
1649 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_DEPENDENCIES = gcctestdir/ld copy_test_1.so copy_test_2.so
1650 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1651 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_LDADD = copy_test_1.so copy_test_2.so
1652 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_SOURCES = tls_test.cc tls_test_file2.cc tls_test_main.cc tls_test.h
1653 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_DEPENDENCIES = gcctestdir/ld tls_test_c.o
1654 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_LDFLAGS = -Bgcctestdir/
1655 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_LDADD = tls_test_c.o -lpthread
1656 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_SOURCES = tls_test_main.cc
1657 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_DEPENDENCIES = gcctestdir/ld tls_test_pic.o tls_test_file2_pic.o \
1658 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o
1659
1660 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_LDFLAGS = -Bgcctestdir/
1661 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_LDADD = tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o \
1662 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ -lpthread
1663
1664 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_SOURCES = tls_test_main.cc
1665 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_DEPENDENCIES = gcctestdir/ld tls_test_shared.so
1666 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1667 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_LDADD = tls_test_shared.so -lpthread
1668 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_SOURCES = tls_test_main.cc
1669 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_ie_shared.so
1670 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1671 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_LDADD = tls_test_ie_shared.so -lpthread
1672 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_SOURCES = tls_test_main.cc
1673 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_pic.o \
1674 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o tls_test_shared2.so
1675
1676 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1677 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_LDADD = tls_test_pic.o tls_test_c_pic.o \
1678 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_shared2.so -lpthread
1679
1680 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_SOURCES = tls_test_main.cc
1681 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_gnu2.o \
1682 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ tls_test_c_gnu2.o tls_test_gnu2_shared2.so
1683
1684 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1685 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_LDADD = tls_test_gnu2.o tls_test_c_gnu2.o \
1686 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ tls_test_gnu2_shared2.so -lpthread
1687
1688 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_SOURCES = tls_test_main.cc
1689 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_DEPENDENCIES = gcctestdir/ld tls_test_gnu2_shared.so
1690 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1691 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_LDADD = tls_test_gnu2_shared.so -lpthread
1692 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_SOURCES = $(tls_test_SOURCES)
1693 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_DEPENDENCIES = $(tls_test_DEPENDENCIES)
1694 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_LDFLAGS = $(tls_test_LDFLAGS) -static
1695 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_LDADD = $(tls_test_LDADD)
1696 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_SOURCES = $(tls_pic_test_SOURCES)
1697 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_DEPENDENCIES = $(tls_pic_test_DEPENDENCIES)
1698 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_LDFLAGS = $(tls_pic_test_LDFLAGS) -static
1699 @GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_LDADD = $(tls_pic_test_LDADD)
1700 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_SOURCES = tls_test_main.cc
1701 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_DEPENDENCIES = gcctestdir/ld tls_test_shared_nonpic.so
1702 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1703 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_LDADD = tls_test_shared_nonpic.so -lpthread
1704 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_SOURCES = many_sections_test.cc
1705 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_DEPENDENCIES = gcctestdir/ld
1706 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_LDFLAGS = -Bgcctestdir/ -rdynamic
1707 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_LDADD =
1708 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_SOURCES = initpri1.c
1709 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_DEPENDENCIES = gcctestdir/ld
1710 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_LDFLAGS = -Bgcctestdir/
1711 @CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_LDADD =
1712 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_SOURCES = ver_test_main.cc
1713 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_DEPENDENCIES = gcctestdir/ld ver_test_1.so ver_test_2.so ver_test_4.so
1714 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1715 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_LDADD = ver_test_1.so ver_test_2.so ver_test_4.so
1716 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_SOURCES = ver_test_main_2.cc
1717 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_DEPENDENCIES = gcctestdir/ld ver_test_4.so ver_test_2.so
1718 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1719 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_LDADD = ver_test_4.so ver_test_2.so
1720 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_SOURCES = ver_test_6.c
1721 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_DEPENDENCIES = gcctestdir/ld ver_test_2.so
1722 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1723 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_LDADD = ver_test_2.so
1724 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_SOURCES = two_file_test_main.cc
1725 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_DEPENDENCIES = gcctestdir/ld ver_test_8_1.so ver_test_8_2.so
1726 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1727 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_LDADD = ver_test_8_1.so ver_test_8_2.so
1728 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_SOURCES = ver_test_main.cc
1729 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_DEPENDENCIES = gcctestdir/ld ver_test_9.so
1730 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1731 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_LDADD = ver_test_9.so
1732 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_SOURCES = ver_test_main_2.cc
1733 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_DEPENDENCIES = gcctestdir/ld ver_test_11.a
1734 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1735 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_LDADD = ver_test_11.a
1736 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_SOURCES = \
1737 @GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.cc protected_main_2.cc protected_main_3.cc
1738
1739 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_DEPENDENCIES = gcctestdir/ld protected_1.so
1740 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1741 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_LDADD = protected_1.so
1742 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_SOURCES = protected_main_1.cc protected_3.cc
1743 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_DEPENDENCIES = gcctestdir/ld protected_1.so
1744 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1745 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_LDADD = protected_1.so
1746 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_SOURCES = relro_test_main.cc
1747 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_DEPENDENCIES = gcctestdir/ld relro_test.so
1748 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1749 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_LDADD = relro_test.so
1750 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_SOURCES = relro_test_main.cc
1751 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_DEPENDENCIES = gcctestdir/ld relro_strip_test.so
1752 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1753 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_LDADD = relro_strip_test.so
1754 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_SOURCES = relro_test_main.cc
1755 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_DEPENDENCIES = gcctestdir/ld relro_script_test.so
1756 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
1757 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_LDADD = relro_script_test.so
1758 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_SOURCES = script_test_1.cc
1759 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_DEPENDENCIES = gcctestdir/ld script_test_1.t
1760 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_LDFLAGS = -Bgcctestdir/ -Wl,-R,. -T $(srcdir)/script_test_1.t
1761 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_LDADD =
1762 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_SOURCES = script_test_2.cc script_test_2a.cc script_test_2b.cc
1763 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_DEPENDENCIES = gcctestdir/ld script_test_2.t
1764 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,. -T $(srcdir)/script_test_2.t
1765 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_LDADD =
1766 @GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_SOURCES = justsyms_1.cc
1767 @GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_DEPENDENCIES = gcctestdir/ld justsyms_2r.o
1768 @GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_LDFLAGS = -Bgcctestdir/ -Wl,-R,justsyms_2r.o
1769 @GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_LDADD =
1770 @GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_SOURCES = binary_test.cc
1771 @GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_DEPENDENCIES = gcctestdir/ld binary.txt
1772 @GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_LDFLAGS = -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf
1773 @GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_LDADD =
1774 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_SOURCES = $(tls_test_SOURCES)
1775 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_DEPENDENCIES = $(tls_test_DEPENDENCIES) $(srcdir)/script_test_3.t
1776 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_LDFLAGS = $(tls_test_LDFLAGS) -T $(srcdir)/script_test_3.t
1777 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_LDADD = $(tls_test_LDADD)
1778 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_SOURCES = $(tls_test_SOURCES)
1779 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_DEPENDENCIES = $(tls_test_DEPENDENCIES) $(srcdir)/script_test_4.t
1780 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_LDFLAGS = $(tls_test_LDFLAGS) -T $(srcdir)/script_test_4.t
1781 @GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_LDADD = $(tls_test_LDADD)
1782 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_SOURCES = thin_archive_main.cc
1783 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_DEPENDENCIES = gcctestdir/ld libthin1.a alt/libthin2.a
1784 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_LDFLAGS = -Bgcctestdir/ -Lalt
1785 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_LDADD = libthin1.a -lthin2
1786 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_SOURCES = thin_archive_main.cc
1787 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_DEPENDENCIES = gcctestdir/ld libthinall.a
1788 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_LDFLAGS = -Bgcctestdir/ -L.
1789 @GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_LDADD = -lthinall
1790 @GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_SOURCES = exclude_libs_test.c
1791 @GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_DEPENDENCIES = gcctestdir/ld libexclude_libs_test_1.a \
1792 @GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_2.a alt/libexclude_libs_test_3.a
1793
1794 @GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_LDFLAGS = -Bgcctestdir/ -L. -Lalt \
1795 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,dummy:libexclude_libs_test_1 \
1796 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,libexclude_libs_test_3
1797
1798 @GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_LDADD = -lexclude_libs_test_1 -lexclude_libs_test_2 \
1799 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libexclude_libs_test_3.a
1800
1801 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test_SOURCES = discard_locals_test.c
1802 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test_LDFLAGS = -Bgcctestdir/ -Wl,--discard-locals
1803 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_SOURCES = large.c
1804 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_CFLAGS = -mcmodel=medium
1805 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_DEPENDENCIES = gcctestdir/ld
1806 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_LDFLAGS = -Bgcctestdir/
1807 @GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_LDADD =
1808 @GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_SOURCES = searched_file_test.cc
1809 @GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_DEPENDENCIES = alt/searched_file_test_lib.a
1810 @GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_LDFLAGS = -Bgcctestdir/ -Lalt
1811 @GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_LDADD = -l:searched_file_test_lib.a
1812 @DEFAULT_TARGET_I386_TRUE@SPLIT_DEFSYMS = --defsym __morestack=0x100 --defsym __morestack_non_split=0x200
1813 @DEFAULT_TARGET_X86_64_TRUE@SPLIT_DEFSYMS = --defsym __morestack=0x100 --defsym __morestack_non_split=0x200
1814 all: $(BUILT_SOURCES)
1815 $(MAKE) $(AM_MAKEFLAGS) all-am
1816
1817 .SUFFIXES:
1818 .SUFFIXES: .c .cc .html .log .o .obj .test .test$(EXEEXT)
1819 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1820 @for dep in $?; do \
1821 case '$(am__configure_deps)' in \
1822 *$$dep*) \
1823 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1824 && { if test -f $@; then exit 0; else break; fi; }; \
1825 exit 1;; \
1826 esac; \
1827 done; \
1828 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
1829 $(am__cd) $(top_srcdir) && \
1830 $(AUTOMAKE) --foreign testsuite/Makefile
1831 .PRECIOUS: Makefile
1832 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1833 @case '$?' in \
1834 *config.status*) \
1835 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1836 *) \
1837 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1838 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1839 esac;
1840
1841 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1842 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1843
1844 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1845 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1846 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1847 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1848 $(am__aclocal_m4_deps):
1849
1850 clean-checkLIBRARIES:
1851 -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
1852 libgoldtest.a: $(libgoldtest_a_OBJECTS) $(libgoldtest_a_DEPENDENCIES)
1853 -rm -f libgoldtest.a
1854 $(libgoldtest_a_AR) libgoldtest.a $(libgoldtest_a_OBJECTS) $(libgoldtest_a_LIBADD)
1855 $(RANLIB) libgoldtest.a
1856
1857 clean-checkPROGRAMS:
1858 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
1859 @GCC_FALSE@basic_pic_test$(EXEEXT): $(basic_pic_test_OBJECTS) $(basic_pic_test_DEPENDENCIES)
1860 @GCC_FALSE@ @rm -f basic_pic_test$(EXEEXT)
1861 @GCC_FALSE@ $(LINK) $(basic_pic_test_OBJECTS) $(basic_pic_test_LDADD) $(LIBS)
1862 @NATIVE_LINKER_FALSE@basic_pic_test$(EXEEXT): $(basic_pic_test_OBJECTS) $(basic_pic_test_DEPENDENCIES)
1863 @NATIVE_LINKER_FALSE@ @rm -f basic_pic_test$(EXEEXT)
1864 @NATIVE_LINKER_FALSE@ $(LINK) $(basic_pic_test_OBJECTS) $(basic_pic_test_LDADD) $(LIBS)
1865 @GCC_FALSE@basic_pie_test$(EXEEXT): $(basic_pie_test_OBJECTS) $(basic_pie_test_DEPENDENCIES)
1866 @GCC_FALSE@ @rm -f basic_pie_test$(EXEEXT)
1867 @GCC_FALSE@ $(LINK) $(basic_pie_test_OBJECTS) $(basic_pie_test_LDADD) $(LIBS)
1868 @NATIVE_LINKER_FALSE@basic_pie_test$(EXEEXT): $(basic_pie_test_OBJECTS) $(basic_pie_test_DEPENDENCIES)
1869 @NATIVE_LINKER_FALSE@ @rm -f basic_pie_test$(EXEEXT)
1870 @NATIVE_LINKER_FALSE@ $(LINK) $(basic_pie_test_OBJECTS) $(basic_pie_test_LDADD) $(LIBS)
1871 @GCC_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
1872 @GCC_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
1873 @GCC_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
1874 @NATIVE_LINKER_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
1875 @NATIVE_LINKER_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
1876 @NATIVE_LINKER_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
1877 @GCC_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
1878 @GCC_FALSE@ @rm -f basic_static_test$(EXEEXT)
1879 @GCC_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
1880 @NATIVE_LINKER_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
1881 @NATIVE_LINKER_FALSE@ @rm -f basic_static_test$(EXEEXT)
1882 @NATIVE_LINKER_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
1883 @GCC_FALSE@basic_test$(EXEEXT): $(basic_test_OBJECTS) $(basic_test_DEPENDENCIES)
1884 @GCC_FALSE@ @rm -f basic_test$(EXEEXT)
1885 @GCC_FALSE@ $(LINK) $(basic_test_OBJECTS) $(basic_test_LDADD) $(LIBS)
1886 @NATIVE_LINKER_FALSE@basic_test$(EXEEXT): $(basic_test_OBJECTS) $(basic_test_DEPENDENCIES)
1887 @NATIVE_LINKER_FALSE@ @rm -f basic_test$(EXEEXT)
1888 @NATIVE_LINKER_FALSE@ $(LINK) $(basic_test_OBJECTS) $(basic_test_LDADD) $(LIBS)
1889 binary_test$(EXEEXT): $(binary_test_OBJECTS) $(binary_test_DEPENDENCIES)
1890 @rm -f binary_test$(EXEEXT)
1891 $(binary_test_LINK) $(binary_test_OBJECTS) $(binary_test_LDADD) $(LIBS)
1892 binary_unittest$(EXEEXT): $(binary_unittest_OBJECTS) $(binary_unittest_DEPENDENCIES)
1893 @rm -f binary_unittest$(EXEEXT)
1894 $(CXXLINK) $(binary_unittest_OBJECTS) $(binary_unittest_LDADD) $(LIBS)
1895 common_test_1$(EXEEXT): $(common_test_1_OBJECTS) $(common_test_1_DEPENDENCIES)
1896 @rm -f common_test_1$(EXEEXT)
1897 $(common_test_1_LINK) $(common_test_1_OBJECTS) $(common_test_1_LDADD) $(LIBS)
1898 common_test_2$(EXEEXT): $(common_test_2_OBJECTS) $(common_test_2_DEPENDENCIES)
1899 @rm -f common_test_2$(EXEEXT)
1900 $(common_test_2_LINK) $(common_test_2_OBJECTS) $(common_test_2_LDADD) $(LIBS)
1901 constructor_static_test$(EXEEXT): $(constructor_static_test_OBJECTS) $(constructor_static_test_DEPENDENCIES)
1902 @rm -f constructor_static_test$(EXEEXT)
1903 $(constructor_static_test_LINK) $(constructor_static_test_OBJECTS) $(constructor_static_test_LDADD) $(LIBS)
1904 constructor_test$(EXEEXT): $(constructor_test_OBJECTS) $(constructor_test_DEPENDENCIES)
1905 @rm -f constructor_test$(EXEEXT)
1906 $(constructor_test_LINK) $(constructor_test_OBJECTS) $(constructor_test_LDADD) $(LIBS)
1907 copy_test$(EXEEXT): $(copy_test_OBJECTS) $(copy_test_DEPENDENCIES)
1908 @rm -f copy_test$(EXEEXT)
1909 $(copy_test_LINK) $(copy_test_OBJECTS) $(copy_test_LDADD) $(LIBS)
1910 discard_locals_test$(EXEEXT): $(discard_locals_test_OBJECTS) $(discard_locals_test_DEPENDENCIES)
1911 @rm -f discard_locals_test$(EXEEXT)
1912 $(discard_locals_test_LINK) $(discard_locals_test_OBJECTS) $(discard_locals_test_LDADD) $(LIBS)
1913 exception_same_shared_test$(EXEEXT): $(exception_same_shared_test_OBJECTS) $(exception_same_shared_test_DEPENDENCIES)
1914 @rm -f exception_same_shared_test$(EXEEXT)
1915 $(exception_same_shared_test_LINK) $(exception_same_shared_test_OBJECTS) $(exception_same_shared_test_LDADD) $(LIBS)
1916 exception_separate_shared_12_test$(EXEEXT): $(exception_separate_shared_12_test_OBJECTS) $(exception_separate_shared_12_test_DEPENDENCIES)
1917 @rm -f exception_separate_shared_12_test$(EXEEXT)
1918 $(exception_separate_shared_12_test_LINK) $(exception_separate_shared_12_test_OBJECTS) $(exception_separate_shared_12_test_LDADD) $(LIBS)
1919 exception_separate_shared_21_test$(EXEEXT): $(exception_separate_shared_21_test_OBJECTS) $(exception_separate_shared_21_test_DEPENDENCIES)
1920 @rm -f exception_separate_shared_21_test$(EXEEXT)
1921 $(exception_separate_shared_21_test_LINK) $(exception_separate_shared_21_test_OBJECTS) $(exception_separate_shared_21_test_LDADD) $(LIBS)
1922 exception_shared_1_test$(EXEEXT): $(exception_shared_1_test_OBJECTS) $(exception_shared_1_test_DEPENDENCIES)
1923 @rm -f exception_shared_1_test$(EXEEXT)
1924 $(exception_shared_1_test_LINK) $(exception_shared_1_test_OBJECTS) $(exception_shared_1_test_LDADD) $(LIBS)
1925 exception_shared_2_test$(EXEEXT): $(exception_shared_2_test_OBJECTS) $(exception_shared_2_test_DEPENDENCIES)
1926 @rm -f exception_shared_2_test$(EXEEXT)
1927 $(exception_shared_2_test_LINK) $(exception_shared_2_test_OBJECTS) $(exception_shared_2_test_LDADD) $(LIBS)
1928 exception_static_test$(EXEEXT): $(exception_static_test_OBJECTS) $(exception_static_test_DEPENDENCIES)
1929 @rm -f exception_static_test$(EXEEXT)
1930 $(exception_static_test_LINK) $(exception_static_test_OBJECTS) $(exception_static_test_LDADD) $(LIBS)
1931 exception_test$(EXEEXT): $(exception_test_OBJECTS) $(exception_test_DEPENDENCIES)
1932 @rm -f exception_test$(EXEEXT)
1933 $(exception_test_LINK) $(exception_test_OBJECTS) $(exception_test_LDADD) $(LIBS)
1934 exclude_libs_test$(EXEEXT): $(exclude_libs_test_OBJECTS) $(exclude_libs_test_DEPENDENCIES)
1935 @rm -f exclude_libs_test$(EXEEXT)
1936 $(exclude_libs_test_LINK) $(exclude_libs_test_OBJECTS) $(exclude_libs_test_LDADD) $(LIBS)
1937 @GCC_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
1938 @GCC_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
1939 @GCC_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
1940 @HAVE_ZLIB_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
1941 @HAVE_ZLIB_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
1942 @HAVE_ZLIB_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
1943 @NATIVE_LINKER_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
1944 @NATIVE_LINKER_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
1945 @NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
1946 @GCC_FALSE@flagstest_o_specialfile$(EXEEXT): $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_DEPENDENCIES)
1947 @GCC_FALSE@ @rm -f flagstest_o_specialfile$(EXEEXT)
1948 @GCC_FALSE@ $(LINK) $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_LDADD) $(LIBS)
1949 @NATIVE_LINKER_FALSE@flagstest_o_specialfile$(EXEEXT): $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_DEPENDENCIES)
1950 @NATIVE_LINKER_FALSE@ @rm -f flagstest_o_specialfile$(EXEEXT)
1951 @NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_LDADD) $(LIBS)
1952 @GCC_FALSE@flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT): $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES)
1953 @GCC_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
1954 @GCC_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
1955 @HAVE_ZLIB_FALSE@flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT): $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES)
1956 @HAVE_ZLIB_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
1957 @HAVE_ZLIB_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
1958 @NATIVE_LINKER_FALSE@flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT): $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES)
1959 @NATIVE_LINKER_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
1960 @NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
1961 @GCC_FALSE@icf_virtual_function_folding_test$(EXEEXT): $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_DEPENDENCIES)
1962 @GCC_FALSE@ @rm -f icf_virtual_function_folding_test$(EXEEXT)
1963 @GCC_FALSE@ $(LINK) $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_LDADD) $(LIBS)
1964 @NATIVE_LINKER_FALSE@icf_virtual_function_folding_test$(EXEEXT): $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_DEPENDENCIES)
1965 @NATIVE_LINKER_FALSE@ @rm -f icf_virtual_function_folding_test$(EXEEXT)
1966 @NATIVE_LINKER_FALSE@ $(LINK) $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_LDADD) $(LIBS)
1967 initpri1$(EXEEXT): $(initpri1_OBJECTS) $(initpri1_DEPENDENCIES)
1968 @rm -f initpri1$(EXEEXT)
1969 $(initpri1_LINK) $(initpri1_OBJECTS) $(initpri1_LDADD) $(LIBS)
1970 justsyms$(EXEEXT): $(justsyms_OBJECTS) $(justsyms_DEPENDENCIES)
1971 @rm -f justsyms$(EXEEXT)
1972 $(justsyms_LINK) $(justsyms_OBJECTS) $(justsyms_LDADD) $(LIBS)
1973 large$(EXEEXT): $(large_OBJECTS) $(large_DEPENDENCIES)
1974 @rm -f large$(EXEEXT)
1975 $(large_LINK) $(large_OBJECTS) $(large_LDADD) $(LIBS)
1976 @GCC_FALSE@local_labels_test$(EXEEXT): $(local_labels_test_OBJECTS) $(local_labels_test_DEPENDENCIES)
1977 @GCC_FALSE@ @rm -f local_labels_test$(EXEEXT)
1978 @GCC_FALSE@ $(LINK) $(local_labels_test_OBJECTS) $(local_labels_test_LDADD) $(LIBS)
1979 @NATIVE_LINKER_FALSE@local_labels_test$(EXEEXT): $(local_labels_test_OBJECTS) $(local_labels_test_DEPENDENCIES)
1980 @NATIVE_LINKER_FALSE@ @rm -f local_labels_test$(EXEEXT)
1981 @NATIVE_LINKER_FALSE@ $(LINK) $(local_labels_test_OBJECTS) $(local_labels_test_LDADD) $(LIBS)
1982 @GCC_FALSE@many_sections_r_test$(EXEEXT): $(many_sections_r_test_OBJECTS) $(many_sections_r_test_DEPENDENCIES)
1983 @GCC_FALSE@ @rm -f many_sections_r_test$(EXEEXT)
1984 @GCC_FALSE@ $(LINK) $(many_sections_r_test_OBJECTS) $(many_sections_r_test_LDADD) $(LIBS)
1985 @NATIVE_LINKER_FALSE@many_sections_r_test$(EXEEXT): $(many_sections_r_test_OBJECTS) $(many_sections_r_test_DEPENDENCIES)
1986 @NATIVE_LINKER_FALSE@ @rm -f many_sections_r_test$(EXEEXT)
1987 @NATIVE_LINKER_FALSE@ $(LINK) $(many_sections_r_test_OBJECTS) $(many_sections_r_test_LDADD) $(LIBS)
1988 many_sections_test$(EXEEXT): $(many_sections_test_OBJECTS) $(many_sections_test_DEPENDENCIES)
1989 @rm -f many_sections_test$(EXEEXT)
1990 $(many_sections_test_LINK) $(many_sections_test_OBJECTS) $(many_sections_test_LDADD) $(LIBS)
1991 object_unittest$(EXEEXT): $(object_unittest_OBJECTS) $(object_unittest_DEPENDENCIES)
1992 @rm -f object_unittest$(EXEEXT)
1993 $(CXXLINK) $(object_unittest_OBJECTS) $(object_unittest_LDADD) $(LIBS)
1994 @GCC_FALSE@permission_test$(EXEEXT): $(permission_test_OBJECTS) $(permission_test_DEPENDENCIES)
1995 @GCC_FALSE@ @rm -f permission_test$(EXEEXT)
1996 @GCC_FALSE@ $(LINK) $(permission_test_OBJECTS) $(permission_test_LDADD) $(LIBS)
1997 @NATIVE_LINKER_FALSE@permission_test$(EXEEXT): $(permission_test_OBJECTS) $(permission_test_DEPENDENCIES)
1998 @NATIVE_LINKER_FALSE@ @rm -f permission_test$(EXEEXT)
1999 @NATIVE_LINKER_FALSE@ $(LINK) $(permission_test_OBJECTS) $(permission_test_LDADD) $(LIBS)
2000 @GCC_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
2001 @GCC_FALSE@ @rm -f plugin_test_1$(EXEEXT)
2002 @GCC_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
2003 @NATIVE_LINKER_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
2004 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_1$(EXEEXT)
2005 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
2006 @PLUGINS_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
2007 @PLUGINS_FALSE@ @rm -f plugin_test_1$(EXEEXT)
2008 @PLUGINS_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
2009 @GCC_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
2010 @GCC_FALSE@ @rm -f plugin_test_2$(EXEEXT)
2011 @GCC_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
2012 @NATIVE_LINKER_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
2013 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_2$(EXEEXT)
2014 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
2015 @PLUGINS_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
2016 @PLUGINS_FALSE@ @rm -f plugin_test_2$(EXEEXT)
2017 @PLUGINS_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
2018 @GCC_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
2019 @GCC_FALSE@ @rm -f plugin_test_3$(EXEEXT)
2020 @GCC_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
2021 @NATIVE_LINKER_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
2022 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_3$(EXEEXT)
2023 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
2024 @PLUGINS_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
2025 @PLUGINS_FALSE@ @rm -f plugin_test_3$(EXEEXT)
2026 @PLUGINS_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
2027 @GCC_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
2028 @GCC_FALSE@ @rm -f plugin_test_4$(EXEEXT)
2029 @GCC_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
2030 @NATIVE_LINKER_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
2031 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_4$(EXEEXT)
2032 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
2033 @PLUGINS_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
2034 @PLUGINS_FALSE@ @rm -f plugin_test_4$(EXEEXT)
2035 @PLUGINS_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
2036 @GCC_FALSE@plugin_test_5$(EXEEXT): $(plugin_test_5_OBJECTS) $(plugin_test_5_DEPENDENCIES)
2037 @GCC_FALSE@ @rm -f plugin_test_5$(EXEEXT)
2038 @GCC_FALSE@ $(LINK) $(plugin_test_5_OBJECTS) $(plugin_test_5_LDADD) $(LIBS)
2039 @NATIVE_LINKER_FALSE@plugin_test_5$(EXEEXT): $(plugin_test_5_OBJECTS) $(plugin_test_5_DEPENDENCIES)
2040 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_5$(EXEEXT)
2041 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_5_OBJECTS) $(plugin_test_5_LDADD) $(LIBS)
2042 @PLUGINS_FALSE@plugin_test_5$(EXEEXT): $(plugin_test_5_OBJECTS) $(plugin_test_5_DEPENDENCIES)
2043 @PLUGINS_FALSE@ @rm -f plugin_test_5$(EXEEXT)
2044 @PLUGINS_FALSE@ $(LINK) $(plugin_test_5_OBJECTS) $(plugin_test_5_LDADD) $(LIBS)
2045 @GCC_FALSE@plugin_test_6$(EXEEXT): $(plugin_test_6_OBJECTS) $(plugin_test_6_DEPENDENCIES)
2046 @GCC_FALSE@ @rm -f plugin_test_6$(EXEEXT)
2047 @GCC_FALSE@ $(LINK) $(plugin_test_6_OBJECTS) $(plugin_test_6_LDADD) $(LIBS)
2048 @NATIVE_LINKER_FALSE@plugin_test_6$(EXEEXT): $(plugin_test_6_OBJECTS) $(plugin_test_6_DEPENDENCIES)
2049 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_6$(EXEEXT)
2050 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_6_OBJECTS) $(plugin_test_6_LDADD) $(LIBS)
2051 @PLUGINS_FALSE@plugin_test_6$(EXEEXT): $(plugin_test_6_OBJECTS) $(plugin_test_6_DEPENDENCIES)
2052 @PLUGINS_FALSE@ @rm -f plugin_test_6$(EXEEXT)
2053 @PLUGINS_FALSE@ $(LINK) $(plugin_test_6_OBJECTS) $(plugin_test_6_LDADD) $(LIBS)
2054 @GCC_FALSE@plugin_test_7$(EXEEXT): $(plugin_test_7_OBJECTS) $(plugin_test_7_DEPENDENCIES)
2055 @GCC_FALSE@ @rm -f plugin_test_7$(EXEEXT)
2056 @GCC_FALSE@ $(LINK) $(plugin_test_7_OBJECTS) $(plugin_test_7_LDADD) $(LIBS)
2057 @NATIVE_LINKER_FALSE@plugin_test_7$(EXEEXT): $(plugin_test_7_OBJECTS) $(plugin_test_7_DEPENDENCIES)
2058 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_7$(EXEEXT)
2059 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_7_OBJECTS) $(plugin_test_7_LDADD) $(LIBS)
2060 @PLUGINS_FALSE@plugin_test_7$(EXEEXT): $(plugin_test_7_OBJECTS) $(plugin_test_7_DEPENDENCIES)
2061 @PLUGINS_FALSE@ @rm -f plugin_test_7$(EXEEXT)
2062 @PLUGINS_FALSE@ $(LINK) $(plugin_test_7_OBJECTS) $(plugin_test_7_LDADD) $(LIBS)
2063 @GCC_FALSE@plugin_test_8$(EXEEXT): $(plugin_test_8_OBJECTS) $(plugin_test_8_DEPENDENCIES)
2064 @GCC_FALSE@ @rm -f plugin_test_8$(EXEEXT)
2065 @GCC_FALSE@ $(LINK) $(plugin_test_8_OBJECTS) $(plugin_test_8_LDADD) $(LIBS)
2066 @NATIVE_LINKER_FALSE@plugin_test_8$(EXEEXT): $(plugin_test_8_OBJECTS) $(plugin_test_8_DEPENDENCIES)
2067 @NATIVE_LINKER_FALSE@ @rm -f plugin_test_8$(EXEEXT)
2068 @NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_8_OBJECTS) $(plugin_test_8_LDADD) $(LIBS)
2069 @PLUGINS_FALSE@plugin_test_8$(EXEEXT): $(plugin_test_8_OBJECTS) $(plugin_test_8_DEPENDENCIES)
2070 @PLUGINS_FALSE@ @rm -f plugin_test_8$(EXEEXT)
2071 @PLUGINS_FALSE@ $(LINK) $(plugin_test_8_OBJECTS) $(plugin_test_8_LDADD) $(LIBS)
2072 protected_1$(EXEEXT): $(protected_1_OBJECTS) $(protected_1_DEPENDENCIES)
2073 @rm -f protected_1$(EXEEXT)
2074 $(protected_1_LINK) $(protected_1_OBJECTS) $(protected_1_LDADD) $(LIBS)
2075 protected_2$(EXEEXT): $(protected_2_OBJECTS) $(protected_2_DEPENDENCIES)
2076 @rm -f protected_2$(EXEEXT)
2077 $(protected_2_LINK) $(protected_2_OBJECTS) $(protected_2_LDADD) $(LIBS)
2078 relro_script_test$(EXEEXT): $(relro_script_test_OBJECTS) $(relro_script_test_DEPENDENCIES)
2079 @rm -f relro_script_test$(EXEEXT)
2080 $(relro_script_test_LINK) $(relro_script_test_OBJECTS) $(relro_script_test_LDADD) $(LIBS)
2081 relro_strip_test$(EXEEXT): $(relro_strip_test_OBJECTS) $(relro_strip_test_DEPENDENCIES)
2082 @rm -f relro_strip_test$(EXEEXT)
2083 $(relro_strip_test_LINK) $(relro_strip_test_OBJECTS) $(relro_strip_test_LDADD) $(LIBS)
2084 relro_test$(EXEEXT): $(relro_test_OBJECTS) $(relro_test_DEPENDENCIES)
2085 @rm -f relro_test$(EXEEXT)
2086 $(relro_test_LINK) $(relro_test_OBJECTS) $(relro_test_LDADD) $(LIBS)
2087 script_test_1$(EXEEXT): $(script_test_1_OBJECTS) $(script_test_1_DEPENDENCIES)
2088 @rm -f script_test_1$(EXEEXT)
2089 $(script_test_1_LINK) $(script_test_1_OBJECTS) $(script_test_1_LDADD) $(LIBS)
2090 script_test_2$(EXEEXT): $(script_test_2_OBJECTS) $(script_test_2_DEPENDENCIES)
2091 @rm -f script_test_2$(EXEEXT)
2092 $(script_test_2_LINK) $(script_test_2_OBJECTS) $(script_test_2_LDADD) $(LIBS)
2093 @GCC_FALSE@script_test_3$(EXEEXT): $(script_test_3_OBJECTS) $(script_test_3_DEPENDENCIES)
2094 @GCC_FALSE@ @rm -f script_test_3$(EXEEXT)
2095 @GCC_FALSE@ $(LINK) $(script_test_3_OBJECTS) $(script_test_3_LDADD) $(LIBS)
2096 @NATIVE_LINKER_FALSE@script_test_3$(EXEEXT): $(script_test_3_OBJECTS) $(script_test_3_DEPENDENCIES)
2097 @NATIVE_LINKER_FALSE@ @rm -f script_test_3$(EXEEXT)
2098 @NATIVE_LINKER_FALSE@ $(LINK) $(script_test_3_OBJECTS) $(script_test_3_LDADD) $(LIBS)
2099 searched_file_test$(EXEEXT): $(searched_file_test_OBJECTS) $(searched_file_test_DEPENDENCIES)
2100 @rm -f searched_file_test$(EXEEXT)
2101 $(searched_file_test_LINK) $(searched_file_test_OBJECTS) $(searched_file_test_LDADD) $(LIBS)
2102 thin_archive_test_1$(EXEEXT): $(thin_archive_test_1_OBJECTS) $(thin_archive_test_1_DEPENDENCIES)
2103 @rm -f thin_archive_test_1$(EXEEXT)
2104 $(thin_archive_test_1_LINK) $(thin_archive_test_1_OBJECTS) $(thin_archive_test_1_LDADD) $(LIBS)
2105 thin_archive_test_2$(EXEEXT): $(thin_archive_test_2_OBJECTS) $(thin_archive_test_2_DEPENDENCIES)
2106 @rm -f thin_archive_test_2$(EXEEXT)
2107 $(thin_archive_test_2_LINK) $(thin_archive_test_2_OBJECTS) $(thin_archive_test_2_LDADD) $(LIBS)
2108 tls_phdrs_script_test$(EXEEXT): $(tls_phdrs_script_test_OBJECTS) $(tls_phdrs_script_test_DEPENDENCIES)
2109 @rm -f tls_phdrs_script_test$(EXEEXT)
2110 $(tls_phdrs_script_test_LINK) $(tls_phdrs_script_test_OBJECTS) $(tls_phdrs_script_test_LDADD) $(LIBS)
2111 tls_pic_test$(EXEEXT): $(tls_pic_test_OBJECTS) $(tls_pic_test_DEPENDENCIES)
2112 @rm -f tls_pic_test$(EXEEXT)
2113 $(tls_pic_test_LINK) $(tls_pic_test_OBJECTS) $(tls_pic_test_LDADD) $(LIBS)
2114 @GCC_FALSE@tls_pie_pic_test$(EXEEXT): $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_DEPENDENCIES)
2115 @GCC_FALSE@ @rm -f tls_pie_pic_test$(EXEEXT)
2116 @GCC_FALSE@ $(LINK) $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_LDADD) $(LIBS)
2117 @NATIVE_LINKER_FALSE@tls_pie_pic_test$(EXEEXT): $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_DEPENDENCIES)
2118 @NATIVE_LINKER_FALSE@ @rm -f tls_pie_pic_test$(EXEEXT)
2119 @NATIVE_LINKER_FALSE@ $(LINK) $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_LDADD) $(LIBS)
2120 @TLS_FALSE@tls_pie_pic_test$(EXEEXT): $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_DEPENDENCIES)
2121 @TLS_FALSE@ @rm -f tls_pie_pic_test$(EXEEXT)
2122 @TLS_FALSE@ $(LINK) $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_LDADD) $(LIBS)
2123 @GCC_FALSE@tls_pie_test$(EXEEXT): $(tls_pie_test_OBJECTS) $(tls_pie_test_DEPENDENCIES)
2124 @GCC_FALSE@ @rm -f tls_pie_test$(EXEEXT)
2125 @GCC_FALSE@ $(LINK) $(tls_pie_test_OBJECTS) $(tls_pie_test_LDADD) $(LIBS)
2126 @NATIVE_LINKER_FALSE@tls_pie_test$(EXEEXT): $(tls_pie_test_OBJECTS) $(tls_pie_test_DEPENDENCIES)
2127 @NATIVE_LINKER_FALSE@ @rm -f tls_pie_test$(EXEEXT)
2128 @NATIVE_LINKER_FALSE@ $(LINK) $(tls_pie_test_OBJECTS) $(tls_pie_test_LDADD) $(LIBS)
2129 @TLS_FALSE@tls_pie_test$(EXEEXT): $(tls_pie_test_OBJECTS) $(tls_pie_test_DEPENDENCIES)
2130 @TLS_FALSE@ @rm -f tls_pie_test$(EXEEXT)
2131 @TLS_FALSE@ $(LINK) $(tls_pie_test_OBJECTS) $(tls_pie_test_LDADD) $(LIBS)
2132 tls_script_test$(EXEEXT): $(tls_script_test_OBJECTS) $(tls_script_test_DEPENDENCIES)
2133 @rm -f tls_script_test$(EXEEXT)
2134 $(tls_script_test_LINK) $(tls_script_test_OBJECTS) $(tls_script_test_LDADD) $(LIBS)
2135 tls_shared_gd_to_ie_test$(EXEEXT): $(tls_shared_gd_to_ie_test_OBJECTS) $(tls_shared_gd_to_ie_test_DEPENDENCIES)
2136 @rm -f tls_shared_gd_to_ie_test$(EXEEXT)
2137 $(tls_shared_gd_to_ie_test_LINK) $(tls_shared_gd_to_ie_test_OBJECTS) $(tls_shared_gd_to_ie_test_LDADD) $(LIBS)
2138 tls_shared_gnu2_gd_to_ie_test$(EXEEXT): $(tls_shared_gnu2_gd_to_ie_test_OBJECTS) $(tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES)
2139 @rm -f tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
2140 $(tls_shared_gnu2_gd_to_ie_test_LINK) $(tls_shared_gnu2_gd_to_ie_test_OBJECTS) $(tls_shared_gnu2_gd_to_ie_test_LDADD) $(LIBS)
2141 tls_shared_gnu2_test$(EXEEXT): $(tls_shared_gnu2_test_OBJECTS) $(tls_shared_gnu2_test_DEPENDENCIES)
2142 @rm -f tls_shared_gnu2_test$(EXEEXT)
2143 $(tls_shared_gnu2_test_LINK) $(tls_shared_gnu2_test_OBJECTS) $(tls_shared_gnu2_test_LDADD) $(LIBS)
2144 tls_shared_ie_test$(EXEEXT): $(tls_shared_ie_test_OBJECTS) $(tls_shared_ie_test_DEPENDENCIES)
2145 @rm -f tls_shared_ie_test$(EXEEXT)
2146 $(tls_shared_ie_test_LINK) $(tls_shared_ie_test_OBJECTS) $(tls_shared_ie_test_LDADD) $(LIBS)
2147 tls_shared_nonpic_test$(EXEEXT): $(tls_shared_nonpic_test_OBJECTS) $(tls_shared_nonpic_test_DEPENDENCIES)
2148 @rm -f tls_shared_nonpic_test$(EXEEXT)
2149 $(tls_shared_nonpic_test_LINK) $(tls_shared_nonpic_test_OBJECTS) $(tls_shared_nonpic_test_LDADD) $(LIBS)
2150 tls_shared_test$(EXEEXT): $(tls_shared_test_OBJECTS) $(tls_shared_test_DEPENDENCIES)
2151 @rm -f tls_shared_test$(EXEEXT)
2152 $(tls_shared_test_LINK) $(tls_shared_test_OBJECTS) $(tls_shared_test_LDADD) $(LIBS)
2153 tls_static_pic_test$(EXEEXT): $(tls_static_pic_test_OBJECTS) $(tls_static_pic_test_DEPENDENCIES)
2154 @rm -f tls_static_pic_test$(EXEEXT)
2155 $(tls_static_pic_test_LINK) $(tls_static_pic_test_OBJECTS) $(tls_static_pic_test_LDADD) $(LIBS)
2156 tls_static_test$(EXEEXT): $(tls_static_test_OBJECTS) $(tls_static_test_DEPENDENCIES)
2157 @rm -f tls_static_test$(EXEEXT)
2158 $(tls_static_test_LINK) $(tls_static_test_OBJECTS) $(tls_static_test_LDADD) $(LIBS)
2159 tls_test$(EXEEXT): $(tls_test_OBJECTS) $(tls_test_DEPENDENCIES)
2160 @rm -f tls_test$(EXEEXT)
2161 $(tls_test_LINK) $(tls_test_OBJECTS) $(tls_test_LDADD) $(LIBS)
2162 two_file_mixed_2_shared_test$(EXEEXT): $(two_file_mixed_2_shared_test_OBJECTS) $(two_file_mixed_2_shared_test_DEPENDENCIES)
2163 @rm -f two_file_mixed_2_shared_test$(EXEEXT)
2164 $(two_file_mixed_2_shared_test_LINK) $(two_file_mixed_2_shared_test_OBJECTS) $(two_file_mixed_2_shared_test_LDADD) $(LIBS)
2165 two_file_mixed_shared_test$(EXEEXT): $(two_file_mixed_shared_test_OBJECTS) $(two_file_mixed_shared_test_DEPENDENCIES)
2166 @rm -f two_file_mixed_shared_test$(EXEEXT)
2167 $(two_file_mixed_shared_test_LINK) $(two_file_mixed_shared_test_OBJECTS) $(two_file_mixed_shared_test_LDADD) $(LIBS)
2168 two_file_pic_test$(EXEEXT): $(two_file_pic_test_OBJECTS) $(two_file_pic_test_DEPENDENCIES)
2169 @rm -f two_file_pic_test$(EXEEXT)
2170 $(two_file_pic_test_LINK) $(two_file_pic_test_OBJECTS) $(two_file_pic_test_LDADD) $(LIBS)
2171 @GCC_FALSE@two_file_pie_test$(EXEEXT): $(two_file_pie_test_OBJECTS) $(two_file_pie_test_DEPENDENCIES)
2172 @GCC_FALSE@ @rm -f two_file_pie_test$(EXEEXT)
2173 @GCC_FALSE@ $(LINK) $(two_file_pie_test_OBJECTS) $(two_file_pie_test_LDADD) $(LIBS)
2174 @NATIVE_LINKER_FALSE@two_file_pie_test$(EXEEXT): $(two_file_pie_test_OBJECTS) $(two_file_pie_test_DEPENDENCIES)
2175 @NATIVE_LINKER_FALSE@ @rm -f two_file_pie_test$(EXEEXT)
2176 @NATIVE_LINKER_FALSE@ $(LINK) $(two_file_pie_test_OBJECTS) $(two_file_pie_test_LDADD) $(LIBS)
2177 two_file_relocatable_test$(EXEEXT): $(two_file_relocatable_test_OBJECTS) $(two_file_relocatable_test_DEPENDENCIES)
2178 @rm -f two_file_relocatable_test$(EXEEXT)
2179 $(two_file_relocatable_test_LINK) $(two_file_relocatable_test_OBJECTS) $(two_file_relocatable_test_LDADD) $(LIBS)
2180 two_file_same_shared_nonpic_test$(EXEEXT): $(two_file_same_shared_nonpic_test_OBJECTS) $(two_file_same_shared_nonpic_test_DEPENDENCIES)
2181 @rm -f two_file_same_shared_nonpic_test$(EXEEXT)
2182 $(two_file_same_shared_nonpic_test_LINK) $(two_file_same_shared_nonpic_test_OBJECTS) $(two_file_same_shared_nonpic_test_LDADD) $(LIBS)
2183 two_file_same_shared_strip_test$(EXEEXT): $(two_file_same_shared_strip_test_OBJECTS) $(two_file_same_shared_strip_test_DEPENDENCIES)
2184 @rm -f two_file_same_shared_strip_test$(EXEEXT)
2185 $(two_file_same_shared_strip_test_LINK) $(two_file_same_shared_strip_test_OBJECTS) $(two_file_same_shared_strip_test_LDADD) $(LIBS)
2186 two_file_same_shared_test$(EXEEXT): $(two_file_same_shared_test_OBJECTS) $(two_file_same_shared_test_DEPENDENCIES)
2187 @rm -f two_file_same_shared_test$(EXEEXT)
2188 $(two_file_same_shared_test_LINK) $(two_file_same_shared_test_OBJECTS) $(two_file_same_shared_test_LDADD) $(LIBS)
2189 two_file_separate_shared_12_nonpic_test$(EXEEXT): $(two_file_separate_shared_12_nonpic_test_OBJECTS) $(two_file_separate_shared_12_nonpic_test_DEPENDENCIES)
2190 @rm -f two_file_separate_shared_12_nonpic_test$(EXEEXT)
2191 $(two_file_separate_shared_12_nonpic_test_LINK) $(two_file_separate_shared_12_nonpic_test_OBJECTS) $(two_file_separate_shared_12_nonpic_test_LDADD) $(LIBS)
2192 two_file_separate_shared_12_test$(EXEEXT): $(two_file_separate_shared_12_test_OBJECTS) $(two_file_separate_shared_12_test_DEPENDENCIES)
2193 @rm -f two_file_separate_shared_12_test$(EXEEXT)
2194 $(two_file_separate_shared_12_test_LINK) $(two_file_separate_shared_12_test_OBJECTS) $(two_file_separate_shared_12_test_LDADD) $(LIBS)
2195 two_file_separate_shared_21_nonpic_test$(EXEEXT): $(two_file_separate_shared_21_nonpic_test_OBJECTS) $(two_file_separate_shared_21_nonpic_test_DEPENDENCIES)
2196 @rm -f two_file_separate_shared_21_nonpic_test$(EXEEXT)
2197 $(two_file_separate_shared_21_nonpic_test_LINK) $(two_file_separate_shared_21_nonpic_test_OBJECTS) $(two_file_separate_shared_21_nonpic_test_LDADD) $(LIBS)
2198 two_file_separate_shared_21_test$(EXEEXT): $(two_file_separate_shared_21_test_OBJECTS) $(two_file_separate_shared_21_test_DEPENDENCIES)
2199 @rm -f two_file_separate_shared_21_test$(EXEEXT)
2200 $(two_file_separate_shared_21_test_LINK) $(two_file_separate_shared_21_test_OBJECTS) $(two_file_separate_shared_21_test_LDADD) $(LIBS)
2201 two_file_shared_1_nonpic_test$(EXEEXT): $(two_file_shared_1_nonpic_test_OBJECTS) $(two_file_shared_1_nonpic_test_DEPENDENCIES)
2202 @rm -f two_file_shared_1_nonpic_test$(EXEEXT)
2203 $(two_file_shared_1_nonpic_test_LINK) $(two_file_shared_1_nonpic_test_OBJECTS) $(two_file_shared_1_nonpic_test_LDADD) $(LIBS)
2204 two_file_shared_1_pic_2_test$(EXEEXT): $(two_file_shared_1_pic_2_test_OBJECTS) $(two_file_shared_1_pic_2_test_DEPENDENCIES)
2205 @rm -f two_file_shared_1_pic_2_test$(EXEEXT)
2206 $(two_file_shared_1_pic_2_test_LINK) $(two_file_shared_1_pic_2_test_OBJECTS) $(two_file_shared_1_pic_2_test_LDADD) $(LIBS)
2207 two_file_shared_1_test$(EXEEXT): $(two_file_shared_1_test_OBJECTS) $(two_file_shared_1_test_DEPENDENCIES)
2208 @rm -f two_file_shared_1_test$(EXEEXT)
2209 $(two_file_shared_1_test_LINK) $(two_file_shared_1_test_OBJECTS) $(two_file_shared_1_test_LDADD) $(LIBS)
2210 two_file_shared_2_nonpic_test$(EXEEXT): $(two_file_shared_2_nonpic_test_OBJECTS) $(two_file_shared_2_nonpic_test_DEPENDENCIES)
2211 @rm -f two_file_shared_2_nonpic_test$(EXEEXT)
2212 $(two_file_shared_2_nonpic_test_LINK) $(two_file_shared_2_nonpic_test_OBJECTS) $(two_file_shared_2_nonpic_test_LDADD) $(LIBS)
2213 two_file_shared_2_pic_1_test$(EXEEXT): $(two_file_shared_2_pic_1_test_OBJECTS) $(two_file_shared_2_pic_1_test_DEPENDENCIES)
2214 @rm -f two_file_shared_2_pic_1_test$(EXEEXT)
2215 $(two_file_shared_2_pic_1_test_LINK) $(two_file_shared_2_pic_1_test_OBJECTS) $(two_file_shared_2_pic_1_test_LDADD) $(LIBS)
2216 two_file_shared_2_test$(EXEEXT): $(two_file_shared_2_test_OBJECTS) $(two_file_shared_2_test_DEPENDENCIES)
2217 @rm -f two_file_shared_2_test$(EXEEXT)
2218 $(two_file_shared_2_test_LINK) $(two_file_shared_2_test_OBJECTS) $(two_file_shared_2_test_LDADD) $(LIBS)
2219 two_file_static_test$(EXEEXT): $(two_file_static_test_OBJECTS) $(two_file_static_test_DEPENDENCIES)
2220 @rm -f two_file_static_test$(EXEEXT)
2221 $(two_file_static_test_LINK) $(two_file_static_test_OBJECTS) $(two_file_static_test_LDADD) $(LIBS)
2222 @GCC_FALSE@two_file_strip_test$(EXEEXT): $(two_file_strip_test_OBJECTS) $(two_file_strip_test_DEPENDENCIES)
2223 @GCC_FALSE@ @rm -f two_file_strip_test$(EXEEXT)
2224 @GCC_FALSE@ $(LINK) $(two_file_strip_test_OBJECTS) $(two_file_strip_test_LDADD) $(LIBS)
2225 @NATIVE_LINKER_FALSE@two_file_strip_test$(EXEEXT): $(two_file_strip_test_OBJECTS) $(two_file_strip_test_DEPENDENCIES)
2226 @NATIVE_LINKER_FALSE@ @rm -f two_file_strip_test$(EXEEXT)
2227 @NATIVE_LINKER_FALSE@ $(LINK) $(two_file_strip_test_OBJECTS) $(two_file_strip_test_LDADD) $(LIBS)
2228 two_file_test$(EXEEXT): $(two_file_test_OBJECTS) $(two_file_test_DEPENDENCIES)
2229 @rm -f two_file_test$(EXEEXT)
2230 $(two_file_test_LINK) $(two_file_test_OBJECTS) $(two_file_test_LDADD) $(LIBS)
2231 ver_test$(EXEEXT): $(ver_test_OBJECTS) $(ver_test_DEPENDENCIES)
2232 @rm -f ver_test$(EXEEXT)
2233 $(ver_test_LINK) $(ver_test_OBJECTS) $(ver_test_LDADD) $(LIBS)
2234 ver_test_11$(EXEEXT): $(ver_test_11_OBJECTS) $(ver_test_11_DEPENDENCIES)
2235 @rm -f ver_test_11$(EXEEXT)
2236 $(ver_test_11_LINK) $(ver_test_11_OBJECTS) $(ver_test_11_LDADD) $(LIBS)
2237 ver_test_2$(EXEEXT): $(ver_test_2_OBJECTS) $(ver_test_2_DEPENDENCIES)
2238 @rm -f ver_test_2$(EXEEXT)
2239 $(ver_test_2_LINK) $(ver_test_2_OBJECTS) $(ver_test_2_LDADD) $(LIBS)
2240 ver_test_6$(EXEEXT): $(ver_test_6_OBJECTS) $(ver_test_6_DEPENDENCIES)
2241 @rm -f ver_test_6$(EXEEXT)
2242 $(ver_test_6_LINK) $(ver_test_6_OBJECTS) $(ver_test_6_LDADD) $(LIBS)
2243 ver_test_8$(EXEEXT): $(ver_test_8_OBJECTS) $(ver_test_8_DEPENDENCIES)
2244 @rm -f ver_test_8$(EXEEXT)
2245 $(ver_test_8_LINK) $(ver_test_8_OBJECTS) $(ver_test_8_LDADD) $(LIBS)
2246 ver_test_9$(EXEEXT): $(ver_test_9_OBJECTS) $(ver_test_9_DEPENDENCIES)
2247 @rm -f ver_test_9$(EXEEXT)
2248 $(ver_test_9_LINK) $(ver_test_9_OBJECTS) $(ver_test_9_LDADD) $(LIBS)
2249 weak_alias_test$(EXEEXT): $(weak_alias_test_OBJECTS) $(weak_alias_test_DEPENDENCIES)
2250 @rm -f weak_alias_test$(EXEEXT)
2251 $(weak_alias_test_LINK) $(weak_alias_test_OBJECTS) $(weak_alias_test_LDADD) $(LIBS)
2252 @GCC_FALSE@weak_plt$(EXEEXT): $(weak_plt_OBJECTS) $(weak_plt_DEPENDENCIES)
2253 @GCC_FALSE@ @rm -f weak_plt$(EXEEXT)
2254 @GCC_FALSE@ $(LINK) $(weak_plt_OBJECTS) $(weak_plt_LDADD) $(LIBS)
2255 @NATIVE_LINKER_FALSE@weak_plt$(EXEEXT): $(weak_plt_OBJECTS) $(weak_plt_DEPENDENCIES)
2256 @NATIVE_LINKER_FALSE@ @rm -f weak_plt$(EXEEXT)
2257 @NATIVE_LINKER_FALSE@ $(LINK) $(weak_plt_OBJECTS) $(weak_plt_LDADD) $(LIBS)
2258 weak_test$(EXEEXT): $(weak_test_OBJECTS) $(weak_test_DEPENDENCIES)
2259 @rm -f weak_test$(EXEEXT)
2260 $(weak_test_LINK) $(weak_test_OBJECTS) $(weak_test_LDADD) $(LIBS)
2261 weak_undef_nonpic_test$(EXEEXT): $(weak_undef_nonpic_test_OBJECTS) $(weak_undef_nonpic_test_DEPENDENCIES)
2262 @rm -f weak_undef_nonpic_test$(EXEEXT)
2263 $(weak_undef_nonpic_test_LINK) $(weak_undef_nonpic_test_OBJECTS) $(weak_undef_nonpic_test_LDADD) $(LIBS)
2264 weak_undef_test$(EXEEXT): $(weak_undef_test_OBJECTS) $(weak_undef_test_DEPENDENCIES)
2265 @rm -f weak_undef_test$(EXEEXT)
2266 $(weak_undef_test_LINK) $(weak_undef_test_OBJECTS) $(weak_undef_test_LDADD) $(LIBS)
2267
2268 mostlyclean-compile:
2269 -rm -f *.$(OBJEXT)
2270
2271 distclean-compile:
2272 -rm -f *.tab.c
2273
2274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_pic_test.Po@am__quote@
2275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_pie_test.Po@am__quote@
2276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_static_pic_test.Po@am__quote@
2277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_static_test.Po@am__quote@
2278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_test.Po@am__quote@
2279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary_test.Po@am__quote@
2280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary_unittest.Po@am__quote@
2281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_test_1.Po@am__quote@
2282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constructor_test.Po@am__quote@
2283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy_test.Po@am__quote@
2284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discard_locals_test.Po@am__quote@
2285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_1.Po@am__quote@
2286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_2.Po@am__quote@
2287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_main.Po@am__quote@
2288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exclude_libs_test.Po@am__quote@
2289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_compress_debug_sections.Po@am__quote@
2290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_specialfile.Po@am__quote@
2291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_specialfile_and_compress_debug_sections.Po@am__quote@
2292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icf_virtual_function_folding_test.Po@am__quote@
2293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initpri1.Po@am__quote@
2294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/justsyms_1.Po@am__quote@
2295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/large-large.Po@am__quote@
2296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_labels_test.Po@am__quote@
2297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/many_sections_r_test.Po@am__quote@
2298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/many_sections_test.Po@am__quote@
2299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object_unittest.Po@am__quote@
2300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permission_test.Po@am__quote@
2301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_1.Po@am__quote@
2302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_2.Po@am__quote@
2303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_3.Po@am__quote@
2304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_4.Po@am__quote@
2305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_5.Po@am__quote@
2306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_6.Po@am__quote@
2307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_7.Po@am__quote@
2308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_8.Po@am__quote@
2309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_3.Po@am__quote@
2310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_1.Po@am__quote@
2311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_2.Po@am__quote@
2312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_3.Po@am__quote@
2313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relro_test_main.Po@am__quote@
2314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_1.Po@am__quote@
2315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2.Po@am__quote@
2316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2a.Po@am__quote@
2317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2b.Po@am__quote@
2318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_3.Po@am__quote@
2319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/searched_file_test.Po@am__quote@
2320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
2321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfile.Po@am__quote@
2322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testmain.Po@am__quote@
2323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thin_archive_main.Po@am__quote@
2324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_pie_pic_test.Po@am__quote@
2325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_pie_test.Po@am__quote@
2326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test.Po@am__quote@
2327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test_file2.Po@am__quote@
2328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test_main.Po@am__quote@
2329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_pie_test.Po@am__quote@
2330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_strip_test.Po@am__quote@
2331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_1.Po@am__quote@
2332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_1b.Po@am__quote@
2333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_2.Po@am__quote@
2334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_main.Po@am__quote@
2335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_6.Po@am__quote@
2336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_main.Po@am__quote@
2337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_main_2.Po@am__quote@
2338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_alias_test_main.Po@am__quote@
2339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_plt.Po@am__quote@
2340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_test.Po@am__quote@
2341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_undef_test.Po@am__quote@
2342
2343 .c.o:
2344 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2345 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2348 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
2349
2350 .c.obj:
2351 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2352 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2355 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
2356
2357 large-large.o: large.c
2358 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -MT large-large.o -MD -MP -MF $(DEPDIR)/large-large.Tpo -c -o large-large.o `test -f 'large.c' || echo '$(srcdir)/'`large.c
2359 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/large-large.Tpo $(DEPDIR)/large-large.Po
2360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='large.c' object='large-large.o' libtool=no @AMDEPBACKSLASH@
2361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2362 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -c -o large-large.o `test -f 'large.c' || echo '$(srcdir)/'`large.c
2363
2364 large-large.obj: large.c
2365 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -MT large-large.obj -MD -MP -MF $(DEPDIR)/large-large.Tpo -c -o large-large.obj `if test -f 'large.c'; then $(CYGPATH_W) 'large.c'; else $(CYGPATH_W) '$(srcdir)/large.c'; fi`
2366 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/large-large.Tpo $(DEPDIR)/large-large.Po
2367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='large.c' object='large-large.obj' libtool=no @AMDEPBACKSLASH@
2368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2369 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -c -o large-large.obj `if test -f 'large.c'; then $(CYGPATH_W) 'large.c'; else $(CYGPATH_W) '$(srcdir)/large.c'; fi`
2370
2371 .cc.o:
2372 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2373 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2375 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2376 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
2377
2378 .cc.obj:
2379 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2380 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2381 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2382 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2383 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2384
2385 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2386 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2387 unique=`for i in $$list; do \
2388 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2389 done | \
2390 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2391 END { if (nonempty) { for (i in files) print i; }; }'`; \
2392 mkid -fID $$unique
2393 tags: TAGS
2394
2395 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
2396 $(TAGS_FILES) $(LISP)
2397 set x; \
2398 here=`pwd`; \
2399 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2400 unique=`for i in $$list; do \
2401 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2402 done | \
2403 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2404 END { if (nonempty) { for (i in files) print i; }; }'`; \
2405 shift; \
2406 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2407 test -n "$$unique" || unique=$$empty_fix; \
2408 if test $$# -gt 0; then \
2409 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2410 "$$@" $$unique; \
2411 else \
2412 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2413 $$unique; \
2414 fi; \
2415 fi
2416 ctags: CTAGS
2417 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
2418 $(TAGS_FILES) $(LISP)
2419 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2420 unique=`for i in $$list; do \
2421 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2422 done | \
2423 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2424 END { if (nonempty) { for (i in files) print i; }; }'`; \
2425 test -z "$(CTAGS_ARGS)$$unique" \
2426 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2427 $$unique
2428
2429 GTAGS:
2430 here=`$(am__cd) $(top_builddir) && pwd` \
2431 && $(am__cd) $(top_srcdir) \
2432 && gtags -i $(GTAGS_ARGS) "$$here"
2433
2434 distclean-tags:
2435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2436
2437 # To be appended to the command running the test. Handle the stdout
2438 # and stderr redirection, and catch the exit status.
2439 am__check_post = \
2440 >$@-t 2>&1; \
2441 estatus=$$?; \
2442 if test -n '$(DISABLE_HARD_ERRORS)' \
2443 && test $$estatus -eq 99; then \
2444 estatus=1; \
2445 fi; \
2446 TERM=$$__SAVED_TERM; export TERM; \
2447 $(am__tty_colors); \
2448 xfailed=PASS; \
2449 case " $(XFAIL_TESTS) " in \
2450 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
2451 xfailed=XFAIL;; \
2452 esac; \
2453 case $$estatus:$$xfailed in \
2454 0:XFAIL) col=$$red; res=XPASS;; \
2455 0:*) col=$$grn; res=PASS ;; \
2456 77:*) col=$$blu; res=SKIP ;; \
2457 99:*) col=$$red; res=FAIL ;; \
2458 *:XFAIL) col=$$lgn; res=XFAIL;; \
2459 *:*) col=$$red; res=FAIL ;; \
2460 esac; \
2461 echo "$${col}$$res$${std}: $$f"; \
2462 echo "$$res: $$f (exit: $$estatus)" | \
2463 $(am__rst_section) >$@; \
2464 cat $@-t >>$@; \
2465 rm -f $@-t
2466
2467 $(TEST_SUITE_LOG): $(TEST_LOGS)
2468 @$(am__sh_e_setup); \
2469 list='$(TEST_LOGS)'; \
2470 results=`for f in $$list; do \
2471 read line < $$f && echo "$$line" || echo FAIL; \
2472 done`; \
2473 all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*//'`; \
2474 fail=`echo "$$results" | grep -c '^FAIL'`; \
2475 pass=`echo "$$results" | grep -c '^PASS'`; \
2476 skip=`echo "$$results" | grep -c '^SKIP'`; \
2477 xfail=`echo "$$results" | grep -c '^XFAIL'`; \
2478 xpass=`echo "$$results" | grep -c '^XPASS'`; \
2479 failures=`expr $$fail + $$xpass`; \
2480 all=`expr $$all - $$skip`; \
2481 if test "$$all" -eq 1; then tests=test; All=; \
2482 else tests=tests; All="All "; fi; \
2483 case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \
2484 fail=0:xpass=0:xfail=0) \
2485 msg="$$All$$all $$tests passed. "; \
2486 exit=true;; \
2487 fail=0:xpass=0:xfail=*) \
2488 msg="$$All$$all $$tests behaved as expected"; \
2489 if test "$$xfail" -eq 1; then xfailures=failure; \
2490 else xfailures=failures; fi; \
2491 msg="$$msg ($$xfail expected $$xfailures). "; \
2492 exit=true;; \
2493 fail=*:xpass=0:xfail=*) \
2494 msg="$$fail of $$all $$tests failed. "; \
2495 exit=false;; \
2496 fail=*:xpass=*:xfail=*) \
2497 msg="$$failures of $$all $$tests did not behave as expected"; \
2498 if test "$$xpass" -eq 1; then xpasses=pass; \
2499 else xpasses=passes; fi; \
2500 msg="$$msg ($$xpass unexpected $$xpasses). "; \
2501 exit=false;; \
2502 *) \
2503 echo >&2 "incorrect case"; exit 4;; \
2504 esac; \
2505 if test "$$skip" -ne 0; then \
2506 if test "$$skip" -eq 1; then \
2507 msg="$$msg($$skip test was not run). "; \
2508 else \
2509 msg="$$msg($$skip tests were not run). "; \
2510 fi; \
2511 fi; \
2512 { \
2513 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
2514 $(am__rst_title); \
2515 echo "$$msg"; \
2516 echo; \
2517 echo ".. contents:: :depth: 2"; \
2518 echo; \
2519 for f in $$list; do \
2520 read line < $$f; \
2521 case $$line in \
2522 PASS:*|XFAIL:*);; \
2523 *) echo; cat $$f;; \
2524 esac; \
2525 done; \
2526 } >$(TEST_SUITE_LOG).tmp; \
2527 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
2528 if test "$$failures" -ne 0; then \
2529 msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \
2530 if test -n "$(PACKAGE_BUGREPORT)"; then \
2531 msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \
2532 fi; \
2533 fi; \
2534 test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \
2535 $(am__tty_colors); \
2536 if $$exit; then \
2537 echo $(ECHO_N) "$$grn$(ECHO_C)"; \
2538 else \
2539 echo $(ECHO_N) "$$red$(ECHO_C)"; \
2540 fi; \
2541 echo "$$msg" | $(am__text_box); \
2542 echo $(ECHO_N) "$$std$(ECHO_C)"; \
2543 $$exit
2544
2545 # Run all the tests.
2546 check-TESTS:
2547 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
2548 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2549 @set_logs=; if test "X$(TEST_LOGS)" = X.log; then \
2550 set_logs=TEST_LOGS=; \
2551 fi; \
2552 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) $$set_logs
2553
2554 .log.html:
2555 @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \
2556 for r2h in $$list; do \
2557 if ($$r2h --version) >/dev/null 2>&1; then \
2558 R2H=$$r2h; \
2559 fi; \
2560 done; \
2561 if test -z "$$R2H"; then \
2562 echo >&2 "cannot find rst2html, cannot create $@"; \
2563 exit 2; \
2564 fi; \
2565 $$R2H $< >$@.tmp
2566 @mv $@.tmp $@
2567
2568 # Be sure to run check first, and then to convert the result.
2569 # Beware of concurrent executions. Run "check" not "check-TESTS", as
2570 # check-SCRIPTS and other dependencies are rebuilt by the former only.
2571 # And expect check to fail.
2572 check-html:
2573 @if $(MAKE) $(AM_MAKEFLAGS) check; then \
2574 rv=0; else rv=$$?; \
2575 fi; \
2576 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4; \
2577 exit $$rv
2578 recheck recheck-html:
2579 @target=`echo $@ | sed 's,^re,,'`; \
2580 list='$(TEST_LOGS)'; \
2581 list=`for f in $$list; do \
2582 test -f $$f || continue; \
2583 if read line < $$f; then \
2584 case $$line in FAIL*|XPASS*) echo $$f;; esac; \
2585 else echo $$f; fi; \
2586 done | tr '\012\015' ' '`; \
2587 $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
2588 incremental_test.sh.log: incremental_test.sh
2589 @p='incremental_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2590 gc_comdat_test.sh.log: gc_comdat_test.sh
2591 @p='gc_comdat_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2592 gc_tls_test.sh.log: gc_tls_test.sh
2593 @p='gc_tls_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2594 gc_orphan_section_test.sh.log: gc_orphan_section_test.sh
2595 @p='gc_orphan_section_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2596 icf_test.sh.log: icf_test.sh
2597 @p='icf_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2598 icf_keep_unique_test.sh.log: icf_keep_unique_test.sh
2599 @p='icf_keep_unique_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2600 icf_safe_test.sh.log: icf_safe_test.sh
2601 @p='icf_safe_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2602 icf_safe_so_test.sh.log: icf_safe_so_test.sh
2603 @p='icf_safe_so_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2604 final_layout.sh.log: final_layout.sh
2605 @p='final_layout.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2606 icf_preemptible_functions_test.sh.log: icf_preemptible_functions_test.sh
2607 @p='icf_preemptible_functions_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2608 icf_string_merge_test.sh.log: icf_string_merge_test.sh
2609 @p='icf_string_merge_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2610 icf_sht_rel_addend_test.sh.log: icf_sht_rel_addend_test.sh
2611 @p='icf_sht_rel_addend_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2612 two_file_shared.sh.log: two_file_shared.sh
2613 @p='two_file_shared.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2614 weak_plt.sh.log: weak_plt.sh
2615 @p='weak_plt.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2616 debug_msg.sh.log: debug_msg.sh
2617 @p='debug_msg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2618 undef_symbol.sh.log: undef_symbol.sh
2619 @p='undef_symbol.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2620 ver_test_1.sh.log: ver_test_1.sh
2621 @p='ver_test_1.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2622 ver_test_2.sh.log: ver_test_2.sh
2623 @p='ver_test_2.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2624 ver_test_4.sh.log: ver_test_4.sh
2625 @p='ver_test_4.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2626 ver_test_5.sh.log: ver_test_5.sh
2627 @p='ver_test_5.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2628 ver_test_7.sh.log: ver_test_7.sh
2629 @p='ver_test_7.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2630 ver_test_10.sh.log: ver_test_10.sh
2631 @p='ver_test_10.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2632 ver_matching_test.sh.log: ver_matching_test.sh
2633 @p='ver_matching_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2634 script_test_3.sh.log: script_test_3.sh
2635 @p='script_test_3.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2636 script_test_4.sh.log: script_test_4.sh
2637 @p='script_test_4.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2638 script_test_5.sh.log: script_test_5.sh
2639 @p='script_test_5.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2640 script_test_6.sh.log: script_test_6.sh
2641 @p='script_test_6.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2642 script_test_7.sh.log: script_test_7.sh
2643 @p='script_test_7.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2644 script_test_8.sh.log: script_test_8.sh
2645 @p='script_test_8.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2646 script_test_9.sh.log: script_test_9.sh
2647 @p='script_test_9.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2648 dynamic_list.sh.log: dynamic_list.sh
2649 @p='dynamic_list.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2650 plugin_test_1.sh.log: plugin_test_1.sh
2651 @p='plugin_test_1.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2652 plugin_test_2.sh.log: plugin_test_2.sh
2653 @p='plugin_test_2.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2654 plugin_test_3.sh.log: plugin_test_3.sh
2655 @p='plugin_test_3.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2656 plugin_test_4.sh.log: plugin_test_4.sh
2657 @p='plugin_test_4.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2658 plugin_test_6.sh.log: plugin_test_6.sh
2659 @p='plugin_test_6.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2660 plugin_test_7.sh.log: plugin_test_7.sh
2661 @p='plugin_test_7.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2662 exclude_libs_test.sh.log: exclude_libs_test.sh
2663 @p='exclude_libs_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2664 discard_locals_test.sh.log: discard_locals_test.sh
2665 @p='discard_locals_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2666 hidden_test.sh.log: hidden_test.sh
2667 @p='hidden_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2668 retain_symbols_file_test.sh.log: retain_symbols_file_test.sh
2669 @p='retain_symbols_file_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2670 no_version_test.sh.log: no_version_test.sh
2671 @p='no_version_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2672 split_i386.sh.log: split_i386.sh
2673 @p='split_i386.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2674 split_x86_64.sh.log: split_x86_64.sh
2675 @p='split_x86_64.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2676 arm_abs_global.sh.log: arm_abs_global.sh
2677 @p='arm_abs_global.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2678 arm_branch_in_range.sh.log: arm_branch_in_range.sh
2679 @p='arm_branch_in_range.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2680 arm_fix_v4bx.sh.log: arm_fix_v4bx.sh
2681 @p='arm_fix_v4bx.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2682 arm_attr_merge.sh.log: arm_attr_merge.sh
2683 @p='arm_attr_merge.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2684 object_unittest.log: object_unittest$(EXEEXT)
2685 @p='object_unittest$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2686 binary_unittest.log: binary_unittest$(EXEEXT)
2687 @p='binary_unittest$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2688 icf_virtual_function_folding_test.log: icf_virtual_function_folding_test$(EXEEXT)
2689 @p='icf_virtual_function_folding_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2690 basic_test.log: basic_test$(EXEEXT)
2691 @p='basic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2692 basic_static_test.log: basic_static_test$(EXEEXT)
2693 @p='basic_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2694 basic_pic_test.log: basic_pic_test$(EXEEXT)
2695 @p='basic_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2696 basic_static_pic_test.log: basic_static_pic_test$(EXEEXT)
2697 @p='basic_static_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2698 basic_pie_test.log: basic_pie_test$(EXEEXT)
2699 @p='basic_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2700 constructor_test.log: constructor_test$(EXEEXT)
2701 @p='constructor_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2702 constructor_static_test.log: constructor_static_test$(EXEEXT)
2703 @p='constructor_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2704 two_file_test.log: two_file_test$(EXEEXT)
2705 @p='two_file_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2706 two_file_static_test.log: two_file_static_test$(EXEEXT)
2707 @p='two_file_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2708 two_file_pic_test.log: two_file_pic_test$(EXEEXT)
2709 @p='two_file_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2710 two_file_shared_1_test.log: two_file_shared_1_test$(EXEEXT)
2711 @p='two_file_shared_1_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2712 two_file_shared_2_test.log: two_file_shared_2_test$(EXEEXT)
2713 @p='two_file_shared_2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2714 two_file_shared_1_pic_2_test.log: two_file_shared_1_pic_2_test$(EXEEXT)
2715 @p='two_file_shared_1_pic_2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2716 two_file_shared_2_pic_1_test.log: two_file_shared_2_pic_1_test$(EXEEXT)
2717 @p='two_file_shared_2_pic_1_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2718 two_file_same_shared_test.log: two_file_same_shared_test$(EXEEXT)
2719 @p='two_file_same_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2720 two_file_separate_shared_12_test.log: two_file_separate_shared_12_test$(EXEEXT)
2721 @p='two_file_separate_shared_12_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2722 two_file_separate_shared_21_test.log: two_file_separate_shared_21_test$(EXEEXT)
2723 @p='two_file_separate_shared_21_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2724 two_file_relocatable_test.log: two_file_relocatable_test$(EXEEXT)
2725 @p='two_file_relocatable_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2726 two_file_pie_test.log: two_file_pie_test$(EXEEXT)
2727 @p='two_file_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2728 two_file_shared_1_nonpic_test.log: two_file_shared_1_nonpic_test$(EXEEXT)
2729 @p='two_file_shared_1_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2730 two_file_shared_2_nonpic_test.log: two_file_shared_2_nonpic_test$(EXEEXT)
2731 @p='two_file_shared_2_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2732 two_file_same_shared_nonpic_test.log: two_file_same_shared_nonpic_test$(EXEEXT)
2733 @p='two_file_same_shared_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2734 two_file_separate_shared_12_nonpic_test.log: two_file_separate_shared_12_nonpic_test$(EXEEXT)
2735 @p='two_file_separate_shared_12_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2736 two_file_separate_shared_21_nonpic_test.log: two_file_separate_shared_21_nonpic_test$(EXEEXT)
2737 @p='two_file_separate_shared_21_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2738 two_file_mixed_shared_test.log: two_file_mixed_shared_test$(EXEEXT)
2739 @p='two_file_mixed_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2740 two_file_mixed_2_shared_test.log: two_file_mixed_2_shared_test$(EXEEXT)
2741 @p='two_file_mixed_2_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2742 two_file_strip_test.log: two_file_strip_test$(EXEEXT)
2743 @p='two_file_strip_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2744 two_file_same_shared_strip_test.log: two_file_same_shared_strip_test$(EXEEXT)
2745 @p='two_file_same_shared_strip_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2746 common_test_1.log: common_test_1$(EXEEXT)
2747 @p='common_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2748 common_test_2.log: common_test_2$(EXEEXT)
2749 @p='common_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2750 exception_test.log: exception_test$(EXEEXT)
2751 @p='exception_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2752 exception_static_test.log: exception_static_test$(EXEEXT)
2753 @p='exception_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2754 exception_shared_1_test.log: exception_shared_1_test$(EXEEXT)
2755 @p='exception_shared_1_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2756 exception_shared_2_test.log: exception_shared_2_test$(EXEEXT)
2757 @p='exception_shared_2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2758 exception_same_shared_test.log: exception_same_shared_test$(EXEEXT)
2759 @p='exception_same_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2760 exception_separate_shared_12_test.log: exception_separate_shared_12_test$(EXEEXT)
2761 @p='exception_separate_shared_12_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2762 exception_separate_shared_21_test.log: exception_separate_shared_21_test$(EXEEXT)
2763 @p='exception_separate_shared_21_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2764 weak_test.log: weak_test$(EXEEXT)
2765 @p='weak_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2766 weak_undef_test.log: weak_undef_test$(EXEEXT)
2767 @p='weak_undef_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2768 weak_undef_nonpic_test.log: weak_undef_nonpic_test$(EXEEXT)
2769 @p='weak_undef_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2770 weak_alias_test.log: weak_alias_test$(EXEEXT)
2771 @p='weak_alias_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2772 weak_plt.log: weak_plt$(EXEEXT)
2773 @p='weak_plt$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2774 copy_test.log: copy_test$(EXEEXT)
2775 @p='copy_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2776 tls_test.log: tls_test$(EXEEXT)
2777 @p='tls_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2778 tls_pic_test.log: tls_pic_test$(EXEEXT)
2779 @p='tls_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2780 tls_pie_test.log: tls_pie_test$(EXEEXT)
2781 @p='tls_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2782 tls_pie_pic_test.log: tls_pie_pic_test$(EXEEXT)
2783 @p='tls_pie_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2784 tls_shared_test.log: tls_shared_test$(EXEEXT)
2785 @p='tls_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2786 tls_shared_ie_test.log: tls_shared_ie_test$(EXEEXT)
2787 @p='tls_shared_ie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2788 tls_shared_gd_to_ie_test.log: tls_shared_gd_to_ie_test$(EXEEXT)
2789 @p='tls_shared_gd_to_ie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2790 tls_shared_gnu2_gd_to_ie_test.log: tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
2791 @p='tls_shared_gnu2_gd_to_ie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2792 tls_shared_gnu2_test.log: tls_shared_gnu2_test$(EXEEXT)
2793 @p='tls_shared_gnu2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2794 tls_static_test.log: tls_static_test$(EXEEXT)
2795 @p='tls_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2796 tls_static_pic_test.log: tls_static_pic_test$(EXEEXT)
2797 @p='tls_static_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2798 tls_shared_nonpic_test.log: tls_shared_nonpic_test$(EXEEXT)
2799 @p='tls_shared_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2800 many_sections_test.log: many_sections_test$(EXEEXT)
2801 @p='many_sections_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2802 many_sections_r_test.log: many_sections_r_test$(EXEEXT)
2803 @p='many_sections_r_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2804 initpri1.log: initpri1$(EXEEXT)
2805 @p='initpri1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2806 flagstest_o_specialfile.log: flagstest_o_specialfile$(EXEEXT)
2807 @p='flagstest_o_specialfile$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2808 flagstest_compress_debug_sections.log: flagstest_compress_debug_sections$(EXEEXT)
2809 @p='flagstest_compress_debug_sections$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2810 flagstest_o_specialfile_and_compress_debug_sections.log: flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
2811 @p='flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2812 ver_test.log: ver_test$(EXEEXT)
2813 @p='ver_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2814 ver_test_2.log: ver_test_2$(EXEEXT)
2815 @p='ver_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2816 ver_test_6.log: ver_test_6$(EXEEXT)
2817 @p='ver_test_6$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2818 ver_test_8.log: ver_test_8$(EXEEXT)
2819 @p='ver_test_8$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2820 ver_test_9.log: ver_test_9$(EXEEXT)
2821 @p='ver_test_9$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2822 ver_test_11.log: ver_test_11$(EXEEXT)
2823 @p='ver_test_11$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2824 protected_1.log: protected_1$(EXEEXT)
2825 @p='protected_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2826 protected_2.log: protected_2$(EXEEXT)
2827 @p='protected_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2828 relro_test.log: relro_test$(EXEEXT)
2829 @p='relro_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2830 relro_strip_test.log: relro_strip_test$(EXEEXT)
2831 @p='relro_strip_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2832 relro_script_test.log: relro_script_test$(EXEEXT)
2833 @p='relro_script_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2834 script_test_1.log: script_test_1$(EXEEXT)
2835 @p='script_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2836 script_test_2.log: script_test_2$(EXEEXT)
2837 @p='script_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2838 justsyms.log: justsyms$(EXEEXT)
2839 @p='justsyms$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2840 binary_test.log: binary_test$(EXEEXT)
2841 @p='binary_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2842 script_test_3.log: script_test_3$(EXEEXT)
2843 @p='script_test_3$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2844 tls_phdrs_script_test.log: tls_phdrs_script_test$(EXEEXT)
2845 @p='tls_phdrs_script_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2846 tls_script_test.log: tls_script_test$(EXEEXT)
2847 @p='tls_script_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2848 thin_archive_test_1.log: thin_archive_test_1$(EXEEXT)
2849 @p='thin_archive_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2850 thin_archive_test_2.log: thin_archive_test_2$(EXEEXT)
2851 @p='thin_archive_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2852 plugin_test_1.log: plugin_test_1$(EXEEXT)
2853 @p='plugin_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2854 plugin_test_2.log: plugin_test_2$(EXEEXT)
2855 @p='plugin_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2856 plugin_test_3.log: plugin_test_3$(EXEEXT)
2857 @p='plugin_test_3$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2858 plugin_test_4.log: plugin_test_4$(EXEEXT)
2859 @p='plugin_test_4$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2860 plugin_test_5.log: plugin_test_5$(EXEEXT)
2861 @p='plugin_test_5$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2862 plugin_test_6.log: plugin_test_6$(EXEEXT)
2863 @p='plugin_test_6$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2864 plugin_test_7.log: plugin_test_7$(EXEEXT)
2865 @p='plugin_test_7$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2866 plugin_test_8.log: plugin_test_8$(EXEEXT)
2867 @p='plugin_test_8$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2868 exclude_libs_test.log: exclude_libs_test$(EXEEXT)
2869 @p='exclude_libs_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2870 local_labels_test.log: local_labels_test$(EXEEXT)
2871 @p='local_labels_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2872 discard_locals_test.log: discard_locals_test$(EXEEXT)
2873 @p='discard_locals_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2874 large.log: large$(EXEEXT)
2875 @p='large$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2876 permission_test.log: permission_test$(EXEEXT)
2877 @p='permission_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2878 searched_file_test.log: searched_file_test$(EXEEXT)
2879 @p='searched_file_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
2880 .test.log:
2881 @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
2882 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2883 @am__EXEEXT_TRUE@ @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
2884 check-am: all-am
2885 $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) \
2886 $(check_SCRIPTS) $(check_DATA)
2887 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2888 check: $(BUILT_SOURCES)
2889 $(MAKE) $(AM_MAKEFLAGS) check-am
2890 all-am: Makefile
2891 installdirs:
2892 install: $(BUILT_SOURCES)
2893 $(MAKE) $(AM_MAKEFLAGS) install-am
2894 install-exec: install-exec-am
2895 install-data: install-data-am
2896 uninstall: uninstall-am
2897
2898 install-am: all-am
2899 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2900
2901 installcheck: installcheck-am
2902 install-strip:
2903 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2904 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2905 `test -z '$(STRIP)' || \
2906 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2907 mostlyclean-generic:
2908 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
2909 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2910 -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
2911 -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
2912 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2913
2914 clean-generic:
2915
2916 distclean-generic:
2917 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2918 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2919
2920 maintainer-clean-generic:
2921 @echo "This command is intended for maintainers to use"
2922 @echo "it deletes files that may require special tools to rebuild."
2923 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2924 clean: clean-am
2925
2926 clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
2927 mostlyclean-am
2928
2929 distclean: distclean-am
2930 -rm -rf ./$(DEPDIR)
2931 -rm -f Makefile
2932 distclean-am: clean-am distclean-compile distclean-generic \
2933 distclean-tags
2934
2935 dvi: dvi-am
2936
2937 dvi-am:
2938
2939 html: html-am
2940
2941 html-am:
2942
2943 info: info-am
2944
2945 info-am:
2946
2947 install-data-am:
2948
2949 install-dvi: install-dvi-am
2950
2951 install-dvi-am:
2952
2953 install-exec-am:
2954
2955 install-html: install-html-am
2956
2957 install-html-am:
2958
2959 install-info: install-info-am
2960
2961 install-info-am:
2962
2963 install-man:
2964
2965 install-pdf: install-pdf-am
2966
2967 install-pdf-am:
2968
2969 install-ps: install-ps-am
2970
2971 install-ps-am:
2972
2973 installcheck-am:
2974
2975 maintainer-clean: maintainer-clean-am
2976 -rm -rf ./$(DEPDIR)
2977 -rm -f Makefile
2978 maintainer-clean-am: distclean-am maintainer-clean-generic
2979
2980 mostlyclean: mostlyclean-am
2981
2982 mostlyclean-am: mostlyclean-compile mostlyclean-generic
2983
2984 pdf: pdf-am
2985
2986 pdf-am:
2987
2988 ps: ps-am
2989
2990 ps-am:
2991
2992 uninstall-am:
2993
2994 .MAKE: all check check-am check-html install install-am install-strip \
2995 recheck recheck-html
2996
2997 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-html \
2998 clean clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
2999 ctags distclean distclean-compile distclean-generic \
3000 distclean-tags dvi dvi-am html html-am info info-am install \
3001 install-am install-data install-data-am install-dvi \
3002 install-dvi-am install-exec install-exec-am install-html \
3003 install-html-am install-info install-info-am install-man \
3004 install-pdf install-pdf-am install-ps install-ps-am \
3005 install-strip installcheck installcheck-am installdirs \
3006 maintainer-clean maintainer-clean-generic mostlyclean \
3007 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
3008 recheck recheck-html tags uninstall uninstall-am
3009
3010
3011 # ---------------------------------------------------------------------
3012 # These tests test the output of gold (end-to-end tests). In
3013 # particular, they make sure that gold can link "difficult" object
3014 # files, and the resulting object files run correctly. These can only
3015 # run if we've built ld-new for the native architecture (that is,
3016 # we're not cross-compiling it), since we run ld-new as part of these
3017 # tests. We use the gcc-specific flag '-B' to use our linker instead
3018 # of the default linker, which is why we only run our tests under gcc.
3019
3020 # Infrastucture needed for the unittests: a directory where the linker
3021 # is named 'ld'. This is because the -B flag appends 'ld' to its arg.
3022 @GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir/ld: ../ld-new
3023 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir || mkdir -p gcctestdir
3024 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir/ld
3025 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir && $(LN_S) ../../ld-new ld)
3026
3027 # Each of these .o's is a useful, small complete program. They're
3028 # particularly useful for making sure ld-new's flags do what they're
3029 # supposed to (hence their names), but are used for many tests that
3030 # don't actually involve analyzing input data.
3031 @GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_debug.o: constructor_test.cc
3032 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -o $@ $<
3033 @GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_ndebug.o: constructor_test.cc
3034 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
3035 @GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_1.o: incremental_test_1.c
3036 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3037 @GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_2.o: incremental_test_2.c
3038 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3039 @GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test: incremental_test_1.o incremental_test_2.o gcctestdir/ld
3040 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -Wl,-incremental incremental_test_1.o incremental_test_2.o -Wl,-debug 2> incremental_test.cmdline
3041 @GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test.stdout: incremental_test ../incremental-dump
3042 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ../incremental-dump incremental_test > $@
3043 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test_1.o: gc_comdat_test_1.cc
3044 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3045 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test_2.o: gc_comdat_test_2.cc
3046 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3047 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test: gc_comdat_test_1.o gc_comdat_test_2.o gcctestdir/ld
3048 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_comdat_test_1.o gc_comdat_test_2.o
3049 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test.stdout: gc_comdat_test
3050 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C gc_comdat_test > gc_comdat_test.stdout
3051 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test.o: gc_tls_test.cc
3052 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -g -o $@ $<
3053 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test:gc_tls_test.o gcctestdir/ld
3054 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_tls_test.o
3055 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test.stdout: gc_tls_test
3056 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C gc_tls_test > gc_tls_test.stdout
3057 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_orphan_section_test.o: gc_orphan_section_test.cc
3058 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -g -o $@ $<
3059 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_orphan_section_test:gc_orphan_section_test.o gcctestdir/ld
3060 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_orphan_section_test.o
3061 @GCC_TRUE@@NATIVE_LINKER_TRUE@gc_orphan_section_test.stdout: gc_orphan_section_test
3062 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) gc_orphan_section_test > gc_orphan_section_test.stdout
3063 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test.o: icf_test.cc
3064 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3065 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test: icf_test.o gcctestdir/ld
3066 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_test.o
3067 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test.stdout: icf_test
3068 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C icf_test > icf_test.stdout
3069 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test.o: icf_keep_unique_test.cc
3070 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3071 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test: icf_keep_unique_test.o gcctestdir/ld
3072 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
3073 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test.stdout: icf_keep_unique_test
3074 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C icf_keep_unique_test > icf_keep_unique_test.stdout
3075 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test.o: icf_safe_test.cc
3076 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
3077 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test: icf_safe_test.o gcctestdir/ld
3078 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=safe icf_safe_test.o
3079 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test_1.stdout: icf_safe_test
3080 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_safe_test > icf_safe_test_1.stdout
3081 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test_2.stdout: icf_safe_test
3082 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -h icf_safe_test > icf_safe_test_2.stdout
3083 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test.o: icf_safe_so_test.cc
3084 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
3085 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test: icf_safe_so_test.o gcctestdir/ld
3086 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=safe icf_safe_so_test.o -fPIC -shared
3087 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test_1.stdout: icf_safe_so_test
3088 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_safe_so_test > icf_safe_so_test_1.stdout
3089 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test_2.stdout: icf_safe_so_test
3090 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -h icf_safe_so_test > icf_safe_so_test_2.stdout
3091 @GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout.o: final_layout.cc
3092 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fdata-sections -g -o $@ $<
3093 @GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout_sequence.txt:
3094 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (echo "*_Z3barv*" && echo ".text._Z3bazv" && echo "*_Z3foov*" && echo "*global_varb*" && echo "*global_vara*" && echo "*global_varc*") > final_layout_sequence.txt
3095 @GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout: final_layout.o final_layout_sequence.txt gcctestdir/ld
3096 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--section-ordering-file,final_layout_sequence.txt final_layout.o
3097 @GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout.stdout: final_layout
3098 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) final_layout > final_layout.stdout
3099 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_virtual_function_folding_test.o: icf_virtual_function_folding_test.cc
3100 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIE -g -o $@ $<
3101 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_virtual_function_folding_test: icf_virtual_function_folding_test.o gcctestdir/ld
3102 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_virtual_function_folding_test.o -pie
3103 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_preemptible_functions_test.o: icf_preemptible_functions_test.cc
3104 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
3105 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_preemptible_functions_test: icf_preemptible_functions_test.o gcctestdir/ld
3106 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_preemptible_functions_test.o -fPIC -shared
3107 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_preemptible_functions_test.stdout: icf_preemptible_functions_test
3108 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_preemptible_functions_test > icf_preemptible_functions_test.stdout
3109 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_string_merge_test.o: icf_string_merge_test.cc
3110 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
3111 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_string_merge_test: icf_string_merge_test.o gcctestdir/ld
3112 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_string_merge_test.o
3113 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_string_merge_test.stdout: icf_string_merge_test
3114 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_string_merge_test > icf_string_merge_test.stdout
3115 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test_1.o: icf_sht_rel_addend_test_1.cc
3116 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
3117 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test_2.o: icf_sht_rel_addend_test_2.cc
3118 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
3119 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test: icf_sht_rel_addend_test_1.o icf_sht_rel_addend_test_2.o gcctestdir/ld
3120 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_sht_rel_addend_test_1.o icf_sht_rel_addend_test_2.o
3121 @GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test.stdout: icf_sht_rel_addend_test
3122 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_sht_rel_addend_test > icf_sht_rel_addend_test.stdout
3123 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_test.o: basic_test.cc
3124 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
3125 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_test: basic_test.o gcctestdir/ld
3126 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o
3127 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_static_test: basic_test.o gcctestdir/ld
3128 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -static basic_test.o
3129
3130 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pic_test.o: basic_test.cc
3131 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpic -o $@ $<
3132 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pic_test: basic_pic_test.o gcctestdir/ld
3133 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_pic_test.o
3134 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_static_pic_test: basic_pic_test.o gcctestdir/ld
3135 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -static basic_pic_test.o
3136 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pie_test.o: basic_test.cc
3137 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpie -o $@ $<
3138 @GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pie_test: basic_pie_test.o gcctestdir/ld
3139 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie basic_pie_test.o
3140 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_pic.o: two_file_test_1.cc
3141 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3142 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_pic.o: two_file_test_1b.cc
3143 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3144 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_pic.o: two_file_test_2.cc
3145 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3146 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1.so: two_file_test_1_pic.o two_file_test_1b_pic.o gcctestdir/ld
3147 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o
3148 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2.so: two_file_test_2_pic.o gcctestdir/ld
3149 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_2_pic.o
3150 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared.so: two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o gcctestdir/ld
3151 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
3152 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable.o: gcctestdir/ld two_file_test_1.o two_file_test_1b.o two_file_test_2.o
3153 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ two_file_test_1.o two_file_test_1b.o two_file_test_2.o
3154 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_pie.o: two_file_test_1.cc
3155 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3156 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_pie.o: two_file_test_1b.cc
3157 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3158 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_pie.o: two_file_test_2.cc
3159 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3160 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_main_pie.o: two_file_test_main.cc
3161 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3162 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pie_test: two_file_test_1_pie.o two_file_test_1b_pie.o \
3163 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2_pie.o two_file_test_main_pie.o gcctestdir/ld
3164 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie two_file_test_1_pie.o two_file_test_1b_pie.o two_file_test_2_pie.o two_file_test_main_pie.o
3165 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared.dbg: two_file_shared.so
3166 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -w $< >$@ 2>/dev/null
3167 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic.so: two_file_test_1.o gcctestdir/ld
3168 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o
3169 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic.so: two_file_test_2.o gcctestdir/ld
3170 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_2.o
3171 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_nonpic.so: two_file_test_1.o two_file_test_1b.o two_file_test_2.o gcctestdir/ld
3172 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o two_file_test_2.o
3173 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_mixed.so: two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2.o gcctestdir/ld
3174 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2.o
3175 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_mixed_1.so: two_file_test_1.o two_file_test_1b_pic.o two_file_shared_2.so gcctestdir/ld
3176 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b_pic.o two_file_shared_2.so
3177 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_strip_test: two_file_test
3178 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -o two_file_strip_test two_file_test
3179 @GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_strip.so: two_file_shared.so
3180 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -S -o two_file_shared_strip.so two_file_shared.so
3181 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_pic.o: common_test_2.c
3182 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
3183 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2.so: common_test_2_pic.o common_test_3.so gcctestdir/ld
3184 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared common_test_2_pic.o common_test_3.so
3185 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_3_pic.o: common_test_3.c
3186 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
3187 @GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_3.so: common_test_3_pic.o ver_test_2.script gcctestdir/ld
3188 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared common_test_3_pic.o -Wl,--version-script,$(srcdir)/ver_test_2.script
3189 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_1_pic.o: exception_test_1.cc
3190 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3191 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_2_pic.o: exception_test_2.cc
3192 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3193 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1.so: exception_test_1_pic.o gcctestdir/ld
3194 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_1_pic.o
3195 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2.so: exception_test_2_pic.o gcctestdir/ld
3196 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_2_pic.o
3197 @GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared.so: exception_test_1_pic.o exception_test_2_pic.o gcctestdir/ld
3198 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_1_pic.o exception_test_2_pic.o
3199 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file1.o: weak_undef_file1.cc
3200 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3201 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file2.o: weak_undef_file2.cc
3202 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3203 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_lib.so: weak_undef_file1.o
3204 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file1.o
3205 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/weak_undef_lib.so: weak_undef_file2.o
3206 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
3207 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file2.o
3208 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file1_nonpic.o: weak_undef_file1.cc
3209 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3210 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file2_nonpic.o: weak_undef_file2.cc
3211 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3212 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_lib_nonpic.so: weak_undef_file1_nonpic.o
3213 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file1_nonpic.o
3214 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/weak_undef_lib_nonpic.so: weak_undef_file2_nonpic.o
3215 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
3216 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file2_nonpic.o
3217 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_1_pic.o: weak_alias_test_1.cc
3218 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3219 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_1.so: weak_alias_test_1_pic.o gcctestdir/ld
3220 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_1_pic.o
3221 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_2_pic.o: weak_alias_test_2.cc
3222 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3223 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_2.so: weak_alias_test_2_pic.o gcctestdir/ld
3224 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_2_pic.o
3225 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_3.o: weak_alias_test_3.cc
3226 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3227 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_4_pic.o: weak_alias_test_4.cc
3228 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3229 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_4.so: weak_alias_test_4_pic.o gcctestdir/ld
3230 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_4_pic.o
3231 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_main_pic.o: weak_plt_main.cc
3232 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3233 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt: weak_plt_main_pic.o gcctestdir/ld
3234 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ weak_plt_main_pic.o
3235 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_shared_pic.o: weak_plt_shared.cc
3236 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3237 @GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_shared.so: weak_plt_shared_pic.o gcctestdir/ld
3238 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_plt_shared_pic.o
3239 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_1_pic.o: copy_test_1.cc
3240 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3241 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_1.so: gcctestdir/ld copy_test_1_pic.o
3242 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared copy_test_1_pic.o
3243 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_2_pic.o: copy_test_2.cc
3244 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3245 @GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_2.so: gcctestdir/ld copy_test_2_pic.o
3246 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared copy_test_2_pic.o
3247 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pic.o: tls_test.cc
3248 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3249 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pic.o: tls_test_file2.cc
3250 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3251 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pic.o: tls_test_c.c
3252 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic $(TLS_TEST_C_CFLAGS) -o $@ $<
3253 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared.so: tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o gcctestdir/ld
3254 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -Wl,-z,defs
3255 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared2.so: tls_test_file2_pic.o gcctestdir/ld
3256 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_file2_pic.o
3257
3258 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pic_ie.o: tls_test.cc
3259 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -ftls-model=initial-exec -o $@ $<
3260 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pic_ie.o: tls_test_file2.cc
3261 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -ftls-model=initial-exec -o $@ $<
3262 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pic_ie.o: tls_test_c.c
3263 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic -ftls-model=initial-exec $(TLS_TEST_C_CFLAGS) -o $@ $<
3264 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_ie_shared.so: tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o gcctestdir/ld
3265 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o
3266 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c.o: tls_test_c.c
3267 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c $(TLS_TEST_C_CFLAGS) -o $@ $<
3268
3269 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_main_pie.o: tls_test_main.cc tls_test.h
3270 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3271 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pie.o: tls_test.cc tls_test.h
3272 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3273 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pie.o: tls_test_file2.cc tls_test.h
3274 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
3275 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pie.o: tls_test_c.c
3276 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic $(TLS_TEST_C_CFLAGS) -o $@ $<
3277 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pie_test: tls_test_main_pie.o tls_test_pie.o tls_test_file2_pie.o \
3278 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pie.o gcctestdir/ld
3279 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pie.o tls_test_file2_pie.o tls_test_c_pie.o -lpthread
3280
3281 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pie_pic_test: tls_test_main_pie.o tls_test_pic.o tls_test_file2_pic.o \
3282 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o gcctestdir/ld
3283 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread
3284
3285 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2.o: tls_test.cc
3286 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -mtls-dialect=gnu2 -o $@ $<
3287 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_file2_gnu2.o: tls_test_file2.cc
3288 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -mtls-dialect=gnu2 -o $@ $<
3289 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_c_gnu2.o: tls_test_c.c
3290 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic -mtls-dialect=gnu2 $(TLS_TEST_C_CFLAGS) -o $@ $<
3291 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2_shared2.so: tls_test_file2_gnu2.o gcctestdir/ld
3292 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_file2_gnu2.o
3293
3294 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2_shared.so: tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o gcctestdir/ld
3295 @GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o
3296 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared_nonpic.so: tls_test.o tls_test_file2.o tls_test_c.o gcctestdir/ld
3297 @FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test.o tls_test_file2.o tls_test_c.o
3298 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_define.h:
3299 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (for i in `seq 1 70000`; do \
3300 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "int var_$$i __attribute__((section(\"section_$$i\"))) = $$i;"; \
3301 @GCC_TRUE@@NATIVE_LINKER_TRUE@ done) > $@.tmp
3302 @GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f $@.tmp $@
3303 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_check.h:
3304 @GCC_TRUE@@NATIVE_LINKER_TRUE@ (for i in `seq 1 1000 70000`; do \
3305 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "assert(var_$$i == $$i);"; \
3306 @GCC_TRUE@@NATIVE_LINKER_TRUE@ done) > $@.tmp
3307 @GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f $@.tmp $@
3308 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_r_test.o: many_sections_test.o gcctestdir/ld
3309 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ many_sections_test.o
3310 @GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_r_test: many_sections_r_test.o gcctestdir/ld
3311 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ many_sections_r_test.o $(LIBS)
3312 @GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.o: debug_msg.cc
3313 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/debug_msg.cc
3314 @GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1.o: odr_violation1.cc
3315 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/odr_violation1.cc
3316 @GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2.o: odr_violation2.cc
3317 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/odr_violation2.cc
3318 @GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.err: debug_msg.o odr_violation1.o odr_violation2.o gcctestdir/ld
3319 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o "2>$@"
3320 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o 2>$@; \
3321 @GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
3322 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg should have failed"; \
3323 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
3324 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
3325 @GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
3326 @GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.so: debug_msg.cc gcctestdir/ld
3327 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/debug_msg.cc
3328 @GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1.so: odr_violation1.cc gcctestdir/ld
3329 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/odr_violation1.cc
3330 @GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2.so: odr_violation2.cc gcctestdir/ld
3331 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/odr_violation2.cc
3332 @GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_so.err: debug_msg.so odr_violation1.so odr_violation2.so gcctestdir/ld
3333 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so "2>$@"
3334 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so 2>$@; \
3335 @GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
3336 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_so should have failed"; \
3337 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
3338 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
3339 @GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
3340 @GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_ndebug.so: debug_msg.cc gcctestdir/ld
3341 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/debug_msg.cc
3342 @GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1_ndebug.so: odr_violation1.cc gcctestdir/ld
3343 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/odr_violation1.cc
3344 @GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2_ndebug.so: odr_violation2.cc gcctestdir/ld
3345 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/odr_violation2.cc
3346 @GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_ndebug.err: debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so gcctestdir/ld
3347 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so "2>$@"
3348 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so 2>$@; \
3349 @GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
3350 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_ndebug should have failed"; \
3351 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
3352 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
3353 @GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
3354 @GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.o: undef_symbol.cc
3355 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -fPIC $<
3356 @GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.so: undef_symbol.o gcctestdir/ld
3357 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared undef_symbol.o
3358 @GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.err: undef_symbol_main.o undef_symbol.so gcctestdir/ld
3359 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so "2>$@"
3360 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>$@; \
3361 @GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
3362 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of undef_symbol_test should have failed"; \
3363 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
3364 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
3365 @GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
3366 @GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_specialfile: flagstest_debug.o gcctestdir/ld
3367 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o /dev/stdout $< 2>&1 | cat > $@
3368 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod a+x $@
3369 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
3370 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@flagstest_compress_debug_sections: flagstest_debug.o gcctestdir/ld
3371 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o $@ $< -Wl,--compress-debug-sections=zlib
3372 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
3373 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_specialfile_and_compress_debug_sections: flagstest_debug.o \
3374 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld
3375 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o /dev/stdout $< -Wl,--compress-debug-sections=zlib 2>&1 | cat > $@
3376 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ chmod a+x $@
3377 @GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
3378 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.so: ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so gcctestdir/ld
3379 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so
3380 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.so: ver_test_2.o $(srcdir)/ver_test_2.script ver_test_4.so gcctestdir/ld
3381 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_2.script ver_test_2.o ver_test_4.so
3382 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.so: ver_test_4.o $(srcdir)/ver_test_4.script gcctestdir/ld
3383 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_4.script ver_test_4.o
3384 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.o: ver_test_1.cc
3385 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3386 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.o: ver_test_2.cc
3387 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3388 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_3.o: ver_test_3.cc
3389 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3390 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.o: ver_test_4.cc
3391 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3392 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.syms: ver_test_1.so
3393 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
3394 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.syms: ver_test_2
3395 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
3396 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.syms: ver_test_4.so
3397 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
3398
3399 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.so: ver_test_5.o $(srcdir)/ver_test_5.script ver_test_4.so gcctestdir/ld
3400 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_5.script ver_test_5.o ver_test_4.so
3401 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.o: ver_test_5.cc
3402 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3403 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.syms: ver_test_5.so
3404 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
3405
3406 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.so: ver_test_4.o $(srcdir)/ver_test_4.script ver_test_7.o gcctestdir/ld
3407 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_4.script ver_test_4.o ver_test_7.o
3408 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.o: ver_test_7.cc
3409 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3410 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.syms: ver_test_7.so
3411 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
3412 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_1.so: two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so gcctestdir/ld
3413 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so
3414 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_2.so: two_file_test_2_pic.o $(srcdir)/ver_test_8.script gcctestdir/ld
3415 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_8.script two_file_test_2_pic.o
3416 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9.so: ver_test_9.o ver_test_4.so ver_test_5.so gcctestdir/ld
3417 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared ver_test_9.o ver_test_5.so ver_test_4.so
3418 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9.o: ver_test_9.cc
3419 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3420 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_10.syms: ver_test_10.so
3421 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
3422 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_10.so: gcctestdir/ld ver_test_2.o ver_test_10.script
3423 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_10.script ver_test_2.o
3424 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11.a: ver_test_1.o ver_test_2.o ver_test_4.o
3425 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
3426
3427 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1.so: gcctestdir/ld protected_1_pic.o protected_2_pic.o protected_3_pic.o
3428 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared protected_1_pic.o protected_2_pic.o protected_3_pic.o
3429 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_pic.o: protected_1.cc
3430 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3431 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_pic.o: protected_2.cc
3432 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3433 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_3_pic.o: protected_3.cc
3434 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3435 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_4_pic.o: protected_4.cc
3436 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3437 @GCC_TRUE@@NATIVE_LINKER_TRUE@protected_3.err: protected_4_pic.o gcctestdir/ld
3438 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o "2>$@"
3439 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o 2>$@; then \
3440 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of protected_4.so should have failed"; \
3441 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
3442 @GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
3443 @GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
3444 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test.so: gcctestdir/ld relro_test_pic.o
3445 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro relro_test_pic.o
3446 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_pic.o: relro_test.cc
3447 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
3448 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test.so: relro_test.so
3449 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -o $@ $<
3450 @GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test.so: gcctestdir/ld relro_script_test.t relro_test_pic.o
3451 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro -T $(srcdir)/relro_script_test.t relro_test_pic.o
3452 @GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_2.o: justsyms_2.cc
3453 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3454 @GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_2r.o: justsyms_2.o gcctestdir/ld $(srcdir)/justsyms.t
3455 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -o $@ -r -T $(srcdir)/justsyms.t justsyms_2.o
3456 # Copy the file to the build directory to avoid worrying about the
3457 # full pathname in the generated symbols.
3458 @GCC_TRUE@@NATIVE_LINKER_TRUE@binary.txt: $(srcdir)/binary.in
3459 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
3460 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LN_S) $< $@
3461 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_def.so: ver_matching_def.cc $(srcdir)/version_script.map gcctestdir/ld
3462 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -O0 -Bgcctestdir/ -shared $(srcdir)/ver_matching_def.cc -Wl,--version-script=$(srcdir)/version_script.map
3463 @GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_test.stdout: ver_matching_def.so
3464 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_OBJDUMP) -T ver_matching_def.so | $(TEST_CXXFILT) > ver_matching_test.stdout
3465 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_3: basic_test.o gcctestdir/ld script_test_3.t
3466 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_3.t
3467 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_3.stdout: script_test_3
3468 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_3 > script_test_3.stdout
3469 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_4: basic_test.o gcctestdir/ld $(srcdir)/script_test_4.t
3470 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_4.t
3471 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_4.stdout: script_test_4
3472 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_4 > script_test_4.stdout
3473 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_5: script_test_5.o gcctestdir/ld $(srcdir)/script_test_5.t
3474 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ script_test_5.o -T $(srcdir)/script_test_5.t
3475 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_5.stdout: script_test_5
3476 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SW script_test_5 > script_test_5.stdout
3477 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_6: basic_test.o gcctestdir/ld $(srcdir)/script_test_6.t
3478 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_6.t \
3479 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,-Ttext=0x10001000 -Wl,-Tdata=0x10200000 -Wl,-Tbss=0x10400000
3480 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_6.stdout: script_test_6
3481 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_6 > script_test_6.stdout
3482 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_7: basic_test.o gcctestdir/ld $(srcdir)/script_test_7.t
3483 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_7.t
3484 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_7.stdout: script_test_7
3485 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_7 > script_test_7.stdout
3486 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_8: basic_test.o gcctestdir/ld $(srcdir)/script_test_7.t
3487 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_7.t \
3488 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,-Ttext=0x20001000 -Wl,-Tdata=0x20200000 -Wl,-Tbss=0x20400000
3489 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_8.stdout: script_test_8
3490 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_8 > script_test_8.stdout
3491 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_9.o: script_test_9.cc
3492 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
3493 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_9: gcctestdir/ld $(srcdir)/script_test_9.t script_test_9.o
3494 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ script_test_9.o -T $(srcdir)/script_test_9.t
3495 @GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_9.stdout: script_test_9
3496 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -lW script_test_9 > script_test_9.stdout
3497 @GCC_TRUE@@NATIVE_LINKER_TRUE@dynamic_list: basic_test.o gcctestdir/ld $(srcdir)/dynamic_list.t
3498 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o \
3499 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list $(srcdir)/dynamic_list.t \
3500 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-data \
3501 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-cpp-new \
3502 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-cpp-typeinfo
3503 @GCC_TRUE@@NATIVE_LINKER_TRUE@dynamic_list.stdout: dynamic_list
3504 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -W --dyn-syms dynamic_list > dynamic_list.stdout
3505
3506 @GCC_TRUE@@NATIVE_LINKER_TRUE@libthin1.a: thin_archive_test_1.o alt/thin_archive_test_2.o
3507 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
3508 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
3509 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libthin2.a: thin_archive_test_3.o alt/thin_archive_test_4.o
3510 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
3511 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
3512 @GCC_TRUE@@NATIVE_LINKER_TRUE@libthin3.a: thin_archive_test_1.o alt/thin_archive_test_4.o
3513 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
3514 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
3515 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libthin4.a: alt/thin_archive_test_2.o thin_archive_test_3.o
3516 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
3517 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
3518 @GCC_TRUE@@NATIVE_LINKER_TRUE@libthinall.a: libthin3.a alt/libthin4.a
3519 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
3520 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
3521 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/thin_archive_test_2.o: thin_archive_test_2.cc
3522 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
3523 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3524 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/thin_archive_test_4.o: thin_archive_test_4.cc
3525 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
3526 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3527 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_1: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms gcctestdir/ld plugin_test.so
3528 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms 2>plugin_test_1.err
3529 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_1.err: plugin_test_1
3530 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_1.err
3531 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_2: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_shared_2.so gcctestdir/ld plugin_test.so
3532 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,-R,.,--plugin,"./plugin_test.so" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_shared_2.so 2>plugin_test_2.err
3533 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_2.err: plugin_test_2
3534 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_2.err
3535 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_3: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms gcctestdir/ld plugin_test.so
3536 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--export-dynamic -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms 2>plugin_test_3.err
3537 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_3.err: plugin_test_3
3538 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_3.err
3539 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4: two_file_test_main.o plugin_test_4.a gcctestdir/ld plugin_test.so
3540 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o -Wl,--whole-archive,plugin_test_4.a,--no-whole-archive 2>plugin_test_4.err
3541 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4.err: plugin_test_4
3542 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_4.err
3543
3544 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4.a: two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms
3545 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_AR) cr $@ $^
3546 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_5: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms unused.syms gcctestdir/ld plugin_test.so
3547 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv",--gc-sections two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms unused.syms
3548 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_6: plugin_common_test_1.syms plugin_common_test_2.syms gcctestdir/ld plugin_test.so
3549 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so" plugin_common_test_1.syms plugin_common_test_2.syms 2>plugin_test_6.err
3550 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_6.err: plugin_test_6
3551 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_6.err
3552 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7: plugin_test_7_1.o plugin_test_7_1.syms plugin_test_7_2.o gcctestdir/ld plugin_test.so
3553 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(LINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--gc-sections,--print-gc-sections plugin_test_7_1.syms plugin_test_7_2.o 2>plugin_test_7.err
3554 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7.syms: plugin_test_7
3555 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3556 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_1.o: plugin_test_7_1.c
3557 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -DLTO -O0 -c -ffunction-sections -fdata-sections -o $@ $<
3558 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_1_orig.o: plugin_test_7_1.c
3559 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -fdata-sections -o $@ $<
3560 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_1.syms: plugin_test_7_1_orig.o
3561 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3562 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_2.o: plugin_test_7_2.c
3563 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -fdata-sections -o $@ $<
3564 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7.err: plugin_test_7
3565 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_8.o: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.o ../ld-new plugin_test.so
3566 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ ../ld-new -r -o $@ --no-demangle --plugin "./plugin_test.so" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.o
3567 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_8: plugin_test_8.o gcctestdir/ld
3568 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle plugin_test_8.o
3569 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_9.err: two_file_test_main.o two_file_test_1c.syms two_file_test_2.syms gcctestdir/ld plugin_test.so
3570 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -o plugin_test_9 -Wl,--no-demangle,--plugin,"./plugin_test.so" two_file_test_main.o two_file_test_1c.syms two_file_test_2.syms "2>$@"
3571 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -o plugin_test_9 -Wl,--no-demangle,--plugin,"./plugin_test.so" two_file_test_main.o two_file_test_1c.syms two_file_test_2.syms 2>$@; then \
3572 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ echo 1>&2 "Link of plugin_test_9 should have failed"; \
3573 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ rm -f $@; \
3574 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ exit 1; \
3575 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ fi
3576 # Make a .syms file that claims to define the symbol _Z4t16av.
3577 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1c.syms: two_file_test_1.syms two_file_test_1c.o
3578 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ cp two_file_test_1.syms $@.tmp
3579 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ grep "_Z4t16av" two_file_test_1b.syms >> $@.tmp
3580 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ mv -f $@.tmp $@
3581 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1c.o: two_file_test_1.o
3582 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ cp two_file_test_1.o $@
3583
3584 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test.so: plugin_test.o
3585 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(LINK) -Bgcctestdir/ -shared plugin_test.o
3586 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test.o: plugin_test.c
3587 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -fpic -o $@ $<
3588
3589 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_main.syms: two_file_test_main.o
3590 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3591 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1.syms: two_file_test_1.o
3592 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3593 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1b.syms: two_file_test_1b.o
3594 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3595 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_2.syms: two_file_test_2.o
3596 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3597 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_common_test_1.syms: plugin_common_test_1.o
3598 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3599 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_common_test_2.syms: plugin_common_test_2.o
3600 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3601
3602 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@empty.syms:
3603 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo "" >$@
3604 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo "Symbol table" >>$@
3605 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@unused.syms: unused.o
3606 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3607 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo " 1: 00000000 4 FUNC GLOBAL DEFAULT 1 UNUSED" >>$@
3608 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@unused.o: unused.c
3609 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -c -o $@ $<
3610 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@unused.c:
3611 @GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @cp /dev/null $@
3612 @GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test.syms: exclude_libs_test
3613 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3614 @GCC_TRUE@@NATIVE_LINKER_TRUE@libexclude_libs_test_1.a: exclude_libs_test_1.o
3615 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
3616 @GCC_TRUE@@NATIVE_LINKER_TRUE@libexclude_libs_test_2.a: exclude_libs_test_2.o
3617 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
3618 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libexclude_libs_test_3.a: exclude_libs_test_3.o
3619 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
3620 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
3621 @GCC_TRUE@@NATIVE_LINKER_TRUE@local_labels_test.o: ver_test_6.c
3622 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -g -c -Wa,-L -o $@ $<
3623 @GCC_TRUE@@NATIVE_LINKER_TRUE@local_labels_test: local_labels_test.o
3624 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ local_labels_test.o
3625 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test.syms: discard_locals_test
3626 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3627 # '-Wa,-L' is required to preserve the local label used for testing.
3628 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test.o: discard_locals_test.c
3629 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -Wa,-L -o $@ $<
3630
3631 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test1.syms: discard_locals_relocatable_test1.out
3632 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3633 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test.o: discard_locals_relocatable_test.c
3634 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -Wa,-L -fPIC -o $@ $<
3635 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test1.out: discard_locals_relocatable_test.o ../ld-new
3636 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new --discard-locals -relocatable -o $@ $<
3637
3638 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test2.syms: discard_locals_relocatable_test2.out
3639 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
3640 @GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test2.out: discard_locals_relocatable_test.o ../ld-new
3641 @GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new --discard-all -relocatable -o $@ $<
3642 @GCC_TRUE@@NATIVE_LINKER_TRUE@libhidden.so: hidden_test_1.c gcctestdir/ld
3643 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -Bgcctestdir/ -g -shared -fPIC -w -o $@ $(srcdir)/hidden_test_1.c
3644 @GCC_TRUE@@NATIVE_LINKER_TRUE@hidden_test: hidden_test_main.o libhidden.so gcctestdir/ld
3645 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -Wl,-R,. hidden_test_main.o libhidden.so 2>hidden_test.err
3646 @GCC_TRUE@@NATIVE_LINKER_TRUE@hidden_test.err: hidden_test
3647 @GCC_TRUE@@NATIVE_LINKER_TRUE@ @touch hidden_test.err
3648 @GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.so: basic_pic_test.o gcctestdir/ld
3649 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 'main' > retain_symbols_file_test.in
3650 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 't1' >> retain_symbols_file_test.in
3651 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in
3652 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in
3653 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_Z3t18v' >> retain_symbols_file_test.in
3654 @GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '__tcf_0' >> retain_symbols_file_test.in
3655 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-retain-symbols-file,retain_symbols_file_test.in basic_pic_test.o
3656 @GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.stdout: retain_symbols_file_test.so
3657 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C retain_symbols_file_test.so > $@
3658 @GCC_TRUE@@NATIVE_LINKER_TRUE@permission_test: basic_test.o gcctestdir/ld
3659 @GCC_TRUE@@NATIVE_LINKER_TRUE@ umask 022; \
3660 @GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
3661 @GCC_TRUE@@NATIVE_LINKER_TRUE@ touch $@; \
3662 @GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod 600 $@; \
3663 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o
3664 @GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_lib.o: searched_file_test_lib.cc
3665 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
3666 @GCC_TRUE@@NATIVE_LINKER_TRUE@alt/searched_file_test_lib.a: searched_file_test_lib.o
3667 @GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
3668 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
3669 # We invoke the linker directly since gcc may include additional objects that
3670 # uses symbol versioning.
3671 @GCC_TRUE@@NATIVE_LINKER_TRUE@libno_version_test.so: no_version_test.o gcctestdir/ld
3672 @GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -shared -o $@ no_version_test.o
3673 @GCC_TRUE@@NATIVE_LINKER_TRUE@no_version_test.o: no_version_test.c
3674 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c -fPIC $<
3675 @GCC_TRUE@@NATIVE_LINKER_TRUE@no_version_test.stdout: libno_version_test.so
3676 @GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_OBJDUMP) -h $< > $@
3677 @DEFAULT_TARGET_I386_TRUE@split_i386_1.o: split_i386_1.s
3678 @DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
3679 @DEFAULT_TARGET_I386_TRUE@split_i386_2.o: split_i386_2.s
3680 @DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
3681 @DEFAULT_TARGET_I386_TRUE@split_i386_3.o: split_i386_3.s
3682 @DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
3683 @DEFAULT_TARGET_I386_TRUE@split_i386_4.o: split_i386_4.s
3684 @DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
3685 @DEFAULT_TARGET_I386_TRUE@split_i386_n.o: split_i386_n.s
3686 @DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
3687 @DEFAULT_TARGET_I386_TRUE@split_i386_1: split_i386_1.o split_i386_n.o ../ld-new
3688 @DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_1.o split_i386_n.o
3689 @DEFAULT_TARGET_I386_TRUE@split_i386_1.stdout: split_i386_1
3690 @DEFAULT_TARGET_I386_TRUE@ $(TEST_OBJDUMP) -d $< > $@
3691 @DEFAULT_TARGET_I386_TRUE@split_i386_2: split_i386_2.o split_i386_n.o ../ld-new
3692 @DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_2.o split_i386_n.o
3693 @DEFAULT_TARGET_I386_TRUE@split_i386_2.stdout: split_i386_2
3694 @DEFAULT_TARGET_I386_TRUE@ $(TEST_OBJDUMP) -d $< > $@
3695 @DEFAULT_TARGET_I386_TRUE@split_i386_3.stdout: split_i386_3.o split_i386_n.o ../ld-new
3696 @DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o split_i386_3 split_i386_3.o split_i386_n.o > $@ 2>&1 || exit 0
3697 @DEFAULT_TARGET_I386_TRUE@split_i386_4: split_i386_4.o split_i386_n.o ../ld-new
3698 @DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_4.o split_i386_n.o
3699 @DEFAULT_TARGET_I386_TRUE@split_i386_4.stdout: split_i386_4
3700 @DEFAULT_TARGET_I386_TRUE@ $(TEST_OBJDUMP) -d $< > $@
3701 @DEFAULT_TARGET_I386_TRUE@split_i386_r.stdout: split_i386_1.o split_i386_n.o ../ld-new
3702 @DEFAULT_TARGET_I386_TRUE@ ../ld-new -r split_i386_1.o split_i386_n.o -o split_i386_r > $@ 2>&1 || exit 0
3703 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_1.o: split_x86_64_1.s
3704 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
3705 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_2.o: split_x86_64_2.s
3706 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
3707 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_3.o: split_x86_64_3.s
3708 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
3709 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_4.o: split_x86_64_4.s
3710 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
3711 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_n.o: split_x86_64_n.s
3712 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
3713 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_1: split_x86_64_1.o split_x86_64_n.o ../ld-new
3714 @DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_1.o split_x86_64_n.o
3715 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_1.stdout: split_x86_64_1
3716 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_OBJDUMP) -d $< > $@
3717 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_2: split_x86_64_2.o split_x86_64_n.o ../ld-new
3718 @DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_2.o split_x86_64_n.o
3719 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_2.stdout: split_x86_64_2
3720 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_OBJDUMP) -d $< > $@
3721 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_3.stdout: split_x86_64_3.o split_x86_64_n.o ../ld-new
3722 @DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o split_x86_64_3 split_x86_64_3.o split_x86_64_n.o > $@ 2>&1 || exit 0
3723 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_4: split_x86_64_4.o split_x86_64_n.o ../ld-new
3724 @DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_4.o split_x86_64_n.o
3725 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_4.stdout: split_x86_64_4
3726 @DEFAULT_TARGET_X86_64_TRUE@ $(TEST_OBJDUMP) -d $< > $@
3727 @DEFAULT_TARGET_X86_64_TRUE@split_x86_64_r.stdout: split_x86_64_1.o split_x86_64_n.o ../ld-new
3728 @DEFAULT_TARGET_X86_64_TRUE@ ../ld-new -r split_x86_64_1.o split_x86_64_n.o -o split_x86_64_r > $@ 2>&1 || exit 0
3729 @DEFAULT_TARGET_ARM_TRUE@arm_abs_lib.o: arm_abs_lib.s
3730 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -march=armv7-a -o $@ $<
3731 @DEFAULT_TARGET_ARM_TRUE@libarm_abs.so: arm_abs_lib.o ../ld-new
3732 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -shared -o $@ arm_abs_lib.o
3733 @DEFAULT_TARGET_ARM_TRUE@arm_abs_global.o: arm_abs_global.s
3734 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -march=armv7-a -o $@ $<
3735 @DEFAULT_TARGET_ARM_TRUE@arm_abs_global: arm_abs_global.o libarm_abs.so ../ld-new
3736 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -o $@ arm_abs_global.o -L. -larm_abs
3737 @DEFAULT_TARGET_ARM_TRUE@arm_abs_global.stdout: arm_abs_global
3738 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_READELF) -r $< > $@
3739
3740 @DEFAULT_TARGET_ARM_TRUE@arm_bl_in_range.stdout: arm_bl_in_range
3741 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3742
3743 @DEFAULT_TARGET_ARM_TRUE@arm_bl_in_range: arm_bl_in_range.o ../ld-new
3744 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/arm_branch_range.t -o $@ $<
3745
3746 @DEFAULT_TARGET_ARM_TRUE@arm_bl_in_range.o: arm_bl_in_range.s
3747 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3748
3749 @DEFAULT_TARGET_ARM_TRUE@arm_bl_out_of_range.stdout: arm_bl_out_of_range
3750 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -S $< > $@
3751
3752 @DEFAULT_TARGET_ARM_TRUE@arm_bl_out_of_range: arm_bl_out_of_range.o ../ld-new
3753 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/arm_branch_range.t -o $@ $<
3754
3755 @DEFAULT_TARGET_ARM_TRUE@arm_bl_out_of_range.o: arm_bl_out_of_range.s
3756 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3757
3758 @DEFAULT_TARGET_ARM_TRUE@thumb_bl_in_range.stdout: thumb_bl_in_range
3759 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3760
3761 @DEFAULT_TARGET_ARM_TRUE@thumb_bl_in_range: thumb_bl_in_range.o ../ld-new
3762 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
3763
3764 @DEFAULT_TARGET_ARM_TRUE@thumb_bl_in_range.o: thumb_bl_in_range.s
3765 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
3766
3767 @DEFAULT_TARGET_ARM_TRUE@thumb_bl_out_of_range.stdout: thumb_bl_out_of_range
3768 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3769
3770 @DEFAULT_TARGET_ARM_TRUE@thumb_bl_out_of_range: thumb_bl_out_of_range.o ../ld-new
3771 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
3772
3773 @DEFAULT_TARGET_ARM_TRUE@thumb_bl_out_of_range.o: thumb_bl_out_of_range.s
3774 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
3775
3776 @DEFAULT_TARGET_ARM_TRUE@thumb2_bl_in_range.stdout: thumb2_bl_in_range
3777 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3778
3779 @DEFAULT_TARGET_ARM_TRUE@thumb2_bl_in_range: thumb2_bl_in_range.o ../ld-new
3780 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
3781
3782 @DEFAULT_TARGET_ARM_TRUE@thumb2_bl_in_range.o: thumb_bl_in_range.s
3783 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
3784
3785 @DEFAULT_TARGET_ARM_TRUE@thumb2_bl_out_of_range.stdout: thumb2_bl_out_of_range
3786 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3787
3788 @DEFAULT_TARGET_ARM_TRUE@thumb2_bl_out_of_range: thumb2_bl_out_of_range.o ../ld-new
3789 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
3790
3791 @DEFAULT_TARGET_ARM_TRUE@thumb2_bl_out_of_range.o: thumb_bl_out_of_range.s
3792 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
3793
3794 @DEFAULT_TARGET_ARM_TRUE@thumb_blx_in_range.stdout: thumb_blx_in_range
3795 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3796
3797 @DEFAULT_TARGET_ARM_TRUE@thumb_blx_in_range: thumb_blx_in_range.o ../ld-new
3798 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
3799
3800 @DEFAULT_TARGET_ARM_TRUE@thumb_blx_in_range.o: thumb_blx_in_range.s
3801 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
3802
3803 @DEFAULT_TARGET_ARM_TRUE@thumb_blx_out_of_range.stdout: thumb_blx_out_of_range
3804 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3805
3806 @DEFAULT_TARGET_ARM_TRUE@thumb_blx_out_of_range: thumb_blx_out_of_range.o ../ld-new
3807 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
3808
3809 @DEFAULT_TARGET_ARM_TRUE@thumb_blx_out_of_range.o: thumb_blx_out_of_range.s
3810 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
3811
3812 @DEFAULT_TARGET_ARM_TRUE@thumb2_blx_in_range.stdout: thumb2_blx_in_range
3813 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3814
3815 @DEFAULT_TARGET_ARM_TRUE@thumb2_blx_in_range: thumb2_blx_in_range.o ../ld-new
3816 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
3817
3818 @DEFAULT_TARGET_ARM_TRUE@thumb2_blx_in_range.o: thumb_blx_in_range.s
3819 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
3820
3821 @DEFAULT_TARGET_ARM_TRUE@thumb2_blx_out_of_range.stdout: thumb2_blx_out_of_range
3822 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D $< > $@
3823
3824 @DEFAULT_TARGET_ARM_TRUE@thumb2_blx_out_of_range: thumb2_blx_out_of_range.o ../ld-new
3825 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
3826
3827 @DEFAULT_TARGET_ARM_TRUE@thumb2_blx_out_of_range.o: thumb_blx_out_of_range.s
3828 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
3829
3830 @DEFAULT_TARGET_ARM_TRUE@arm_fix_v4bx.stdout: arm_fix_v4bx
3831 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
3832
3833 @DEFAULT_TARGET_ARM_TRUE@arm_fix_v4bx: arm_fix_v4bx.o ../ld-new
3834 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new --fix-v4bx -o $@ $<
3835
3836 @DEFAULT_TARGET_ARM_TRUE@arm_fix_v4bx.o: arm_fix_v4bx.s
3837 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3838
3839 @DEFAULT_TARGET_ARM_TRUE@arm_fix_v4bx_interworking.stdout: arm_fix_v4bx_interworking
3840 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
3841
3842 @DEFAULT_TARGET_ARM_TRUE@arm_fix_v4bx_interworking: arm_fix_v4bx.o ../ld-new
3843 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new --fix-v4bx-interworking -o $@ $<
3844
3845 @DEFAULT_TARGET_ARM_TRUE@arm_no_fix_v4bx.stdout: arm_no_fix_v4bx
3846 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
3847
3848 @DEFAULT_TARGET_ARM_TRUE@arm_no_fix_v4bx: arm_fix_v4bx.o ../ld-new
3849 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -o $@ $<
3850
3851 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_6.stdout: arm_attr_merge_6
3852 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_READELF) -A $< > $@
3853
3854 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_6: arm_attr_merge_6a.o arm_attr_merge_6b.o
3855 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -o $@ arm_attr_merge_6a.o arm_attr_merge_6b.o
3856
3857 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_6a.o: arm_attr_merge_6a.s
3858 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3859
3860 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_6b.o: arm_attr_merge_6b.s
3861 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3862
3863 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_6r.stdout: arm_attr_merge_6r
3864 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_READELF) -A $< > $@
3865
3866 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_6r: arm_attr_merge_6b.o arm_attr_merge_6a.o
3867 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -o $@ arm_attr_merge_6b.o arm_attr_merge_6a.o
3868
3869 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_7.stdout: arm_attr_merge_7
3870 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_READELF) -A $< > $@
3871
3872 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_7: arm_attr_merge_7a.o arm_attr_merge_7b.o
3873 @DEFAULT_TARGET_ARM_TRUE@ ../ld-new -o $@ arm_attr_merge_7a.o arm_attr_merge_7b.o
3874
3875 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_7a.o: arm_attr_merge_7a.s
3876 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3877
3878 @DEFAULT_TARGET_ARM_TRUE@arm_attr_merge_7b.o: arm_attr_merge_7b.s
3879 @DEFAULT_TARGET_ARM_TRUE@ $(TEST_AS) -o $@ $<
3880
3881 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3882 # Otherwise a system limit (for SysV at least) may be exceeded.
3883 .NOEXPORT: