1 |
27 |
khays |
# Makefile.in generated by automake 1.11.1 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 = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
|
44 |
|
|
$(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
|
45 |
|
|
$(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \
|
46 |
|
|
$(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \
|
47 |
|
|
$(am__EXEEXT_13) $(am__EXEEXT_14) $(am__EXEEXT_15) \
|
48 |
|
|
$(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
|
49 |
|
|
$(am__EXEEXT_19) $(am__EXEEXT_20) $(am__EXEEXT_21) \
|
50 |
159 |
khays |
$(am__EXEEXT_22) $(am__EXEEXT_23) $(am__EXEEXT_24) \
|
51 |
|
|
$(am__EXEEXT_25) $(am__EXEEXT_26) $(am__EXEEXT_27) \
|
52 |
|
|
$(am__EXEEXT_28) $(am__EXEEXT_29) $(am__EXEEXT_30) \
|
53 |
|
|
$(am__EXEEXT_31) $(am__EXEEXT_32) $(am__EXEEXT_33) \
|
54 |
|
|
$(am__EXEEXT_34) $(am__EXEEXT_35) $(am__EXEEXT_36) \
|
55 |
|
|
$(am__EXEEXT_37) $(am__EXEEXT_38)
|
56 |
27 |
khays |
@NATIVE_OR_CROSS_LINKER_TRUE@am__append_1 = object_unittest \
|
57 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ binary_unittest
|
58 |
|
|
|
59 |
|
|
# Test --detect-odr-violations
|
60 |
|
|
|
61 |
|
|
# Similar to --detect-odr-violations: check for undefined symbols in .so's
|
62 |
|
|
|
63 |
|
|
# Test --dynamic-list, --dynamic-list-data, --dynamic-list-cpp-new,
|
64 |
|
|
# and --dynamic-list-cpp-typeinfo
|
65 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = incremental_test.sh \
|
66 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test.sh gc_tls_test.sh \
|
67 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test.sh \
|
68 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test.sh \
|
69 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.sh \
|
70 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test.sh \
|
71 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test.sh \
|
72 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout.sh \
|
73 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test.sh \
|
74 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test.sh \
|
75 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test.sh \
|
76 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.sh weak_plt.sh \
|
77 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg.sh undef_symbol.sh \
|
78 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_1.sh ver_test_2.sh \
|
79 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_4.sh ver_test_5.sh \
|
80 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_7.sh ver_test_10.sh \
|
81 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test.sh \
|
82 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.sh \
|
83 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.sh \
|
84 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4.sh \
|
85 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_5.sh \
|
86 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_6.sh \
|
87 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_7.sh \
|
88 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_8.sh \
|
89 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_9.sh dynamic_list.sh
|
90 |
|
|
|
91 |
|
|
# Create the data files that debug_msg.sh analyzes.
|
92 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_3 = incremental_test.stdout \
|
93 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test.stdout \
|
94 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_tls_test.stdout \
|
95 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test.stdout \
|
96 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test.stdout \
|
97 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.stdout \
|
98 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test_1.stdout \
|
99 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test_2.stdout \
|
100 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test_1.stdout \
|
101 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test_2.stdout \
|
102 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout.stdout \
|
103 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test.stdout \
|
104 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test.stdout \
|
105 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test.stdout \
|
106 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
|
107 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_plt_shared.so debug_msg.err
|
108 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_4 = incremental_test \
|
109 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test gc_tls_test \
|
110 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test icf_test \
|
111 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test \
|
112 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test icf_safe_so_test \
|
113 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout \
|
114 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_virtual_function_folding_test \
|
115 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test \
|
116 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test \
|
117 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test \
|
118 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
|
119 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/weak_undef_lib.so
|
120 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_5 = icf_virtual_function_folding_test \
|
121 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_test basic_pic_test
|
122 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__append_6 = basic_static_test \
|
123 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_pic_test
|
124 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_7 = basic_pie_test \
|
125 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test
|
126 |
|
|
@GCC_FALSE@constructor_test_DEPENDENCIES =
|
127 |
|
|
@NATIVE_LINKER_FALSE@constructor_test_DEPENDENCIES =
|
128 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__append_8 = constructor_static_test
|
129 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_9 = two_file_test \
|
130 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pic_test
|
131 |
|
|
@GCC_FALSE@two_file_test_DEPENDENCIES =
|
132 |
|
|
@NATIVE_LINKER_FALSE@two_file_test_DEPENDENCIES =
|
133 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__append_10 = two_file_static_test
|
134 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_11 = two_file_shared_1_test \
|
135 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_test \
|
136 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_pic_2_test \
|
137 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_pic_1_test \
|
138 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_test \
|
139 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_test \
|
140 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_test \
|
141 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_relocatable_test \
|
142 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pie_test
|
143 |
|
|
|
144 |
|
|
# The nonpic tests will fail on platforms which can not put non-PIC
|
145 |
|
|
# code into shared libraries, so we just don't run them in that case.
|
146 |
159 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_12 = two_file_shared_1_nonpic_test \
|
147 |
27 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test \
|
148 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_nonpic_test \
|
149 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_nonpic_test \
|
150 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_nonpic_test \
|
151 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_shared_test \
|
152 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_2_shared_test \
|
153 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_pie_test
|
154 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_13 = two_file_strip_test \
|
155 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_strip_test \
|
156 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1 common_test_2 \
|
157 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test \
|
158 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1_test \
|
159 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2_test \
|
160 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_same_shared_test \
|
161 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_12_test \
|
162 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_21_test
|
163 |
27 |
khays |
@GCC_FALSE@common_test_1_DEPENDENCIES =
|
164 |
|
|
@NATIVE_LINKER_FALSE@common_test_1_DEPENDENCIES =
|
165 |
|
|
@GCC_FALSE@exception_test_DEPENDENCIES =
|
166 |
|
|
@NATIVE_LINKER_FALSE@exception_test_DEPENDENCIES =
|
167 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__append_14 = exception_static_test
|
168 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_15 = weak_test \
|
169 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test
|
170 |
27 |
khays |
@GCC_FALSE@weak_test_DEPENDENCIES =
|
171 |
|
|
@NATIVE_LINKER_FALSE@weak_test_DEPENDENCIES =
|
172 |
159 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_16 = weak_undef_nonpic_test
|
173 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_17 = alt/weak_undef_lib_nonpic.so
|
174 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_18 = weak_alias_test weak_plt \
|
175 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test
|
176 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__append_19 = tls_test \
|
177 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pic_test \
|
178 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_test \
|
179 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_pic_test \
|
180 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_test \
|
181 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_ie_test \
|
182 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_gd_to_ie_test
|
183 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__append_20 = tls_shared_gnu2_gd_to_ie_test
|
184 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__append_21 = tls_shared_gnu2_test
|
185 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am__append_22 = tls_static_test \
|
186 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@ tls_static_pic_test
|
187 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__append_23 = tls_shared_nonpic_test
|
188 |
|
|
|
189 |
|
|
# Test -o when emitting to a special file (such as something in /dev).
|
190 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_24 = many_sections_test \
|
191 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_r_test initpri1 \
|
192 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri2 initpri3a initpri3b \
|
193 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile
|
194 |
27 |
khays |
@GCC_FALSE@many_sections_test_DEPENDENCIES =
|
195 |
|
|
@NATIVE_LINKER_FALSE@many_sections_test_DEPENDENCIES =
|
196 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_25 = many_sections_define.h \
|
197 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_check.h
|
198 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_26 = many_sections_define.h \
|
199 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_check.h \
|
200 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg.err
|
201 |
|
|
@GCC_FALSE@initpri1_DEPENDENCIES =
|
202 |
|
|
@NATIVE_LINKER_FALSE@initpri1_DEPENDENCIES =
|
203 |
|
|
@GCC_FALSE@initpri2_DEPENDENCIES =
|
204 |
|
|
@NATIVE_LINKER_FALSE@initpri2_DEPENDENCIES =
|
205 |
|
|
@GCC_FALSE@initpri3a_DEPENDENCIES =
|
206 |
|
|
@NATIVE_LINKER_FALSE@initpri3a_DEPENDENCIES =
|
207 |
|
|
@GCC_FALSE@initpri3b_DEPENDENCIES =
|
208 |
|
|
@NATIVE_LINKER_FALSE@initpri3b_DEPENDENCIES =
|
209 |
|
|
|
210 |
|
|
# Check that --detect-odr-violations works with compressed debug sections.
|
211 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__append_27 = debug_msg_cdebug.err
|
212 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__append_28 = debug_msg_cdebug.err
|
213 |
|
|
|
214 |
|
|
# See if we can also detect problems when we're linking .so's, not .o's.
|
215 |
|
|
|
216 |
|
|
# We also want to make sure we do something reasonable when there's no
|
217 |
|
|
# debug info available. For the best test, we use .so's.
|
218 |
|
|
|
219 |
|
|
# This version won't be runnable, because there is no way to put the
|
220 |
|
|
# PT_PHDR segment at file offset 0. We just make sure that we can
|
221 |
|
|
# build it without error.
|
222 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_29 = debug_msg_so.err \
|
223 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_ndebug.err \
|
224 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ undef_symbol.err \
|
225 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_ttext_2 \
|
226 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_1.syms ver_test_2.syms \
|
227 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_4.syms ver_test_5.syms \
|
228 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_7.syms ver_test_10.syms \
|
229 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_3.err \
|
230 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test.stdout \
|
231 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.stdout \
|
232 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.stdout \
|
233 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4.stdout \
|
234 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_5.stdout \
|
235 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_6.stdout \
|
236 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_7.stdout \
|
237 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_8.stdout \
|
238 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_9.stdout \
|
239 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dynamic_list.stdout
|
240 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_30 = debug_msg_so.err \
|
241 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_ndebug.err \
|
242 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ undef_symbol.err ver_test_11.a \
|
243 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_3.err binary.txt \
|
244 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.stdout \
|
245 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.stdout \
|
246 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4 script_test_5 \
|
247 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_6 script_test_7 \
|
248 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_8 dynamic_list \
|
249 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dynamic_list.stdout libthin1.a \
|
250 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libthin3.a libthinall.a \
|
251 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/thin_archive_test_2.o \
|
252 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/thin_archive_test_4.o \
|
253 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libthin2.a alt/libthin4.a
|
254 |
|
|
|
255 |
|
|
# Test --compress-debug-sections. FIXME: check we actually compress.
|
256 |
|
|
|
257 |
|
|
# The specialfile output has a tricky case when we also compress debug
|
258 |
|
|
# sections, because it requires output-file resizing.
|
259 |
159 |
khays |
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__append_31 = flagstest_compress_debug_sections \
|
260 |
27 |
khays |
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile_and_compress_debug_sections
|
261 |
|
|
|
262 |
159 |
khays |
# Test -TText and -Tdata.
|
263 |
|
|
|
264 |
27 |
khays |
# Test symbol versioning.
|
265 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_32 = flagstest_o_ttext_1 \
|
266 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test ver_test_2 ver_test_6 \
|
267 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_8 ver_test_9 \
|
268 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_11 ver_test_12 \
|
269 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_1 protected_2 \
|
270 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test relro_now_test \
|
271 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_strip_test \
|
272 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_script_test script_test_1 \
|
273 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2 justsyms \
|
274 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms_exec binary_test \
|
275 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3 \
|
276 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_phdrs_script_test \
|
277 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_script_test \
|
278 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_1 \
|
279 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_2
|
280 |
|
|
@GCC_FALSE@script_test_1_DEPENDENCIES =
|
281 |
|
|
@NATIVE_LINKER_FALSE@script_test_1_DEPENDENCIES =
|
282 |
|
|
@GCC_FALSE@script_test_2_DEPENDENCIES =
|
283 |
|
|
@NATIVE_LINKER_FALSE@script_test_2_DEPENDENCIES =
|
284 |
|
|
@GCC_FALSE@justsyms_DEPENDENCIES =
|
285 |
|
|
@NATIVE_LINKER_FALSE@justsyms_DEPENDENCIES =
|
286 |
159 |
khays |
@GCC_FALSE@justsyms_exec_DEPENDENCIES =
|
287 |
|
|
@NATIVE_LINKER_FALSE@justsyms_exec_DEPENDENCIES =
|
288 |
27 |
khays |
@GCC_FALSE@binary_test_DEPENDENCIES =
|
289 |
|
|
@NATIVE_LINKER_FALSE@binary_test_DEPENDENCIES =
|
290 |
|
|
@GCC_FALSE@thin_archive_test_2_DEPENDENCIES =
|
291 |
|
|
@NATIVE_LINKER_FALSE@thin_archive_test_2_DEPENDENCIES =
|
292 |
|
|
|
293 |
|
|
# Test plugins with -r.
|
294 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_33 = \
|
295 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1 \
|
296 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2 \
|
297 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3 \
|
298 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4 \
|
299 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_5 \
|
300 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6 \
|
301 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7 \
|
302 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_8
|
303 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_34 = \
|
304 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.sh \
|
305 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.sh \
|
306 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.sh \
|
307 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.sh \
|
308 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6.sh \
|
309 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.sh
|
310 |
|
|
|
311 |
|
|
# Test that symbols known in the IR file but not in the replacement file
|
312 |
|
|
# produce an unresolved symbol error.
|
313 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_35 = \
|
314 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.err \
|
315 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.err \
|
316 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.err \
|
317 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.err \
|
318 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6.err \
|
319 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.err \
|
320 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.syms \
|
321 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_9.err
|
322 |
|
|
# Make a copy of two_file_test_1.o, which does not define the symbol _Z4t16av.
|
323 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_36 = \
|
324 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.err \
|
325 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.err \
|
326 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.err \
|
327 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.a \
|
328 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.err \
|
329 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6.err \
|
330 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7.err \
|
331 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_9.err \
|
332 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ two_file_test_1c.o \
|
333 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ unused.c
|
334 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_37 = exclude_libs_test \
|
335 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ local_labels_test \
|
336 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test
|
337 |
|
|
|
338 |
|
|
# Test that hidden and internal symbols in the main program cannot be
|
339 |
|
|
# referenced by a shared library.
|
340 |
|
|
|
341 |
|
|
# Test -retain-symbols-file.
|
342 |
|
|
|
343 |
|
|
# Test that no .gnu.version sections are created when
|
344 |
|
|
# symbol versioning is not used.
|
345 |
|
|
|
346 |
|
|
# Test that strong reference to a weak symbol in a DSO remains strong.
|
347 |
|
|
|
348 |
|
|
# Test that a strong weak reference remains strong if there is another
|
349 |
|
|
# weak reference in a DSO.
|
350 |
|
|
|
351 |
|
|
# Test that MEMORY region support works.
|
352 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_38 = exclude_libs_test.sh \
|
353 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.sh \
|
354 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test.sh \
|
355 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.sh \
|
356 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ no_version_test.sh \
|
357 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ strong_ref_weak_def.sh \
|
358 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dyn_weak_ref.sh memory_test.sh
|
359 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_39 = exclude_libs_test.syms \
|
360 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.syms \
|
361 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test1.syms \
|
362 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test2.syms \
|
363 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test.err \
|
364 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.stdout \
|
365 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ no_version_test.stdout \
|
366 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ strong_ref_weak_def.stdout \
|
367 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dyn_weak_ref.stdout \
|
368 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ memory_test.stdout
|
369 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_40 = exclude_libs_test.syms \
|
370 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_1.a \
|
371 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_2.a \
|
372 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libexclude_libs_test_3.a \
|
373 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.syms \
|
374 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test1.syms \
|
375 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test2.syms \
|
376 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test1.out \
|
377 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_relocatable_test2.out \
|
378 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test hidden_test.err \
|
379 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test \
|
380 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.in \
|
381 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.stdout \
|
382 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test \
|
383 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test_lib.o \
|
384 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/searched_file_test_lib.a \
|
385 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libno_version_test.so \
|
386 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ no_version_test.stdout \
|
387 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ strong_ref_weak_def_1.so \
|
388 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ strong_ref_weak_def_2.so \
|
389 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ strong_ref_weak_def.stdout \
|
390 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dyn_weak_ref_1.so \
|
391 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dyn_weak_ref_2.so \
|
392 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dyn_weak_ref.stdout \
|
393 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ memory_test.stdout memory_test \
|
394 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ memory_test.o
|
395 |
159 |
khays |
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am__append_41 = large
|
396 |
27 |
khays |
@GCC_FALSE@large_DEPENDENCIES =
|
397 |
|
|
@MCMODEL_MEDIUM_FALSE@large_DEPENDENCIES =
|
398 |
|
|
@NATIVE_LINKER_FALSE@large_DEPENDENCIES =
|
399 |
|
|
|
400 |
|
|
# Test that if the output file already exists and is empty,
|
401 |
|
|
# it will get execute permission.
|
402 |
|
|
|
403 |
|
|
# Check -l:foo.a
|
404 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_42 = permission_test \
|
405 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test
|
406 |
|
|
@GCC_FALSE@searched_file_test_DEPENDENCIES =
|
407 |
|
|
@NATIVE_LINKER_FALSE@searched_file_test_DEPENDENCIES =
|
408 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_43 = ifuncmain1static \
|
409 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1picstatic
|
410 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_44 = ifuncmain1 \
|
411 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1pic \
|
412 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1vis \
|
413 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1vispic \
|
414 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1staticpic \
|
415 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1pie \
|
416 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1vispie \
|
417 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1staticpie
|
418 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_45 = ifuncmain2static \
|
419 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain2picstatic
|
420 |
27 |
khays |
@GCC_FALSE@ifuncmain2static_DEPENDENCIES =
|
421 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain2static_DEPENDENCIES =
|
422 |
27 |
khays |
@IFUNC_FALSE@ifuncmain2static_DEPENDENCIES =
|
423 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain2static_DEPENDENCIES =
|
424 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_46 = ifuncmain2 \
|
425 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain2pic \
|
426 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain3
|
427 |
27 |
khays |
@GCC_FALSE@ifuncmain2_DEPENDENCIES =
|
428 |
|
|
@IFUNC_FALSE@ifuncmain2_DEPENDENCIES =
|
429 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain2_DEPENDENCIES =
|
430 |
|
|
@GCC_FALSE@ifuncmain3_DEPENDENCIES =
|
431 |
|
|
@IFUNC_FALSE@ifuncmain3_DEPENDENCIES =
|
432 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain3_DEPENDENCIES =
|
433 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_47 = ifuncmain4static \
|
434 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain4picstatic
|
435 |
27 |
khays |
@GCC_FALSE@ifuncmain4static_DEPENDENCIES =
|
436 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain4static_DEPENDENCIES =
|
437 |
27 |
khays |
@IFUNC_FALSE@ifuncmain4static_DEPENDENCIES =
|
438 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain4static_DEPENDENCIES =
|
439 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_48 = ifuncmain4
|
440 |
27 |
khays |
@GCC_FALSE@ifuncmain4_DEPENDENCIES =
|
441 |
|
|
@IFUNC_FALSE@ifuncmain4_DEPENDENCIES =
|
442 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain4_DEPENDENCIES =
|
443 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_49 = ifuncmain5static \
|
444 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5picstatic
|
445 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_50 = ifuncmain5 \
|
446 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5pic \
|
447 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5staticpic \
|
448 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5pie \
|
449 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain6pie
|
450 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_51 = ifuncmain7static \
|
451 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7picstatic
|
452 |
27 |
khays |
@GCC_FALSE@ifuncmain7static_DEPENDENCIES =
|
453 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain7static_DEPENDENCIES =
|
454 |
27 |
khays |
@IFUNC_FALSE@ifuncmain7static_DEPENDENCIES =
|
455 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain7static_DEPENDENCIES =
|
456 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__append_52 = ifuncmain7 \
|
457 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7pic \
|
458 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7pie \
|
459 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncvar
|
460 |
27 |
khays |
@GCC_FALSE@ifuncmain7_DEPENDENCIES =
|
461 |
|
|
@IFUNC_FALSE@ifuncmain7_DEPENDENCIES =
|
462 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain7_DEPENDENCIES =
|
463 |
|
|
|
464 |
|
|
# Test that --start-lib and --end-lib function correctly.
|
465 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_53 = start_lib_test
|
466 |
27 |
khays |
|
467 |
159 |
khays |
# Test the --incremental-unchanged flag with an archive library.
|
468 |
|
|
# The second link should not update the library.
|
469 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_54 = incremental_test_2 \
|
470 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_3 \
|
471 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_4 \
|
472 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_5 \
|
473 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_6 \
|
474 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_copy_test \
|
475 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_common_test_1
|
476 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_55 = two_file_test_tmp_2.o \
|
477 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_tmp_3.o \
|
478 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_4.base \
|
479 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_tmp_4.o \
|
480 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_5.a \
|
481 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_6.a
|
482 |
27 |
khays |
|
483 |
|
|
# These tests work with native and cross linkers.
|
484 |
|
|
|
485 |
|
|
# Test script section order.
|
486 |
159 |
khays |
@NATIVE_OR_CROSS_LINKER_TRUE@am__append_56 = script_test_10.sh
|
487 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@am__append_57 = script_test_10.stdout
|
488 |
27 |
khays |
|
489 |
|
|
# These tests work with cross linkers only.
|
490 |
159 |
khays |
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_58 = split_i386.sh
|
491 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_59 = split_i386_1.stdout split_i386_2.stdout \
|
492 |
27 |
khays |
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
|
493 |
|
|
|
494 |
159 |
khays |
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_60 = split_i386_1 split_i386_2 split_i386_3 \
|
495 |
27 |
khays |
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ split_i386_4 split_i386_r
|
496 |
|
|
|
497 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_61 = split_x86_64.sh
|
498 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_62 = split_x86_64_1.stdout split_x86_64_2.stdout \
|
499 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ split_x86_64_3.stdout split_x86_64_4.stdout split_x86_64_r.stdout
|
500 |
|
|
|
501 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_63 = split_x86_64_1 split_x86_64_2 split_x86_64_3 \
|
502 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ split_x86_64_4 split_x86_64_r
|
503 |
|
|
|
504 |
|
|
|
505 |
|
|
# Cortex-A8 workaround test.
|
506 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_64 = arm_abs_global.sh \
|
507 |
27 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_branch_in_range.sh \
|
508 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_branch_out_of_range.sh \
|
509 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_fix_v4bx.sh \
|
510 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge.sh \
|
511 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8.sh \
|
512 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_exidx_test.sh \
|
513 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ pr12826.sh \
|
514 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_unaligned_reloc.sh
|
515 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_65 = arm_abs_global.stdout \
|
516 |
27 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_bl_in_range.stdout \
|
517 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_bl_out_of_range.stdout \
|
518 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_bl_in_range.stdout \
|
519 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_bl_out_of_range.stdout \
|
520 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_bl_in_range.stdout \
|
521 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_bl_out_of_range.stdout \
|
522 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_blx_in_range.stdout \
|
523 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_blx_out_of_range.stdout \
|
524 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_blx_in_range.stdout \
|
525 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_blx_out_of_range.stdout \
|
526 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_bl_out_of_range_local.stdout \
|
527 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_thm_jump11.stdout \
|
528 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_thm_jump8.stdout \
|
529 |
27 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_fix_v4bx.stdout \
|
530 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_fix_v4bx_interworking.stdout \
|
531 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_no_fix_v4bx.stdout \
|
532 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge_6.stdout \
|
533 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge_6r.stdout \
|
534 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge_7.stdout \
|
535 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_b_cond.stdout \
|
536 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_b.stdout \
|
537 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_bl.stdout \
|
538 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_blx.stdout \
|
539 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_local.stdout \
|
540 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_local_reloc.stdout \
|
541 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_exidx_test.stdout \
|
542 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ pr12826.stdout \
|
543 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_unaligned_reloc.stdout
|
544 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@am__append_66 = arm_abs_global \
|
545 |
27 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_bl_in_range \
|
546 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_bl_out_of_range \
|
547 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_bl_in_range \
|
548 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_bl_out_of_range \
|
549 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_bl_in_range \
|
550 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_bl_out_of_range \
|
551 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_blx_in_range \
|
552 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_blx_out_of_range \
|
553 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_blx_in_range \
|
554 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb2_blx_out_of_range \
|
555 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ thumb_bl_out_of_range_local \
|
556 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_thm_jump11 \
|
557 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_thm_jump8 \
|
558 |
27 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_fix_v4bx \
|
559 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_fix_v4bx_interworking \
|
560 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_no_fix_v4bx \
|
561 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge_6 \
|
562 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge_6r \
|
563 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_attr_merge_7 \
|
564 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_b_cond \
|
565 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_b \
|
566 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_bl \
|
567 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_blx \
|
568 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_local \
|
569 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_cortex_a8_local_reloc \
|
570 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ arm_unaligned_reloc
|
571 |
27 |
khays |
subdir = testsuite
|
572 |
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
|
573 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
574 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
575 |
|
|
$(top_srcdir)/../config/gettext-sister.m4 \
|
576 |
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
577 |
|
|
$(top_srcdir)/../config/nls.m4 \
|
578 |
|
|
$(top_srcdir)/../config/override.m4 \
|
579 |
|
|
$(top_srcdir)/../config/po.m4 \
|
580 |
|
|
$(top_srcdir)/../config/progtest.m4 \
|
581 |
|
|
$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
|
582 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
583 |
|
|
$(ACLOCAL_M4)
|
584 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
585 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
586 |
|
|
CONFIG_CLEAN_FILES =
|
587 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
588 |
|
|
AR = ar
|
589 |
|
|
ARFLAGS = cru
|
590 |
|
|
libgoldtest_a_AR = $(AR) $(ARFLAGS)
|
591 |
|
|
libgoldtest_a_LIBADD =
|
592 |
|
|
am_libgoldtest_a_OBJECTS = test.$(OBJEXT) testmain.$(OBJEXT) \
|
593 |
|
|
testfile.$(OBJEXT)
|
594 |
|
|
libgoldtest_a_OBJECTS = $(am_libgoldtest_a_OBJECTS)
|
595 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@am__EXEEXT_1 = object_unittest$(EXEEXT) \
|
596 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ binary_unittest$(EXEEXT)
|
597 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_2 = icf_virtual_function_folding_test$(EXEEXT) \
|
598 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_test$(EXEEXT) \
|
599 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pic_test$(EXEEXT)
|
600 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_3 = basic_static_test$(EXEEXT) \
|
601 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_pic_test$(EXEEXT)
|
602 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_4 = basic_pie_test$(EXEEXT) \
|
603 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test$(EXEEXT)
|
604 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_5 = constructor_static_test$(EXEEXT)
|
605 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_6 = two_file_test$(EXEEXT) \
|
606 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pic_test$(EXEEXT)
|
607 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_7 = two_file_static_test$(EXEEXT)
|
608 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_8 = \
|
609 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_test$(EXEEXT) \
|
610 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_test$(EXEEXT) \
|
611 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_pic_2_test$(EXEEXT) \
|
612 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_pic_1_test$(EXEEXT) \
|
613 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_test$(EXEEXT) \
|
614 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_test$(EXEEXT) \
|
615 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_test$(EXEEXT) \
|
616 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_relocatable_test$(EXEEXT) \
|
617 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pie_test$(EXEEXT)
|
618 |
159 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_9 = two_file_shared_1_nonpic_test$(EXEEXT) \
|
619 |
27 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test$(EXEEXT) \
|
620 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_nonpic_test$(EXEEXT) \
|
621 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_nonpic_test$(EXEEXT) \
|
622 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_nonpic_test$(EXEEXT) \
|
623 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_shared_test$(EXEEXT) \
|
624 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_2_shared_test$(EXEEXT) \
|
625 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_pie_test$(EXEEXT)
|
626 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_10 = \
|
627 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_strip_test$(EXEEXT) \
|
628 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_strip_test$(EXEEXT) \
|
629 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1$(EXEEXT) \
|
630 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_2$(EXEEXT) \
|
631 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test$(EXEEXT) \
|
632 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1_test$(EXEEXT) \
|
633 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2_test$(EXEEXT) \
|
634 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_same_shared_test$(EXEEXT) \
|
635 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_12_test$(EXEEXT) \
|
636 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_21_test$(EXEEXT)
|
637 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_11 = exception_static_test$(EXEEXT)
|
638 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_12 = weak_test$(EXEEXT) \
|
639 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test$(EXEEXT)
|
640 |
159 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_13 = weak_undef_nonpic_test$(EXEEXT)
|
641 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_14 = \
|
642 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test$(EXEEXT) \
|
643 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_plt$(EXEEXT) \
|
644 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test$(EXEEXT)
|
645 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__EXEEXT_15 = \
|
646 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test$(EXEEXT) \
|
647 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pic_test$(EXEEXT) \
|
648 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_test$(EXEEXT) \
|
649 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pie_pic_test$(EXEEXT) \
|
650 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_test$(EXEEXT) \
|
651 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_ie_test$(EXEEXT) \
|
652 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_gd_to_ie_test$(EXEEXT)
|
653 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__EXEEXT_16 = tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
|
654 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__EXEEXT_17 = tls_shared_gnu2_test$(EXEEXT)
|
655 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am__EXEEXT_18 = tls_static_test$(EXEEXT) \
|
656 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@ tls_static_pic_test$(EXEEXT)
|
657 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__EXEEXT_19 = tls_shared_nonpic_test$(EXEEXT)
|
658 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_20 = \
|
659 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_test$(EXEEXT) \
|
660 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_r_test$(EXEEXT) \
|
661 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri1$(EXEEXT) \
|
662 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri2$(EXEEXT) \
|
663 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri3a$(EXEEXT) \
|
664 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri3b$(EXEEXT) \
|
665 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile$(EXEEXT)
|
666 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_21 = flagstest_compress_debug_sections$(EXEEXT) \
|
667 |
27 |
khays |
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
668 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_22 = \
|
669 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_ttext_1$(EXEEXT) \
|
670 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test$(EXEEXT) \
|
671 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_2$(EXEEXT) \
|
672 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6$(EXEEXT) \
|
673 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_8$(EXEEXT) \
|
674 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_9$(EXEEXT) \
|
675 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_11$(EXEEXT) \
|
676 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_12$(EXEEXT) \
|
677 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_1$(EXEEXT) \
|
678 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_2$(EXEEXT) \
|
679 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test$(EXEEXT) \
|
680 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_now_test$(EXEEXT) \
|
681 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_strip_test$(EXEEXT) \
|
682 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_script_test$(EXEEXT) \
|
683 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_1$(EXEEXT) \
|
684 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2$(EXEEXT) \
|
685 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms$(EXEEXT) \
|
686 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms_exec$(EXEEXT) \
|
687 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test$(EXEEXT) \
|
688 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3$(EXEEXT) \
|
689 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_phdrs_script_test$(EXEEXT) \
|
690 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ tls_script_test$(EXEEXT) \
|
691 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_1$(EXEEXT) \
|
692 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_2$(EXEEXT)
|
693 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__EXEEXT_23 = plugin_test_1$(EXEEXT) \
|
694 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2$(EXEEXT) \
|
695 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3$(EXEEXT) \
|
696 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4$(EXEEXT) \
|
697 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_5$(EXEEXT) \
|
698 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_6$(EXEEXT) \
|
699 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_7$(EXEEXT) \
|
700 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_8$(EXEEXT)
|
701 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_24 = \
|
702 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exclude_libs_test$(EXEEXT) \
|
703 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ local_labels_test$(EXEEXT) \
|
704 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test$(EXEEXT)
|
705 |
159 |
khays |
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_25 = large$(EXEEXT)
|
706 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_26 = \
|
707 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ permission_test$(EXEEXT) \
|
708 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test$(EXEEXT)
|
709 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_27 = ifuncmain1static$(EXEEXT) \
|
710 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1picstatic$(EXEEXT)
|
711 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_28 = \
|
712 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1$(EXEEXT) \
|
713 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1pic$(EXEEXT) \
|
714 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1vis$(EXEEXT) \
|
715 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1vispic$(EXEEXT) \
|
716 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1staticpic$(EXEEXT) \
|
717 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1pie$(EXEEXT) \
|
718 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1vispie$(EXEEXT) \
|
719 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain1staticpie$(EXEEXT)
|
720 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_29 = ifuncmain2static$(EXEEXT) \
|
721 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain2picstatic$(EXEEXT)
|
722 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_30 = \
|
723 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain2$(EXEEXT) \
|
724 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain2pic$(EXEEXT) \
|
725 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain3$(EXEEXT)
|
726 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_31 = ifuncmain4static$(EXEEXT) \
|
727 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain4picstatic$(EXEEXT)
|
728 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_32 = \
|
729 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain4$(EXEEXT)
|
730 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_33 = ifuncmain5static$(EXEEXT) \
|
731 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5picstatic$(EXEEXT)
|
732 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_34 = \
|
733 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5$(EXEEXT) \
|
734 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5pic$(EXEEXT) \
|
735 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5staticpic$(EXEEXT) \
|
736 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain5pie$(EXEEXT) \
|
737 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain6pie$(EXEEXT)
|
738 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_35 = ifuncmain7static$(EXEEXT) \
|
739 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7picstatic$(EXEEXT)
|
740 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_36 = \
|
741 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7$(EXEEXT) \
|
742 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7pic$(EXEEXT) \
|
743 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncmain7pie$(EXEEXT) \
|
744 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncvar$(EXEEXT)
|
745 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_37 = start_lib_test$(EXEEXT)
|
746 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_38 = incremental_test_2$(EXEEXT) \
|
747 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_3$(EXEEXT) \
|
748 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_4$(EXEEXT) \
|
749 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_5$(EXEEXT) \
|
750 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_test_6$(EXEEXT) \
|
751 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_copy_test$(EXEEXT) \
|
752 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ incremental_common_test_1$(EXEEXT)
|
753 |
27 |
khays |
basic_pic_test_SOURCES = basic_pic_test.c
|
754 |
|
|
basic_pic_test_OBJECTS = basic_pic_test.$(OBJEXT)
|
755 |
|
|
basic_pic_test_LDADD = $(LDADD)
|
756 |
|
|
am__DEPENDENCIES_1 =
|
757 |
|
|
basic_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
758 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
759 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
760 |
|
|
basic_pie_test_SOURCES = basic_pie_test.c
|
761 |
|
|
basic_pie_test_OBJECTS = basic_pie_test.$(OBJEXT)
|
762 |
|
|
basic_pie_test_LDADD = $(LDADD)
|
763 |
|
|
basic_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
764 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
765 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
766 |
|
|
basic_static_pic_test_SOURCES = basic_static_pic_test.c
|
767 |
|
|
basic_static_pic_test_OBJECTS = basic_static_pic_test.$(OBJEXT)
|
768 |
|
|
basic_static_pic_test_LDADD = $(LDADD)
|
769 |
|
|
basic_static_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
770 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
771 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
772 |
|
|
basic_static_test_SOURCES = basic_static_test.c
|
773 |
|
|
basic_static_test_OBJECTS = basic_static_test.$(OBJEXT)
|
774 |
|
|
basic_static_test_LDADD = $(LDADD)
|
775 |
|
|
basic_static_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
776 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
777 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
778 |
|
|
basic_test_SOURCES = basic_test.c
|
779 |
|
|
basic_test_OBJECTS = basic_test.$(OBJEXT)
|
780 |
|
|
basic_test_LDADD = $(LDADD)
|
781 |
|
|
basic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
782 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
783 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
784 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_binary_test_OBJECTS = \
|
785 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test.$(OBJEXT)
|
786 |
|
|
binary_test_OBJECTS = $(am_binary_test_OBJECTS)
|
787 |
|
|
binary_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
788 |
|
|
$(binary_test_LDFLAGS) $(LDFLAGS) -o $@
|
789 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@am_binary_unittest_OBJECTS = \
|
790 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ binary_unittest.$(OBJEXT)
|
791 |
|
|
binary_unittest_OBJECTS = $(am_binary_unittest_OBJECTS)
|
792 |
|
|
binary_unittest_LDADD = $(LDADD)
|
793 |
|
|
binary_unittest_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
794 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
795 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
796 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_common_test_1_OBJECTS = \
|
797 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1.$(OBJEXT)
|
798 |
|
|
common_test_1_OBJECTS = $(am_common_test_1_OBJECTS)
|
799 |
|
|
common_test_1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
800 |
|
|
$(common_test_1_LDFLAGS) $(LDFLAGS) -o $@
|
801 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_common_test_2_OBJECTS = \
|
802 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1.$(OBJEXT)
|
803 |
|
|
common_test_2_OBJECTS = $(am_common_test_2_OBJECTS)
|
804 |
|
|
common_test_2_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
805 |
|
|
$(common_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
806 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_1 = \
|
807 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test.$(OBJEXT)
|
808 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am_constructor_static_test_OBJECTS = $(am__objects_1)
|
809 |
27 |
khays |
constructor_static_test_OBJECTS = \
|
810 |
|
|
$(am_constructor_static_test_OBJECTS)
|
811 |
|
|
constructor_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
812 |
|
|
$(constructor_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
813 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_constructor_test_OBJECTS = \
|
814 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test.$(OBJEXT)
|
815 |
|
|
constructor_test_OBJECTS = $(am_constructor_test_OBJECTS)
|
816 |
|
|
constructor_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
817 |
|
|
$(constructor_test_LDFLAGS) $(LDFLAGS) -o $@
|
818 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_copy_test_OBJECTS = \
|
819 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test.$(OBJEXT)
|
820 |
|
|
copy_test_OBJECTS = $(am_copy_test_OBJECTS)
|
821 |
|
|
copy_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
822 |
|
|
$(copy_test_LDFLAGS) $(LDFLAGS) -o $@
|
823 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_discard_locals_test_OBJECTS = \
|
824 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.$(OBJEXT)
|
825 |
|
|
discard_locals_test_OBJECTS = $(am_discard_locals_test_OBJECTS)
|
826 |
|
|
discard_locals_test_LDADD = $(LDADD)
|
827 |
|
|
discard_locals_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
828 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
829 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
830 |
|
|
discard_locals_test_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
831 |
|
|
$(discard_locals_test_LDFLAGS) $(LDFLAGS) -o $@
|
832 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_same_shared_test_OBJECTS = \
|
833 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
834 |
|
|
exception_same_shared_test_OBJECTS = \
|
835 |
|
|
$(am_exception_same_shared_test_OBJECTS)
|
836 |
|
|
exception_same_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
837 |
|
|
$(exception_same_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
838 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_separate_shared_12_test_OBJECTS = \
|
839 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
840 |
|
|
exception_separate_shared_12_test_OBJECTS = \
|
841 |
|
|
$(am_exception_separate_shared_12_test_OBJECTS)
|
842 |
|
|
exception_separate_shared_12_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
843 |
|
|
$(CXXFLAGS) $(exception_separate_shared_12_test_LDFLAGS) \
|
844 |
|
|
$(LDFLAGS) -o $@
|
845 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_separate_shared_21_test_OBJECTS = \
|
846 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
847 |
|
|
exception_separate_shared_21_test_OBJECTS = \
|
848 |
|
|
$(am_exception_separate_shared_21_test_OBJECTS)
|
849 |
|
|
exception_separate_shared_21_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
850 |
|
|
$(CXXFLAGS) $(exception_separate_shared_21_test_LDFLAGS) \
|
851 |
|
|
$(LDFLAGS) -o $@
|
852 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_shared_1_test_OBJECTS = \
|
853 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT) \
|
854 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
855 |
|
|
exception_shared_1_test_OBJECTS = \
|
856 |
|
|
$(am_exception_shared_1_test_OBJECTS)
|
857 |
|
|
exception_shared_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
858 |
|
|
$(exception_shared_1_test_LDFLAGS) $(LDFLAGS) -o $@
|
859 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_shared_2_test_OBJECTS = \
|
860 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
|
861 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
862 |
|
|
exception_shared_2_test_OBJECTS = \
|
863 |
|
|
$(am_exception_shared_2_test_OBJECTS)
|
864 |
|
|
exception_shared_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
865 |
|
|
$(exception_shared_2_test_LDFLAGS) $(LDFLAGS) -o $@
|
866 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_2 = \
|
867 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT) \
|
868 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
|
869 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT)
|
870 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am_exception_static_test_OBJECTS = $(am__objects_2)
|
871 |
27 |
khays |
exception_static_test_OBJECTS = $(am_exception_static_test_OBJECTS)
|
872 |
|
|
exception_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
873 |
|
|
$(exception_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
874 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_test_OBJECTS = \
|
875 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT) \
|
876 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
|
877 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT)
|
878 |
|
|
exception_test_OBJECTS = $(am_exception_test_OBJECTS)
|
879 |
|
|
exception_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
880 |
|
|
$(exception_test_LDFLAGS) $(LDFLAGS) -o $@
|
881 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exclude_libs_test_OBJECTS = \
|
882 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exclude_libs_test.$(OBJEXT)
|
883 |
|
|
exclude_libs_test_OBJECTS = $(am_exclude_libs_test_OBJECTS)
|
884 |
|
|
exclude_libs_test_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
885 |
|
|
$(exclude_libs_test_LDFLAGS) $(LDFLAGS) -o $@
|
886 |
|
|
flagstest_compress_debug_sections_SOURCES = \
|
887 |
|
|
flagstest_compress_debug_sections.c
|
888 |
|
|
flagstest_compress_debug_sections_OBJECTS = \
|
889 |
|
|
flagstest_compress_debug_sections.$(OBJEXT)
|
890 |
|
|
flagstest_compress_debug_sections_LDADD = $(LDADD)
|
891 |
|
|
flagstest_compress_debug_sections_DEPENDENCIES = libgoldtest.a \
|
892 |
|
|
../libgold.a ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
893 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
894 |
|
|
flagstest_o_specialfile_SOURCES = flagstest_o_specialfile.c
|
895 |
|
|
flagstest_o_specialfile_OBJECTS = flagstest_o_specialfile.$(OBJEXT)
|
896 |
|
|
flagstest_o_specialfile_LDADD = $(LDADD)
|
897 |
|
|
flagstest_o_specialfile_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
898 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
899 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
900 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_SOURCES = \
|
901 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.c
|
902 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_OBJECTS = \
|
903 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.$(OBJEXT)
|
904 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_LDADD = $(LDADD)
|
905 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES = \
|
906 |
|
|
libgoldtest.a ../libgold.a ../../libiberty/libiberty.a \
|
907 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
908 |
|
|
$(am__DEPENDENCIES_1)
|
909 |
159 |
khays |
flagstest_o_ttext_1_SOURCES = flagstest_o_ttext_1.c
|
910 |
|
|
flagstest_o_ttext_1_OBJECTS = flagstest_o_ttext_1.$(OBJEXT)
|
911 |
|
|
flagstest_o_ttext_1_LDADD = $(LDADD)
|
912 |
|
|
flagstest_o_ttext_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
913 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
914 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
915 |
27 |
khays |
icf_virtual_function_folding_test_SOURCES = \
|
916 |
|
|
icf_virtual_function_folding_test.c
|
917 |
|
|
icf_virtual_function_folding_test_OBJECTS = \
|
918 |
|
|
icf_virtual_function_folding_test.$(OBJEXT)
|
919 |
|
|
icf_virtual_function_folding_test_LDADD = $(LDADD)
|
920 |
|
|
icf_virtual_function_folding_test_DEPENDENCIES = libgoldtest.a \
|
921 |
|
|
../libgold.a ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
922 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
923 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain1_OBJECTS = ifuncmain1.$(OBJEXT)
|
924 |
|
|
ifuncmain1_OBJECTS = $(am_ifuncmain1_OBJECTS)
|
925 |
|
|
ifuncmain1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncmain1_LDFLAGS) \
|
926 |
|
|
$(LDFLAGS) -o $@
|
927 |
|
|
ifuncmain1pic_SOURCES = ifuncmain1pic.c
|
928 |
|
|
ifuncmain1pic_OBJECTS = ifuncmain1pic.$(OBJEXT)
|
929 |
|
|
ifuncmain1pic_LDADD = $(LDADD)
|
930 |
|
|
ifuncmain1pic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
931 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
932 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
933 |
|
|
ifuncmain1picstatic_SOURCES = ifuncmain1picstatic.c
|
934 |
|
|
ifuncmain1picstatic_OBJECTS = ifuncmain1picstatic.$(OBJEXT)
|
935 |
|
|
ifuncmain1picstatic_LDADD = $(LDADD)
|
936 |
|
|
ifuncmain1picstatic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
937 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
938 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
939 |
|
|
ifuncmain1pie_SOURCES = ifuncmain1pie.c
|
940 |
|
|
ifuncmain1pie_OBJECTS = ifuncmain1pie.$(OBJEXT)
|
941 |
|
|
ifuncmain1pie_LDADD = $(LDADD)
|
942 |
|
|
ifuncmain1pie_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
943 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
944 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
945 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain1static_OBJECTS = ifuncmain1.$(OBJEXT)
|
946 |
27 |
khays |
ifuncmain1static_OBJECTS = $(am_ifuncmain1static_OBJECTS)
|
947 |
|
|
ifuncmain1static_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
948 |
|
|
$(ifuncmain1static_LDFLAGS) $(LDFLAGS) -o $@
|
949 |
|
|
ifuncmain1staticpic_SOURCES = ifuncmain1staticpic.c
|
950 |
|
|
ifuncmain1staticpic_OBJECTS = ifuncmain1staticpic.$(OBJEXT)
|
951 |
|
|
ifuncmain1staticpic_LDADD = $(LDADD)
|
952 |
|
|
ifuncmain1staticpic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
953 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
954 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
955 |
|
|
ifuncmain1staticpie_SOURCES = ifuncmain1staticpie.c
|
956 |
|
|
ifuncmain1staticpie_OBJECTS = ifuncmain1staticpie.$(OBJEXT)
|
957 |
|
|
ifuncmain1staticpie_LDADD = $(LDADD)
|
958 |
|
|
ifuncmain1staticpie_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
959 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
960 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
961 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain1vis_OBJECTS = ifuncmain1vis.$(OBJEXT)
|
962 |
|
|
ifuncmain1vis_OBJECTS = $(am_ifuncmain1vis_OBJECTS)
|
963 |
|
|
ifuncmain1vis_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
964 |
|
|
$(ifuncmain1vis_LDFLAGS) $(LDFLAGS) -o $@
|
965 |
|
|
ifuncmain1vispic_SOURCES = ifuncmain1vispic.c
|
966 |
|
|
ifuncmain1vispic_OBJECTS = ifuncmain1vispic.$(OBJEXT)
|
967 |
|
|
ifuncmain1vispic_LDADD = $(LDADD)
|
968 |
|
|
ifuncmain1vispic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
969 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
970 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
971 |
|
|
ifuncmain1vispie_SOURCES = ifuncmain1vispie.c
|
972 |
|
|
ifuncmain1vispie_OBJECTS = ifuncmain1vispie.$(OBJEXT)
|
973 |
|
|
ifuncmain1vispie_LDADD = $(LDADD)
|
974 |
|
|
ifuncmain1vispie_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
975 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
976 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
977 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain2_OBJECTS = ifuncmain2.$(OBJEXT) \
|
978 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncdep2.$(OBJEXT)
|
979 |
|
|
ifuncmain2_OBJECTS = $(am_ifuncmain2_OBJECTS)
|
980 |
|
|
ifuncmain2_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncmain2_LDFLAGS) \
|
981 |
|
|
$(LDFLAGS) -o $@
|
982 |
|
|
ifuncmain2pic_SOURCES = ifuncmain2pic.c
|
983 |
|
|
ifuncmain2pic_OBJECTS = ifuncmain2pic.$(OBJEXT)
|
984 |
|
|
ifuncmain2pic_LDADD = $(LDADD)
|
985 |
|
|
ifuncmain2pic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
986 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
987 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
988 |
|
|
ifuncmain2picstatic_SOURCES = ifuncmain2picstatic.c
|
989 |
|
|
ifuncmain2picstatic_OBJECTS = ifuncmain2picstatic.$(OBJEXT)
|
990 |
|
|
ifuncmain2picstatic_LDADD = $(LDADD)
|
991 |
|
|
ifuncmain2picstatic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
992 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
993 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
994 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain2static_OBJECTS = ifuncmain2.$(OBJEXT) \
|
995 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncdep2.$(OBJEXT)
|
996 |
27 |
khays |
ifuncmain2static_OBJECTS = $(am_ifuncmain2static_OBJECTS)
|
997 |
|
|
ifuncmain2static_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
998 |
|
|
$(ifuncmain2static_LDFLAGS) $(LDFLAGS) -o $@
|
999 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain3_OBJECTS = ifuncmain3.$(OBJEXT)
|
1000 |
|
|
ifuncmain3_OBJECTS = $(am_ifuncmain3_OBJECTS)
|
1001 |
|
|
ifuncmain3_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncmain3_LDFLAGS) \
|
1002 |
|
|
$(LDFLAGS) -o $@
|
1003 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain4_OBJECTS = ifuncmain4.$(OBJEXT)
|
1004 |
|
|
ifuncmain4_OBJECTS = $(am_ifuncmain4_OBJECTS)
|
1005 |
|
|
ifuncmain4_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncmain4_LDFLAGS) \
|
1006 |
|
|
$(LDFLAGS) -o $@
|
1007 |
|
|
ifuncmain4picstatic_SOURCES = ifuncmain4picstatic.c
|
1008 |
|
|
ifuncmain4picstatic_OBJECTS = ifuncmain4picstatic.$(OBJEXT)
|
1009 |
|
|
ifuncmain4picstatic_LDADD = $(LDADD)
|
1010 |
|
|
ifuncmain4picstatic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1011 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1012 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1013 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain4static_OBJECTS = ifuncmain4.$(OBJEXT)
|
1014 |
27 |
khays |
ifuncmain4static_OBJECTS = $(am_ifuncmain4static_OBJECTS)
|
1015 |
|
|
ifuncmain4static_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
1016 |
|
|
$(ifuncmain4static_LDFLAGS) $(LDFLAGS) -o $@
|
1017 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain5_OBJECTS = ifuncmain5.$(OBJEXT)
|
1018 |
|
|
ifuncmain5_OBJECTS = $(am_ifuncmain5_OBJECTS)
|
1019 |
|
|
ifuncmain5_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncmain5_LDFLAGS) \
|
1020 |
|
|
$(LDFLAGS) -o $@
|
1021 |
|
|
ifuncmain5pic_SOURCES = ifuncmain5pic.c
|
1022 |
|
|
ifuncmain5pic_OBJECTS = ifuncmain5pic.$(OBJEXT)
|
1023 |
|
|
ifuncmain5pic_LDADD = $(LDADD)
|
1024 |
|
|
ifuncmain5pic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1025 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1026 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1027 |
|
|
ifuncmain5picstatic_SOURCES = ifuncmain5picstatic.c
|
1028 |
|
|
ifuncmain5picstatic_OBJECTS = ifuncmain5picstatic.$(OBJEXT)
|
1029 |
|
|
ifuncmain5picstatic_LDADD = $(LDADD)
|
1030 |
|
|
ifuncmain5picstatic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1031 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1032 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1033 |
|
|
ifuncmain5pie_SOURCES = ifuncmain5pie.c
|
1034 |
|
|
ifuncmain5pie_OBJECTS = ifuncmain5pie.$(OBJEXT)
|
1035 |
|
|
ifuncmain5pie_LDADD = $(LDADD)
|
1036 |
|
|
ifuncmain5pie_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1037 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1038 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1039 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain5static_OBJECTS = ifuncmain5.$(OBJEXT)
|
1040 |
27 |
khays |
ifuncmain5static_OBJECTS = $(am_ifuncmain5static_OBJECTS)
|
1041 |
|
|
ifuncmain5static_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
1042 |
|
|
$(ifuncmain5static_LDFLAGS) $(LDFLAGS) -o $@
|
1043 |
|
|
ifuncmain5staticpic_SOURCES = ifuncmain5staticpic.c
|
1044 |
|
|
ifuncmain5staticpic_OBJECTS = ifuncmain5staticpic.$(OBJEXT)
|
1045 |
|
|
ifuncmain5staticpic_LDADD = $(LDADD)
|
1046 |
|
|
ifuncmain5staticpic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1047 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1048 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1049 |
|
|
ifuncmain6pie_SOURCES = ifuncmain6pie.c
|
1050 |
|
|
ifuncmain6pie_OBJECTS = ifuncmain6pie.$(OBJEXT)
|
1051 |
|
|
ifuncmain6pie_LDADD = $(LDADD)
|
1052 |
|
|
ifuncmain6pie_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1053 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1054 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1055 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain7_OBJECTS = ifuncmain7.$(OBJEXT)
|
1056 |
|
|
ifuncmain7_OBJECTS = $(am_ifuncmain7_OBJECTS)
|
1057 |
|
|
ifuncmain7_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncmain7_LDFLAGS) \
|
1058 |
|
|
$(LDFLAGS) -o $@
|
1059 |
|
|
ifuncmain7pic_SOURCES = ifuncmain7pic.c
|
1060 |
|
|
ifuncmain7pic_OBJECTS = ifuncmain7pic.$(OBJEXT)
|
1061 |
|
|
ifuncmain7pic_LDADD = $(LDADD)
|
1062 |
|
|
ifuncmain7pic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1063 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1064 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1065 |
|
|
ifuncmain7picstatic_SOURCES = ifuncmain7picstatic.c
|
1066 |
|
|
ifuncmain7picstatic_OBJECTS = ifuncmain7picstatic.$(OBJEXT)
|
1067 |
|
|
ifuncmain7picstatic_LDADD = $(LDADD)
|
1068 |
|
|
ifuncmain7picstatic_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1069 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1070 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1071 |
|
|
ifuncmain7pie_SOURCES = ifuncmain7pie.c
|
1072 |
|
|
ifuncmain7pie_OBJECTS = ifuncmain7pie.$(OBJEXT)
|
1073 |
|
|
ifuncmain7pie_LDADD = $(LDADD)
|
1074 |
|
|
ifuncmain7pie_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1075 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1076 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1077 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncmain7static_OBJECTS = ifuncmain7.$(OBJEXT)
|
1078 |
27 |
khays |
ifuncmain7static_OBJECTS = $(am_ifuncmain7static_OBJECTS)
|
1079 |
|
|
ifuncmain7static_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
1080 |
|
|
$(ifuncmain7static_LDFLAGS) $(LDFLAGS) -o $@
|
1081 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@am_ifuncvar_OBJECTS = \
|
1082 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ ifuncvar3.$(OBJEXT)
|
1083 |
|
|
ifuncvar_OBJECTS = $(am_ifuncvar_OBJECTS)
|
1084 |
|
|
ifuncvar_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ifuncvar_LDFLAGS) \
|
1085 |
|
|
$(LDFLAGS) -o $@
|
1086 |
148 |
khays |
incremental_common_test_1_SOURCES = incremental_common_test_1.c
|
1087 |
|
|
incremental_common_test_1_OBJECTS = \
|
1088 |
|
|
incremental_common_test_1.$(OBJEXT)
|
1089 |
|
|
incremental_common_test_1_LDADD = $(LDADD)
|
1090 |
|
|
incremental_common_test_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1091 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1092 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1093 |
|
|
incremental_copy_test_SOURCES = incremental_copy_test.c
|
1094 |
|
|
incremental_copy_test_OBJECTS = incremental_copy_test.$(OBJEXT)
|
1095 |
|
|
incremental_copy_test_LDADD = $(LDADD)
|
1096 |
|
|
incremental_copy_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1097 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1098 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1099 |
27 |
khays |
incremental_test_2_SOURCES = incremental_test_2.c
|
1100 |
|
|
incremental_test_2_OBJECTS = incremental_test_2.$(OBJEXT)
|
1101 |
|
|
incremental_test_2_LDADD = $(LDADD)
|
1102 |
|
|
incremental_test_2_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1103 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1104 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1105 |
|
|
incremental_test_3_SOURCES = incremental_test_3.c
|
1106 |
|
|
incremental_test_3_OBJECTS = incremental_test_3.$(OBJEXT)
|
1107 |
|
|
incremental_test_3_LDADD = $(LDADD)
|
1108 |
|
|
incremental_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1109 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1110 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1111 |
|
|
incremental_test_4_SOURCES = incremental_test_4.c
|
1112 |
|
|
incremental_test_4_OBJECTS = incremental_test_4.$(OBJEXT)
|
1113 |
|
|
incremental_test_4_LDADD = $(LDADD)
|
1114 |
|
|
incremental_test_4_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1115 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1116 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1117 |
159 |
khays |
incremental_test_5_SOURCES = incremental_test_5.c
|
1118 |
|
|
incremental_test_5_OBJECTS = incremental_test_5.$(OBJEXT)
|
1119 |
|
|
incremental_test_5_LDADD = $(LDADD)
|
1120 |
|
|
incremental_test_5_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1121 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1122 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1123 |
|
|
incremental_test_6_SOURCES = incremental_test_6.c
|
1124 |
|
|
incremental_test_6_OBJECTS = incremental_test_6.$(OBJEXT)
|
1125 |
|
|
incremental_test_6_LDADD = $(LDADD)
|
1126 |
|
|
incremental_test_6_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1127 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1128 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1129 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_initpri1_OBJECTS = \
|
1130 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri1.$(OBJEXT)
|
1131 |
27 |
khays |
initpri1_OBJECTS = $(am_initpri1_OBJECTS)
|
1132 |
|
|
initpri1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(initpri1_LDFLAGS) \
|
1133 |
|
|
$(LDFLAGS) -o $@
|
1134 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_initpri2_OBJECTS = \
|
1135 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri2.$(OBJEXT)
|
1136 |
|
|
initpri2_OBJECTS = $(am_initpri2_OBJECTS)
|
1137 |
|
|
initpri2_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(initpri2_LDFLAGS) \
|
1138 |
|
|
$(LDFLAGS) -o $@
|
1139 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_initpri3a_OBJECTS = \
|
1140 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri3.$(OBJEXT)
|
1141 |
|
|
initpri3a_OBJECTS = $(am_initpri3a_OBJECTS)
|
1142 |
|
|
initpri3a_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(initpri3a_LDFLAGS) \
|
1143 |
|
|
$(LDFLAGS) -o $@
|
1144 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_initpri3b_OBJECTS = \
|
1145 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ initpri3.$(OBJEXT)
|
1146 |
|
|
initpri3b_OBJECTS = $(am_initpri3b_OBJECTS)
|
1147 |
|
|
initpri3b_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(initpri3b_LDFLAGS) \
|
1148 |
|
|
$(LDFLAGS) -o $@
|
1149 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_justsyms_OBJECTS = \
|
1150 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms_1.$(OBJEXT)
|
1151 |
|
|
justsyms_OBJECTS = $(am_justsyms_OBJECTS)
|
1152 |
|
|
justsyms_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1153 |
|
|
$(justsyms_LDFLAGS) $(LDFLAGS) -o $@
|
1154 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_justsyms_exec_OBJECTS = \
|
1155 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms_exec.$(OBJEXT)
|
1156 |
|
|
justsyms_exec_OBJECTS = $(am_justsyms_exec_OBJECTS)
|
1157 |
|
|
justsyms_exec_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
1158 |
|
|
$(justsyms_exec_LDFLAGS) $(LDFLAGS) -o $@
|
1159 |
27 |
khays |
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am_large_OBJECTS = large-large.$(OBJEXT)
|
1160 |
|
|
large_OBJECTS = $(am_large_OBJECTS)
|
1161 |
|
|
large_LINK = $(CCLD) $(large_CFLAGS) $(CFLAGS) $(large_LDFLAGS) \
|
1162 |
|
|
$(LDFLAGS) -o $@
|
1163 |
|
|
local_labels_test_SOURCES = local_labels_test.c
|
1164 |
|
|
local_labels_test_OBJECTS = local_labels_test.$(OBJEXT)
|
1165 |
|
|
local_labels_test_LDADD = $(LDADD)
|
1166 |
|
|
local_labels_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1167 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1168 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1169 |
|
|
many_sections_r_test_SOURCES = many_sections_r_test.c
|
1170 |
|
|
many_sections_r_test_OBJECTS = many_sections_r_test.$(OBJEXT)
|
1171 |
|
|
many_sections_r_test_LDADD = $(LDADD)
|
1172 |
|
|
many_sections_r_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1173 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1174 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1175 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_many_sections_test_OBJECTS = \
|
1176 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_test.$(OBJEXT)
|
1177 |
|
|
many_sections_test_OBJECTS = $(am_many_sections_test_OBJECTS)
|
1178 |
|
|
many_sections_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1179 |
|
|
$(many_sections_test_LDFLAGS) $(LDFLAGS) -o $@
|
1180 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@am_object_unittest_OBJECTS = \
|
1181 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ object_unittest.$(OBJEXT)
|
1182 |
|
|
object_unittest_OBJECTS = $(am_object_unittest_OBJECTS)
|
1183 |
|
|
object_unittest_LDADD = $(LDADD)
|
1184 |
|
|
object_unittest_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1185 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1186 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1187 |
|
|
permission_test_SOURCES = permission_test.c
|
1188 |
|
|
permission_test_OBJECTS = permission_test.$(OBJEXT)
|
1189 |
|
|
permission_test_LDADD = $(LDADD)
|
1190 |
|
|
permission_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1191 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1192 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1193 |
|
|
plugin_test_1_SOURCES = plugin_test_1.c
|
1194 |
|
|
plugin_test_1_OBJECTS = plugin_test_1.$(OBJEXT)
|
1195 |
|
|
plugin_test_1_LDADD = $(LDADD)
|
1196 |
|
|
plugin_test_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1197 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1198 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1199 |
|
|
plugin_test_2_SOURCES = plugin_test_2.c
|
1200 |
|
|
plugin_test_2_OBJECTS = plugin_test_2.$(OBJEXT)
|
1201 |
|
|
plugin_test_2_LDADD = $(LDADD)
|
1202 |
|
|
plugin_test_2_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1203 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1204 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1205 |
|
|
plugin_test_3_SOURCES = plugin_test_3.c
|
1206 |
|
|
plugin_test_3_OBJECTS = plugin_test_3.$(OBJEXT)
|
1207 |
|
|
plugin_test_3_LDADD = $(LDADD)
|
1208 |
|
|
plugin_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1209 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1210 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1211 |
|
|
plugin_test_4_SOURCES = plugin_test_4.c
|
1212 |
|
|
plugin_test_4_OBJECTS = plugin_test_4.$(OBJEXT)
|
1213 |
|
|
plugin_test_4_LDADD = $(LDADD)
|
1214 |
|
|
plugin_test_4_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1215 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1216 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1217 |
|
|
plugin_test_5_SOURCES = plugin_test_5.c
|
1218 |
|
|
plugin_test_5_OBJECTS = plugin_test_5.$(OBJEXT)
|
1219 |
|
|
plugin_test_5_LDADD = $(LDADD)
|
1220 |
|
|
plugin_test_5_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1221 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1222 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1223 |
|
|
plugin_test_6_SOURCES = plugin_test_6.c
|
1224 |
|
|
plugin_test_6_OBJECTS = plugin_test_6.$(OBJEXT)
|
1225 |
|
|
plugin_test_6_LDADD = $(LDADD)
|
1226 |
|
|
plugin_test_6_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1227 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1228 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1229 |
|
|
plugin_test_7_SOURCES = plugin_test_7.c
|
1230 |
|
|
plugin_test_7_OBJECTS = plugin_test_7.$(OBJEXT)
|
1231 |
|
|
plugin_test_7_LDADD = $(LDADD)
|
1232 |
|
|
plugin_test_7_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1233 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1234 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1235 |
|
|
plugin_test_8_SOURCES = plugin_test_8.c
|
1236 |
|
|
plugin_test_8_OBJECTS = plugin_test_8.$(OBJEXT)
|
1237 |
|
|
plugin_test_8_LDADD = $(LDADD)
|
1238 |
|
|
plugin_test_8_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1239 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1240 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1241 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_protected_1_OBJECTS = \
|
1242 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.$(OBJEXT) \
|
1243 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_2.$(OBJEXT) \
|
1244 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_3.$(OBJEXT)
|
1245 |
|
|
protected_1_OBJECTS = $(am_protected_1_OBJECTS)
|
1246 |
|
|
protected_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1247 |
|
|
$(protected_1_LDFLAGS) $(LDFLAGS) -o $@
|
1248 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_protected_2_OBJECTS = \
|
1249 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.$(OBJEXT) \
|
1250 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_3.$(OBJEXT)
|
1251 |
|
|
protected_2_OBJECTS = $(am_protected_2_OBJECTS)
|
1252 |
|
|
protected_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1253 |
|
|
$(protected_2_LDFLAGS) $(LDFLAGS) -o $@
|
1254 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_now_test_OBJECTS = \
|
1255 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
|
1256 |
|
|
relro_now_test_OBJECTS = $(am_relro_now_test_OBJECTS)
|
1257 |
|
|
relro_now_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1258 |
|
|
$(relro_now_test_LDFLAGS) $(LDFLAGS) -o $@
|
1259 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_script_test_OBJECTS = \
|
1260 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
|
1261 |
|
|
relro_script_test_OBJECTS = $(am_relro_script_test_OBJECTS)
|
1262 |
|
|
relro_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1263 |
|
|
$(relro_script_test_LDFLAGS) $(LDFLAGS) -o $@
|
1264 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_strip_test_OBJECTS = \
|
1265 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
|
1266 |
|
|
relro_strip_test_OBJECTS = $(am_relro_strip_test_OBJECTS)
|
1267 |
|
|
relro_strip_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1268 |
|
|
$(relro_strip_test_LDFLAGS) $(LDFLAGS) -o $@
|
1269 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_test_OBJECTS = \
|
1270 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
|
1271 |
|
|
relro_test_OBJECTS = $(am_relro_test_OBJECTS)
|
1272 |
|
|
relro_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1273 |
|
|
$(relro_test_LDFLAGS) $(LDFLAGS) -o $@
|
1274 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_script_test_1_OBJECTS = \
|
1275 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_1.$(OBJEXT)
|
1276 |
|
|
script_test_1_OBJECTS = $(am_script_test_1_OBJECTS)
|
1277 |
|
|
script_test_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1278 |
|
|
$(script_test_1_LDFLAGS) $(LDFLAGS) -o $@
|
1279 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_script_test_2_OBJECTS = \
|
1280 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2.$(OBJEXT) \
|
1281 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2a.$(OBJEXT) \
|
1282 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2b.$(OBJEXT)
|
1283 |
|
|
script_test_2_OBJECTS = $(am_script_test_2_OBJECTS)
|
1284 |
|
|
script_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1285 |
|
|
$(script_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
1286 |
|
|
script_test_3_SOURCES = script_test_3.c
|
1287 |
|
|
script_test_3_OBJECTS = script_test_3.$(OBJEXT)
|
1288 |
|
|
script_test_3_LDADD = $(LDADD)
|
1289 |
|
|
script_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1290 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1291 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1292 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_searched_file_test_OBJECTS = \
|
1293 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test.$(OBJEXT)
|
1294 |
|
|
searched_file_test_OBJECTS = $(am_searched_file_test_OBJECTS)
|
1295 |
|
|
searched_file_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1296 |
|
|
$(searched_file_test_LDFLAGS) $(LDFLAGS) -o $@
|
1297 |
|
|
start_lib_test_SOURCES = start_lib_test.c
|
1298 |
|
|
start_lib_test_OBJECTS = start_lib_test.$(OBJEXT)
|
1299 |
|
|
start_lib_test_LDADD = $(LDADD)
|
1300 |
|
|
start_lib_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1301 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1302 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1303 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_thin_archive_test_1_OBJECTS = \
|
1304 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_main.$(OBJEXT)
|
1305 |
|
|
thin_archive_test_1_OBJECTS = $(am_thin_archive_test_1_OBJECTS)
|
1306 |
|
|
thin_archive_test_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1307 |
|
|
$(thin_archive_test_1_LDFLAGS) $(LDFLAGS) -o $@
|
1308 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_thin_archive_test_2_OBJECTS = \
|
1309 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_main.$(OBJEXT)
|
1310 |
|
|
thin_archive_test_2_OBJECTS = $(am_thin_archive_test_2_OBJECTS)
|
1311 |
|
|
thin_archive_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1312 |
|
|
$(thin_archive_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
1313 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__objects_3 = \
|
1314 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test.$(OBJEXT) \
|
1315 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2.$(OBJEXT) \
|
1316 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_main.$(OBJEXT)
|
1317 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_tls_phdrs_script_test_OBJECTS = \
|
1318 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_3)
|
1319 |
|
|
tls_phdrs_script_test_OBJECTS = $(am_tls_phdrs_script_test_OBJECTS)
|
1320 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__DEPENDENCIES_2 = \
|
1321 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c.o
|
1322 |
|
|
tls_phdrs_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1323 |
|
|
$(tls_phdrs_script_test_LDFLAGS) $(LDFLAGS) -o $@
|
1324 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_pic_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1325 |
|
|
tls_pic_test_OBJECTS = $(am_tls_pic_test_OBJECTS)
|
1326 |
|
|
tls_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1327 |
|
|
$(tls_pic_test_LDFLAGS) $(LDFLAGS) -o $@
|
1328 |
|
|
tls_pie_pic_test_SOURCES = tls_pie_pic_test.c
|
1329 |
|
|
tls_pie_pic_test_OBJECTS = tls_pie_pic_test.$(OBJEXT)
|
1330 |
|
|
tls_pie_pic_test_LDADD = $(LDADD)
|
1331 |
|
|
tls_pie_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1332 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1333 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1334 |
|
|
tls_pie_test_SOURCES = tls_pie_test.c
|
1335 |
|
|
tls_pie_test_OBJECTS = tls_pie_test.$(OBJEXT)
|
1336 |
|
|
tls_pie_test_LDADD = $(LDADD)
|
1337 |
|
|
tls_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1338 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1339 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1340 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_tls_script_test_OBJECTS = \
|
1341 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_3)
|
1342 |
|
|
tls_script_test_OBJECTS = $(am_tls_script_test_OBJECTS)
|
1343 |
|
|
tls_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1344 |
|
|
$(tls_script_test_LDFLAGS) $(LDFLAGS) -o $@
|
1345 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_gd_to_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1346 |
|
|
tls_shared_gd_to_ie_test_OBJECTS = \
|
1347 |
|
|
$(am_tls_shared_gd_to_ie_test_OBJECTS)
|
1348 |
|
|
tls_shared_gd_to_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1349 |
|
|
$(tls_shared_gd_to_ie_test_LDFLAGS) $(LDFLAGS) -o $@
|
1350 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am_tls_shared_gnu2_gd_to_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1351 |
|
|
tls_shared_gnu2_gd_to_ie_test_OBJECTS = \
|
1352 |
|
|
$(am_tls_shared_gnu2_gd_to_ie_test_OBJECTS)
|
1353 |
|
|
tls_shared_gnu2_gd_to_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1354 |
|
|
$(CXXFLAGS) $(tls_shared_gnu2_gd_to_ie_test_LDFLAGS) \
|
1355 |
|
|
$(LDFLAGS) -o $@
|
1356 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am_tls_shared_gnu2_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1357 |
|
|
tls_shared_gnu2_test_OBJECTS = $(am_tls_shared_gnu2_test_OBJECTS)
|
1358 |
|
|
tls_shared_gnu2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1359 |
|
|
$(tls_shared_gnu2_test_LDFLAGS) $(LDFLAGS) -o $@
|
1360 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1361 |
|
|
tls_shared_ie_test_OBJECTS = $(am_tls_shared_ie_test_OBJECTS)
|
1362 |
|
|
tls_shared_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1363 |
|
|
$(tls_shared_ie_test_LDFLAGS) $(LDFLAGS) -o $@
|
1364 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_nonpic_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1365 |
|
|
tls_shared_nonpic_test_OBJECTS = $(am_tls_shared_nonpic_test_OBJECTS)
|
1366 |
|
|
tls_shared_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1367 |
|
|
$(tls_shared_nonpic_test_LDFLAGS) $(LDFLAGS) -o $@
|
1368 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_test_OBJECTS = tls_test_main.$(OBJEXT)
|
1369 |
|
|
tls_shared_test_OBJECTS = $(am_tls_shared_test_OBJECTS)
|
1370 |
|
|
tls_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1371 |
|
|
$(tls_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
1372 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__objects_4 = tls_test_main.$(OBJEXT)
|
1373 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am_tls_static_pic_test_OBJECTS = $(am__objects_4)
|
1374 |
27 |
khays |
tls_static_pic_test_OBJECTS = $(am_tls_static_pic_test_OBJECTS)
|
1375 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__DEPENDENCIES_3 = \
|
1376 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_pic.o \
|
1377 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2_pic.o \
|
1378 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o
|
1379 |
|
|
tls_static_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1380 |
|
|
$(tls_static_pic_test_LDFLAGS) $(LDFLAGS) -o $@
|
1381 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am_tls_static_test_OBJECTS = $(am__objects_3)
|
1382 |
27 |
khays |
tls_static_test_OBJECTS = $(am_tls_static_test_OBJECTS)
|
1383 |
|
|
tls_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1384 |
|
|
$(tls_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
1385 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_test_OBJECTS = \
|
1386 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test.$(OBJEXT) \
|
1387 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2.$(OBJEXT) \
|
1388 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_main.$(OBJEXT)
|
1389 |
|
|
tls_test_OBJECTS = $(am_tls_test_OBJECTS)
|
1390 |
|
|
tls_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1391 |
|
|
$(tls_test_LDFLAGS) $(LDFLAGS) -o $@
|
1392 |
|
|
@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)
|
1393 |
|
|
two_file_mixed_2_shared_test_OBJECTS = \
|
1394 |
|
|
$(am_two_file_mixed_2_shared_test_OBJECTS)
|
1395 |
|
|
two_file_mixed_2_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1396 |
|
|
$(CXXFLAGS) $(two_file_mixed_2_shared_test_LDFLAGS) $(LDFLAGS) \
|
1397 |
|
|
-o $@
|
1398 |
|
|
two_file_mixed_pie_test_SOURCES = two_file_mixed_pie_test.c
|
1399 |
|
|
two_file_mixed_pie_test_OBJECTS = two_file_mixed_pie_test.$(OBJEXT)
|
1400 |
|
|
two_file_mixed_pie_test_LDADD = $(LDADD)
|
1401 |
|
|
two_file_mixed_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1402 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1403 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1404 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_mixed_shared_test_OBJECTS = two_file_test_main.$(OBJEXT)
|
1405 |
|
|
two_file_mixed_shared_test_OBJECTS = \
|
1406 |
|
|
$(am_two_file_mixed_shared_test_OBJECTS)
|
1407 |
|
|
two_file_mixed_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1408 |
|
|
$(two_file_mixed_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
1409 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_pic_test_OBJECTS = \
|
1410 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1411 |
|
|
two_file_pic_test_OBJECTS = $(am_two_file_pic_test_OBJECTS)
|
1412 |
|
|
two_file_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1413 |
|
|
$(two_file_pic_test_LDFLAGS) $(LDFLAGS) -o $@
|
1414 |
|
|
two_file_pie_test_SOURCES = two_file_pie_test.c
|
1415 |
|
|
two_file_pie_test_OBJECTS = two_file_pie_test.$(OBJEXT)
|
1416 |
|
|
two_file_pie_test_LDADD = $(LDADD)
|
1417 |
|
|
two_file_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1418 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1419 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1420 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_relocatable_test_OBJECTS = \
|
1421 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1422 |
|
|
two_file_relocatable_test_OBJECTS = \
|
1423 |
|
|
$(am_two_file_relocatable_test_OBJECTS)
|
1424 |
|
|
two_file_relocatable_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1425 |
|
|
$(two_file_relocatable_test_LDFLAGS) $(LDFLAGS) -o $@
|
1426 |
|
|
@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)
|
1427 |
|
|
two_file_same_shared_nonpic_test_OBJECTS = \
|
1428 |
|
|
$(am_two_file_same_shared_nonpic_test_OBJECTS)
|
1429 |
|
|
two_file_same_shared_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1430 |
|
|
$(CXXFLAGS) $(two_file_same_shared_nonpic_test_LDFLAGS) \
|
1431 |
|
|
$(LDFLAGS) -o $@
|
1432 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_strip_test_OBJECTS = \
|
1433 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1434 |
|
|
two_file_same_shared_strip_test_OBJECTS = \
|
1435 |
|
|
$(am_two_file_same_shared_strip_test_OBJECTS)
|
1436 |
|
|
two_file_same_shared_strip_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1437 |
|
|
$(CXXFLAGS) $(two_file_same_shared_strip_test_LDFLAGS) \
|
1438 |
|
|
$(LDFLAGS) -o $@
|
1439 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_test_OBJECTS = \
|
1440 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1441 |
|
|
two_file_same_shared_test_OBJECTS = \
|
1442 |
|
|
$(am_two_file_same_shared_test_OBJECTS)
|
1443 |
|
|
two_file_same_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1444 |
|
|
$(two_file_same_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
1445 |
|
|
@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)
|
1446 |
|
|
two_file_separate_shared_12_nonpic_test_OBJECTS = \
|
1447 |
|
|
$(am_two_file_separate_shared_12_nonpic_test_OBJECTS)
|
1448 |
|
|
two_file_separate_shared_12_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1449 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_12_nonpic_test_LDFLAGS) \
|
1450 |
|
|
$(LDFLAGS) -o $@
|
1451 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_12_test_OBJECTS = \
|
1452 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1453 |
|
|
two_file_separate_shared_12_test_OBJECTS = \
|
1454 |
|
|
$(am_two_file_separate_shared_12_test_OBJECTS)
|
1455 |
|
|
two_file_separate_shared_12_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1456 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_12_test_LDFLAGS) \
|
1457 |
|
|
$(LDFLAGS) -o $@
|
1458 |
|
|
@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)
|
1459 |
|
|
two_file_separate_shared_21_nonpic_test_OBJECTS = \
|
1460 |
|
|
$(am_two_file_separate_shared_21_nonpic_test_OBJECTS)
|
1461 |
|
|
two_file_separate_shared_21_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1462 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_21_nonpic_test_LDFLAGS) \
|
1463 |
|
|
$(LDFLAGS) -o $@
|
1464 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_21_test_OBJECTS = \
|
1465 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1466 |
|
|
two_file_separate_shared_21_test_OBJECTS = \
|
1467 |
|
|
$(am_two_file_separate_shared_21_test_OBJECTS)
|
1468 |
|
|
two_file_separate_shared_21_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1469 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_21_test_LDFLAGS) \
|
1470 |
|
|
$(LDFLAGS) -o $@
|
1471 |
|
|
@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) \
|
1472 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1473 |
|
|
two_file_shared_1_nonpic_test_OBJECTS = \
|
1474 |
|
|
$(am_two_file_shared_1_nonpic_test_OBJECTS)
|
1475 |
|
|
two_file_shared_1_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1476 |
|
|
$(CXXFLAGS) $(two_file_shared_1_nonpic_test_LDFLAGS) \
|
1477 |
|
|
$(LDFLAGS) -o $@
|
1478 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_pic_2_test_OBJECTS = \
|
1479 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1480 |
|
|
two_file_shared_1_pic_2_test_OBJECTS = \
|
1481 |
|
|
$(am_two_file_shared_1_pic_2_test_OBJECTS)
|
1482 |
|
|
two_file_shared_1_pic_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1483 |
|
|
$(CXXFLAGS) $(two_file_shared_1_pic_2_test_LDFLAGS) $(LDFLAGS) \
|
1484 |
|
|
-o $@
|
1485 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_test_OBJECTS = \
|
1486 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
|
1487 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1488 |
|
|
two_file_shared_1_test_OBJECTS = $(am_two_file_shared_1_test_OBJECTS)
|
1489 |
|
|
two_file_shared_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1490 |
|
|
$(two_file_shared_1_test_LDFLAGS) $(LDFLAGS) -o $@
|
1491 |
|
|
@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) \
|
1492 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1493 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1494 |
|
|
two_file_shared_2_nonpic_test_OBJECTS = \
|
1495 |
|
|
$(am_two_file_shared_2_nonpic_test_OBJECTS)
|
1496 |
|
|
two_file_shared_2_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1497 |
|
|
$(CXXFLAGS) $(two_file_shared_2_nonpic_test_LDFLAGS) \
|
1498 |
|
|
$(LDFLAGS) -o $@
|
1499 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_pic_1_test_OBJECTS = \
|
1500 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1501 |
|
|
two_file_shared_2_pic_1_test_OBJECTS = \
|
1502 |
|
|
$(am_two_file_shared_2_pic_1_test_OBJECTS)
|
1503 |
|
|
two_file_shared_2_pic_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1504 |
|
|
$(CXXFLAGS) $(two_file_shared_2_pic_1_test_LDFLAGS) $(LDFLAGS) \
|
1505 |
|
|
-o $@
|
1506 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_test_OBJECTS = \
|
1507 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
|
1508 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1509 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1510 |
|
|
two_file_shared_2_test_OBJECTS = $(am_two_file_shared_2_test_OBJECTS)
|
1511 |
|
|
two_file_shared_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1512 |
|
|
$(two_file_shared_2_test_LDFLAGS) $(LDFLAGS) -o $@
|
1513 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_5 = \
|
1514 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
|
1515 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1516 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
|
1517 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1518 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_static_test_OBJECTS = $(am__objects_5)
|
1519 |
27 |
khays |
two_file_static_test_OBJECTS = $(am_two_file_static_test_OBJECTS)
|
1520 |
|
|
two_file_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1521 |
|
|
$(two_file_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
1522 |
|
|
two_file_strip_test_SOURCES = two_file_strip_test.c
|
1523 |
|
|
two_file_strip_test_OBJECTS = two_file_strip_test.$(OBJEXT)
|
1524 |
|
|
two_file_strip_test_LDADD = $(LDADD)
|
1525 |
|
|
two_file_strip_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1526 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1527 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1528 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_test_OBJECTS = \
|
1529 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
|
1530 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1531 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
|
1532 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1533 |
|
|
two_file_test_OBJECTS = $(am_two_file_test_OBJECTS)
|
1534 |
|
|
two_file_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1535 |
|
|
$(two_file_test_LDFLAGS) $(LDFLAGS) -o $@
|
1536 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_OBJECTS = \
|
1537 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main.$(OBJEXT)
|
1538 |
|
|
ver_test_OBJECTS = $(am_ver_test_OBJECTS)
|
1539 |
|
|
ver_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1540 |
|
|
$(ver_test_LDFLAGS) $(LDFLAGS) -o $@
|
1541 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_11_OBJECTS = \
|
1542 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
|
1543 |
|
|
ver_test_11_OBJECTS = $(am_ver_test_11_OBJECTS)
|
1544 |
|
|
ver_test_11_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1545 |
|
|
$(ver_test_11_LDFLAGS) $(LDFLAGS) -o $@
|
1546 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_12_OBJECTS = \
|
1547 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
|
1548 |
|
|
ver_test_12_OBJECTS = $(am_ver_test_12_OBJECTS)
|
1549 |
|
|
ver_test_12_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1550 |
|
|
$(ver_test_12_LDFLAGS) $(LDFLAGS) -o $@
|
1551 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_2_OBJECTS = \
|
1552 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
|
1553 |
|
|
ver_test_2_OBJECTS = $(am_ver_test_2_OBJECTS)
|
1554 |
|
|
ver_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1555 |
|
|
$(ver_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
1556 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_6_OBJECTS = \
|
1557 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6.$(OBJEXT)
|
1558 |
|
|
ver_test_6_OBJECTS = $(am_ver_test_6_OBJECTS)
|
1559 |
|
|
ver_test_6_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ver_test_6_LDFLAGS) \
|
1560 |
|
|
$(LDFLAGS) -o $@
|
1561 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_8_OBJECTS = \
|
1562 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1563 |
|
|
ver_test_8_OBJECTS = $(am_ver_test_8_OBJECTS)
|
1564 |
|
|
ver_test_8_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1565 |
|
|
$(ver_test_8_LDFLAGS) $(LDFLAGS) -o $@
|
1566 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_9_OBJECTS = \
|
1567 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main.$(OBJEXT)
|
1568 |
|
|
ver_test_9_OBJECTS = $(am_ver_test_9_OBJECTS)
|
1569 |
|
|
ver_test_9_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1570 |
|
|
$(ver_test_9_LDFLAGS) $(LDFLAGS) -o $@
|
1571 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_alias_test_OBJECTS = \
|
1572 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_main.$(OBJEXT)
|
1573 |
|
|
weak_alias_test_OBJECTS = $(am_weak_alias_test_OBJECTS)
|
1574 |
|
|
weak_alias_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1575 |
|
|
$(weak_alias_test_LDFLAGS) $(LDFLAGS) -o $@
|
1576 |
|
|
weak_plt_SOURCES = weak_plt.c
|
1577 |
|
|
weak_plt_OBJECTS = weak_plt.$(OBJEXT)
|
1578 |
|
|
weak_plt_LDADD = $(LDADD)
|
1579 |
|
|
weak_plt_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1580 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1581 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1582 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_test_OBJECTS = \
|
1583 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test.$(OBJEXT)
|
1584 |
|
|
weak_test_OBJECTS = $(am_weak_test_OBJECTS)
|
1585 |
|
|
weak_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1586 |
|
|
$(weak_test_LDFLAGS) $(LDFLAGS) -o $@
|
1587 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_undef_nonpic_test_OBJECTS = weak_undef_test.$(OBJEXT)
|
1588 |
|
|
weak_undef_nonpic_test_OBJECTS = $(am_weak_undef_nonpic_test_OBJECTS)
|
1589 |
|
|
weak_undef_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1590 |
|
|
$(weak_undef_nonpic_test_LDFLAGS) $(LDFLAGS) -o $@
|
1591 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_undef_test_OBJECTS = \
|
1592 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test.$(OBJEXT)
|
1593 |
|
|
weak_undef_test_OBJECTS = $(am_weak_undef_test_OBJECTS)
|
1594 |
|
|
weak_undef_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1595 |
|
|
$(weak_undef_test_LDFLAGS) $(LDFLAGS) -o $@
|
1596 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
1597 |
|
|
depcomp = $(SHELL) $(top_srcdir)/../depcomp
|
1598 |
|
|
am__depfiles_maybe = depfiles
|
1599 |
|
|
am__mv = mv -f
|
1600 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
1601 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
1602 |
|
|
CCLD = $(CC)
|
1603 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
1604 |
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
1605 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
1606 |
|
|
CXXLD = $(CXX)
|
1607 |
|
|
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
|
1608 |
|
|
-o $@
|
1609 |
|
|
SOURCES = $(libgoldtest_a_SOURCES) basic_pic_test.c basic_pie_test.c \
|
1610 |
|
|
basic_static_pic_test.c basic_static_test.c basic_test.c \
|
1611 |
|
|
$(binary_test_SOURCES) $(binary_unittest_SOURCES) \
|
1612 |
|
|
$(common_test_1_SOURCES) $(common_test_2_SOURCES) \
|
1613 |
|
|
$(constructor_static_test_SOURCES) $(constructor_test_SOURCES) \
|
1614 |
|
|
$(copy_test_SOURCES) $(discard_locals_test_SOURCES) \
|
1615 |
|
|
$(exception_same_shared_test_SOURCES) \
|
1616 |
|
|
$(exception_separate_shared_12_test_SOURCES) \
|
1617 |
|
|
$(exception_separate_shared_21_test_SOURCES) \
|
1618 |
|
|
$(exception_shared_1_test_SOURCES) \
|
1619 |
|
|
$(exception_shared_2_test_SOURCES) \
|
1620 |
|
|
$(exception_static_test_SOURCES) $(exception_test_SOURCES) \
|
1621 |
|
|
$(exclude_libs_test_SOURCES) \
|
1622 |
|
|
flagstest_compress_debug_sections.c flagstest_o_specialfile.c \
|
1623 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.c \
|
1624 |
159 |
khays |
flagstest_o_ttext_1.c icf_virtual_function_folding_test.c \
|
1625 |
|
|
$(ifuncmain1_SOURCES) ifuncmain1pic.c ifuncmain1picstatic.c \
|
1626 |
|
|
ifuncmain1pie.c $(ifuncmain1static_SOURCES) \
|
1627 |
|
|
ifuncmain1staticpic.c ifuncmain1staticpie.c \
|
1628 |
|
|
$(ifuncmain1vis_SOURCES) ifuncmain1vispic.c ifuncmain1vispie.c \
|
1629 |
|
|
$(ifuncmain2_SOURCES) ifuncmain2pic.c ifuncmain2picstatic.c \
|
1630 |
27 |
khays |
$(ifuncmain2static_SOURCES) $(ifuncmain3_SOURCES) \
|
1631 |
|
|
$(ifuncmain4_SOURCES) ifuncmain4picstatic.c \
|
1632 |
|
|
$(ifuncmain4static_SOURCES) $(ifuncmain5_SOURCES) \
|
1633 |
|
|
ifuncmain5pic.c ifuncmain5picstatic.c ifuncmain5pie.c \
|
1634 |
|
|
$(ifuncmain5static_SOURCES) ifuncmain5staticpic.c \
|
1635 |
|
|
ifuncmain6pie.c $(ifuncmain7_SOURCES) ifuncmain7pic.c \
|
1636 |
|
|
ifuncmain7picstatic.c ifuncmain7pie.c \
|
1637 |
159 |
khays |
$(ifuncmain7static_SOURCES) $(ifuncvar_SOURCES) \
|
1638 |
|
|
incremental_common_test_1.c incremental_copy_test.c \
|
1639 |
|
|
incremental_test_2.c incremental_test_3.c incremental_test_4.c \
|
1640 |
|
|
incremental_test_5.c incremental_test_6.c $(initpri1_SOURCES) \
|
1641 |
|
|
$(initpri2_SOURCES) $(initpri3a_SOURCES) $(initpri3b_SOURCES) \
|
1642 |
|
|
$(justsyms_SOURCES) $(justsyms_exec_SOURCES) $(large_SOURCES) \
|
1643 |
|
|
local_labels_test.c many_sections_r_test.c \
|
1644 |
|
|
$(many_sections_test_SOURCES) $(object_unittest_SOURCES) \
|
1645 |
|
|
permission_test.c plugin_test_1.c plugin_test_2.c \
|
1646 |
|
|
plugin_test_3.c plugin_test_4.c plugin_test_5.c \
|
1647 |
|
|
plugin_test_6.c plugin_test_7.c plugin_test_8.c \
|
1648 |
|
|
$(protected_1_SOURCES) $(protected_2_SOURCES) \
|
1649 |
|
|
$(relro_now_test_SOURCES) $(relro_script_test_SOURCES) \
|
1650 |
|
|
$(relro_strip_test_SOURCES) $(relro_test_SOURCES) \
|
1651 |
|
|
$(script_test_1_SOURCES) $(script_test_2_SOURCES) \
|
1652 |
|
|
script_test_3.c $(searched_file_test_SOURCES) start_lib_test.c \
|
1653 |
27 |
khays |
$(thin_archive_test_1_SOURCES) $(thin_archive_test_2_SOURCES) \
|
1654 |
|
|
$(tls_phdrs_script_test_SOURCES) $(tls_pic_test_SOURCES) \
|
1655 |
|
|
tls_pie_pic_test.c tls_pie_test.c $(tls_script_test_SOURCES) \
|
1656 |
|
|
$(tls_shared_gd_to_ie_test_SOURCES) \
|
1657 |
|
|
$(tls_shared_gnu2_gd_to_ie_test_SOURCES) \
|
1658 |
|
|
$(tls_shared_gnu2_test_SOURCES) $(tls_shared_ie_test_SOURCES) \
|
1659 |
|
|
$(tls_shared_nonpic_test_SOURCES) $(tls_shared_test_SOURCES) \
|
1660 |
|
|
$(tls_static_pic_test_SOURCES) $(tls_static_test_SOURCES) \
|
1661 |
|
|
$(tls_test_SOURCES) $(two_file_mixed_2_shared_test_SOURCES) \
|
1662 |
|
|
two_file_mixed_pie_test.c \
|
1663 |
|
|
$(two_file_mixed_shared_test_SOURCES) \
|
1664 |
|
|
$(two_file_pic_test_SOURCES) two_file_pie_test.c \
|
1665 |
|
|
$(two_file_relocatable_test_SOURCES) \
|
1666 |
|
|
$(two_file_same_shared_nonpic_test_SOURCES) \
|
1667 |
|
|
$(two_file_same_shared_strip_test_SOURCES) \
|
1668 |
|
|
$(two_file_same_shared_test_SOURCES) \
|
1669 |
|
|
$(two_file_separate_shared_12_nonpic_test_SOURCES) \
|
1670 |
|
|
$(two_file_separate_shared_12_test_SOURCES) \
|
1671 |
|
|
$(two_file_separate_shared_21_nonpic_test_SOURCES) \
|
1672 |
|
|
$(two_file_separate_shared_21_test_SOURCES) \
|
1673 |
|
|
$(two_file_shared_1_nonpic_test_SOURCES) \
|
1674 |
|
|
$(two_file_shared_1_pic_2_test_SOURCES) \
|
1675 |
|
|
$(two_file_shared_1_test_SOURCES) \
|
1676 |
|
|
$(two_file_shared_2_nonpic_test_SOURCES) \
|
1677 |
|
|
$(two_file_shared_2_pic_1_test_SOURCES) \
|
1678 |
|
|
$(two_file_shared_2_test_SOURCES) \
|
1679 |
|
|
$(two_file_static_test_SOURCES) two_file_strip_test.c \
|
1680 |
|
|
$(two_file_test_SOURCES) $(ver_test_SOURCES) \
|
1681 |
159 |
khays |
$(ver_test_11_SOURCES) $(ver_test_12_SOURCES) \
|
1682 |
|
|
$(ver_test_2_SOURCES) $(ver_test_6_SOURCES) \
|
1683 |
|
|
$(ver_test_8_SOURCES) $(ver_test_9_SOURCES) \
|
1684 |
|
|
$(weak_alias_test_SOURCES) weak_plt.c $(weak_test_SOURCES) \
|
1685 |
|
|
$(weak_undef_nonpic_test_SOURCES) $(weak_undef_test_SOURCES)
|
1686 |
27 |
khays |
ETAGS = etags
|
1687 |
|
|
CTAGS = ctags
|
1688 |
|
|
am__tty_colors = \
|
1689 |
|
|
red=; grn=; lgn=; blu=; std=
|
1690 |
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
1691 |
|
|
am__vpath_adj = case $$p in \
|
1692 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
1693 |
|
|
*) f=$$p;; \
|
1694 |
|
|
esac;
|
1695 |
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
1696 |
|
|
am__install_max = 40
|
1697 |
|
|
am__nobase_strip_setup = \
|
1698 |
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
1699 |
|
|
am__nobase_strip = \
|
1700 |
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
1701 |
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
1702 |
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
1703 |
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
1704 |
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
1705 |
|
|
if (++n[$$2] == $(am__install_max)) \
|
1706 |
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
1707 |
|
|
END { for (dir in files) print dir, files[dir] }'
|
1708 |
|
|
am__base_list = \
|
1709 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
1710 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
1711 |
|
|
# Restructured Text title and section.
|
1712 |
|
|
am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//'
|
1713 |
|
|
am__rst_section = sed 'p;s/./=/g;p;g'
|
1714 |
|
|
# Put stdin (possibly several lines separated by ". ") in a box.
|
1715 |
|
|
am__text_box = $(AWK) '{ \
|
1716 |
|
|
n = split($$0, lines, "\\. "); max = 0; \
|
1717 |
|
|
for (i = 1; i <= n; ++i) \
|
1718 |
|
|
if (max < length(lines[i])) \
|
1719 |
|
|
max = length(lines[i]); \
|
1720 |
|
|
for (i = 0; i < max; ++i) line = line "="; \
|
1721 |
|
|
print line; \
|
1722 |
|
|
for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
|
1723 |
|
|
print line; \
|
1724 |
|
|
}'
|
1725 |
|
|
# Solaris 10 'make', and several other traditional 'make' implementations,
|
1726 |
|
|
# pass "-e" to $(SHELL). This contradicts POSIX. Work around the problem
|
1727 |
|
|
# by disabling -e (using the XSI extension "set +e") if it's set.
|
1728 |
|
|
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
1729 |
|
|
# To be inserted before the command running the test. Creates the
|
1730 |
|
|
# directory for the log if needed. Stores in $dir the directory
|
1731 |
|
|
# containing $f, in $tst the test, in $log the log, and passes
|
1732 |
|
|
# TESTS_ENVIRONMENT. Save and restore TERM around use of
|
1733 |
|
|
# TESTS_ENVIRONMENT, in case that unsets it.
|
1734 |
|
|
am__check_pre = \
|
1735 |
|
|
$(am__sh_e_setup); \
|
1736 |
|
|
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
1737 |
|
|
srcdir=$(srcdir); export srcdir; \
|
1738 |
|
|
rm -f $@-t; \
|
1739 |
|
|
trap 'st=$$?; rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st' \
|
1740 |
|
|
1 2 13 15; \
|
1741 |
|
|
am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \
|
1742 |
|
|
test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
|
1743 |
|
|
if test -f "./$$f"; then dir=./; \
|
1744 |
|
|
elif test -f "$$f"; then dir=; \
|
1745 |
|
|
else dir="$(srcdir)/"; fi; \
|
1746 |
|
|
tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \
|
1747 |
|
|
$(TESTS_ENVIRONMENT)
|
1748 |
|
|
RECHECK_LOGS = $(TEST_LOGS)
|
1749 |
|
|
AM_RECURSIVE_TARGETS = check check-html recheck recheck-html
|
1750 |
|
|
TEST_SUITE_LOG = test-suite.log
|
1751 |
|
|
TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
|
1752 |
|
|
TEST_EXTENSIONS = @EXEEXT@ .test
|
1753 |
|
|
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
1754 |
|
|
am__test_logs1 = $(TESTS:=.log)
|
1755 |
|
|
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
|
1756 |
|
|
TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
1757 |
|
|
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
1758 |
|
|
$(TEST_LOG_FLAGS)
|
1759 |
|
|
TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
|
1760 |
|
|
ACLOCAL = @ACLOCAL@
|
1761 |
|
|
AMTAR = @AMTAR@
|
1762 |
|
|
AUTOCONF = @AUTOCONF@
|
1763 |
|
|
AUTOHEADER = @AUTOHEADER@
|
1764 |
|
|
AUTOMAKE = @AUTOMAKE@
|
1765 |
|
|
AWK = @AWK@
|
1766 |
|
|
CATALOGS = @CATALOGS@
|
1767 |
|
|
CATOBJEXT = @CATOBJEXT@
|
1768 |
|
|
CC = @CC@
|
1769 |
|
|
CCDEPMODE = @CCDEPMODE@
|
1770 |
|
|
CFLAGS = @CFLAGS@
|
1771 |
|
|
CPP = @CPP@
|
1772 |
|
|
CPPFLAGS = @CPPFLAGS@
|
1773 |
|
|
CXX = @CXX@
|
1774 |
|
|
CXXCPP = @CXXCPP@
|
1775 |
|
|
CXXDEPMODE = @CXXDEPMODE@
|
1776 |
|
|
CXXFLAGS = @CXXFLAGS@
|
1777 |
|
|
CYGPATH_W = @CYGPATH_W@
|
1778 |
|
|
DATADIRNAME = @DATADIRNAME@
|
1779 |
|
|
DEFS = @DEFS@
|
1780 |
|
|
DEPDIR = @DEPDIR@
|
1781 |
|
|
ECHO_C = @ECHO_C@
|
1782 |
|
|
ECHO_N = @ECHO_N@
|
1783 |
|
|
ECHO_T = @ECHO_T@
|
1784 |
|
|
EGREP = @EGREP@
|
1785 |
|
|
EXEEXT = @EXEEXT@
|
1786 |
|
|
GENCAT = @GENCAT@
|
1787 |
|
|
GMSGFMT = @GMSGFMT@
|
1788 |
|
|
GREP = @GREP@
|
1789 |
|
|
INCINTL = @INCINTL@
|
1790 |
|
|
INSTALL = @INSTALL@
|
1791 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
1792 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
1793 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
1794 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
1795 |
|
|
INSTOBJEXT = @INSTOBJEXT@
|
1796 |
|
|
LDFLAGS = @LDFLAGS@
|
1797 |
|
|
LFS_CFLAGS = @LFS_CFLAGS@
|
1798 |
|
|
LIBINTL = @LIBINTL@
|
1799 |
|
|
LIBINTL_DEP = @LIBINTL_DEP@
|
1800 |
|
|
LIBOBJS = @LIBOBJS@
|
1801 |
|
|
LIBS = @LIBS@
|
1802 |
|
|
LN_S = @LN_S@
|
1803 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
1804 |
|
|
MAINT = @MAINT@
|
1805 |
|
|
MAKEINFO = @MAKEINFO@
|
1806 |
|
|
MKDIR_P = @MKDIR_P@
|
1807 |
|
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
1808 |
|
|
MSGFMT = @MSGFMT@
|
1809 |
|
|
MSGMERGE = @MSGMERGE@
|
1810 |
|
|
NO_WERROR = @NO_WERROR@
|
1811 |
|
|
OBJEXT = @OBJEXT@
|
1812 |
|
|
PACKAGE = @PACKAGE@
|
1813 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
1814 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
1815 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
1816 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
1817 |
|
|
PACKAGE_URL = @PACKAGE_URL@
|
1818 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
1819 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
1820 |
|
|
POSUB = @POSUB@
|
1821 |
|
|
RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
|
1822 |
|
|
RANLIB = @RANLIB@
|
1823 |
|
|
SET_MAKE = @SET_MAKE@
|
1824 |
|
|
SHELL = @SHELL@
|
1825 |
|
|
STRIP = @STRIP@
|
1826 |
|
|
TARGETOBJS = @TARGETOBJS@
|
1827 |
|
|
USE_NLS = @USE_NLS@
|
1828 |
|
|
VERSION = @VERSION@
|
1829 |
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
1830 |
|
|
WARN_CXXFLAGS = @WARN_CXXFLAGS@
|
1831 |
|
|
XGETTEXT = @XGETTEXT@
|
1832 |
|
|
YACC = @YACC@
|
1833 |
|
|
YFLAGS = @YFLAGS@
|
1834 |
|
|
abs_builddir = @abs_builddir@
|
1835 |
|
|
abs_srcdir = @abs_srcdir@
|
1836 |
|
|
abs_top_builddir = @abs_top_builddir@
|
1837 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
1838 |
|
|
ac_ct_CC = @ac_ct_CC@
|
1839 |
|
|
ac_ct_CXX = @ac_ct_CXX@
|
1840 |
|
|
am__include = @am__include@
|
1841 |
|
|
am__leading_dot = @am__leading_dot@
|
1842 |
|
|
am__quote = @am__quote@
|
1843 |
|
|
am__tar = @am__tar@
|
1844 |
|
|
am__untar = @am__untar@
|
1845 |
|
|
bindir = @bindir@
|
1846 |
|
|
build = @build@
|
1847 |
|
|
build_alias = @build_alias@
|
1848 |
|
|
build_cpu = @build_cpu@
|
1849 |
|
|
build_os = @build_os@
|
1850 |
|
|
build_vendor = @build_vendor@
|
1851 |
|
|
builddir = @builddir@
|
1852 |
|
|
datadir = @datadir@
|
1853 |
|
|
datarootdir = @datarootdir@
|
1854 |
|
|
docdir = @docdir@
|
1855 |
|
|
dvidir = @dvidir@
|
1856 |
|
|
exec_prefix = @exec_prefix@
|
1857 |
|
|
host = @host@
|
1858 |
|
|
host_alias = @host_alias@
|
1859 |
|
|
host_cpu = @host_cpu@
|
1860 |
|
|
host_os = @host_os@
|
1861 |
|
|
host_vendor = @host_vendor@
|
1862 |
|
|
htmldir = @htmldir@
|
1863 |
|
|
includedir = @includedir@
|
1864 |
|
|
infodir = @infodir@
|
1865 |
|
|
install_as_default = @install_as_default@
|
1866 |
|
|
install_sh = @install_sh@
|
1867 |
|
|
installed_linker = @installed_linker@
|
1868 |
|
|
libdir = @libdir@
|
1869 |
|
|
libexecdir = @libexecdir@
|
1870 |
|
|
localedir = @localedir@
|
1871 |
|
|
localstatedir = @localstatedir@
|
1872 |
|
|
mandir = @mandir@
|
1873 |
|
|
mkdir_p = @mkdir_p@
|
1874 |
|
|
oldincludedir = @oldincludedir@
|
1875 |
|
|
pdfdir = @pdfdir@
|
1876 |
|
|
prefix = @prefix@
|
1877 |
|
|
program_transform_name = @program_transform_name@
|
1878 |
|
|
psdir = @psdir@
|
1879 |
|
|
sbindir = @sbindir@
|
1880 |
|
|
sharedstatedir = @sharedstatedir@
|
1881 |
|
|
srcdir = @srcdir@
|
1882 |
|
|
sysconfdir = @sysconfdir@
|
1883 |
|
|
target = @target@
|
1884 |
|
|
target_alias = @target_alias@
|
1885 |
|
|
target_cpu = @target_cpu@
|
1886 |
|
|
target_os = @target_os@
|
1887 |
|
|
target_vendor = @target_vendor@
|
1888 |
|
|
top_build_prefix = @top_build_prefix@
|
1889 |
|
|
top_builddir = @top_builddir@
|
1890 |
|
|
top_srcdir = @top_srcdir@
|
1891 |
|
|
|
1892 |
|
|
# Ignore warning about AM_PROG_CC_C_O due to large_CFLAGS
|
1893 |
|
|
AUTOMAKE_OPTIONS = foreign -Wno-portability
|
1894 |
|
|
|
1895 |
|
|
# The two_file_test tests -fmerge-constants, so we simply always turn
|
1896 |
|
|
# it on. This may need to be controlled by a configure option
|
1897 |
|
|
# eventually.
|
1898 |
|
|
AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) -fmerge-constants
|
1899 |
|
|
AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) -fmerge-constants
|
1900 |
|
|
AM_CPPFLAGS = \
|
1901 |
|
|
-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../include \
|
1902 |
|
|
-I$(srcdir)/../../elfcpp -I.. \
|
1903 |
|
|
-DLOCALEDIR="\"$(datadir)/locale\"" \
|
1904 |
|
|
@INCINTL@
|
1905 |
|
|
|
1906 |
|
|
TEST_READELF = $(top_builddir)/../binutils/readelf
|
1907 |
|
|
TEST_OBJDUMP = $(top_builddir)/../binutils/objdump
|
1908 |
|
|
TEST_CXXFILT = $(top_builddir)/../binutils/cxxfilt
|
1909 |
|
|
TEST_STRIP = $(top_builddir)/../binutils/strip-new
|
1910 |
|
|
TEST_AR = $(top_builddir)/../binutils/ar
|
1911 |
|
|
TEST_NM = $(top_builddir)/../binutils/nm-new
|
1912 |
|
|
TEST_AS = $(top_builddir)/../gas/as-new
|
1913 |
|
|
@PLUGINS_TRUE@LIBDL = -ldl
|
1914 |
|
|
@THREADS_TRUE@THREADSLIB = -lpthread
|
1915 |
|
|
@OMP_SUPPORT_TRUE@TLS_TEST_C_CFLAGS = -fopenmp
|
1916 |
|
|
|
1917 |
|
|
# 'make clean' is good about deleting some intermediate files (such as
|
1918 |
|
|
# .o's), but not all of them (such as .so's and .err files). We
|
1919 |
|
|
# improve on that here. automake-1.9 info docs say "mostlyclean" is
|
1920 |
|
|
# the right choice for files 'make' builds that people rebuild.
|
1921 |
|
|
MOSTLYCLEANFILES = *.so *.syms *.stdout $(am__append_4) \
|
1922 |
159 |
khays |
$(am__append_17) $(am__append_26) $(am__append_28) \
|
1923 |
|
|
$(am__append_30) $(am__append_36) $(am__append_40) \
|
1924 |
|
|
$(am__append_55) $(am__append_60) $(am__append_63) \
|
1925 |
|
|
$(am__append_66)
|
1926 |
27 |
khays |
|
1927 |
|
|
# We will add to these later, for each individual test. Note
|
1928 |
|
|
# that we add each test under check_SCRIPTS or check_PROGRAMS;
|
1929 |
|
|
# the TESTS variable is automatically populated from these.
|
1930 |
159 |
khays |
check_SCRIPTS = $(am__append_2) $(am__append_34) $(am__append_38) \
|
1931 |
|
|
$(am__append_56) $(am__append_58) $(am__append_61) \
|
1932 |
|
|
$(am__append_64)
|
1933 |
|
|
check_DATA = $(am__append_3) $(am__append_27) $(am__append_29) \
|
1934 |
|
|
$(am__append_35) $(am__append_39) $(am__append_57) \
|
1935 |
|
|
$(am__append_59) $(am__append_62) $(am__append_65)
|
1936 |
|
|
BUILT_SOURCES = $(am__append_25)
|
1937 |
27 |
khays |
TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
|
1938 |
|
|
|
1939 |
|
|
# ---------------------------------------------------------------------
|
1940 |
|
|
# These tests test the internals of gold (unittests).
|
1941 |
|
|
|
1942 |
|
|
# Infrastucture needed for the unittests
|
1943 |
|
|
check_LIBRARIES = libgoldtest.a
|
1944 |
|
|
libgoldtest_a_SOURCES = test.cc testmain.cc testfile.cc
|
1945 |
|
|
DEPENDENCIES = \
|
1946 |
|
|
libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL_DEP)
|
1947 |
|
|
|
1948 |
|
|
LDADD = libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL) \
|
1949 |
|
|
$(THREADSLIB) $(LIBDL)
|
1950 |
|
|
|
1951 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@object_unittest_SOURCES = object_unittest.cc
|
1952 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@binary_unittest_SOURCES = binary_unittest.cc
|
1953 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_SOURCES = constructor_test.cc
|
1954 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_DEPENDENCIES = gcctestdir/ld
|
1955 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_LDFLAGS = -Bgcctestdir/
|
1956 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_LDADD =
|
1957 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_SOURCES = $(constructor_test_SOURCES)
|
1958 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_DEPENDENCIES = $(constructor_test_DEPENDENCIES)
|
1959 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_LDFLAGS = $(constructor_test_LDFLAGS) -static
|
1960 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_LDADD = $(constructor_test_LDADD)
|
1961 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_SOURCES = \
|
1962 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.cc \
|
1963 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.cc \
|
1964 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.cc \
|
1965 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.cc \
|
1966 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test.h
|
1967 |
|
|
|
1968 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_DEPENDENCIES = gcctestdir/ld
|
1969 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_LDFLAGS = -Bgcctestdir/
|
1970 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_LDADD =
|
1971 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_SOURCES = $(two_file_test_SOURCES)
|
1972 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_DEPENDENCIES = $(two_file_test_DEPENDENCIES)
|
1973 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_LDFLAGS = $(two_file_test_LDFLAGS) -static
|
1974 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_LDADD = $(two_file_test_LDADD)
|
1975 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_SOURCES = two_file_test_main.cc
|
1976 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_DEPENDENCIES = \
|
1977 |
|
|
@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
|
1978 |
|
|
|
1979 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_LDFLAGS = -Bgcctestdir/
|
1980 |
|
|
@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
|
1981 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_SOURCES = two_file_test_2.cc two_file_test_main.cc
|
1982 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_DEPENDENCIES = gcctestdir/ld two_file_shared_1.so
|
1983 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1984 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_LDADD = two_file_shared_1.so
|
1985 |
|
|
@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
|
1986 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_DEPENDENCIES = gcctestdir/ld two_file_shared_2.so
|
1987 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1988 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDADD = two_file_shared_2.so
|
1989 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_SOURCES = two_file_test_main.cc
|
1990 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_DEPENDENCIES = \
|
1991 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2.so two_file_test_1_pic.o two_file_test_1b_pic.o
|
1992 |
|
|
|
1993 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1994 |
|
|
@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
|
1995 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_SOURCES = two_file_test_main.cc
|
1996 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_DEPENDENCIES = \
|
1997 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2.so two_file_test_2_pic.o
|
1998 |
|
|
|
1999 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2000 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_LDADD = two_file_test_2_pic.o two_file_shared_1.so
|
2001 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_SOURCES = two_file_test_main.cc
|
2002 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared.so
|
2003 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2004 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_LDADD = two_file_shared.so
|
2005 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_SOURCES = two_file_test_main.cc
|
2006 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_DEPENDENCIES = \
|
2007 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_shared_2.so
|
2008 |
|
|
|
2009 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2010 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_LDADD = \
|
2011 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1.so two_file_shared_2.so
|
2012 |
|
|
|
2013 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_SOURCES = two_file_test_main.cc
|
2014 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_DEPENDENCIES = \
|
2015 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_shared_2.so
|
2016 |
|
|
|
2017 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2018 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_LDADD = \
|
2019 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2.so two_file_shared_1.so
|
2020 |
|
|
|
2021 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_SOURCES = two_file_test_main.cc
|
2022 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_DEPENDENCIES = \
|
2023 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_relocatable.o
|
2024 |
|
|
|
2025 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2026 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_LDADD = two_file_relocatable.o
|
2027 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_SOURCES = \
|
2028 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.cc two_file_test_main.cc
|
2029 |
|
|
|
2030 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_DEPENDENCIES = \
|
2031 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so
|
2032 |
|
|
|
2033 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2034 |
|
|
@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
|
2035 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_SOURCES = \
|
2036 |
|
|
@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
|
2037 |
|
|
|
2038 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_DEPENDENCIES = \
|
2039 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2_nonpic.so
|
2040 |
|
|
|
2041 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2042 |
|
|
@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
|
2043 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_SOURCES = two_file_test_main.cc
|
2044 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_DEPENDENCIES = \
|
2045 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_nonpic.so
|
2046 |
|
|
|
2047 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2048 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_LDADD = two_file_shared_nonpic.so
|
2049 |
|
|
@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
|
2050 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_DEPENDENCIES = \
|
2051 |
|
|
@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
|
2052 |
|
|
|
2053 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2054 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_LDADD = \
|
2055 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
|
2056 |
|
|
|
2057 |
|
|
@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
|
2058 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_DEPENDENCIES = \
|
2059 |
|
|
@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
|
2060 |
|
|
|
2061 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2062 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_LDADD = \
|
2063 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic.so two_file_shared_1_nonpic.so
|
2064 |
|
|
|
2065 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_SOURCES = two_file_test_main.cc
|
2066 |
|
|
@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
|
2067 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2068 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_LDADD = two_file_shared_mixed.so
|
2069 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_SOURCES = two_file_test_main.cc
|
2070 |
|
|
@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
|
2071 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2072 |
|
|
@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
|
2073 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_SOURCES = two_file_test_main.cc
|
2074 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_DEPENDENCIES = \
|
2075 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_strip.so
|
2076 |
|
|
|
2077 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_LDFLAGS = -Bgcctestdir/ -Wl,-R.
|
2078 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_LDADD = two_file_shared_strip.so
|
2079 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_SOURCES = common_test_1.c
|
2080 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_DEPENDENCIES = gcctestdir/ld
|
2081 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_LDFLAGS = -Bgcctestdir/
|
2082 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_LDADD =
|
2083 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_SOURCES = common_test_1.c
|
2084 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_DEPENDENCIES = common_test_2.so common_test_3.so gcctestdir/ld
|
2085 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2086 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_LDADD = common_test_2.so common_test_3.so
|
2087 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_SOURCES = \
|
2088 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.cc \
|
2089 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.cc \
|
2090 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.cc \
|
2091 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test.h
|
2092 |
|
|
|
2093 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_DEPENDENCIES = gcctestdir/ld
|
2094 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_LDFLAGS = -Bgcctestdir/
|
2095 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_LDADD =
|
2096 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_SOURCES = $(exception_test_SOURCES)
|
2097 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_DEPENDENCIES = $(exception_test_DEPENDENCIES)
|
2098 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_LDFLAGS = $(exception_test_LDFLAGS) -static
|
2099 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_LDADD = $(exception_test_LDADD)
|
2100 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_SOURCES = exception_test_2.cc exception_test_main.cc
|
2101 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_DEPENDENCIES = gcctestdir/ld exception_shared_1.so
|
2102 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2103 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_LDADD = exception_shared_1.so
|
2104 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_SOURCES = exception_test_1.cc exception_test_main.cc
|
2105 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_DEPENDENCIES = gcctestdir/ld exception_shared_2.so
|
2106 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2107 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_LDADD = exception_shared_2.so
|
2108 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_SOURCES = exception_test_main.cc
|
2109 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_DEPENDENCIES = gcctestdir/ld exception_shared.so
|
2110 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2111 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_LDADD = exception_shared.so
|
2112 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_SOURCES = exception_test_main.cc
|
2113 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_DEPENDENCIES = \
|
2114 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld exception_shared_1.so exception_shared_2.so
|
2115 |
|
|
|
2116 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2117 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_LDADD = \
|
2118 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1.so exception_shared_2.so
|
2119 |
|
|
|
2120 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_SOURCES = exception_test_main.cc
|
2121 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_DEPENDENCIES = \
|
2122 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld exception_shared_1.so exception_shared_2.so
|
2123 |
|
|
|
2124 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2125 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_LDADD = \
|
2126 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2.so exception_shared_1.so
|
2127 |
|
|
|
2128 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_SOURCES = weak_test.cc
|
2129 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_DEPENDENCIES = gcctestdir/ld
|
2130 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_LDFLAGS = -Bgcctestdir/
|
2131 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_LDADD =
|
2132 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_SOURCES = weak_undef_test.cc
|
2133 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib.so alt/weak_undef_lib.so
|
2134 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
|
2135 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_LDADD = -L . weak_undef_lib.so
|
2136 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_SOURCES = weak_undef_test.cc
|
2137 |
|
|
@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
|
2138 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
|
2139 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_LDADD = -L . weak_undef_lib_nonpic.so
|
2140 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_SOURCES = weak_alias_test_main.cc
|
2141 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_DEPENDENCIES = \
|
2142 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld weak_alias_test_1.so weak_alias_test_2.so \
|
2143 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_3.o weak_alias_test_4.so weak_alias_test_5.so
|
2144 |
27 |
khays |
|
2145 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2146 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_LDADD = \
|
2147 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_1.so weak_alias_test_2.so weak_alias_test_3.o \
|
2148 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_4.so weak_alias_test_5.so
|
2149 |
27 |
khays |
|
2150 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_SOURCES = copy_test.cc
|
2151 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_DEPENDENCIES = gcctestdir/ld copy_test_1.so copy_test_2.so
|
2152 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2153 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_LDADD = copy_test_1.so copy_test_2.so
|
2154 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_SOURCES = tls_test.cc tls_test_file2.cc tls_test_main.cc tls_test.h
|
2155 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_DEPENDENCIES = gcctestdir/ld tls_test_c.o
|
2156 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_LDFLAGS = -Bgcctestdir/
|
2157 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_LDADD = tls_test_c.o -lpthread
|
2158 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_SOURCES = tls_test_main.cc
|
2159 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_DEPENDENCIES = gcctestdir/ld tls_test_pic.o tls_test_file2_pic.o \
|
2160 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o
|
2161 |
|
|
|
2162 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_LDFLAGS = -Bgcctestdir/
|
2163 |
|
|
@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 \
|
2164 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ -lpthread
|
2165 |
|
|
|
2166 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_SOURCES = tls_test_main.cc
|
2167 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_DEPENDENCIES = gcctestdir/ld tls_test_shared.so
|
2168 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2169 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_LDADD = tls_test_shared.so -lpthread
|
2170 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_SOURCES = tls_test_main.cc
|
2171 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_ie_shared.so
|
2172 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2173 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_LDADD = tls_test_ie_shared.so -lpthread
|
2174 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_SOURCES = tls_test_main.cc
|
2175 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_pic.o \
|
2176 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o tls_test_shared2.so
|
2177 |
|
|
|
2178 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2179 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_LDADD = tls_test_pic.o tls_test_c_pic.o \
|
2180 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_shared2.so -lpthread
|
2181 |
|
|
|
2182 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_SOURCES = tls_test_main.cc
|
2183 |
|
|
@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 \
|
2184 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ tls_test_c_gnu2.o tls_test_gnu2_shared2.so
|
2185 |
|
|
|
2186 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2187 |
|
|
@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 \
|
2188 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ tls_test_gnu2_shared2.so -lpthread
|
2189 |
|
|
|
2190 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_SOURCES = tls_test_main.cc
|
2191 |
|
|
@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
|
2192 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2193 |
|
|
@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
|
2194 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_SOURCES = $(tls_test_SOURCES)
|
2195 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_DEPENDENCIES = $(tls_test_DEPENDENCIES)
|
2196 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_LDFLAGS = $(tls_test_LDFLAGS) -static
|
2197 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_LDADD = $(tls_test_LDADD)
|
2198 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_SOURCES = $(tls_pic_test_SOURCES)
|
2199 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_DEPENDENCIES = $(tls_pic_test_DEPENDENCIES)
|
2200 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_LDFLAGS = $(tls_pic_test_LDFLAGS) -static
|
2201 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_LDADD = $(tls_pic_test_LDADD)
|
2202 |
27 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_SOURCES = tls_test_main.cc
|
2203 |
|
|
@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
|
2204 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2205 |
|
|
@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
|
2206 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_SOURCES = many_sections_test.cc
|
2207 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_DEPENDENCIES = gcctestdir/ld
|
2208 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_LDFLAGS = -Bgcctestdir/ -rdynamic
|
2209 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_LDADD =
|
2210 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_SOURCES = initpri1.c
|
2211 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_DEPENDENCIES = gcctestdir/ld
|
2212 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_LDFLAGS = -Bgcctestdir/
|
2213 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_LDADD =
|
2214 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri2_SOURCES = initpri2.c
|
2215 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri2_DEPENDENCIES = gcctestdir/ld
|
2216 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri2_LDFLAGS = -Bgcctestdir/
|
2217 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri2_LDADD =
|
2218 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3a_SOURCES = initpri3.c
|
2219 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3a_DEPENDENCIES = gcctestdir/ld
|
2220 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3a_LDFLAGS = -Bgcctestdir/
|
2221 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3a_LDADD =
|
2222 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3b_SOURCES = initpri3.c
|
2223 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3b_DEPENDENCIES = gcctestdir/ld
|
2224 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3b_LDFLAGS = -Bgcctestdir/ -Wl,--no-ctors-in-init-array
|
2225 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri3b_LDADD =
|
2226 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_SOURCES = ver_test_main.cc
|
2227 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_DEPENDENCIES = gcctestdir/ld ver_test_1.so ver_test_2.so ver_test_4.so
|
2228 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2229 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_LDADD = ver_test_1.so ver_test_2.so ver_test_4.so
|
2230 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_SOURCES = ver_test_main_2.cc
|
2231 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_DEPENDENCIES = gcctestdir/ld ver_test_4.so ver_test_2.so
|
2232 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2233 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_LDADD = ver_test_4.so ver_test_2.so
|
2234 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_SOURCES = ver_test_6.c
|
2235 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_DEPENDENCIES = gcctestdir/ld ver_test_2.so
|
2236 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2237 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_LDADD = ver_test_2.so
|
2238 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_SOURCES = two_file_test_main.cc
|
2239 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_DEPENDENCIES = gcctestdir/ld ver_test_8_1.so ver_test_8_2.so
|
2240 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2241 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_LDADD = ver_test_8_1.so ver_test_8_2.so
|
2242 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_SOURCES = ver_test_main.cc
|
2243 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_DEPENDENCIES = gcctestdir/ld ver_test_9.so
|
2244 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2245 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_LDADD = ver_test_9.so
|
2246 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_SOURCES = ver_test_main_2.cc
|
2247 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_DEPENDENCIES = gcctestdir/ld ver_test_11.a
|
2248 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2249 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_LDADD = ver_test_11.a
|
2250 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_12_SOURCES = ver_test_main_2.cc
|
2251 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_12_DEPENDENCIES = gcctestdir/ld ver_test_12.o
|
2252 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_12_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2253 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_12_LDADD = ver_test_12.o
|
2254 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_SOURCES = \
|
2255 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.cc protected_main_2.cc protected_main_3.cc
|
2256 |
|
|
|
2257 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_DEPENDENCIES = gcctestdir/ld protected_1.so
|
2258 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2259 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_LDADD = protected_1.so
|
2260 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_SOURCES = protected_main_1.cc protected_3.cc
|
2261 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_DEPENDENCIES = gcctestdir/ld protected_1.so
|
2262 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2263 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_LDADD = protected_1.so
|
2264 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_SOURCES = relro_test_main.cc
|
2265 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_DEPENDENCIES = gcctestdir/ld relro_test.so
|
2266 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2267 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_LDADD = relro_test.so
|
2268 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_now_test_SOURCES = relro_test_main.cc
|
2269 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_now_test_DEPENDENCIES = gcctestdir/ld relro_now_test.so
|
2270 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_now_test_LDFLAGS = -Bgcctestdir -Wl,-R,. -Wl,-z,relro -Wl,-z,now
|
2271 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_now_test_LDADD = relro_now_test.so
|
2272 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_SOURCES = relro_test_main.cc
|
2273 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_DEPENDENCIES = gcctestdir/ld relro_strip_test.so
|
2274 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2275 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test_LDADD = relro_strip_test.so
|
2276 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_SOURCES = relro_test_main.cc
|
2277 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_DEPENDENCIES = gcctestdir/ld relro_script_test.so
|
2278 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2279 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_LDADD = relro_script_test.so
|
2280 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_SOURCES = script_test_1.cc
|
2281 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_DEPENDENCIES = gcctestdir/ld script_test_1.t
|
2282 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_LDFLAGS = -Bgcctestdir/ -Wl,-R,. -T $(srcdir)/script_test_1.t
|
2283 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_LDADD =
|
2284 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_SOURCES = script_test_2.cc script_test_2a.cc script_test_2b.cc
|
2285 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_DEPENDENCIES = gcctestdir/ld script_test_2.t
|
2286 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,. -T $(srcdir)/script_test_2.t
|
2287 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_LDADD =
|
2288 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_SOURCES = justsyms_1.cc
|
2289 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_DEPENDENCIES = gcctestdir/ld justsyms_2r.o
|
2290 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_LDFLAGS = -Bgcctestdir/ -Wl,-R,justsyms_2r.o
|
2291 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_LDADD =
|
2292 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_exec_SOURCES = justsyms_exec.c
|
2293 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_exec_DEPENDENCIES = gcctestdir/ld justsyms_lib
|
2294 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_exec_LDFLAGS = -Bgcctestdir/ -Wl,-R,justsyms_lib
|
2295 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_exec_LDADD =
|
2296 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_SOURCES = binary_test.cc
|
2297 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_DEPENDENCIES = gcctestdir/ld binary.txt
|
2298 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_LDFLAGS = -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf
|
2299 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_LDADD =
|
2300 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_SOURCES = $(tls_test_SOURCES)
|
2301 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_DEPENDENCIES = $(tls_test_DEPENDENCIES) $(srcdir)/script_test_3.t
|
2302 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_LDFLAGS = $(tls_test_LDFLAGS) -T $(srcdir)/script_test_3.t
|
2303 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_phdrs_script_test_LDADD = $(tls_test_LDADD)
|
2304 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_SOURCES = $(tls_test_SOURCES)
|
2305 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_DEPENDENCIES = $(tls_test_DEPENDENCIES) $(srcdir)/script_test_4.t
|
2306 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_LDFLAGS = $(tls_test_LDFLAGS) -T $(srcdir)/script_test_4.t
|
2307 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@tls_script_test_LDADD = $(tls_test_LDADD)
|
2308 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_SOURCES = thin_archive_main.cc
|
2309 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_DEPENDENCIES = gcctestdir/ld libthin1.a alt/libthin2.a
|
2310 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_LDFLAGS = -Bgcctestdir/ -Lalt
|
2311 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_LDADD = libthin1.a -lthin2
|
2312 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_SOURCES = thin_archive_main.cc
|
2313 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_DEPENDENCIES = gcctestdir/ld libthinall.a
|
2314 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_LDFLAGS = -Bgcctestdir/ -L.
|
2315 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_LDADD = -lthinall
|
2316 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_SOURCES = exclude_libs_test.c
|
2317 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_DEPENDENCIES = gcctestdir/ld libexclude_libs_test_1.a \
|
2318 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_2.a alt/libexclude_libs_test_3.a
|
2319 |
|
|
|
2320 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_LDFLAGS = -Bgcctestdir/ -L. -Lalt \
|
2321 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,dummy:libexclude_libs_test_1 \
|
2322 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,libexclude_libs_test_3
|
2323 |
|
|
|
2324 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_LDADD = -lexclude_libs_test_1 -lexclude_libs_test_2 \
|
2325 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libexclude_libs_test_3.a
|
2326 |
|
|
|
2327 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test_SOURCES = discard_locals_test.c
|
2328 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test_LDFLAGS = -Bgcctestdir/ -Wl,--discard-locals
|
2329 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_SOURCES = large.c
|
2330 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_CFLAGS = -mcmodel=medium
|
2331 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_DEPENDENCIES = gcctestdir/ld
|
2332 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_LDFLAGS = -Bgcctestdir/
|
2333 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_LDADD =
|
2334 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_SOURCES = searched_file_test.cc
|
2335 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_DEPENDENCIES = alt/searched_file_test_lib.a
|
2336 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_LDFLAGS = -Bgcctestdir/ -Lalt
|
2337 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_LDADD = -l:searched_file_test_lib.a
|
2338 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1static_SOURCES = ifuncmain1.c
|
2339 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1static_DEPENDENCIES = gcctestdir/ld ifuncdep1.o
|
2340 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1static_LDFLAGS = -Bgcctestdir/ -static
|
2341 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1static_LDADD = ifuncdep1.o
|
2342 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1_SOURCES = ifuncmain1.c
|
2343 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1_DEPENDENCIES = gcctestdir/ld ifuncmod1.so
|
2344 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2345 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1_LDADD = ifuncmod1.so
|
2346 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vis_SOURCES = ifuncmain1vis.c
|
2347 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vis_DEPENDENCIES = gcctestdir/ld ifuncmod1.so
|
2348 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vis_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2349 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vis_LDADD = ifuncmod1.so
|
2350 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2static_SOURCES = ifuncmain2.c ifuncdep2.c
|
2351 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2static_DEPENDENCIES = gcctestdir/ld
|
2352 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2static_LDFLAGS = -Bgcctestdir/ -static
|
2353 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2static_LDADD =
|
2354 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2_SOURCES = ifuncmain2.c ifuncdep2.c
|
2355 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2_DEPENDENCIES = gcctestdir/ld
|
2356 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2_LDFLAGS = -Bgcctestdir/
|
2357 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2_LDADD =
|
2358 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain3_SOURCES = ifuncmain3.c
|
2359 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain3_DEPENDENCIES = gcctestdir/ld ifuncmod3.so
|
2360 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain3_LDFLAGS = -Bgcctestdir/ -Wl,--export-dynamic -Wl,-R,.
|
2361 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain3_LDADD = -ldl
|
2362 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4static_SOURCES = ifuncmain4.c
|
2363 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4static_DEPENDENCIES = gcctestdir/ld
|
2364 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4static_LDFLAGS = -Bgcctestdir/ -static
|
2365 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4static_LDADD =
|
2366 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4_SOURCES = ifuncmain4.c
|
2367 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4_DEPENDENCIES = gcctestdir/ld
|
2368 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4_LDFLAGS = -Bgcctestdir/
|
2369 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4_LDADD =
|
2370 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5static_SOURCES = ifuncmain5.c
|
2371 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5static_DEPENDENCIES = gcctestdir/ld ifuncdep5.o
|
2372 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5static_LDFLAGS = -Bgcctestdir/ -static
|
2373 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5static_LDADD = ifuncdep5.o
|
2374 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5_SOURCES = ifuncmain5.c
|
2375 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5_DEPENDENCIES = gcctestdir/ld ifuncmod5.so
|
2376 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2377 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5_LDADD = ifuncmod5.so
|
2378 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7static_SOURCES = ifuncmain7.c
|
2379 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7static_DEPENDENCIES = gcctestdir/ld
|
2380 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7static_LDFLAGS = -Bgcctestdir/ -static
|
2381 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7static_LDADD =
|
2382 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7_SOURCES = ifuncmain7.c
|
2383 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7_DEPENDENCIES = gcctestdir/ld
|
2384 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7_LDFLAGS = -Bgcctestdir/
|
2385 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7_LDADD =
|
2386 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar_SOURCES = ifuncvar3.c
|
2387 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar_DEPENDENCIES = gcctestdir/ld ifuncvar.so
|
2388 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
2389 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar_LDADD = ifuncvar.so
|
2390 |
27 |
khays |
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@SPLIT_DEFSYMS = --defsym __morestack=0x100 --defsym __morestack_non_split=0x200
|
2391 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@SPLIT_DEFSYMS = --defsym __morestack=0x100 --defsym __morestack_non_split=0x200
|
2392 |
|
|
all: $(BUILT_SOURCES)
|
2393 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
2394 |
|
|
|
2395 |
|
|
.SUFFIXES:
|
2396 |
|
|
.SUFFIXES: .c .cc .html .log .o .obj .test .test$(EXEEXT)
|
2397 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
2398 |
|
|
@for dep in $?; do \
|
2399 |
|
|
case '$(am__configure_deps)' in \
|
2400 |
|
|
*$$dep*) \
|
2401 |
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
2402 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
2403 |
|
|
exit 1;; \
|
2404 |
|
|
esac; \
|
2405 |
|
|
done; \
|
2406 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
|
2407 |
|
|
$(am__cd) $(top_srcdir) && \
|
2408 |
|
|
$(AUTOMAKE) --foreign testsuite/Makefile
|
2409 |
|
|
.PRECIOUS: Makefile
|
2410 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
2411 |
|
|
@case '$?' in \
|
2412 |
|
|
*config.status*) \
|
2413 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
2414 |
|
|
*) \
|
2415 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
2416 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
2417 |
|
|
esac;
|
2418 |
|
|
|
2419 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
2420 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2421 |
|
|
|
2422 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
2423 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2424 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
2425 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
2426 |
|
|
$(am__aclocal_m4_deps):
|
2427 |
|
|
|
2428 |
|
|
clean-checkLIBRARIES:
|
2429 |
|
|
-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
|
2430 |
|
|
libgoldtest.a: $(libgoldtest_a_OBJECTS) $(libgoldtest_a_DEPENDENCIES)
|
2431 |
|
|
-rm -f libgoldtest.a
|
2432 |
|
|
$(libgoldtest_a_AR) libgoldtest.a $(libgoldtest_a_OBJECTS) $(libgoldtest_a_LIBADD)
|
2433 |
|
|
$(RANLIB) libgoldtest.a
|
2434 |
|
|
|
2435 |
|
|
clean-checkPROGRAMS:
|
2436 |
|
|
-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
|
2437 |
|
|
@GCC_FALSE@basic_pic_test$(EXEEXT): $(basic_pic_test_OBJECTS) $(basic_pic_test_DEPENDENCIES)
|
2438 |
|
|
@GCC_FALSE@ @rm -f basic_pic_test$(EXEEXT)
|
2439 |
|
|
@GCC_FALSE@ $(LINK) $(basic_pic_test_OBJECTS) $(basic_pic_test_LDADD) $(LIBS)
|
2440 |
|
|
@NATIVE_LINKER_FALSE@basic_pic_test$(EXEEXT): $(basic_pic_test_OBJECTS) $(basic_pic_test_DEPENDENCIES)
|
2441 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_pic_test$(EXEEXT)
|
2442 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_pic_test_OBJECTS) $(basic_pic_test_LDADD) $(LIBS)
|
2443 |
|
|
@GCC_FALSE@basic_pie_test$(EXEEXT): $(basic_pie_test_OBJECTS) $(basic_pie_test_DEPENDENCIES)
|
2444 |
|
|
@GCC_FALSE@ @rm -f basic_pie_test$(EXEEXT)
|
2445 |
|
|
@GCC_FALSE@ $(LINK) $(basic_pie_test_OBJECTS) $(basic_pie_test_LDADD) $(LIBS)
|
2446 |
|
|
@NATIVE_LINKER_FALSE@basic_pie_test$(EXEEXT): $(basic_pie_test_OBJECTS) $(basic_pie_test_DEPENDENCIES)
|
2447 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_pie_test$(EXEEXT)
|
2448 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_pie_test_OBJECTS) $(basic_pie_test_LDADD) $(LIBS)
|
2449 |
|
|
@GCC_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
|
2450 |
|
|
@GCC_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
|
2451 |
|
|
@GCC_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
|
2452 |
159 |
khays |
@HAVE_STATIC_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
|
2453 |
|
|
@HAVE_STATIC_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
|
2454 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
|
2455 |
27 |
khays |
@NATIVE_LINKER_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
|
2456 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
|
2457 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
|
2458 |
|
|
@GCC_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
|
2459 |
|
|
@GCC_FALSE@ @rm -f basic_static_test$(EXEEXT)
|
2460 |
|
|
@GCC_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
|
2461 |
159 |
khays |
@HAVE_STATIC_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
|
2462 |
|
|
@HAVE_STATIC_FALSE@ @rm -f basic_static_test$(EXEEXT)
|
2463 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
|
2464 |
27 |
khays |
@NATIVE_LINKER_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
|
2465 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_static_test$(EXEEXT)
|
2466 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
|
2467 |
|
|
@GCC_FALSE@basic_test$(EXEEXT): $(basic_test_OBJECTS) $(basic_test_DEPENDENCIES)
|
2468 |
|
|
@GCC_FALSE@ @rm -f basic_test$(EXEEXT)
|
2469 |
|
|
@GCC_FALSE@ $(LINK) $(basic_test_OBJECTS) $(basic_test_LDADD) $(LIBS)
|
2470 |
|
|
@NATIVE_LINKER_FALSE@basic_test$(EXEEXT): $(basic_test_OBJECTS) $(basic_test_DEPENDENCIES)
|
2471 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_test$(EXEEXT)
|
2472 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_test_OBJECTS) $(basic_test_LDADD) $(LIBS)
|
2473 |
|
|
binary_test$(EXEEXT): $(binary_test_OBJECTS) $(binary_test_DEPENDENCIES)
|
2474 |
|
|
@rm -f binary_test$(EXEEXT)
|
2475 |
|
|
$(binary_test_LINK) $(binary_test_OBJECTS) $(binary_test_LDADD) $(LIBS)
|
2476 |
|
|
binary_unittest$(EXEEXT): $(binary_unittest_OBJECTS) $(binary_unittest_DEPENDENCIES)
|
2477 |
|
|
@rm -f binary_unittest$(EXEEXT)
|
2478 |
|
|
$(CXXLINK) $(binary_unittest_OBJECTS) $(binary_unittest_LDADD) $(LIBS)
|
2479 |
|
|
common_test_1$(EXEEXT): $(common_test_1_OBJECTS) $(common_test_1_DEPENDENCIES)
|
2480 |
|
|
@rm -f common_test_1$(EXEEXT)
|
2481 |
|
|
$(common_test_1_LINK) $(common_test_1_OBJECTS) $(common_test_1_LDADD) $(LIBS)
|
2482 |
|
|
common_test_2$(EXEEXT): $(common_test_2_OBJECTS) $(common_test_2_DEPENDENCIES)
|
2483 |
|
|
@rm -f common_test_2$(EXEEXT)
|
2484 |
|
|
$(common_test_2_LINK) $(common_test_2_OBJECTS) $(common_test_2_LDADD) $(LIBS)
|
2485 |
|
|
constructor_static_test$(EXEEXT): $(constructor_static_test_OBJECTS) $(constructor_static_test_DEPENDENCIES)
|
2486 |
|
|
@rm -f constructor_static_test$(EXEEXT)
|
2487 |
|
|
$(constructor_static_test_LINK) $(constructor_static_test_OBJECTS) $(constructor_static_test_LDADD) $(LIBS)
|
2488 |
|
|
constructor_test$(EXEEXT): $(constructor_test_OBJECTS) $(constructor_test_DEPENDENCIES)
|
2489 |
|
|
@rm -f constructor_test$(EXEEXT)
|
2490 |
|
|
$(constructor_test_LINK) $(constructor_test_OBJECTS) $(constructor_test_LDADD) $(LIBS)
|
2491 |
|
|
copy_test$(EXEEXT): $(copy_test_OBJECTS) $(copy_test_DEPENDENCIES)
|
2492 |
|
|
@rm -f copy_test$(EXEEXT)
|
2493 |
|
|
$(copy_test_LINK) $(copy_test_OBJECTS) $(copy_test_LDADD) $(LIBS)
|
2494 |
|
|
discard_locals_test$(EXEEXT): $(discard_locals_test_OBJECTS) $(discard_locals_test_DEPENDENCIES)
|
2495 |
|
|
@rm -f discard_locals_test$(EXEEXT)
|
2496 |
|
|
$(discard_locals_test_LINK) $(discard_locals_test_OBJECTS) $(discard_locals_test_LDADD) $(LIBS)
|
2497 |
|
|
exception_same_shared_test$(EXEEXT): $(exception_same_shared_test_OBJECTS) $(exception_same_shared_test_DEPENDENCIES)
|
2498 |
|
|
@rm -f exception_same_shared_test$(EXEEXT)
|
2499 |
|
|
$(exception_same_shared_test_LINK) $(exception_same_shared_test_OBJECTS) $(exception_same_shared_test_LDADD) $(LIBS)
|
2500 |
|
|
exception_separate_shared_12_test$(EXEEXT): $(exception_separate_shared_12_test_OBJECTS) $(exception_separate_shared_12_test_DEPENDENCIES)
|
2501 |
|
|
@rm -f exception_separate_shared_12_test$(EXEEXT)
|
2502 |
|
|
$(exception_separate_shared_12_test_LINK) $(exception_separate_shared_12_test_OBJECTS) $(exception_separate_shared_12_test_LDADD) $(LIBS)
|
2503 |
|
|
exception_separate_shared_21_test$(EXEEXT): $(exception_separate_shared_21_test_OBJECTS) $(exception_separate_shared_21_test_DEPENDENCIES)
|
2504 |
|
|
@rm -f exception_separate_shared_21_test$(EXEEXT)
|
2505 |
|
|
$(exception_separate_shared_21_test_LINK) $(exception_separate_shared_21_test_OBJECTS) $(exception_separate_shared_21_test_LDADD) $(LIBS)
|
2506 |
|
|
exception_shared_1_test$(EXEEXT): $(exception_shared_1_test_OBJECTS) $(exception_shared_1_test_DEPENDENCIES)
|
2507 |
|
|
@rm -f exception_shared_1_test$(EXEEXT)
|
2508 |
|
|
$(exception_shared_1_test_LINK) $(exception_shared_1_test_OBJECTS) $(exception_shared_1_test_LDADD) $(LIBS)
|
2509 |
|
|
exception_shared_2_test$(EXEEXT): $(exception_shared_2_test_OBJECTS) $(exception_shared_2_test_DEPENDENCIES)
|
2510 |
|
|
@rm -f exception_shared_2_test$(EXEEXT)
|
2511 |
|
|
$(exception_shared_2_test_LINK) $(exception_shared_2_test_OBJECTS) $(exception_shared_2_test_LDADD) $(LIBS)
|
2512 |
|
|
exception_static_test$(EXEEXT): $(exception_static_test_OBJECTS) $(exception_static_test_DEPENDENCIES)
|
2513 |
|
|
@rm -f exception_static_test$(EXEEXT)
|
2514 |
|
|
$(exception_static_test_LINK) $(exception_static_test_OBJECTS) $(exception_static_test_LDADD) $(LIBS)
|
2515 |
|
|
exception_test$(EXEEXT): $(exception_test_OBJECTS) $(exception_test_DEPENDENCIES)
|
2516 |
|
|
@rm -f exception_test$(EXEEXT)
|
2517 |
|
|
$(exception_test_LINK) $(exception_test_OBJECTS) $(exception_test_LDADD) $(LIBS)
|
2518 |
|
|
exclude_libs_test$(EXEEXT): $(exclude_libs_test_OBJECTS) $(exclude_libs_test_DEPENDENCIES)
|
2519 |
|
|
@rm -f exclude_libs_test$(EXEEXT)
|
2520 |
|
|
$(exclude_libs_test_LINK) $(exclude_libs_test_OBJECTS) $(exclude_libs_test_LDADD) $(LIBS)
|
2521 |
|
|
@GCC_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
|
2522 |
|
|
@GCC_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
|
2523 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
|
2524 |
|
|
@HAVE_ZLIB_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
|
2525 |
|
|
@HAVE_ZLIB_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
|
2526 |
|
|
@HAVE_ZLIB_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
|
2527 |
|
|
@NATIVE_LINKER_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
|
2528 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
|
2529 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
|
2530 |
|
|
@GCC_FALSE@flagstest_o_specialfile$(EXEEXT): $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_DEPENDENCIES)
|
2531 |
|
|
@GCC_FALSE@ @rm -f flagstest_o_specialfile$(EXEEXT)
|
2532 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_LDADD) $(LIBS)
|
2533 |
|
|
@NATIVE_LINKER_FALSE@flagstest_o_specialfile$(EXEEXT): $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_DEPENDENCIES)
|
2534 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_o_specialfile$(EXEEXT)
|
2535 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_LDADD) $(LIBS)
|
2536 |
|
|
@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)
|
2537 |
|
|
@GCC_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
2538 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
|
2539 |
|
|
@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)
|
2540 |
|
|
@HAVE_ZLIB_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
2541 |
|
|
@HAVE_ZLIB_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
|
2542 |
|
|
@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)
|
2543 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
2544 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
|
2545 |
159 |
khays |
@GCC_FALSE@flagstest_o_ttext_1$(EXEEXT): $(flagstest_o_ttext_1_OBJECTS) $(flagstest_o_ttext_1_DEPENDENCIES)
|
2546 |
|
|
@GCC_FALSE@ @rm -f flagstest_o_ttext_1$(EXEEXT)
|
2547 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_o_ttext_1_OBJECTS) $(flagstest_o_ttext_1_LDADD) $(LIBS)
|
2548 |
|
|
@NATIVE_LINKER_FALSE@flagstest_o_ttext_1$(EXEEXT): $(flagstest_o_ttext_1_OBJECTS) $(flagstest_o_ttext_1_DEPENDENCIES)
|
2549 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_o_ttext_1$(EXEEXT)
|
2550 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_ttext_1_OBJECTS) $(flagstest_o_ttext_1_LDADD) $(LIBS)
|
2551 |
27 |
khays |
@GCC_FALSE@icf_virtual_function_folding_test$(EXEEXT): $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_DEPENDENCIES)
|
2552 |
|
|
@GCC_FALSE@ @rm -f icf_virtual_function_folding_test$(EXEEXT)
|
2553 |
|
|
@GCC_FALSE@ $(LINK) $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_LDADD) $(LIBS)
|
2554 |
|
|
@NATIVE_LINKER_FALSE@icf_virtual_function_folding_test$(EXEEXT): $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_DEPENDENCIES)
|
2555 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f icf_virtual_function_folding_test$(EXEEXT)
|
2556 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(icf_virtual_function_folding_test_OBJECTS) $(icf_virtual_function_folding_test_LDADD) $(LIBS)
|
2557 |
|
|
ifuncmain1$(EXEEXT): $(ifuncmain1_OBJECTS) $(ifuncmain1_DEPENDENCIES)
|
2558 |
|
|
@rm -f ifuncmain1$(EXEEXT)
|
2559 |
|
|
$(ifuncmain1_LINK) $(ifuncmain1_OBJECTS) $(ifuncmain1_LDADD) $(LIBS)
|
2560 |
|
|
@GCC_FALSE@ifuncmain1pic$(EXEEXT): $(ifuncmain1pic_OBJECTS) $(ifuncmain1pic_DEPENDENCIES)
|
2561 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1pic$(EXEEXT)
|
2562 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1pic_OBJECTS) $(ifuncmain1pic_LDADD) $(LIBS)
|
2563 |
|
|
@IFUNC_FALSE@ifuncmain1pic$(EXEEXT): $(ifuncmain1pic_OBJECTS) $(ifuncmain1pic_DEPENDENCIES)
|
2564 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1pic$(EXEEXT)
|
2565 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1pic_OBJECTS) $(ifuncmain1pic_LDADD) $(LIBS)
|
2566 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1pic$(EXEEXT): $(ifuncmain1pic_OBJECTS) $(ifuncmain1pic_DEPENDENCIES)
|
2567 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1pic$(EXEEXT)
|
2568 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1pic_OBJECTS) $(ifuncmain1pic_LDADD) $(LIBS)
|
2569 |
|
|
@GCC_FALSE@ifuncmain1picstatic$(EXEEXT): $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_DEPENDENCIES)
|
2570 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1picstatic$(EXEEXT)
|
2571 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_LDADD) $(LIBS)
|
2572 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain1picstatic$(EXEEXT): $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_DEPENDENCIES)
|
2573 |
|
|
@HAVE_STATIC_FALSE@ @rm -f ifuncmain1picstatic$(EXEEXT)
|
2574 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_LDADD) $(LIBS)
|
2575 |
27 |
khays |
@IFUNC_FALSE@ifuncmain1picstatic$(EXEEXT): $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_DEPENDENCIES)
|
2576 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1picstatic$(EXEEXT)
|
2577 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_LDADD) $(LIBS)
|
2578 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1picstatic$(EXEEXT): $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_DEPENDENCIES)
|
2579 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1picstatic$(EXEEXT)
|
2580 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1picstatic_OBJECTS) $(ifuncmain1picstatic_LDADD) $(LIBS)
|
2581 |
|
|
@GCC_FALSE@ifuncmain1pie$(EXEEXT): $(ifuncmain1pie_OBJECTS) $(ifuncmain1pie_DEPENDENCIES)
|
2582 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1pie$(EXEEXT)
|
2583 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1pie_OBJECTS) $(ifuncmain1pie_LDADD) $(LIBS)
|
2584 |
|
|
@IFUNC_FALSE@ifuncmain1pie$(EXEEXT): $(ifuncmain1pie_OBJECTS) $(ifuncmain1pie_DEPENDENCIES)
|
2585 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1pie$(EXEEXT)
|
2586 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1pie_OBJECTS) $(ifuncmain1pie_LDADD) $(LIBS)
|
2587 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1pie$(EXEEXT): $(ifuncmain1pie_OBJECTS) $(ifuncmain1pie_DEPENDENCIES)
|
2588 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1pie$(EXEEXT)
|
2589 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1pie_OBJECTS) $(ifuncmain1pie_LDADD) $(LIBS)
|
2590 |
|
|
ifuncmain1static$(EXEEXT): $(ifuncmain1static_OBJECTS) $(ifuncmain1static_DEPENDENCIES)
|
2591 |
|
|
@rm -f ifuncmain1static$(EXEEXT)
|
2592 |
|
|
$(ifuncmain1static_LINK) $(ifuncmain1static_OBJECTS) $(ifuncmain1static_LDADD) $(LIBS)
|
2593 |
|
|
@GCC_FALSE@ifuncmain1staticpic$(EXEEXT): $(ifuncmain1staticpic_OBJECTS) $(ifuncmain1staticpic_DEPENDENCIES)
|
2594 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1staticpic$(EXEEXT)
|
2595 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1staticpic_OBJECTS) $(ifuncmain1staticpic_LDADD) $(LIBS)
|
2596 |
|
|
@IFUNC_FALSE@ifuncmain1staticpic$(EXEEXT): $(ifuncmain1staticpic_OBJECTS) $(ifuncmain1staticpic_DEPENDENCIES)
|
2597 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1staticpic$(EXEEXT)
|
2598 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1staticpic_OBJECTS) $(ifuncmain1staticpic_LDADD) $(LIBS)
|
2599 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1staticpic$(EXEEXT): $(ifuncmain1staticpic_OBJECTS) $(ifuncmain1staticpic_DEPENDENCIES)
|
2600 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1staticpic$(EXEEXT)
|
2601 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1staticpic_OBJECTS) $(ifuncmain1staticpic_LDADD) $(LIBS)
|
2602 |
|
|
@GCC_FALSE@ifuncmain1staticpie$(EXEEXT): $(ifuncmain1staticpie_OBJECTS) $(ifuncmain1staticpie_DEPENDENCIES)
|
2603 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1staticpie$(EXEEXT)
|
2604 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1staticpie_OBJECTS) $(ifuncmain1staticpie_LDADD) $(LIBS)
|
2605 |
|
|
@IFUNC_FALSE@ifuncmain1staticpie$(EXEEXT): $(ifuncmain1staticpie_OBJECTS) $(ifuncmain1staticpie_DEPENDENCIES)
|
2606 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1staticpie$(EXEEXT)
|
2607 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1staticpie_OBJECTS) $(ifuncmain1staticpie_LDADD) $(LIBS)
|
2608 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1staticpie$(EXEEXT): $(ifuncmain1staticpie_OBJECTS) $(ifuncmain1staticpie_DEPENDENCIES)
|
2609 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1staticpie$(EXEEXT)
|
2610 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1staticpie_OBJECTS) $(ifuncmain1staticpie_LDADD) $(LIBS)
|
2611 |
|
|
ifuncmain1vis$(EXEEXT): $(ifuncmain1vis_OBJECTS) $(ifuncmain1vis_DEPENDENCIES)
|
2612 |
|
|
@rm -f ifuncmain1vis$(EXEEXT)
|
2613 |
|
|
$(ifuncmain1vis_LINK) $(ifuncmain1vis_OBJECTS) $(ifuncmain1vis_LDADD) $(LIBS)
|
2614 |
|
|
@GCC_FALSE@ifuncmain1vispic$(EXEEXT): $(ifuncmain1vispic_OBJECTS) $(ifuncmain1vispic_DEPENDENCIES)
|
2615 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1vispic$(EXEEXT)
|
2616 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1vispic_OBJECTS) $(ifuncmain1vispic_LDADD) $(LIBS)
|
2617 |
|
|
@IFUNC_FALSE@ifuncmain1vispic$(EXEEXT): $(ifuncmain1vispic_OBJECTS) $(ifuncmain1vispic_DEPENDENCIES)
|
2618 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1vispic$(EXEEXT)
|
2619 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1vispic_OBJECTS) $(ifuncmain1vispic_LDADD) $(LIBS)
|
2620 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1vispic$(EXEEXT): $(ifuncmain1vispic_OBJECTS) $(ifuncmain1vispic_DEPENDENCIES)
|
2621 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1vispic$(EXEEXT)
|
2622 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1vispic_OBJECTS) $(ifuncmain1vispic_LDADD) $(LIBS)
|
2623 |
|
|
@GCC_FALSE@ifuncmain1vispie$(EXEEXT): $(ifuncmain1vispie_OBJECTS) $(ifuncmain1vispie_DEPENDENCIES)
|
2624 |
|
|
@GCC_FALSE@ @rm -f ifuncmain1vispie$(EXEEXT)
|
2625 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain1vispie_OBJECTS) $(ifuncmain1vispie_LDADD) $(LIBS)
|
2626 |
|
|
@IFUNC_FALSE@ifuncmain1vispie$(EXEEXT): $(ifuncmain1vispie_OBJECTS) $(ifuncmain1vispie_DEPENDENCIES)
|
2627 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain1vispie$(EXEEXT)
|
2628 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain1vispie_OBJECTS) $(ifuncmain1vispie_LDADD) $(LIBS)
|
2629 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain1vispie$(EXEEXT): $(ifuncmain1vispie_OBJECTS) $(ifuncmain1vispie_DEPENDENCIES)
|
2630 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain1vispie$(EXEEXT)
|
2631 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain1vispie_OBJECTS) $(ifuncmain1vispie_LDADD) $(LIBS)
|
2632 |
|
|
ifuncmain2$(EXEEXT): $(ifuncmain2_OBJECTS) $(ifuncmain2_DEPENDENCIES)
|
2633 |
|
|
@rm -f ifuncmain2$(EXEEXT)
|
2634 |
|
|
$(ifuncmain2_LINK) $(ifuncmain2_OBJECTS) $(ifuncmain2_LDADD) $(LIBS)
|
2635 |
|
|
@GCC_FALSE@ifuncmain2pic$(EXEEXT): $(ifuncmain2pic_OBJECTS) $(ifuncmain2pic_DEPENDENCIES)
|
2636 |
|
|
@GCC_FALSE@ @rm -f ifuncmain2pic$(EXEEXT)
|
2637 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain2pic_OBJECTS) $(ifuncmain2pic_LDADD) $(LIBS)
|
2638 |
|
|
@IFUNC_FALSE@ifuncmain2pic$(EXEEXT): $(ifuncmain2pic_OBJECTS) $(ifuncmain2pic_DEPENDENCIES)
|
2639 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain2pic$(EXEEXT)
|
2640 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain2pic_OBJECTS) $(ifuncmain2pic_LDADD) $(LIBS)
|
2641 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain2pic$(EXEEXT): $(ifuncmain2pic_OBJECTS) $(ifuncmain2pic_DEPENDENCIES)
|
2642 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain2pic$(EXEEXT)
|
2643 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain2pic_OBJECTS) $(ifuncmain2pic_LDADD) $(LIBS)
|
2644 |
|
|
@GCC_FALSE@ifuncmain2picstatic$(EXEEXT): $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_DEPENDENCIES)
|
2645 |
|
|
@GCC_FALSE@ @rm -f ifuncmain2picstatic$(EXEEXT)
|
2646 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_LDADD) $(LIBS)
|
2647 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain2picstatic$(EXEEXT): $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_DEPENDENCIES)
|
2648 |
|
|
@HAVE_STATIC_FALSE@ @rm -f ifuncmain2picstatic$(EXEEXT)
|
2649 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_LDADD) $(LIBS)
|
2650 |
27 |
khays |
@IFUNC_FALSE@ifuncmain2picstatic$(EXEEXT): $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_DEPENDENCIES)
|
2651 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain2picstatic$(EXEEXT)
|
2652 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_LDADD) $(LIBS)
|
2653 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain2picstatic$(EXEEXT): $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_DEPENDENCIES)
|
2654 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain2picstatic$(EXEEXT)
|
2655 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain2picstatic_OBJECTS) $(ifuncmain2picstatic_LDADD) $(LIBS)
|
2656 |
|
|
ifuncmain2static$(EXEEXT): $(ifuncmain2static_OBJECTS) $(ifuncmain2static_DEPENDENCIES)
|
2657 |
|
|
@rm -f ifuncmain2static$(EXEEXT)
|
2658 |
|
|
$(ifuncmain2static_LINK) $(ifuncmain2static_OBJECTS) $(ifuncmain2static_LDADD) $(LIBS)
|
2659 |
|
|
ifuncmain3$(EXEEXT): $(ifuncmain3_OBJECTS) $(ifuncmain3_DEPENDENCIES)
|
2660 |
|
|
@rm -f ifuncmain3$(EXEEXT)
|
2661 |
|
|
$(ifuncmain3_LINK) $(ifuncmain3_OBJECTS) $(ifuncmain3_LDADD) $(LIBS)
|
2662 |
|
|
ifuncmain4$(EXEEXT): $(ifuncmain4_OBJECTS) $(ifuncmain4_DEPENDENCIES)
|
2663 |
|
|
@rm -f ifuncmain4$(EXEEXT)
|
2664 |
|
|
$(ifuncmain4_LINK) $(ifuncmain4_OBJECTS) $(ifuncmain4_LDADD) $(LIBS)
|
2665 |
|
|
@GCC_FALSE@ifuncmain4picstatic$(EXEEXT): $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_DEPENDENCIES)
|
2666 |
|
|
@GCC_FALSE@ @rm -f ifuncmain4picstatic$(EXEEXT)
|
2667 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_LDADD) $(LIBS)
|
2668 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain4picstatic$(EXEEXT): $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_DEPENDENCIES)
|
2669 |
|
|
@HAVE_STATIC_FALSE@ @rm -f ifuncmain4picstatic$(EXEEXT)
|
2670 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_LDADD) $(LIBS)
|
2671 |
27 |
khays |
@IFUNC_FALSE@ifuncmain4picstatic$(EXEEXT): $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_DEPENDENCIES)
|
2672 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain4picstatic$(EXEEXT)
|
2673 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_LDADD) $(LIBS)
|
2674 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain4picstatic$(EXEEXT): $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_DEPENDENCIES)
|
2675 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain4picstatic$(EXEEXT)
|
2676 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain4picstatic_OBJECTS) $(ifuncmain4picstatic_LDADD) $(LIBS)
|
2677 |
|
|
ifuncmain4static$(EXEEXT): $(ifuncmain4static_OBJECTS) $(ifuncmain4static_DEPENDENCIES)
|
2678 |
|
|
@rm -f ifuncmain4static$(EXEEXT)
|
2679 |
|
|
$(ifuncmain4static_LINK) $(ifuncmain4static_OBJECTS) $(ifuncmain4static_LDADD) $(LIBS)
|
2680 |
|
|
ifuncmain5$(EXEEXT): $(ifuncmain5_OBJECTS) $(ifuncmain5_DEPENDENCIES)
|
2681 |
|
|
@rm -f ifuncmain5$(EXEEXT)
|
2682 |
|
|
$(ifuncmain5_LINK) $(ifuncmain5_OBJECTS) $(ifuncmain5_LDADD) $(LIBS)
|
2683 |
|
|
@GCC_FALSE@ifuncmain5pic$(EXEEXT): $(ifuncmain5pic_OBJECTS) $(ifuncmain5pic_DEPENDENCIES)
|
2684 |
|
|
@GCC_FALSE@ @rm -f ifuncmain5pic$(EXEEXT)
|
2685 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain5pic_OBJECTS) $(ifuncmain5pic_LDADD) $(LIBS)
|
2686 |
|
|
@IFUNC_FALSE@ifuncmain5pic$(EXEEXT): $(ifuncmain5pic_OBJECTS) $(ifuncmain5pic_DEPENDENCIES)
|
2687 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain5pic$(EXEEXT)
|
2688 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain5pic_OBJECTS) $(ifuncmain5pic_LDADD) $(LIBS)
|
2689 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain5pic$(EXEEXT): $(ifuncmain5pic_OBJECTS) $(ifuncmain5pic_DEPENDENCIES)
|
2690 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain5pic$(EXEEXT)
|
2691 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain5pic_OBJECTS) $(ifuncmain5pic_LDADD) $(LIBS)
|
2692 |
|
|
@GCC_FALSE@ifuncmain5picstatic$(EXEEXT): $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_DEPENDENCIES)
|
2693 |
|
|
@GCC_FALSE@ @rm -f ifuncmain5picstatic$(EXEEXT)
|
2694 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_LDADD) $(LIBS)
|
2695 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain5picstatic$(EXEEXT): $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_DEPENDENCIES)
|
2696 |
|
|
@HAVE_STATIC_FALSE@ @rm -f ifuncmain5picstatic$(EXEEXT)
|
2697 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_LDADD) $(LIBS)
|
2698 |
27 |
khays |
@IFUNC_FALSE@ifuncmain5picstatic$(EXEEXT): $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_DEPENDENCIES)
|
2699 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain5picstatic$(EXEEXT)
|
2700 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_LDADD) $(LIBS)
|
2701 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain5picstatic$(EXEEXT): $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_DEPENDENCIES)
|
2702 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain5picstatic$(EXEEXT)
|
2703 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain5picstatic_OBJECTS) $(ifuncmain5picstatic_LDADD) $(LIBS)
|
2704 |
|
|
@GCC_FALSE@ifuncmain5pie$(EXEEXT): $(ifuncmain5pie_OBJECTS) $(ifuncmain5pie_DEPENDENCIES)
|
2705 |
|
|
@GCC_FALSE@ @rm -f ifuncmain5pie$(EXEEXT)
|
2706 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain5pie_OBJECTS) $(ifuncmain5pie_LDADD) $(LIBS)
|
2707 |
|
|
@IFUNC_FALSE@ifuncmain5pie$(EXEEXT): $(ifuncmain5pie_OBJECTS) $(ifuncmain5pie_DEPENDENCIES)
|
2708 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain5pie$(EXEEXT)
|
2709 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain5pie_OBJECTS) $(ifuncmain5pie_LDADD) $(LIBS)
|
2710 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain5pie$(EXEEXT): $(ifuncmain5pie_OBJECTS) $(ifuncmain5pie_DEPENDENCIES)
|
2711 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain5pie$(EXEEXT)
|
2712 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain5pie_OBJECTS) $(ifuncmain5pie_LDADD) $(LIBS)
|
2713 |
|
|
ifuncmain5static$(EXEEXT): $(ifuncmain5static_OBJECTS) $(ifuncmain5static_DEPENDENCIES)
|
2714 |
|
|
@rm -f ifuncmain5static$(EXEEXT)
|
2715 |
|
|
$(ifuncmain5static_LINK) $(ifuncmain5static_OBJECTS) $(ifuncmain5static_LDADD) $(LIBS)
|
2716 |
|
|
@GCC_FALSE@ifuncmain5staticpic$(EXEEXT): $(ifuncmain5staticpic_OBJECTS) $(ifuncmain5staticpic_DEPENDENCIES)
|
2717 |
|
|
@GCC_FALSE@ @rm -f ifuncmain5staticpic$(EXEEXT)
|
2718 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain5staticpic_OBJECTS) $(ifuncmain5staticpic_LDADD) $(LIBS)
|
2719 |
|
|
@IFUNC_FALSE@ifuncmain5staticpic$(EXEEXT): $(ifuncmain5staticpic_OBJECTS) $(ifuncmain5staticpic_DEPENDENCIES)
|
2720 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain5staticpic$(EXEEXT)
|
2721 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain5staticpic_OBJECTS) $(ifuncmain5staticpic_LDADD) $(LIBS)
|
2722 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain5staticpic$(EXEEXT): $(ifuncmain5staticpic_OBJECTS) $(ifuncmain5staticpic_DEPENDENCIES)
|
2723 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain5staticpic$(EXEEXT)
|
2724 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain5staticpic_OBJECTS) $(ifuncmain5staticpic_LDADD) $(LIBS)
|
2725 |
|
|
@GCC_FALSE@ifuncmain6pie$(EXEEXT): $(ifuncmain6pie_OBJECTS) $(ifuncmain6pie_DEPENDENCIES)
|
2726 |
|
|
@GCC_FALSE@ @rm -f ifuncmain6pie$(EXEEXT)
|
2727 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain6pie_OBJECTS) $(ifuncmain6pie_LDADD) $(LIBS)
|
2728 |
|
|
@IFUNC_FALSE@ifuncmain6pie$(EXEEXT): $(ifuncmain6pie_OBJECTS) $(ifuncmain6pie_DEPENDENCIES)
|
2729 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain6pie$(EXEEXT)
|
2730 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain6pie_OBJECTS) $(ifuncmain6pie_LDADD) $(LIBS)
|
2731 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain6pie$(EXEEXT): $(ifuncmain6pie_OBJECTS) $(ifuncmain6pie_DEPENDENCIES)
|
2732 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain6pie$(EXEEXT)
|
2733 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain6pie_OBJECTS) $(ifuncmain6pie_LDADD) $(LIBS)
|
2734 |
|
|
ifuncmain7$(EXEEXT): $(ifuncmain7_OBJECTS) $(ifuncmain7_DEPENDENCIES)
|
2735 |
|
|
@rm -f ifuncmain7$(EXEEXT)
|
2736 |
|
|
$(ifuncmain7_LINK) $(ifuncmain7_OBJECTS) $(ifuncmain7_LDADD) $(LIBS)
|
2737 |
|
|
@GCC_FALSE@ifuncmain7pic$(EXEEXT): $(ifuncmain7pic_OBJECTS) $(ifuncmain7pic_DEPENDENCIES)
|
2738 |
|
|
@GCC_FALSE@ @rm -f ifuncmain7pic$(EXEEXT)
|
2739 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain7pic_OBJECTS) $(ifuncmain7pic_LDADD) $(LIBS)
|
2740 |
|
|
@IFUNC_FALSE@ifuncmain7pic$(EXEEXT): $(ifuncmain7pic_OBJECTS) $(ifuncmain7pic_DEPENDENCIES)
|
2741 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain7pic$(EXEEXT)
|
2742 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain7pic_OBJECTS) $(ifuncmain7pic_LDADD) $(LIBS)
|
2743 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain7pic$(EXEEXT): $(ifuncmain7pic_OBJECTS) $(ifuncmain7pic_DEPENDENCIES)
|
2744 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain7pic$(EXEEXT)
|
2745 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain7pic_OBJECTS) $(ifuncmain7pic_LDADD) $(LIBS)
|
2746 |
|
|
@GCC_FALSE@ifuncmain7picstatic$(EXEEXT): $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_DEPENDENCIES)
|
2747 |
|
|
@GCC_FALSE@ @rm -f ifuncmain7picstatic$(EXEEXT)
|
2748 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_LDADD) $(LIBS)
|
2749 |
159 |
khays |
@HAVE_STATIC_FALSE@ifuncmain7picstatic$(EXEEXT): $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_DEPENDENCIES)
|
2750 |
|
|
@HAVE_STATIC_FALSE@ @rm -f ifuncmain7picstatic$(EXEEXT)
|
2751 |
|
|
@HAVE_STATIC_FALSE@ $(LINK) $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_LDADD) $(LIBS)
|
2752 |
27 |
khays |
@IFUNC_FALSE@ifuncmain7picstatic$(EXEEXT): $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_DEPENDENCIES)
|
2753 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain7picstatic$(EXEEXT)
|
2754 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_LDADD) $(LIBS)
|
2755 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain7picstatic$(EXEEXT): $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_DEPENDENCIES)
|
2756 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain7picstatic$(EXEEXT)
|
2757 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain7picstatic_OBJECTS) $(ifuncmain7picstatic_LDADD) $(LIBS)
|
2758 |
|
|
@GCC_FALSE@ifuncmain7pie$(EXEEXT): $(ifuncmain7pie_OBJECTS) $(ifuncmain7pie_DEPENDENCIES)
|
2759 |
|
|
@GCC_FALSE@ @rm -f ifuncmain7pie$(EXEEXT)
|
2760 |
|
|
@GCC_FALSE@ $(LINK) $(ifuncmain7pie_OBJECTS) $(ifuncmain7pie_LDADD) $(LIBS)
|
2761 |
|
|
@IFUNC_FALSE@ifuncmain7pie$(EXEEXT): $(ifuncmain7pie_OBJECTS) $(ifuncmain7pie_DEPENDENCIES)
|
2762 |
|
|
@IFUNC_FALSE@ @rm -f ifuncmain7pie$(EXEEXT)
|
2763 |
|
|
@IFUNC_FALSE@ $(LINK) $(ifuncmain7pie_OBJECTS) $(ifuncmain7pie_LDADD) $(LIBS)
|
2764 |
|
|
@NATIVE_LINKER_FALSE@ifuncmain7pie$(EXEEXT): $(ifuncmain7pie_OBJECTS) $(ifuncmain7pie_DEPENDENCIES)
|
2765 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f ifuncmain7pie$(EXEEXT)
|
2766 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(ifuncmain7pie_OBJECTS) $(ifuncmain7pie_LDADD) $(LIBS)
|
2767 |
|
|
ifuncmain7static$(EXEEXT): $(ifuncmain7static_OBJECTS) $(ifuncmain7static_DEPENDENCIES)
|
2768 |
|
|
@rm -f ifuncmain7static$(EXEEXT)
|
2769 |
|
|
$(ifuncmain7static_LINK) $(ifuncmain7static_OBJECTS) $(ifuncmain7static_LDADD) $(LIBS)
|
2770 |
159 |
khays |
ifuncvar$(EXEEXT): $(ifuncvar_OBJECTS) $(ifuncvar_DEPENDENCIES)
|
2771 |
|
|
@rm -f ifuncvar$(EXEEXT)
|
2772 |
|
|
$(ifuncvar_LINK) $(ifuncvar_OBJECTS) $(ifuncvar_LDADD) $(LIBS)
|
2773 |
148 |
khays |
@DEFAULT_TARGET_X86_64_FALSE@incremental_common_test_1$(EXEEXT): $(incremental_common_test_1_OBJECTS) $(incremental_common_test_1_DEPENDENCIES)
|
2774 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_common_test_1$(EXEEXT)
|
2775 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_common_test_1_OBJECTS) $(incremental_common_test_1_LDADD) $(LIBS)
|
2776 |
|
|
@GCC_FALSE@incremental_common_test_1$(EXEEXT): $(incremental_common_test_1_OBJECTS) $(incremental_common_test_1_DEPENDENCIES)
|
2777 |
|
|
@GCC_FALSE@ @rm -f incremental_common_test_1$(EXEEXT)
|
2778 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_common_test_1_OBJECTS) $(incremental_common_test_1_LDADD) $(LIBS)
|
2779 |
|
|
@NATIVE_LINKER_FALSE@incremental_common_test_1$(EXEEXT): $(incremental_common_test_1_OBJECTS) $(incremental_common_test_1_DEPENDENCIES)
|
2780 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_common_test_1$(EXEEXT)
|
2781 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_common_test_1_OBJECTS) $(incremental_common_test_1_LDADD) $(LIBS)
|
2782 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@incremental_copy_test$(EXEEXT): $(incremental_copy_test_OBJECTS) $(incremental_copy_test_DEPENDENCIES)
|
2783 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_copy_test$(EXEEXT)
|
2784 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_copy_test_OBJECTS) $(incremental_copy_test_LDADD) $(LIBS)
|
2785 |
|
|
@GCC_FALSE@incremental_copy_test$(EXEEXT): $(incremental_copy_test_OBJECTS) $(incremental_copy_test_DEPENDENCIES)
|
2786 |
|
|
@GCC_FALSE@ @rm -f incremental_copy_test$(EXEEXT)
|
2787 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_copy_test_OBJECTS) $(incremental_copy_test_LDADD) $(LIBS)
|
2788 |
|
|
@NATIVE_LINKER_FALSE@incremental_copy_test$(EXEEXT): $(incremental_copy_test_OBJECTS) $(incremental_copy_test_DEPENDENCIES)
|
2789 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_copy_test$(EXEEXT)
|
2790 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_copy_test_OBJECTS) $(incremental_copy_test_LDADD) $(LIBS)
|
2791 |
27 |
khays |
@DEFAULT_TARGET_X86_64_FALSE@incremental_test_2$(EXEEXT): $(incremental_test_2_OBJECTS) $(incremental_test_2_DEPENDENCIES)
|
2792 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_test_2$(EXEEXT)
|
2793 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_test_2_OBJECTS) $(incremental_test_2_LDADD) $(LIBS)
|
2794 |
|
|
@GCC_FALSE@incremental_test_2$(EXEEXT): $(incremental_test_2_OBJECTS) $(incremental_test_2_DEPENDENCIES)
|
2795 |
|
|
@GCC_FALSE@ @rm -f incremental_test_2$(EXEEXT)
|
2796 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_test_2_OBJECTS) $(incremental_test_2_LDADD) $(LIBS)
|
2797 |
|
|
@NATIVE_LINKER_FALSE@incremental_test_2$(EXEEXT): $(incremental_test_2_OBJECTS) $(incremental_test_2_DEPENDENCIES)
|
2798 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_test_2$(EXEEXT)
|
2799 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_test_2_OBJECTS) $(incremental_test_2_LDADD) $(LIBS)
|
2800 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@incremental_test_3$(EXEEXT): $(incremental_test_3_OBJECTS) $(incremental_test_3_DEPENDENCIES)
|
2801 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_test_3$(EXEEXT)
|
2802 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_test_3_OBJECTS) $(incremental_test_3_LDADD) $(LIBS)
|
2803 |
|
|
@GCC_FALSE@incremental_test_3$(EXEEXT): $(incremental_test_3_OBJECTS) $(incremental_test_3_DEPENDENCIES)
|
2804 |
|
|
@GCC_FALSE@ @rm -f incremental_test_3$(EXEEXT)
|
2805 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_test_3_OBJECTS) $(incremental_test_3_LDADD) $(LIBS)
|
2806 |
|
|
@NATIVE_LINKER_FALSE@incremental_test_3$(EXEEXT): $(incremental_test_3_OBJECTS) $(incremental_test_3_DEPENDENCIES)
|
2807 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_test_3$(EXEEXT)
|
2808 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_test_3_OBJECTS) $(incremental_test_3_LDADD) $(LIBS)
|
2809 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@incremental_test_4$(EXEEXT): $(incremental_test_4_OBJECTS) $(incremental_test_4_DEPENDENCIES)
|
2810 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_test_4$(EXEEXT)
|
2811 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_test_4_OBJECTS) $(incremental_test_4_LDADD) $(LIBS)
|
2812 |
|
|
@GCC_FALSE@incremental_test_4$(EXEEXT): $(incremental_test_4_OBJECTS) $(incremental_test_4_DEPENDENCIES)
|
2813 |
|
|
@GCC_FALSE@ @rm -f incremental_test_4$(EXEEXT)
|
2814 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_test_4_OBJECTS) $(incremental_test_4_LDADD) $(LIBS)
|
2815 |
|
|
@NATIVE_LINKER_FALSE@incremental_test_4$(EXEEXT): $(incremental_test_4_OBJECTS) $(incremental_test_4_DEPENDENCIES)
|
2816 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_test_4$(EXEEXT)
|
2817 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_test_4_OBJECTS) $(incremental_test_4_LDADD) $(LIBS)
|
2818 |
159 |
khays |
@DEFAULT_TARGET_X86_64_FALSE@incremental_test_5$(EXEEXT): $(incremental_test_5_OBJECTS) $(incremental_test_5_DEPENDENCIES)
|
2819 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_test_5$(EXEEXT)
|
2820 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_test_5_OBJECTS) $(incremental_test_5_LDADD) $(LIBS)
|
2821 |
|
|
@GCC_FALSE@incremental_test_5$(EXEEXT): $(incremental_test_5_OBJECTS) $(incremental_test_5_DEPENDENCIES)
|
2822 |
|
|
@GCC_FALSE@ @rm -f incremental_test_5$(EXEEXT)
|
2823 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_test_5_OBJECTS) $(incremental_test_5_LDADD) $(LIBS)
|
2824 |
|
|
@NATIVE_LINKER_FALSE@incremental_test_5$(EXEEXT): $(incremental_test_5_OBJECTS) $(incremental_test_5_DEPENDENCIES)
|
2825 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_test_5$(EXEEXT)
|
2826 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_test_5_OBJECTS) $(incremental_test_5_LDADD) $(LIBS)
|
2827 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@incremental_test_6$(EXEEXT): $(incremental_test_6_OBJECTS) $(incremental_test_6_DEPENDENCIES)
|
2828 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ @rm -f incremental_test_6$(EXEEXT)
|
2829 |
|
|
@DEFAULT_TARGET_X86_64_FALSE@ $(LINK) $(incremental_test_6_OBJECTS) $(incremental_test_6_LDADD) $(LIBS)
|
2830 |
|
|
@GCC_FALSE@incremental_test_6$(EXEEXT): $(incremental_test_6_OBJECTS) $(incremental_test_6_DEPENDENCIES)
|
2831 |
|
|
@GCC_FALSE@ @rm -f incremental_test_6$(EXEEXT)
|
2832 |
|
|
@GCC_FALSE@ $(LINK) $(incremental_test_6_OBJECTS) $(incremental_test_6_LDADD) $(LIBS)
|
2833 |
|
|
@NATIVE_LINKER_FALSE@incremental_test_6$(EXEEXT): $(incremental_test_6_OBJECTS) $(incremental_test_6_DEPENDENCIES)
|
2834 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f incremental_test_6$(EXEEXT)
|
2835 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(incremental_test_6_OBJECTS) $(incremental_test_6_LDADD) $(LIBS)
|
2836 |
27 |
khays |
initpri1$(EXEEXT): $(initpri1_OBJECTS) $(initpri1_DEPENDENCIES)
|
2837 |
|
|
@rm -f initpri1$(EXEEXT)
|
2838 |
|
|
$(initpri1_LINK) $(initpri1_OBJECTS) $(initpri1_LDADD) $(LIBS)
|
2839 |
159 |
khays |
initpri2$(EXEEXT): $(initpri2_OBJECTS) $(initpri2_DEPENDENCIES)
|
2840 |
|
|
@rm -f initpri2$(EXEEXT)
|
2841 |
|
|
$(initpri2_LINK) $(initpri2_OBJECTS) $(initpri2_LDADD) $(LIBS)
|
2842 |
|
|
initpri3a$(EXEEXT): $(initpri3a_OBJECTS) $(initpri3a_DEPENDENCIES)
|
2843 |
|
|
@rm -f initpri3a$(EXEEXT)
|
2844 |
|
|
$(initpri3a_LINK) $(initpri3a_OBJECTS) $(initpri3a_LDADD) $(LIBS)
|
2845 |
|
|
initpri3b$(EXEEXT): $(initpri3b_OBJECTS) $(initpri3b_DEPENDENCIES)
|
2846 |
|
|
@rm -f initpri3b$(EXEEXT)
|
2847 |
|
|
$(initpri3b_LINK) $(initpri3b_OBJECTS) $(initpri3b_LDADD) $(LIBS)
|
2848 |
27 |
khays |
justsyms$(EXEEXT): $(justsyms_OBJECTS) $(justsyms_DEPENDENCIES)
|
2849 |
|
|
@rm -f justsyms$(EXEEXT)
|
2850 |
|
|
$(justsyms_LINK) $(justsyms_OBJECTS) $(justsyms_LDADD) $(LIBS)
|
2851 |
159 |
khays |
justsyms_exec$(EXEEXT): $(justsyms_exec_OBJECTS) $(justsyms_exec_DEPENDENCIES)
|
2852 |
|
|
@rm -f justsyms_exec$(EXEEXT)
|
2853 |
|
|
$(justsyms_exec_LINK) $(justsyms_exec_OBJECTS) $(justsyms_exec_LDADD) $(LIBS)
|
2854 |
27 |
khays |
large$(EXEEXT): $(large_OBJECTS) $(large_DEPENDENCIES)
|
2855 |
|
|
@rm -f large$(EXEEXT)
|
2856 |
|
|
$(large_LINK) $(large_OBJECTS) $(large_LDADD) $(LIBS)
|
2857 |
|
|
@GCC_FALSE@local_labels_test$(EXEEXT): $(local_labels_test_OBJECTS) $(local_labels_test_DEPENDENCIES)
|
2858 |
|
|
@GCC_FALSE@ @rm -f local_labels_test$(EXEEXT)
|
2859 |
|
|
@GCC_FALSE@ $(LINK) $(local_labels_test_OBJECTS) $(local_labels_test_LDADD) $(LIBS)
|
2860 |
|
|
@NATIVE_LINKER_FALSE@local_labels_test$(EXEEXT): $(local_labels_test_OBJECTS) $(local_labels_test_DEPENDENCIES)
|
2861 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f local_labels_test$(EXEEXT)
|
2862 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(local_labels_test_OBJECTS) $(local_labels_test_LDADD) $(LIBS)
|
2863 |
|
|
@GCC_FALSE@many_sections_r_test$(EXEEXT): $(many_sections_r_test_OBJECTS) $(many_sections_r_test_DEPENDENCIES)
|
2864 |
|
|
@GCC_FALSE@ @rm -f many_sections_r_test$(EXEEXT)
|
2865 |
|
|
@GCC_FALSE@ $(LINK) $(many_sections_r_test_OBJECTS) $(many_sections_r_test_LDADD) $(LIBS)
|
2866 |
|
|
@NATIVE_LINKER_FALSE@many_sections_r_test$(EXEEXT): $(many_sections_r_test_OBJECTS) $(many_sections_r_test_DEPENDENCIES)
|
2867 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f many_sections_r_test$(EXEEXT)
|
2868 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(many_sections_r_test_OBJECTS) $(many_sections_r_test_LDADD) $(LIBS)
|
2869 |
|
|
many_sections_test$(EXEEXT): $(many_sections_test_OBJECTS) $(many_sections_test_DEPENDENCIES)
|
2870 |
|
|
@rm -f many_sections_test$(EXEEXT)
|
2871 |
|
|
$(many_sections_test_LINK) $(many_sections_test_OBJECTS) $(many_sections_test_LDADD) $(LIBS)
|
2872 |
|
|
object_unittest$(EXEEXT): $(object_unittest_OBJECTS) $(object_unittest_DEPENDENCIES)
|
2873 |
|
|
@rm -f object_unittest$(EXEEXT)
|
2874 |
|
|
$(CXXLINK) $(object_unittest_OBJECTS) $(object_unittest_LDADD) $(LIBS)
|
2875 |
|
|
@GCC_FALSE@permission_test$(EXEEXT): $(permission_test_OBJECTS) $(permission_test_DEPENDENCIES)
|
2876 |
|
|
@GCC_FALSE@ @rm -f permission_test$(EXEEXT)
|
2877 |
|
|
@GCC_FALSE@ $(LINK) $(permission_test_OBJECTS) $(permission_test_LDADD) $(LIBS)
|
2878 |
|
|
@NATIVE_LINKER_FALSE@permission_test$(EXEEXT): $(permission_test_OBJECTS) $(permission_test_DEPENDENCIES)
|
2879 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f permission_test$(EXEEXT)
|
2880 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(permission_test_OBJECTS) $(permission_test_LDADD) $(LIBS)
|
2881 |
|
|
@GCC_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
|
2882 |
|
|
@GCC_FALSE@ @rm -f plugin_test_1$(EXEEXT)
|
2883 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
|
2884 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
|
2885 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_1$(EXEEXT)
|
2886 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
|
2887 |
|
|
@PLUGINS_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
|
2888 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_1$(EXEEXT)
|
2889 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
|
2890 |
|
|
@GCC_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
|
2891 |
|
|
@GCC_FALSE@ @rm -f plugin_test_2$(EXEEXT)
|
2892 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
|
2893 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
|
2894 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_2$(EXEEXT)
|
2895 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
|
2896 |
|
|
@PLUGINS_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
|
2897 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_2$(EXEEXT)
|
2898 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
|
2899 |
|
|
@GCC_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
|
2900 |
|
|
@GCC_FALSE@ @rm -f plugin_test_3$(EXEEXT)
|
2901 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
|
2902 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
|
2903 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_3$(EXEEXT)
|
2904 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
|
2905 |
|
|
@PLUGINS_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
|
2906 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_3$(EXEEXT)
|
2907 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
|
2908 |
|
|
@GCC_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
|
2909 |
|
|
@GCC_FALSE@ @rm -f plugin_test_4$(EXEEXT)
|
2910 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
|
2911 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
|
2912 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_4$(EXEEXT)
|
2913 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
|
2914 |
|
|
@PLUGINS_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
|
2915 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_4$(EXEEXT)
|
2916 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
|
2917 |
|
|
@GCC_FALSE@plugin_test_5$(EXEEXT): $(plugin_test_5_OBJECTS) $(plugin_test_5_DEPENDENCIES)
|
2918 |
|
|
@GCC_FALSE@ @rm -f plugin_test_5$(EXEEXT)
|
2919 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_5_OBJECTS) $(plugin_test_5_LDADD) $(LIBS)
|
2920 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_5$(EXEEXT): $(plugin_test_5_OBJECTS) $(plugin_test_5_DEPENDENCIES)
|
2921 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_5$(EXEEXT)
|
2922 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_5_OBJECTS) $(plugin_test_5_LDADD) $(LIBS)
|
2923 |
|
|
@PLUGINS_FALSE@plugin_test_5$(EXEEXT): $(plugin_test_5_OBJECTS) $(plugin_test_5_DEPENDENCIES)
|
2924 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_5$(EXEEXT)
|
2925 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_5_OBJECTS) $(plugin_test_5_LDADD) $(LIBS)
|
2926 |
|
|
@GCC_FALSE@plugin_test_6$(EXEEXT): $(plugin_test_6_OBJECTS) $(plugin_test_6_DEPENDENCIES)
|
2927 |
|
|
@GCC_FALSE@ @rm -f plugin_test_6$(EXEEXT)
|
2928 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_6_OBJECTS) $(plugin_test_6_LDADD) $(LIBS)
|
2929 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_6$(EXEEXT): $(plugin_test_6_OBJECTS) $(plugin_test_6_DEPENDENCIES)
|
2930 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_6$(EXEEXT)
|
2931 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_6_OBJECTS) $(plugin_test_6_LDADD) $(LIBS)
|
2932 |
|
|
@PLUGINS_FALSE@plugin_test_6$(EXEEXT): $(plugin_test_6_OBJECTS) $(plugin_test_6_DEPENDENCIES)
|
2933 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_6$(EXEEXT)
|
2934 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_6_OBJECTS) $(plugin_test_6_LDADD) $(LIBS)
|
2935 |
|
|
@GCC_FALSE@plugin_test_7$(EXEEXT): $(plugin_test_7_OBJECTS) $(plugin_test_7_DEPENDENCIES)
|
2936 |
|
|
@GCC_FALSE@ @rm -f plugin_test_7$(EXEEXT)
|
2937 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_7_OBJECTS) $(plugin_test_7_LDADD) $(LIBS)
|
2938 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_7$(EXEEXT): $(plugin_test_7_OBJECTS) $(plugin_test_7_DEPENDENCIES)
|
2939 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_7$(EXEEXT)
|
2940 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_7_OBJECTS) $(plugin_test_7_LDADD) $(LIBS)
|
2941 |
|
|
@PLUGINS_FALSE@plugin_test_7$(EXEEXT): $(plugin_test_7_OBJECTS) $(plugin_test_7_DEPENDENCIES)
|
2942 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_7$(EXEEXT)
|
2943 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_7_OBJECTS) $(plugin_test_7_LDADD) $(LIBS)
|
2944 |
|
|
@GCC_FALSE@plugin_test_8$(EXEEXT): $(plugin_test_8_OBJECTS) $(plugin_test_8_DEPENDENCIES)
|
2945 |
|
|
@GCC_FALSE@ @rm -f plugin_test_8$(EXEEXT)
|
2946 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_8_OBJECTS) $(plugin_test_8_LDADD) $(LIBS)
|
2947 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_8$(EXEEXT): $(plugin_test_8_OBJECTS) $(plugin_test_8_DEPENDENCIES)
|
2948 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_8$(EXEEXT)
|
2949 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_8_OBJECTS) $(plugin_test_8_LDADD) $(LIBS)
|
2950 |
|
|
@PLUGINS_FALSE@plugin_test_8$(EXEEXT): $(plugin_test_8_OBJECTS) $(plugin_test_8_DEPENDENCIES)
|
2951 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_8$(EXEEXT)
|
2952 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_8_OBJECTS) $(plugin_test_8_LDADD) $(LIBS)
|
2953 |
|
|
protected_1$(EXEEXT): $(protected_1_OBJECTS) $(protected_1_DEPENDENCIES)
|
2954 |
|
|
@rm -f protected_1$(EXEEXT)
|
2955 |
|
|
$(protected_1_LINK) $(protected_1_OBJECTS) $(protected_1_LDADD) $(LIBS)
|
2956 |
|
|
protected_2$(EXEEXT): $(protected_2_OBJECTS) $(protected_2_DEPENDENCIES)
|
2957 |
|
|
@rm -f protected_2$(EXEEXT)
|
2958 |
|
|
$(protected_2_LINK) $(protected_2_OBJECTS) $(protected_2_LDADD) $(LIBS)
|
2959 |
159 |
khays |
relro_now_test$(EXEEXT): $(relro_now_test_OBJECTS) $(relro_now_test_DEPENDENCIES)
|
2960 |
|
|
@rm -f relro_now_test$(EXEEXT)
|
2961 |
|
|
$(relro_now_test_LINK) $(relro_now_test_OBJECTS) $(relro_now_test_LDADD) $(LIBS)
|
2962 |
27 |
khays |
relro_script_test$(EXEEXT): $(relro_script_test_OBJECTS) $(relro_script_test_DEPENDENCIES)
|
2963 |
|
|
@rm -f relro_script_test$(EXEEXT)
|
2964 |
|
|
$(relro_script_test_LINK) $(relro_script_test_OBJECTS) $(relro_script_test_LDADD) $(LIBS)
|
2965 |
|
|
relro_strip_test$(EXEEXT): $(relro_strip_test_OBJECTS) $(relro_strip_test_DEPENDENCIES)
|
2966 |
|
|
@rm -f relro_strip_test$(EXEEXT)
|
2967 |
|
|
$(relro_strip_test_LINK) $(relro_strip_test_OBJECTS) $(relro_strip_test_LDADD) $(LIBS)
|
2968 |
|
|
relro_test$(EXEEXT): $(relro_test_OBJECTS) $(relro_test_DEPENDENCIES)
|
2969 |
|
|
@rm -f relro_test$(EXEEXT)
|
2970 |
|
|
$(relro_test_LINK) $(relro_test_OBJECTS) $(relro_test_LDADD) $(LIBS)
|
2971 |
|
|
script_test_1$(EXEEXT): $(script_test_1_OBJECTS) $(script_test_1_DEPENDENCIES)
|
2972 |
|
|
@rm -f script_test_1$(EXEEXT)
|
2973 |
|
|
$(script_test_1_LINK) $(script_test_1_OBJECTS) $(script_test_1_LDADD) $(LIBS)
|
2974 |
|
|
script_test_2$(EXEEXT): $(script_test_2_OBJECTS) $(script_test_2_DEPENDENCIES)
|
2975 |
|
|
@rm -f script_test_2$(EXEEXT)
|
2976 |
|
|
$(script_test_2_LINK) $(script_test_2_OBJECTS) $(script_test_2_LDADD) $(LIBS)
|
2977 |
|
|
@GCC_FALSE@script_test_3$(EXEEXT): $(script_test_3_OBJECTS) $(script_test_3_DEPENDENCIES)
|
2978 |
|
|
@GCC_FALSE@ @rm -f script_test_3$(EXEEXT)
|
2979 |
|
|
@GCC_FALSE@ $(LINK) $(script_test_3_OBJECTS) $(script_test_3_LDADD) $(LIBS)
|
2980 |
|
|
@NATIVE_LINKER_FALSE@script_test_3$(EXEEXT): $(script_test_3_OBJECTS) $(script_test_3_DEPENDENCIES)
|
2981 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f script_test_3$(EXEEXT)
|
2982 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(script_test_3_OBJECTS) $(script_test_3_LDADD) $(LIBS)
|
2983 |
|
|
searched_file_test$(EXEEXT): $(searched_file_test_OBJECTS) $(searched_file_test_DEPENDENCIES)
|
2984 |
|
|
@rm -f searched_file_test$(EXEEXT)
|
2985 |
|
|
$(searched_file_test_LINK) $(searched_file_test_OBJECTS) $(searched_file_test_LDADD) $(LIBS)
|
2986 |
|
|
@GCC_FALSE@start_lib_test$(EXEEXT): $(start_lib_test_OBJECTS) $(start_lib_test_DEPENDENCIES)
|
2987 |
|
|
@GCC_FALSE@ @rm -f start_lib_test$(EXEEXT)
|
2988 |
|
|
@GCC_FALSE@ $(LINK) $(start_lib_test_OBJECTS) $(start_lib_test_LDADD) $(LIBS)
|
2989 |
|
|
@NATIVE_LINKER_FALSE@start_lib_test$(EXEEXT): $(start_lib_test_OBJECTS) $(start_lib_test_DEPENDENCIES)
|
2990 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f start_lib_test$(EXEEXT)
|
2991 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(start_lib_test_OBJECTS) $(start_lib_test_LDADD) $(LIBS)
|
2992 |
|
|
thin_archive_test_1$(EXEEXT): $(thin_archive_test_1_OBJECTS) $(thin_archive_test_1_DEPENDENCIES)
|
2993 |
|
|
@rm -f thin_archive_test_1$(EXEEXT)
|
2994 |
|
|
$(thin_archive_test_1_LINK) $(thin_archive_test_1_OBJECTS) $(thin_archive_test_1_LDADD) $(LIBS)
|
2995 |
|
|
thin_archive_test_2$(EXEEXT): $(thin_archive_test_2_OBJECTS) $(thin_archive_test_2_DEPENDENCIES)
|
2996 |
|
|
@rm -f thin_archive_test_2$(EXEEXT)
|
2997 |
|
|
$(thin_archive_test_2_LINK) $(thin_archive_test_2_OBJECTS) $(thin_archive_test_2_LDADD) $(LIBS)
|
2998 |
|
|
tls_phdrs_script_test$(EXEEXT): $(tls_phdrs_script_test_OBJECTS) $(tls_phdrs_script_test_DEPENDENCIES)
|
2999 |
|
|
@rm -f tls_phdrs_script_test$(EXEEXT)
|
3000 |
|
|
$(tls_phdrs_script_test_LINK) $(tls_phdrs_script_test_OBJECTS) $(tls_phdrs_script_test_LDADD) $(LIBS)
|
3001 |
|
|
tls_pic_test$(EXEEXT): $(tls_pic_test_OBJECTS) $(tls_pic_test_DEPENDENCIES)
|
3002 |
|
|
@rm -f tls_pic_test$(EXEEXT)
|
3003 |
|
|
$(tls_pic_test_LINK) $(tls_pic_test_OBJECTS) $(tls_pic_test_LDADD) $(LIBS)
|
3004 |
|
|
@GCC_FALSE@tls_pie_pic_test$(EXEEXT): $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_DEPENDENCIES)
|
3005 |
|
|
@GCC_FALSE@ @rm -f tls_pie_pic_test$(EXEEXT)
|
3006 |
|
|
@GCC_FALSE@ $(LINK) $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_LDADD) $(LIBS)
|
3007 |
|
|
@NATIVE_LINKER_FALSE@tls_pie_pic_test$(EXEEXT): $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_DEPENDENCIES)
|
3008 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f tls_pie_pic_test$(EXEEXT)
|
3009 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_LDADD) $(LIBS)
|
3010 |
|
|
@TLS_FALSE@tls_pie_pic_test$(EXEEXT): $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_DEPENDENCIES)
|
3011 |
|
|
@TLS_FALSE@ @rm -f tls_pie_pic_test$(EXEEXT)
|
3012 |
|
|
@TLS_FALSE@ $(LINK) $(tls_pie_pic_test_OBJECTS) $(tls_pie_pic_test_LDADD) $(LIBS)
|
3013 |
|
|
@GCC_FALSE@tls_pie_test$(EXEEXT): $(tls_pie_test_OBJECTS) $(tls_pie_test_DEPENDENCIES)
|
3014 |
|
|
@GCC_FALSE@ @rm -f tls_pie_test$(EXEEXT)
|
3015 |
|
|
@GCC_FALSE@ $(LINK) $(tls_pie_test_OBJECTS) $(tls_pie_test_LDADD) $(LIBS)
|
3016 |
|
|
@NATIVE_LINKER_FALSE@tls_pie_test$(EXEEXT): $(tls_pie_test_OBJECTS) $(tls_pie_test_DEPENDENCIES)
|
3017 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f tls_pie_test$(EXEEXT)
|
3018 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(tls_pie_test_OBJECTS) $(tls_pie_test_LDADD) $(LIBS)
|
3019 |
|
|
@TLS_FALSE@tls_pie_test$(EXEEXT): $(tls_pie_test_OBJECTS) $(tls_pie_test_DEPENDENCIES)
|
3020 |
|
|
@TLS_FALSE@ @rm -f tls_pie_test$(EXEEXT)
|
3021 |
|
|
@TLS_FALSE@ $(LINK) $(tls_pie_test_OBJECTS) $(tls_pie_test_LDADD) $(LIBS)
|
3022 |
|
|
tls_script_test$(EXEEXT): $(tls_script_test_OBJECTS) $(tls_script_test_DEPENDENCIES)
|
3023 |
|
|
@rm -f tls_script_test$(EXEEXT)
|
3024 |
|
|
$(tls_script_test_LINK) $(tls_script_test_OBJECTS) $(tls_script_test_LDADD) $(LIBS)
|
3025 |
|
|
tls_shared_gd_to_ie_test$(EXEEXT): $(tls_shared_gd_to_ie_test_OBJECTS) $(tls_shared_gd_to_ie_test_DEPENDENCIES)
|
3026 |
|
|
@rm -f tls_shared_gd_to_ie_test$(EXEEXT)
|
3027 |
|
|
$(tls_shared_gd_to_ie_test_LINK) $(tls_shared_gd_to_ie_test_OBJECTS) $(tls_shared_gd_to_ie_test_LDADD) $(LIBS)
|
3028 |
|
|
tls_shared_gnu2_gd_to_ie_test$(EXEEXT): $(tls_shared_gnu2_gd_to_ie_test_OBJECTS) $(tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES)
|
3029 |
|
|
@rm -f tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
|
3030 |
|
|
$(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)
|
3031 |
|
|
tls_shared_gnu2_test$(EXEEXT): $(tls_shared_gnu2_test_OBJECTS) $(tls_shared_gnu2_test_DEPENDENCIES)
|
3032 |
|
|
@rm -f tls_shared_gnu2_test$(EXEEXT)
|
3033 |
|
|
$(tls_shared_gnu2_test_LINK) $(tls_shared_gnu2_test_OBJECTS) $(tls_shared_gnu2_test_LDADD) $(LIBS)
|
3034 |
|
|
tls_shared_ie_test$(EXEEXT): $(tls_shared_ie_test_OBJECTS) $(tls_shared_ie_test_DEPENDENCIES)
|
3035 |
|
|
@rm -f tls_shared_ie_test$(EXEEXT)
|
3036 |
|
|
$(tls_shared_ie_test_LINK) $(tls_shared_ie_test_OBJECTS) $(tls_shared_ie_test_LDADD) $(LIBS)
|
3037 |
|
|
tls_shared_nonpic_test$(EXEEXT): $(tls_shared_nonpic_test_OBJECTS) $(tls_shared_nonpic_test_DEPENDENCIES)
|
3038 |
|
|
@rm -f tls_shared_nonpic_test$(EXEEXT)
|
3039 |
|
|
$(tls_shared_nonpic_test_LINK) $(tls_shared_nonpic_test_OBJECTS) $(tls_shared_nonpic_test_LDADD) $(LIBS)
|
3040 |
|
|
tls_shared_test$(EXEEXT): $(tls_shared_test_OBJECTS) $(tls_shared_test_DEPENDENCIES)
|
3041 |
|
|
@rm -f tls_shared_test$(EXEEXT)
|
3042 |
|
|
$(tls_shared_test_LINK) $(tls_shared_test_OBJECTS) $(tls_shared_test_LDADD) $(LIBS)
|
3043 |
|
|
tls_static_pic_test$(EXEEXT): $(tls_static_pic_test_OBJECTS) $(tls_static_pic_test_DEPENDENCIES)
|
3044 |
|
|
@rm -f tls_static_pic_test$(EXEEXT)
|
3045 |
|
|
$(tls_static_pic_test_LINK) $(tls_static_pic_test_OBJECTS) $(tls_static_pic_test_LDADD) $(LIBS)
|
3046 |
|
|
tls_static_test$(EXEEXT): $(tls_static_test_OBJECTS) $(tls_static_test_DEPENDENCIES)
|
3047 |
|
|
@rm -f tls_static_test$(EXEEXT)
|
3048 |
|
|
$(tls_static_test_LINK) $(tls_static_test_OBJECTS) $(tls_static_test_LDADD) $(LIBS)
|
3049 |
|
|
tls_test$(EXEEXT): $(tls_test_OBJECTS) $(tls_test_DEPENDENCIES)
|
3050 |
|
|
@rm -f tls_test$(EXEEXT)
|
3051 |
|
|
$(tls_test_LINK) $(tls_test_OBJECTS) $(tls_test_LDADD) $(LIBS)
|
3052 |
|
|
two_file_mixed_2_shared_test$(EXEEXT): $(two_file_mixed_2_shared_test_OBJECTS) $(two_file_mixed_2_shared_test_DEPENDENCIES)
|
3053 |
|
|
@rm -f two_file_mixed_2_shared_test$(EXEEXT)
|
3054 |
|
|
$(two_file_mixed_2_shared_test_LINK) $(two_file_mixed_2_shared_test_OBJECTS) $(two_file_mixed_2_shared_test_LDADD) $(LIBS)
|
3055 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@two_file_mixed_pie_test$(EXEEXT): $(two_file_mixed_pie_test_OBJECTS) $(two_file_mixed_pie_test_DEPENDENCIES)
|
3056 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@ @rm -f two_file_mixed_pie_test$(EXEEXT)
|
3057 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_FALSE@ $(LINK) $(two_file_mixed_pie_test_OBJECTS) $(two_file_mixed_pie_test_LDADD) $(LIBS)
|
3058 |
|
|
@GCC_FALSE@two_file_mixed_pie_test$(EXEEXT): $(two_file_mixed_pie_test_OBJECTS) $(two_file_mixed_pie_test_DEPENDENCIES)
|
3059 |
|
|
@GCC_FALSE@ @rm -f two_file_mixed_pie_test$(EXEEXT)
|
3060 |
|
|
@GCC_FALSE@ $(LINK) $(two_file_mixed_pie_test_OBJECTS) $(two_file_mixed_pie_test_LDADD) $(LIBS)
|
3061 |
|
|
@NATIVE_LINKER_FALSE@two_file_mixed_pie_test$(EXEEXT): $(two_file_mixed_pie_test_OBJECTS) $(two_file_mixed_pie_test_DEPENDENCIES)
|
3062 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f two_file_mixed_pie_test$(EXEEXT)
|
3063 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(two_file_mixed_pie_test_OBJECTS) $(two_file_mixed_pie_test_LDADD) $(LIBS)
|
3064 |
|
|
two_file_mixed_shared_test$(EXEEXT): $(two_file_mixed_shared_test_OBJECTS) $(two_file_mixed_shared_test_DEPENDENCIES)
|
3065 |
|
|
@rm -f two_file_mixed_shared_test$(EXEEXT)
|
3066 |
|
|
$(two_file_mixed_shared_test_LINK) $(two_file_mixed_shared_test_OBJECTS) $(two_file_mixed_shared_test_LDADD) $(LIBS)
|
3067 |
|
|
two_file_pic_test$(EXEEXT): $(two_file_pic_test_OBJECTS) $(two_file_pic_test_DEPENDENCIES)
|
3068 |
|
|
@rm -f two_file_pic_test$(EXEEXT)
|
3069 |
|
|
$(two_file_pic_test_LINK) $(two_file_pic_test_OBJECTS) $(two_file_pic_test_LDADD) $(LIBS)
|
3070 |
|
|
@GCC_FALSE@two_file_pie_test$(EXEEXT): $(two_file_pie_test_OBJECTS) $(two_file_pie_test_DEPENDENCIES)
|
3071 |
|
|
@GCC_FALSE@ @rm -f two_file_pie_test$(EXEEXT)
|
3072 |
|
|
@GCC_FALSE@ $(LINK) $(two_file_pie_test_OBJECTS) $(two_file_pie_test_LDADD) $(LIBS)
|
3073 |
|
|
@NATIVE_LINKER_FALSE@two_file_pie_test$(EXEEXT): $(two_file_pie_test_OBJECTS) $(two_file_pie_test_DEPENDENCIES)
|
3074 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f two_file_pie_test$(EXEEXT)
|
3075 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(two_file_pie_test_OBJECTS) $(two_file_pie_test_LDADD) $(LIBS)
|
3076 |
|
|
two_file_relocatable_test$(EXEEXT): $(two_file_relocatable_test_OBJECTS) $(two_file_relocatable_test_DEPENDENCIES)
|
3077 |
|
|
@rm -f two_file_relocatable_test$(EXEEXT)
|
3078 |
|
|
$(two_file_relocatable_test_LINK) $(two_file_relocatable_test_OBJECTS) $(two_file_relocatable_test_LDADD) $(LIBS)
|
3079 |
|
|
two_file_same_shared_nonpic_test$(EXEEXT): $(two_file_same_shared_nonpic_test_OBJECTS) $(two_file_same_shared_nonpic_test_DEPENDENCIES)
|
3080 |
|
|
@rm -f two_file_same_shared_nonpic_test$(EXEEXT)
|
3081 |
|
|
$(two_file_same_shared_nonpic_test_LINK) $(two_file_same_shared_nonpic_test_OBJECTS) $(two_file_same_shared_nonpic_test_LDADD) $(LIBS)
|
3082 |
|
|
two_file_same_shared_strip_test$(EXEEXT): $(two_file_same_shared_strip_test_OBJECTS) $(two_file_same_shared_strip_test_DEPENDENCIES)
|
3083 |
|
|
@rm -f two_file_same_shared_strip_test$(EXEEXT)
|
3084 |
|
|
$(two_file_same_shared_strip_test_LINK) $(two_file_same_shared_strip_test_OBJECTS) $(two_file_same_shared_strip_test_LDADD) $(LIBS)
|
3085 |
|
|
two_file_same_shared_test$(EXEEXT): $(two_file_same_shared_test_OBJECTS) $(two_file_same_shared_test_DEPENDENCIES)
|
3086 |
|
|
@rm -f two_file_same_shared_test$(EXEEXT)
|
3087 |
|
|
$(two_file_same_shared_test_LINK) $(two_file_same_shared_test_OBJECTS) $(two_file_same_shared_test_LDADD) $(LIBS)
|
3088 |
|
|
two_file_separate_shared_12_nonpic_test$(EXEEXT): $(two_file_separate_shared_12_nonpic_test_OBJECTS) $(two_file_separate_shared_12_nonpic_test_DEPENDENCIES)
|
3089 |
|
|
@rm -f two_file_separate_shared_12_nonpic_test$(EXEEXT)
|
3090 |
|
|
$(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)
|
3091 |
|
|
two_file_separate_shared_12_test$(EXEEXT): $(two_file_separate_shared_12_test_OBJECTS) $(two_file_separate_shared_12_test_DEPENDENCIES)
|
3092 |
|
|
@rm -f two_file_separate_shared_12_test$(EXEEXT)
|
3093 |
|
|
$(two_file_separate_shared_12_test_LINK) $(two_file_separate_shared_12_test_OBJECTS) $(two_file_separate_shared_12_test_LDADD) $(LIBS)
|
3094 |
|
|
two_file_separate_shared_21_nonpic_test$(EXEEXT): $(two_file_separate_shared_21_nonpic_test_OBJECTS) $(two_file_separate_shared_21_nonpic_test_DEPENDENCIES)
|
3095 |
|
|
@rm -f two_file_separate_shared_21_nonpic_test$(EXEEXT)
|
3096 |
|
|
$(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)
|
3097 |
|
|
two_file_separate_shared_21_test$(EXEEXT): $(two_file_separate_shared_21_test_OBJECTS) $(two_file_separate_shared_21_test_DEPENDENCIES)
|
3098 |
|
|
@rm -f two_file_separate_shared_21_test$(EXEEXT)
|
3099 |
|
|
$(two_file_separate_shared_21_test_LINK) $(two_file_separate_shared_21_test_OBJECTS) $(two_file_separate_shared_21_test_LDADD) $(LIBS)
|
3100 |
|
|
two_file_shared_1_nonpic_test$(EXEEXT): $(two_file_shared_1_nonpic_test_OBJECTS) $(two_file_shared_1_nonpic_test_DEPENDENCIES)
|
3101 |
|
|
@rm -f two_file_shared_1_nonpic_test$(EXEEXT)
|
3102 |
|
|
$(two_file_shared_1_nonpic_test_LINK) $(two_file_shared_1_nonpic_test_OBJECTS) $(two_file_shared_1_nonpic_test_LDADD) $(LIBS)
|
3103 |
|
|
two_file_shared_1_pic_2_test$(EXEEXT): $(two_file_shared_1_pic_2_test_OBJECTS) $(two_file_shared_1_pic_2_test_DEPENDENCIES)
|
3104 |
|
|
@rm -f two_file_shared_1_pic_2_test$(EXEEXT)
|
3105 |
|
|
$(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)
|
3106 |
|
|
two_file_shared_1_test$(EXEEXT): $(two_file_shared_1_test_OBJECTS) $(two_file_shared_1_test_DEPENDENCIES)
|
3107 |
|
|
@rm -f two_file_shared_1_test$(EXEEXT)
|
3108 |
|
|
$(two_file_shared_1_test_LINK) $(two_file_shared_1_test_OBJECTS) $(two_file_shared_1_test_LDADD) $(LIBS)
|
3109 |
|
|
two_file_shared_2_nonpic_test$(EXEEXT): $(two_file_shared_2_nonpic_test_OBJECTS) $(two_file_shared_2_nonpic_test_DEPENDENCIES)
|
3110 |
|
|
@rm -f two_file_shared_2_nonpic_test$(EXEEXT)
|
3111 |
|
|
$(two_file_shared_2_nonpic_test_LINK) $(two_file_shared_2_nonpic_test_OBJECTS) $(two_file_shared_2_nonpic_test_LDADD) $(LIBS)
|
3112 |
|
|
two_file_shared_2_pic_1_test$(EXEEXT): $(two_file_shared_2_pic_1_test_OBJECTS) $(two_file_shared_2_pic_1_test_DEPENDENCIES)
|
3113 |
|
|
@rm -f two_file_shared_2_pic_1_test$(EXEEXT)
|
3114 |
|
|
$(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)
|
3115 |
|
|
two_file_shared_2_test$(EXEEXT): $(two_file_shared_2_test_OBJECTS) $(two_file_shared_2_test_DEPENDENCIES)
|
3116 |
|
|
@rm -f two_file_shared_2_test$(EXEEXT)
|
3117 |
|
|
$(two_file_shared_2_test_LINK) $(two_file_shared_2_test_OBJECTS) $(two_file_shared_2_test_LDADD) $(LIBS)
|
3118 |
|
|
two_file_static_test$(EXEEXT): $(two_file_static_test_OBJECTS) $(two_file_static_test_DEPENDENCIES)
|
3119 |
|
|
@rm -f two_file_static_test$(EXEEXT)
|
3120 |
|
|
$(two_file_static_test_LINK) $(two_file_static_test_OBJECTS) $(two_file_static_test_LDADD) $(LIBS)
|
3121 |
|
|
@GCC_FALSE@two_file_strip_test$(EXEEXT): $(two_file_strip_test_OBJECTS) $(two_file_strip_test_DEPENDENCIES)
|
3122 |
|
|
@GCC_FALSE@ @rm -f two_file_strip_test$(EXEEXT)
|
3123 |
|
|
@GCC_FALSE@ $(LINK) $(two_file_strip_test_OBJECTS) $(two_file_strip_test_LDADD) $(LIBS)
|
3124 |
|
|
@NATIVE_LINKER_FALSE@two_file_strip_test$(EXEEXT): $(two_file_strip_test_OBJECTS) $(two_file_strip_test_DEPENDENCIES)
|
3125 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f two_file_strip_test$(EXEEXT)
|
3126 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(two_file_strip_test_OBJECTS) $(two_file_strip_test_LDADD) $(LIBS)
|
3127 |
|
|
two_file_test$(EXEEXT): $(two_file_test_OBJECTS) $(two_file_test_DEPENDENCIES)
|
3128 |
|
|
@rm -f two_file_test$(EXEEXT)
|
3129 |
|
|
$(two_file_test_LINK) $(two_file_test_OBJECTS) $(two_file_test_LDADD) $(LIBS)
|
3130 |
|
|
ver_test$(EXEEXT): $(ver_test_OBJECTS) $(ver_test_DEPENDENCIES)
|
3131 |
|
|
@rm -f ver_test$(EXEEXT)
|
3132 |
|
|
$(ver_test_LINK) $(ver_test_OBJECTS) $(ver_test_LDADD) $(LIBS)
|
3133 |
|
|
ver_test_11$(EXEEXT): $(ver_test_11_OBJECTS) $(ver_test_11_DEPENDENCIES)
|
3134 |
|
|
@rm -f ver_test_11$(EXEEXT)
|
3135 |
|
|
$(ver_test_11_LINK) $(ver_test_11_OBJECTS) $(ver_test_11_LDADD) $(LIBS)
|
3136 |
159 |
khays |
ver_test_12$(EXEEXT): $(ver_test_12_OBJECTS) $(ver_test_12_DEPENDENCIES)
|
3137 |
|
|
@rm -f ver_test_12$(EXEEXT)
|
3138 |
|
|
$(ver_test_12_LINK) $(ver_test_12_OBJECTS) $(ver_test_12_LDADD) $(LIBS)
|
3139 |
27 |
khays |
ver_test_2$(EXEEXT): $(ver_test_2_OBJECTS) $(ver_test_2_DEPENDENCIES)
|
3140 |
|
|
@rm -f ver_test_2$(EXEEXT)
|
3141 |
|
|
$(ver_test_2_LINK) $(ver_test_2_OBJECTS) $(ver_test_2_LDADD) $(LIBS)
|
3142 |
|
|
ver_test_6$(EXEEXT): $(ver_test_6_OBJECTS) $(ver_test_6_DEPENDENCIES)
|
3143 |
|
|
@rm -f ver_test_6$(EXEEXT)
|
3144 |
|
|
$(ver_test_6_LINK) $(ver_test_6_OBJECTS) $(ver_test_6_LDADD) $(LIBS)
|
3145 |
|
|
ver_test_8$(EXEEXT): $(ver_test_8_OBJECTS) $(ver_test_8_DEPENDENCIES)
|
3146 |
|
|
@rm -f ver_test_8$(EXEEXT)
|
3147 |
|
|
$(ver_test_8_LINK) $(ver_test_8_OBJECTS) $(ver_test_8_LDADD) $(LIBS)
|
3148 |
|
|
ver_test_9$(EXEEXT): $(ver_test_9_OBJECTS) $(ver_test_9_DEPENDENCIES)
|
3149 |
|
|
@rm -f ver_test_9$(EXEEXT)
|
3150 |
|
|
$(ver_test_9_LINK) $(ver_test_9_OBJECTS) $(ver_test_9_LDADD) $(LIBS)
|
3151 |
|
|
weak_alias_test$(EXEEXT): $(weak_alias_test_OBJECTS) $(weak_alias_test_DEPENDENCIES)
|
3152 |
|
|
@rm -f weak_alias_test$(EXEEXT)
|
3153 |
|
|
$(weak_alias_test_LINK) $(weak_alias_test_OBJECTS) $(weak_alias_test_LDADD) $(LIBS)
|
3154 |
|
|
@GCC_FALSE@weak_plt$(EXEEXT): $(weak_plt_OBJECTS) $(weak_plt_DEPENDENCIES)
|
3155 |
|
|
@GCC_FALSE@ @rm -f weak_plt$(EXEEXT)
|
3156 |
|
|
@GCC_FALSE@ $(LINK) $(weak_plt_OBJECTS) $(weak_plt_LDADD) $(LIBS)
|
3157 |
|
|
@NATIVE_LINKER_FALSE@weak_plt$(EXEEXT): $(weak_plt_OBJECTS) $(weak_plt_DEPENDENCIES)
|
3158 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f weak_plt$(EXEEXT)
|
3159 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(weak_plt_OBJECTS) $(weak_plt_LDADD) $(LIBS)
|
3160 |
|
|
weak_test$(EXEEXT): $(weak_test_OBJECTS) $(weak_test_DEPENDENCIES)
|
3161 |
|
|
@rm -f weak_test$(EXEEXT)
|
3162 |
|
|
$(weak_test_LINK) $(weak_test_OBJECTS) $(weak_test_LDADD) $(LIBS)
|
3163 |
|
|
weak_undef_nonpic_test$(EXEEXT): $(weak_undef_nonpic_test_OBJECTS) $(weak_undef_nonpic_test_DEPENDENCIES)
|
3164 |
|
|
@rm -f weak_undef_nonpic_test$(EXEEXT)
|
3165 |
|
|
$(weak_undef_nonpic_test_LINK) $(weak_undef_nonpic_test_OBJECTS) $(weak_undef_nonpic_test_LDADD) $(LIBS)
|
3166 |
|
|
weak_undef_test$(EXEEXT): $(weak_undef_test_OBJECTS) $(weak_undef_test_DEPENDENCIES)
|
3167 |
|
|
@rm -f weak_undef_test$(EXEEXT)
|
3168 |
|
|
$(weak_undef_test_LINK) $(weak_undef_test_OBJECTS) $(weak_undef_test_LDADD) $(LIBS)
|
3169 |
|
|
|
3170 |
|
|
mostlyclean-compile:
|
3171 |
|
|
-rm -f *.$(OBJEXT)
|
3172 |
|
|
|
3173 |
|
|
distclean-compile:
|
3174 |
|
|
-rm -f *.tab.c
|
3175 |
|
|
|
3176 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_pic_test.Po@am__quote@
|
3177 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_pie_test.Po@am__quote@
|
3178 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_static_pic_test.Po@am__quote@
|
3179 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_static_test.Po@am__quote@
|
3180 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_test.Po@am__quote@
|
3181 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary_test.Po@am__quote@
|
3182 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary_unittest.Po@am__quote@
|
3183 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_test_1.Po@am__quote@
|
3184 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constructor_test.Po@am__quote@
|
3185 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy_test.Po@am__quote@
|
3186 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discard_locals_test.Po@am__quote@
|
3187 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_1.Po@am__quote@
|
3188 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_2.Po@am__quote@
|
3189 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_main.Po@am__quote@
|
3190 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exclude_libs_test.Po@am__quote@
|
3191 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_compress_debug_sections.Po@am__quote@
|
3192 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_specialfile.Po@am__quote@
|
3193 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_specialfile_and_compress_debug_sections.Po@am__quote@
|
3194 |
159 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_ttext_1.Po@am__quote@
|
3195 |
27 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icf_virtual_function_folding_test.Po@am__quote@
|
3196 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncdep2.Po@am__quote@
|
3197 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1.Po@am__quote@
|
3198 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1pic.Po@am__quote@
|
3199 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1picstatic.Po@am__quote@
|
3200 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1pie.Po@am__quote@
|
3201 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1staticpic.Po@am__quote@
|
3202 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1staticpie.Po@am__quote@
|
3203 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1vis.Po@am__quote@
|
3204 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1vispic.Po@am__quote@
|
3205 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain1vispie.Po@am__quote@
|
3206 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain2.Po@am__quote@
|
3207 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain2pic.Po@am__quote@
|
3208 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain2picstatic.Po@am__quote@
|
3209 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain3.Po@am__quote@
|
3210 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain4.Po@am__quote@
|
3211 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain4picstatic.Po@am__quote@
|
3212 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain5.Po@am__quote@
|
3213 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain5pic.Po@am__quote@
|
3214 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain5picstatic.Po@am__quote@
|
3215 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain5pie.Po@am__quote@
|
3216 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain5staticpic.Po@am__quote@
|
3217 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain6pie.Po@am__quote@
|
3218 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain7.Po@am__quote@
|
3219 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain7pic.Po@am__quote@
|
3220 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain7picstatic.Po@am__quote@
|
3221 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncmain7pie.Po@am__quote@
|
3222 |
159 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifuncvar3.Po@am__quote@
|
3223 |
148 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_common_test_1.Po@am__quote@
|
3224 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_copy_test.Po@am__quote@
|
3225 |
27 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_test_2.Po@am__quote@
|
3226 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_test_3.Po@am__quote@
|
3227 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_test_4.Po@am__quote@
|
3228 |
159 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_test_5.Po@am__quote@
|
3229 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/incremental_test_6.Po@am__quote@
|
3230 |
27 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initpri1.Po@am__quote@
|
3231 |
159 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initpri2.Po@am__quote@
|
3232 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initpri3.Po@am__quote@
|
3233 |
27 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/justsyms_1.Po@am__quote@
|
3234 |
159 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/justsyms_exec.Po@am__quote@
|
3235 |
27 |
khays |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/large-large.Po@am__quote@
|
3236 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_labels_test.Po@am__quote@
|
3237 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/many_sections_r_test.Po@am__quote@
|
3238 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/many_sections_test.Po@am__quote@
|
3239 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object_unittest.Po@am__quote@
|
3240 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permission_test.Po@am__quote@
|
3241 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_1.Po@am__quote@
|
3242 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_2.Po@am__quote@
|
3243 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_3.Po@am__quote@
|
3244 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_4.Po@am__quote@
|
3245 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_5.Po@am__quote@
|
3246 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_6.Po@am__quote@
|
3247 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_7.Po@am__quote@
|
3248 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_8.Po@am__quote@
|
3249 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_3.Po@am__quote@
|
3250 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_1.Po@am__quote@
|
3251 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_2.Po@am__quote@
|
3252 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_3.Po@am__quote@
|
3253 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relro_test_main.Po@am__quote@
|
3254 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_1.Po@am__quote@
|
3255 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2.Po@am__quote@
|
3256 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2a.Po@am__quote@
|
3257 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2b.Po@am__quote@
|
3258 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_3.Po@am__quote@
|
3259 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/searched_file_test.Po@am__quote@
|
3260 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/start_lib_test.Po@am__quote@
|
3261 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
|
3262 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfile.Po@am__quote@
|
3263 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testmain.Po@am__quote@
|
3264 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thin_archive_main.Po@am__quote@
|
3265 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_pie_pic_test.Po@am__quote@
|
3266 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_pie_test.Po@am__quote@
|
3267 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test.Po@am__quote@
|
3268 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test_file2.Po@am__quote@
|
3269 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test_main.Po@am__quote@
|
3270 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_mixed_pie_test.Po@am__quote@
|
3271 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_pie_test.Po@am__quote@
|
3272 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_strip_test.Po@am__quote@
|
3273 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_1.Po@am__quote@
|
3274 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_1b.Po@am__quote@
|
3275 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_2.Po@am__quote@
|
3276 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_main.Po@am__quote@
|
3277 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_6.Po@am__quote@
|
3278 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_main.Po@am__quote@
|
3279 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_main_2.Po@am__quote@
|
3280 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_alias_test_main.Po@am__quote@
|
3281 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_plt.Po@am__quote@
|
3282 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_test.Po@am__quote@
|
3283 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_undef_test.Po@am__quote@
|
3284 |
|
|
|
3285 |
|
|
.c.o:
|
3286 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
3287 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
3288 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
3289 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3290 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
3291 |
|
|
|
3292 |
|
|
.c.obj:
|
3293 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
3294 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
3295 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
3296 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3297 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
3298 |
|
|
|
3299 |
|
|
large-large.o: large.c
|
3300 |
|
|
@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
|
3301 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/large-large.Tpo $(DEPDIR)/large-large.Po
|
3302 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='large.c' object='large-large.o' libtool=no @AMDEPBACKSLASH@
|
3303 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3304 |
|
|
@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
|
3305 |
|
|
|
3306 |
|
|
large-large.obj: large.c
|
3307 |
|
|
@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`
|
3308 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/large-large.Tpo $(DEPDIR)/large-large.Po
|
3309 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='large.c' object='large-large.obj' libtool=no @AMDEPBACKSLASH@
|
3310 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3311 |
|
|
@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`
|
3312 |
|
|
|
3313 |
|
|
.cc.o:
|
3314 |
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
3315 |
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
3316 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
3317 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3318 |
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
3319 |
|
|
|
3320 |
|
|
.cc.obj:
|
3321 |
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
3322 |
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
3323 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
3324 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3325 |
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
3326 |
|
|
|
3327 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
3328 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
3329 |
|
|
unique=`for i in $$list; do \
|
3330 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
3331 |
|
|
done | \
|
3332 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
3333 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
3334 |
|
|
mkid -fID $$unique
|
3335 |
|
|
tags: TAGS
|
3336 |
|
|
|
3337 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
3338 |
|
|
$(TAGS_FILES) $(LISP)
|
3339 |
|
|
set x; \
|
3340 |
|
|
here=`pwd`; \
|
3341 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
3342 |
|
|
unique=`for i in $$list; do \
|
3343 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
3344 |
|
|
done | \
|
3345 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
3346 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
3347 |
|
|
shift; \
|
3348 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
3349 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
3350 |
|
|
if test $$# -gt 0; then \
|
3351 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
3352 |
|
|
"$$@" $$unique; \
|
3353 |
|
|
else \
|
3354 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
3355 |
|
|
$$unique; \
|
3356 |
|
|
fi; \
|
3357 |
|
|
fi
|
3358 |
|
|
ctags: CTAGS
|
3359 |
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
3360 |
|
|
$(TAGS_FILES) $(LISP)
|
3361 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
3362 |
|
|
unique=`for i in $$list; do \
|
3363 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
3364 |
|
|
done | \
|
3365 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
3366 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
3367 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
3368 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
3369 |
|
|
$$unique
|
3370 |
|
|
|
3371 |
|
|
GTAGS:
|
3372 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
3373 |
|
|
&& $(am__cd) $(top_srcdir) \
|
3374 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
3375 |
|
|
|
3376 |
|
|
distclean-tags:
|
3377 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
3378 |
|
|
|
3379 |
|
|
# To be appended to the command running the test. Handle the stdout
|
3380 |
|
|
# and stderr redirection, and catch the exit status.
|
3381 |
|
|
am__check_post = \
|
3382 |
|
|
>$@-t 2>&1; \
|
3383 |
|
|
estatus=$$?; \
|
3384 |
|
|
if test -n '$(DISABLE_HARD_ERRORS)' \
|
3385 |
|
|
&& test $$estatus -eq 99; then \
|
3386 |
|
|
estatus=1; \
|
3387 |
|
|
fi; \
|
3388 |
|
|
TERM=$$__SAVED_TERM; export TERM; \
|
3389 |
|
|
$(am__tty_colors); \
|
3390 |
|
|
xfailed=PASS; \
|
3391 |
|
|
case " $(XFAIL_TESTS) " in \
|
3392 |
|
|
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
3393 |
|
|
xfailed=XFAIL;; \
|
3394 |
|
|
esac; \
|
3395 |
|
|
case $$estatus:$$xfailed in \
|
3396 |
|
|
0:XFAIL) col=$$red; res=XPASS;; \
|
3397 |
|
|
0:*) col=$$grn; res=PASS ;; \
|
3398 |
|
|
77:*) col=$$blu; res=SKIP ;; \
|
3399 |
|
|
99:*) col=$$red; res=FAIL ;; \
|
3400 |
|
|
*:XFAIL) col=$$lgn; res=XFAIL;; \
|
3401 |
|
|
*:*) col=$$red; res=FAIL ;; \
|
3402 |
|
|
esac; \
|
3403 |
|
|
echo "$${col}$$res$${std}: $$f"; \
|
3404 |
|
|
echo "$$res: $$f (exit: $$estatus)" | \
|
3405 |
|
|
$(am__rst_section) >$@; \
|
3406 |
|
|
cat $@-t >>$@; \
|
3407 |
|
|
rm -f $@-t
|
3408 |
|
|
|
3409 |
|
|
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
3410 |
|
|
@$(am__sh_e_setup); \
|
3411 |
|
|
list='$(TEST_LOGS)'; \
|
3412 |
|
|
results=`for f in $$list; do \
|
3413 |
|
|
read line < $$f && echo "$$line" || echo FAIL; \
|
3414 |
|
|
done`; \
|
3415 |
|
|
all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*//'`; \
|
3416 |
|
|
fail=`echo "$$results" | grep -c '^FAIL'`; \
|
3417 |
|
|
pass=`echo "$$results" | grep -c '^PASS'`; \
|
3418 |
|
|
skip=`echo "$$results" | grep -c '^SKIP'`; \
|
3419 |
|
|
xfail=`echo "$$results" | grep -c '^XFAIL'`; \
|
3420 |
|
|
xpass=`echo "$$results" | grep -c '^XPASS'`; \
|
3421 |
|
|
failures=`expr $$fail + $$xpass`; \
|
3422 |
|
|
all=`expr $$all - $$skip`; \
|
3423 |
|
|
if test "$$all" -eq 1; then tests=test; All=; \
|
3424 |
|
|
else tests=tests; All="All "; fi; \
|
3425 |
|
|
case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \
|
3426 |
|
|
fail=0:xpass=0:xfail=0) \
|
3427 |
|
|
msg="$$All$$all $$tests passed. "; \
|
3428 |
|
|
exit=true;; \
|
3429 |
|
|
fail=0:xpass=0:xfail=*) \
|
3430 |
|
|
msg="$$All$$all $$tests behaved as expected"; \
|
3431 |
|
|
if test "$$xfail" -eq 1; then xfailures=failure; \
|
3432 |
|
|
else xfailures=failures; fi; \
|
3433 |
|
|
msg="$$msg ($$xfail expected $$xfailures). "; \
|
3434 |
|
|
exit=true;; \
|
3435 |
|
|
fail=*:xpass=0:xfail=*) \
|
3436 |
|
|
msg="$$fail of $$all $$tests failed. "; \
|
3437 |
|
|
exit=false;; \
|
3438 |
|
|
fail=*:xpass=*:xfail=*) \
|
3439 |
|
|
msg="$$failures of $$all $$tests did not behave as expected"; \
|
3440 |
|
|
if test "$$xpass" -eq 1; then xpasses=pass; \
|
3441 |
|
|
else xpasses=passes; fi; \
|
3442 |
|
|
msg="$$msg ($$xpass unexpected $$xpasses). "; \
|
3443 |
|
|
exit=false;; \
|
3444 |
|
|
*) \
|
3445 |
|
|
echo >&2 "incorrect case"; exit 4;; \
|
3446 |
|
|
esac; \
|
3447 |
|
|
if test "$$skip" -ne 0; then \
|
3448 |
|
|
if test "$$skip" -eq 1; then \
|
3449 |
|
|
msg="$$msg($$skip test was not run). "; \
|
3450 |
|
|
else \
|
3451 |
|
|
msg="$$msg($$skip tests were not run). "; \
|
3452 |
|
|
fi; \
|
3453 |
|
|
fi; \
|
3454 |
|
|
{ \
|
3455 |
|
|
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
3456 |
|
|
$(am__rst_title); \
|
3457 |
|
|
echo "$$msg"; \
|
3458 |
|
|
echo; \
|
3459 |
|
|
echo ".. contents:: :depth: 2"; \
|
3460 |
|
|
echo; \
|
3461 |
|
|
for f in $$list; do \
|
3462 |
|
|
read line < $$f; \
|
3463 |
|
|
case $$line in \
|
3464 |
|
|
PASS:*|XFAIL:*);; \
|
3465 |
|
|
*) echo; cat $$f;; \
|
3466 |
|
|
esac; \
|
3467 |
|
|
done; \
|
3468 |
|
|
} >$(TEST_SUITE_LOG).tmp; \
|
3469 |
|
|
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
3470 |
|
|
if test "$$failures" -ne 0; then \
|
3471 |
|
|
msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \
|
3472 |
|
|
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
3473 |
|
|
msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \
|
3474 |
|
|
fi; \
|
3475 |
|
|
fi; \
|
3476 |
|
|
test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \
|
3477 |
|
|
$(am__tty_colors); \
|
3478 |
|
|
if $$exit; then \
|
3479 |
|
|
echo $(ECHO_N) "$$grn$(ECHO_C)"; \
|
3480 |
|
|
else \
|
3481 |
|
|
echo $(ECHO_N) "$$red$(ECHO_C)"; \
|
3482 |
|
|
fi; \
|
3483 |
|
|
echo "$$msg" | $(am__text_box); \
|
3484 |
|
|
echo $(ECHO_N) "$$std$(ECHO_C)"; \
|
3485 |
|
|
$$exit
|
3486 |
|
|
|
3487 |
|
|
# Run all the tests.
|
3488 |
|
|
check-TESTS:
|
3489 |
|
|
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
3490 |
|
|
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
3491 |
|
|
@list='$(TEST_LOGS)'; \
|
3492 |
|
|
list=`for f in $$list; do \
|
3493 |
|
|
test .log = $$f || echo $$f; \
|
3494 |
|
|
done | tr '\012\015' ' '`; \
|
3495 |
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
|
3496 |
|
|
|
3497 |
|
|
.log.html:
|
3498 |
|
|
@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \
|
3499 |
|
|
for r2h in $$list; do \
|
3500 |
|
|
if ($$r2h --version) >/dev/null 2>&1; then \
|
3501 |
|
|
R2H=$$r2h; \
|
3502 |
|
|
fi; \
|
3503 |
|
|
done; \
|
3504 |
|
|
if test -z "$$R2H"; then \
|
3505 |
|
|
echo >&2 "cannot find rst2html, cannot create $@"; \
|
3506 |
|
|
exit 2; \
|
3507 |
|
|
fi; \
|
3508 |
|
|
$$R2H $< >$@.tmp
|
3509 |
|
|
@mv $@.tmp $@
|
3510 |
|
|
|
3511 |
|
|
# Be sure to run check first, and then to convert the result.
|
3512 |
|
|
# Beware of concurrent executions. Run "check" not "check-TESTS", as
|
3513 |
|
|
# check-SCRIPTS and other dependencies are rebuilt by the former only.
|
3514 |
|
|
# And expect check to fail.
|
3515 |
|
|
check-html:
|
3516 |
|
|
@if $(MAKE) $(AM_MAKEFLAGS) check; then \
|
3517 |
|
|
rv=0; else rv=$$?; \
|
3518 |
|
|
fi; \
|
3519 |
|
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4; \
|
3520 |
|
|
exit $$rv
|
3521 |
|
|
recheck recheck-html:
|
3522 |
|
|
@target=`echo $@ | sed 's,^re,,'`; \
|
3523 |
|
|
list='$(TEST_LOGS)'; \
|
3524 |
|
|
list=`for f in $$list; do \
|
3525 |
|
|
test -f $$f || continue; \
|
3526 |
|
|
if read line < $$f; then \
|
3527 |
|
|
case $$line in FAIL*|XPASS*) echo $$f;; esac; \
|
3528 |
|
|
else echo $$f; fi; \
|
3529 |
|
|
done | tr '\012\015' ' '`; \
|
3530 |
|
|
$(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
|
3531 |
|
|
incremental_test.sh.log: incremental_test.sh
|
3532 |
|
|
@p='incremental_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3533 |
|
|
gc_comdat_test.sh.log: gc_comdat_test.sh
|
3534 |
|
|
@p='gc_comdat_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3535 |
|
|
gc_tls_test.sh.log: gc_tls_test.sh
|
3536 |
|
|
@p='gc_tls_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3537 |
|
|
gc_orphan_section_test.sh.log: gc_orphan_section_test.sh
|
3538 |
|
|
@p='gc_orphan_section_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3539 |
|
|
icf_test.sh.log: icf_test.sh
|
3540 |
|
|
@p='icf_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3541 |
|
|
icf_keep_unique_test.sh.log: icf_keep_unique_test.sh
|
3542 |
|
|
@p='icf_keep_unique_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3543 |
|
|
icf_safe_test.sh.log: icf_safe_test.sh
|
3544 |
|
|
@p='icf_safe_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3545 |
|
|
icf_safe_so_test.sh.log: icf_safe_so_test.sh
|
3546 |
|
|
@p='icf_safe_so_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3547 |
|
|
final_layout.sh.log: final_layout.sh
|
3548 |
|
|
@p='final_layout.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3549 |
|
|
icf_preemptible_functions_test.sh.log: icf_preemptible_functions_test.sh
|
3550 |
|
|
@p='icf_preemptible_functions_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3551 |
|
|
icf_string_merge_test.sh.log: icf_string_merge_test.sh
|
3552 |
|
|
@p='icf_string_merge_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3553 |
|
|
icf_sht_rel_addend_test.sh.log: icf_sht_rel_addend_test.sh
|
3554 |
|
|
@p='icf_sht_rel_addend_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3555 |
|
|
two_file_shared.sh.log: two_file_shared.sh
|
3556 |
|
|
@p='two_file_shared.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3557 |
|
|
weak_plt.sh.log: weak_plt.sh
|
3558 |
|
|
@p='weak_plt.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3559 |
|
|
debug_msg.sh.log: debug_msg.sh
|
3560 |
|
|
@p='debug_msg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3561 |
|
|
undef_symbol.sh.log: undef_symbol.sh
|
3562 |
|
|
@p='undef_symbol.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3563 |
|
|
ver_test_1.sh.log: ver_test_1.sh
|
3564 |
|
|
@p='ver_test_1.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3565 |
|
|
ver_test_2.sh.log: ver_test_2.sh
|
3566 |
|
|
@p='ver_test_2.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3567 |
|
|
ver_test_4.sh.log: ver_test_4.sh
|
3568 |
|
|
@p='ver_test_4.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3569 |
|
|
ver_test_5.sh.log: ver_test_5.sh
|
3570 |
|
|
@p='ver_test_5.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3571 |
|
|
ver_test_7.sh.log: ver_test_7.sh
|
3572 |
|
|
@p='ver_test_7.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3573 |
|
|
ver_test_10.sh.log: ver_test_10.sh
|
3574 |
|
|
@p='ver_test_10.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3575 |
|
|
relro_test.sh.log: relro_test.sh
|
3576 |
|
|
@p='relro_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3577 |
|
|
ver_matching_test.sh.log: ver_matching_test.sh
|
3578 |
|
|
@p='ver_matching_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3579 |
|
|
script_test_3.sh.log: script_test_3.sh
|
3580 |
|
|
@p='script_test_3.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3581 |
|
|
script_test_4.sh.log: script_test_4.sh
|
3582 |
|
|
@p='script_test_4.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3583 |
|
|
script_test_5.sh.log: script_test_5.sh
|
3584 |
|
|
@p='script_test_5.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3585 |
|
|
script_test_6.sh.log: script_test_6.sh
|
3586 |
|
|
@p='script_test_6.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3587 |
|
|
script_test_7.sh.log: script_test_7.sh
|
3588 |
|
|
@p='script_test_7.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3589 |
|
|
script_test_8.sh.log: script_test_8.sh
|
3590 |
|
|
@p='script_test_8.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3591 |
|
|
script_test_9.sh.log: script_test_9.sh
|
3592 |
|
|
@p='script_test_9.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3593 |
|
|
dynamic_list.sh.log: dynamic_list.sh
|
3594 |
|
|
@p='dynamic_list.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3595 |
|
|
plugin_test_1.sh.log: plugin_test_1.sh
|
3596 |
|
|
@p='plugin_test_1.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3597 |
|
|
plugin_test_2.sh.log: plugin_test_2.sh
|
3598 |
|
|
@p='plugin_test_2.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3599 |
|
|
plugin_test_3.sh.log: plugin_test_3.sh
|
3600 |
|
|
@p='plugin_test_3.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3601 |
|
|
plugin_test_4.sh.log: plugin_test_4.sh
|
3602 |
|
|
@p='plugin_test_4.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3603 |
|
|
plugin_test_6.sh.log: plugin_test_6.sh
|
3604 |
|
|
@p='plugin_test_6.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3605 |
|
|
plugin_test_7.sh.log: plugin_test_7.sh
|
3606 |
|
|
@p='plugin_test_7.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3607 |
|
|
exclude_libs_test.sh.log: exclude_libs_test.sh
|
3608 |
|
|
@p='exclude_libs_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3609 |
|
|
discard_locals_test.sh.log: discard_locals_test.sh
|
3610 |
|
|
@p='discard_locals_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3611 |
|
|
hidden_test.sh.log: hidden_test.sh
|
3612 |
|
|
@p='hidden_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3613 |
|
|
retain_symbols_file_test.sh.log: retain_symbols_file_test.sh
|
3614 |
|
|
@p='retain_symbols_file_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3615 |
|
|
no_version_test.sh.log: no_version_test.sh
|
3616 |
|
|
@p='no_version_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3617 |
|
|
strong_ref_weak_def.sh.log: strong_ref_weak_def.sh
|
3618 |
|
|
@p='strong_ref_weak_def.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3619 |
|
|
dyn_weak_ref.sh.log: dyn_weak_ref.sh
|
3620 |
|
|
@p='dyn_weak_ref.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3621 |
|
|
memory_test.sh.log: memory_test.sh
|
3622 |
|
|
@p='memory_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3623 |
|
|
script_test_10.sh.log: script_test_10.sh
|
3624 |
|
|
@p='script_test_10.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3625 |
|
|
split_i386.sh.log: split_i386.sh
|
3626 |
|
|
@p='split_i386.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3627 |
|
|
split_x86_64.sh.log: split_x86_64.sh
|
3628 |
|
|
@p='split_x86_64.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3629 |
|
|
arm_abs_global.sh.log: arm_abs_global.sh
|
3630 |
|
|
@p='arm_abs_global.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3631 |
|
|
arm_branch_in_range.sh.log: arm_branch_in_range.sh
|
3632 |
|
|
@p='arm_branch_in_range.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3633 |
|
|
arm_branch_out_of_range.sh.log: arm_branch_out_of_range.sh
|
3634 |
|
|
@p='arm_branch_out_of_range.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3635 |
|
|
arm_fix_v4bx.sh.log: arm_fix_v4bx.sh
|
3636 |
|
|
@p='arm_fix_v4bx.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3637 |
|
|
arm_attr_merge.sh.log: arm_attr_merge.sh
|
3638 |
|
|
@p='arm_attr_merge.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3639 |
|
|
arm_cortex_a8.sh.log: arm_cortex_a8.sh
|
3640 |
|
|
@p='arm_cortex_a8.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3641 |
|
|
arm_exidx_test.sh.log: arm_exidx_test.sh
|
3642 |
|
|
@p='arm_exidx_test.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3643 |
|
|
pr12826.sh.log: pr12826.sh
|
3644 |
|
|
@p='pr12826.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3645 |
159 |
khays |
arm_unaligned_reloc.sh.log: arm_unaligned_reloc.sh
|
3646 |
|
|
@p='arm_unaligned_reloc.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3647 |
27 |
khays |
object_unittest.log: object_unittest$(EXEEXT)
|
3648 |
|
|
@p='object_unittest$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3649 |
|
|
binary_unittest.log: binary_unittest$(EXEEXT)
|
3650 |
|
|
@p='binary_unittest$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3651 |
|
|
icf_virtual_function_folding_test.log: icf_virtual_function_folding_test$(EXEEXT)
|
3652 |
|
|
@p='icf_virtual_function_folding_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3653 |
|
|
basic_test.log: basic_test$(EXEEXT)
|
3654 |
|
|
@p='basic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3655 |
159 |
khays |
basic_pic_test.log: basic_pic_test$(EXEEXT)
|
3656 |
|
|
@p='basic_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3657 |
27 |
khays |
basic_static_test.log: basic_static_test$(EXEEXT)
|
3658 |
|
|
@p='basic_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3659 |
|
|
basic_static_pic_test.log: basic_static_pic_test$(EXEEXT)
|
3660 |
|
|
@p='basic_static_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3661 |
|
|
basic_pie_test.log: basic_pie_test$(EXEEXT)
|
3662 |
|
|
@p='basic_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3663 |
|
|
constructor_test.log: constructor_test$(EXEEXT)
|
3664 |
|
|
@p='constructor_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3665 |
|
|
constructor_static_test.log: constructor_static_test$(EXEEXT)
|
3666 |
|
|
@p='constructor_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3667 |
|
|
two_file_test.log: two_file_test$(EXEEXT)
|
3668 |
|
|
@p='two_file_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3669 |
159 |
khays |
two_file_pic_test.log: two_file_pic_test$(EXEEXT)
|
3670 |
|
|
@p='two_file_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3671 |
27 |
khays |
two_file_static_test.log: two_file_static_test$(EXEEXT)
|
3672 |
|
|
@p='two_file_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3673 |
|
|
two_file_shared_1_test.log: two_file_shared_1_test$(EXEEXT)
|
3674 |
|
|
@p='two_file_shared_1_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3675 |
|
|
two_file_shared_2_test.log: two_file_shared_2_test$(EXEEXT)
|
3676 |
|
|
@p='two_file_shared_2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3677 |
|
|
two_file_shared_1_pic_2_test.log: two_file_shared_1_pic_2_test$(EXEEXT)
|
3678 |
|
|
@p='two_file_shared_1_pic_2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3679 |
|
|
two_file_shared_2_pic_1_test.log: two_file_shared_2_pic_1_test$(EXEEXT)
|
3680 |
|
|
@p='two_file_shared_2_pic_1_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3681 |
|
|
two_file_same_shared_test.log: two_file_same_shared_test$(EXEEXT)
|
3682 |
|
|
@p='two_file_same_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3683 |
|
|
two_file_separate_shared_12_test.log: two_file_separate_shared_12_test$(EXEEXT)
|
3684 |
|
|
@p='two_file_separate_shared_12_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3685 |
|
|
two_file_separate_shared_21_test.log: two_file_separate_shared_21_test$(EXEEXT)
|
3686 |
|
|
@p='two_file_separate_shared_21_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3687 |
|
|
two_file_relocatable_test.log: two_file_relocatable_test$(EXEEXT)
|
3688 |
|
|
@p='two_file_relocatable_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3689 |
|
|
two_file_pie_test.log: two_file_pie_test$(EXEEXT)
|
3690 |
|
|
@p='two_file_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3691 |
|
|
two_file_shared_1_nonpic_test.log: two_file_shared_1_nonpic_test$(EXEEXT)
|
3692 |
|
|
@p='two_file_shared_1_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3693 |
|
|
two_file_shared_2_nonpic_test.log: two_file_shared_2_nonpic_test$(EXEEXT)
|
3694 |
|
|
@p='two_file_shared_2_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3695 |
|
|
two_file_same_shared_nonpic_test.log: two_file_same_shared_nonpic_test$(EXEEXT)
|
3696 |
|
|
@p='two_file_same_shared_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3697 |
|
|
two_file_separate_shared_12_nonpic_test.log: two_file_separate_shared_12_nonpic_test$(EXEEXT)
|
3698 |
|
|
@p='two_file_separate_shared_12_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3699 |
|
|
two_file_separate_shared_21_nonpic_test.log: two_file_separate_shared_21_nonpic_test$(EXEEXT)
|
3700 |
|
|
@p='two_file_separate_shared_21_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3701 |
|
|
two_file_mixed_shared_test.log: two_file_mixed_shared_test$(EXEEXT)
|
3702 |
|
|
@p='two_file_mixed_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3703 |
|
|
two_file_mixed_2_shared_test.log: two_file_mixed_2_shared_test$(EXEEXT)
|
3704 |
|
|
@p='two_file_mixed_2_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3705 |
|
|
two_file_mixed_pie_test.log: two_file_mixed_pie_test$(EXEEXT)
|
3706 |
|
|
@p='two_file_mixed_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3707 |
|
|
two_file_strip_test.log: two_file_strip_test$(EXEEXT)
|
3708 |
|
|
@p='two_file_strip_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3709 |
|
|
two_file_same_shared_strip_test.log: two_file_same_shared_strip_test$(EXEEXT)
|
3710 |
|
|
@p='two_file_same_shared_strip_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3711 |
|
|
common_test_1.log: common_test_1$(EXEEXT)
|
3712 |
|
|
@p='common_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3713 |
|
|
common_test_2.log: common_test_2$(EXEEXT)
|
3714 |
|
|
@p='common_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3715 |
|
|
exception_test.log: exception_test$(EXEEXT)
|
3716 |
|
|
@p='exception_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3717 |
|
|
exception_shared_1_test.log: exception_shared_1_test$(EXEEXT)
|
3718 |
|
|
@p='exception_shared_1_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3719 |
|
|
exception_shared_2_test.log: exception_shared_2_test$(EXEEXT)
|
3720 |
|
|
@p='exception_shared_2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3721 |
|
|
exception_same_shared_test.log: exception_same_shared_test$(EXEEXT)
|
3722 |
|
|
@p='exception_same_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3723 |
|
|
exception_separate_shared_12_test.log: exception_separate_shared_12_test$(EXEEXT)
|
3724 |
|
|
@p='exception_separate_shared_12_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3725 |
|
|
exception_separate_shared_21_test.log: exception_separate_shared_21_test$(EXEEXT)
|
3726 |
|
|
@p='exception_separate_shared_21_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3727 |
159 |
khays |
exception_static_test.log: exception_static_test$(EXEEXT)
|
3728 |
|
|
@p='exception_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3729 |
27 |
khays |
weak_test.log: weak_test$(EXEEXT)
|
3730 |
|
|
@p='weak_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3731 |
|
|
weak_undef_test.log: weak_undef_test$(EXEEXT)
|
3732 |
|
|
@p='weak_undef_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3733 |
|
|
weak_undef_nonpic_test.log: weak_undef_nonpic_test$(EXEEXT)
|
3734 |
|
|
@p='weak_undef_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3735 |
|
|
weak_alias_test.log: weak_alias_test$(EXEEXT)
|
3736 |
|
|
@p='weak_alias_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3737 |
|
|
weak_plt.log: weak_plt$(EXEEXT)
|
3738 |
|
|
@p='weak_plt$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3739 |
|
|
copy_test.log: copy_test$(EXEEXT)
|
3740 |
|
|
@p='copy_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3741 |
|
|
tls_test.log: tls_test$(EXEEXT)
|
3742 |
|
|
@p='tls_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3743 |
|
|
tls_pic_test.log: tls_pic_test$(EXEEXT)
|
3744 |
|
|
@p='tls_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3745 |
|
|
tls_pie_test.log: tls_pie_test$(EXEEXT)
|
3746 |
|
|
@p='tls_pie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3747 |
|
|
tls_pie_pic_test.log: tls_pie_pic_test$(EXEEXT)
|
3748 |
|
|
@p='tls_pie_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3749 |
|
|
tls_shared_test.log: tls_shared_test$(EXEEXT)
|
3750 |
|
|
@p='tls_shared_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3751 |
|
|
tls_shared_ie_test.log: tls_shared_ie_test$(EXEEXT)
|
3752 |
|
|
@p='tls_shared_ie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3753 |
|
|
tls_shared_gd_to_ie_test.log: tls_shared_gd_to_ie_test$(EXEEXT)
|
3754 |
|
|
@p='tls_shared_gd_to_ie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3755 |
|
|
tls_shared_gnu2_gd_to_ie_test.log: tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
|
3756 |
|
|
@p='tls_shared_gnu2_gd_to_ie_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3757 |
|
|
tls_shared_gnu2_test.log: tls_shared_gnu2_test$(EXEEXT)
|
3758 |
|
|
@p='tls_shared_gnu2_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3759 |
|
|
tls_static_test.log: tls_static_test$(EXEEXT)
|
3760 |
|
|
@p='tls_static_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3761 |
|
|
tls_static_pic_test.log: tls_static_pic_test$(EXEEXT)
|
3762 |
|
|
@p='tls_static_pic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3763 |
|
|
tls_shared_nonpic_test.log: tls_shared_nonpic_test$(EXEEXT)
|
3764 |
|
|
@p='tls_shared_nonpic_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3765 |
|
|
many_sections_test.log: many_sections_test$(EXEEXT)
|
3766 |
|
|
@p='many_sections_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3767 |
|
|
many_sections_r_test.log: many_sections_r_test$(EXEEXT)
|
3768 |
|
|
@p='many_sections_r_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3769 |
|
|
initpri1.log: initpri1$(EXEEXT)
|
3770 |
|
|
@p='initpri1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3771 |
159 |
khays |
initpri2.log: initpri2$(EXEEXT)
|
3772 |
|
|
@p='initpri2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3773 |
|
|
initpri3a.log: initpri3a$(EXEEXT)
|
3774 |
|
|
@p='initpri3a$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3775 |
|
|
initpri3b.log: initpri3b$(EXEEXT)
|
3776 |
|
|
@p='initpri3b$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3777 |
27 |
khays |
flagstest_o_specialfile.log: flagstest_o_specialfile$(EXEEXT)
|
3778 |
|
|
@p='flagstest_o_specialfile$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3779 |
|
|
flagstest_compress_debug_sections.log: flagstest_compress_debug_sections$(EXEEXT)
|
3780 |
|
|
@p='flagstest_compress_debug_sections$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3781 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.log: flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
3782 |
|
|
@p='flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3783 |
159 |
khays |
flagstest_o_ttext_1.log: flagstest_o_ttext_1$(EXEEXT)
|
3784 |
|
|
@p='flagstest_o_ttext_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3785 |
27 |
khays |
ver_test.log: ver_test$(EXEEXT)
|
3786 |
|
|
@p='ver_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3787 |
|
|
ver_test_2.log: ver_test_2$(EXEEXT)
|
3788 |
|
|
@p='ver_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3789 |
|
|
ver_test_6.log: ver_test_6$(EXEEXT)
|
3790 |
|
|
@p='ver_test_6$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3791 |
|
|
ver_test_8.log: ver_test_8$(EXEEXT)
|
3792 |
|
|
@p='ver_test_8$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3793 |
|
|
ver_test_9.log: ver_test_9$(EXEEXT)
|
3794 |
|
|
@p='ver_test_9$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3795 |
|
|
ver_test_11.log: ver_test_11$(EXEEXT)
|
3796 |
|
|
@p='ver_test_11$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3797 |
159 |
khays |
ver_test_12.log: ver_test_12$(EXEEXT)
|
3798 |
|
|
@p='ver_test_12$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3799 |
27 |
khays |
protected_1.log: protected_1$(EXEEXT)
|
3800 |
|
|
@p='protected_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3801 |
|
|
protected_2.log: protected_2$(EXEEXT)
|
3802 |
|
|
@p='protected_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3803 |
|
|
relro_test.log: relro_test$(EXEEXT)
|
3804 |
|
|
@p='relro_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3805 |
159 |
khays |
relro_now_test.log: relro_now_test$(EXEEXT)
|
3806 |
|
|
@p='relro_now_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3807 |
27 |
khays |
relro_strip_test.log: relro_strip_test$(EXEEXT)
|
3808 |
|
|
@p='relro_strip_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3809 |
|
|
relro_script_test.log: relro_script_test$(EXEEXT)
|
3810 |
|
|
@p='relro_script_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3811 |
|
|
script_test_1.log: script_test_1$(EXEEXT)
|
3812 |
|
|
@p='script_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3813 |
|
|
script_test_2.log: script_test_2$(EXEEXT)
|
3814 |
|
|
@p='script_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3815 |
|
|
justsyms.log: justsyms$(EXEEXT)
|
3816 |
|
|
@p='justsyms$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3817 |
159 |
khays |
justsyms_exec.log: justsyms_exec$(EXEEXT)
|
3818 |
|
|
@p='justsyms_exec$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3819 |
27 |
khays |
binary_test.log: binary_test$(EXEEXT)
|
3820 |
|
|
@p='binary_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3821 |
|
|
script_test_3.log: script_test_3$(EXEEXT)
|
3822 |
|
|
@p='script_test_3$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3823 |
|
|
tls_phdrs_script_test.log: tls_phdrs_script_test$(EXEEXT)
|
3824 |
|
|
@p='tls_phdrs_script_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3825 |
|
|
tls_script_test.log: tls_script_test$(EXEEXT)
|
3826 |
|
|
@p='tls_script_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3827 |
|
|
thin_archive_test_1.log: thin_archive_test_1$(EXEEXT)
|
3828 |
|
|
@p='thin_archive_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3829 |
|
|
thin_archive_test_2.log: thin_archive_test_2$(EXEEXT)
|
3830 |
|
|
@p='thin_archive_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3831 |
|
|
plugin_test_1.log: plugin_test_1$(EXEEXT)
|
3832 |
|
|
@p='plugin_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3833 |
|
|
plugin_test_2.log: plugin_test_2$(EXEEXT)
|
3834 |
|
|
@p='plugin_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3835 |
|
|
plugin_test_3.log: plugin_test_3$(EXEEXT)
|
3836 |
|
|
@p='plugin_test_3$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3837 |
|
|
plugin_test_4.log: plugin_test_4$(EXEEXT)
|
3838 |
|
|
@p='plugin_test_4$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3839 |
|
|
plugin_test_5.log: plugin_test_5$(EXEEXT)
|
3840 |
|
|
@p='plugin_test_5$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3841 |
|
|
plugin_test_6.log: plugin_test_6$(EXEEXT)
|
3842 |
|
|
@p='plugin_test_6$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3843 |
|
|
plugin_test_7.log: plugin_test_7$(EXEEXT)
|
3844 |
|
|
@p='plugin_test_7$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3845 |
|
|
plugin_test_8.log: plugin_test_8$(EXEEXT)
|
3846 |
|
|
@p='plugin_test_8$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3847 |
|
|
exclude_libs_test.log: exclude_libs_test$(EXEEXT)
|
3848 |
|
|
@p='exclude_libs_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3849 |
|
|
local_labels_test.log: local_labels_test$(EXEEXT)
|
3850 |
|
|
@p='local_labels_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3851 |
|
|
discard_locals_test.log: discard_locals_test$(EXEEXT)
|
3852 |
|
|
@p='discard_locals_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3853 |
|
|
large.log: large$(EXEEXT)
|
3854 |
|
|
@p='large$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3855 |
|
|
permission_test.log: permission_test$(EXEEXT)
|
3856 |
|
|
@p='permission_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3857 |
|
|
searched_file_test.log: searched_file_test$(EXEEXT)
|
3858 |
|
|
@p='searched_file_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3859 |
|
|
ifuncmain1static.log: ifuncmain1static$(EXEEXT)
|
3860 |
|
|
@p='ifuncmain1static$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3861 |
|
|
ifuncmain1picstatic.log: ifuncmain1picstatic$(EXEEXT)
|
3862 |
|
|
@p='ifuncmain1picstatic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3863 |
|
|
ifuncmain1.log: ifuncmain1$(EXEEXT)
|
3864 |
|
|
@p='ifuncmain1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3865 |
|
|
ifuncmain1pic.log: ifuncmain1pic$(EXEEXT)
|
3866 |
|
|
@p='ifuncmain1pic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3867 |
|
|
ifuncmain1vis.log: ifuncmain1vis$(EXEEXT)
|
3868 |
|
|
@p='ifuncmain1vis$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3869 |
|
|
ifuncmain1vispic.log: ifuncmain1vispic$(EXEEXT)
|
3870 |
|
|
@p='ifuncmain1vispic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3871 |
|
|
ifuncmain1staticpic.log: ifuncmain1staticpic$(EXEEXT)
|
3872 |
|
|
@p='ifuncmain1staticpic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3873 |
|
|
ifuncmain1pie.log: ifuncmain1pie$(EXEEXT)
|
3874 |
|
|
@p='ifuncmain1pie$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3875 |
|
|
ifuncmain1vispie.log: ifuncmain1vispie$(EXEEXT)
|
3876 |
|
|
@p='ifuncmain1vispie$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3877 |
|
|
ifuncmain1staticpie.log: ifuncmain1staticpie$(EXEEXT)
|
3878 |
|
|
@p='ifuncmain1staticpie$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3879 |
|
|
ifuncmain2static.log: ifuncmain2static$(EXEEXT)
|
3880 |
|
|
@p='ifuncmain2static$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3881 |
|
|
ifuncmain2picstatic.log: ifuncmain2picstatic$(EXEEXT)
|
3882 |
|
|
@p='ifuncmain2picstatic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3883 |
|
|
ifuncmain2.log: ifuncmain2$(EXEEXT)
|
3884 |
|
|
@p='ifuncmain2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3885 |
|
|
ifuncmain2pic.log: ifuncmain2pic$(EXEEXT)
|
3886 |
|
|
@p='ifuncmain2pic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3887 |
|
|
ifuncmain3.log: ifuncmain3$(EXEEXT)
|
3888 |
|
|
@p='ifuncmain3$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3889 |
|
|
ifuncmain4static.log: ifuncmain4static$(EXEEXT)
|
3890 |
|
|
@p='ifuncmain4static$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3891 |
|
|
ifuncmain4picstatic.log: ifuncmain4picstatic$(EXEEXT)
|
3892 |
|
|
@p='ifuncmain4picstatic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3893 |
|
|
ifuncmain4.log: ifuncmain4$(EXEEXT)
|
3894 |
|
|
@p='ifuncmain4$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3895 |
|
|
ifuncmain5static.log: ifuncmain5static$(EXEEXT)
|
3896 |
|
|
@p='ifuncmain5static$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3897 |
|
|
ifuncmain5picstatic.log: ifuncmain5picstatic$(EXEEXT)
|
3898 |
|
|
@p='ifuncmain5picstatic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3899 |
|
|
ifuncmain5.log: ifuncmain5$(EXEEXT)
|
3900 |
|
|
@p='ifuncmain5$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3901 |
|
|
ifuncmain5pic.log: ifuncmain5pic$(EXEEXT)
|
3902 |
|
|
@p='ifuncmain5pic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3903 |
|
|
ifuncmain5staticpic.log: ifuncmain5staticpic$(EXEEXT)
|
3904 |
|
|
@p='ifuncmain5staticpic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3905 |
|
|
ifuncmain5pie.log: ifuncmain5pie$(EXEEXT)
|
3906 |
|
|
@p='ifuncmain5pie$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3907 |
|
|
ifuncmain6pie.log: ifuncmain6pie$(EXEEXT)
|
3908 |
|
|
@p='ifuncmain6pie$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3909 |
|
|
ifuncmain7static.log: ifuncmain7static$(EXEEXT)
|
3910 |
|
|
@p='ifuncmain7static$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3911 |
|
|
ifuncmain7picstatic.log: ifuncmain7picstatic$(EXEEXT)
|
3912 |
|
|
@p='ifuncmain7picstatic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3913 |
|
|
ifuncmain7.log: ifuncmain7$(EXEEXT)
|
3914 |
|
|
@p='ifuncmain7$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3915 |
|
|
ifuncmain7pic.log: ifuncmain7pic$(EXEEXT)
|
3916 |
|
|
@p='ifuncmain7pic$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3917 |
|
|
ifuncmain7pie.log: ifuncmain7pie$(EXEEXT)
|
3918 |
|
|
@p='ifuncmain7pie$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3919 |
159 |
khays |
ifuncvar.log: ifuncvar$(EXEEXT)
|
3920 |
|
|
@p='ifuncvar$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3921 |
27 |
khays |
start_lib_test.log: start_lib_test$(EXEEXT)
|
3922 |
|
|
@p='start_lib_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3923 |
|
|
incremental_test_2.log: incremental_test_2$(EXEEXT)
|
3924 |
|
|
@p='incremental_test_2$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3925 |
|
|
incremental_test_3.log: incremental_test_3$(EXEEXT)
|
3926 |
|
|
@p='incremental_test_3$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3927 |
|
|
incremental_test_4.log: incremental_test_4$(EXEEXT)
|
3928 |
|
|
@p='incremental_test_4$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3929 |
159 |
khays |
incremental_test_5.log: incremental_test_5$(EXEEXT)
|
3930 |
|
|
@p='incremental_test_5$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3931 |
|
|
incremental_test_6.log: incremental_test_6$(EXEEXT)
|
3932 |
|
|
@p='incremental_test_6$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3933 |
148 |
khays |
incremental_copy_test.log: incremental_copy_test$(EXEEXT)
|
3934 |
|
|
@p='incremental_copy_test$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3935 |
|
|
incremental_common_test_1.log: incremental_common_test_1$(EXEEXT)
|
3936 |
|
|
@p='incremental_common_test_1$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
|
3937 |
27 |
khays |
.test.log:
|
3938 |
|
|
@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
|
3939 |
|
|
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
|
3940 |
|
|
@am__EXEEXT_TRUE@ @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
|
3941 |
|
|
check-am: all-am
|
3942 |
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) \
|
3943 |
|
|
$(check_SCRIPTS) $(check_DATA)
|
3944 |
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
3945 |
|
|
check: $(BUILT_SOURCES)
|
3946 |
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
3947 |
|
|
all-am: Makefile
|
3948 |
|
|
installdirs:
|
3949 |
|
|
install: $(BUILT_SOURCES)
|
3950 |
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
3951 |
|
|
install-exec: install-exec-am
|
3952 |
|
|
install-data: install-data-am
|
3953 |
|
|
uninstall: uninstall-am
|
3954 |
|
|
|
3955 |
|
|
install-am: all-am
|
3956 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
3957 |
|
|
|
3958 |
|
|
installcheck: installcheck-am
|
3959 |
|
|
install-strip:
|
3960 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
3961 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
3962 |
|
|
`test -z '$(STRIP)' || \
|
3963 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
3964 |
|
|
mostlyclean-generic:
|
3965 |
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
3966 |
|
|
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
3967 |
|
|
-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
|
3968 |
|
|
-test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
|
3969 |
|
|
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
3970 |
|
|
|
3971 |
|
|
clean-generic:
|
3972 |
|
|
|
3973 |
|
|
distclean-generic:
|
3974 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
3975 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
3976 |
|
|
|
3977 |
|
|
maintainer-clean-generic:
|
3978 |
|
|
@echo "This command is intended for maintainers to use"
|
3979 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
3980 |
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
3981 |
|
|
clean: clean-am
|
3982 |
|
|
|
3983 |
|
|
clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
|
3984 |
|
|
mostlyclean-am
|
3985 |
|
|
|
3986 |
|
|
distclean: distclean-am
|
3987 |
|
|
-rm -rf ./$(DEPDIR)
|
3988 |
|
|
-rm -f Makefile
|
3989 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
3990 |
|
|
distclean-tags
|
3991 |
|
|
|
3992 |
|
|
dvi: dvi-am
|
3993 |
|
|
|
3994 |
|
|
dvi-am:
|
3995 |
|
|
|
3996 |
|
|
html: html-am
|
3997 |
|
|
|
3998 |
|
|
html-am:
|
3999 |
|
|
|
4000 |
|
|
info: info-am
|
4001 |
|
|
|
4002 |
|
|
info-am:
|
4003 |
|
|
|
4004 |
|
|
install-data-am:
|
4005 |
|
|
|
4006 |
|
|
install-dvi: install-dvi-am
|
4007 |
|
|
|
4008 |
|
|
install-dvi-am:
|
4009 |
|
|
|
4010 |
|
|
install-exec-am:
|
4011 |
|
|
|
4012 |
|
|
install-html: install-html-am
|
4013 |
|
|
|
4014 |
|
|
install-html-am:
|
4015 |
|
|
|
4016 |
|
|
install-info: install-info-am
|
4017 |
|
|
|
4018 |
|
|
install-info-am:
|
4019 |
|
|
|
4020 |
|
|
install-man:
|
4021 |
|
|
|
4022 |
|
|
install-pdf: install-pdf-am
|
4023 |
|
|
|
4024 |
|
|
install-pdf-am:
|
4025 |
|
|
|
4026 |
|
|
install-ps: install-ps-am
|
4027 |
|
|
|
4028 |
|
|
install-ps-am:
|
4029 |
|
|
|
4030 |
|
|
installcheck-am:
|
4031 |
|
|
|
4032 |
|
|
maintainer-clean: maintainer-clean-am
|
4033 |
|
|
-rm -rf ./$(DEPDIR)
|
4034 |
|
|
-rm -f Makefile
|
4035 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
4036 |
|
|
|
4037 |
|
|
mostlyclean: mostlyclean-am
|
4038 |
|
|
|
4039 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
4040 |
|
|
|
4041 |
|
|
pdf: pdf-am
|
4042 |
|
|
|
4043 |
|
|
pdf-am:
|
4044 |
|
|
|
4045 |
|
|
ps: ps-am
|
4046 |
|
|
|
4047 |
|
|
ps-am:
|
4048 |
|
|
|
4049 |
|
|
uninstall-am:
|
4050 |
|
|
|
4051 |
|
|
.MAKE: all check check-am check-html install install-am install-strip \
|
4052 |
|
|
recheck recheck-html
|
4053 |
|
|
|
4054 |
|
|
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-html \
|
4055 |
|
|
clean clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
|
4056 |
|
|
ctags distclean distclean-compile distclean-generic \
|
4057 |
|
|
distclean-tags dvi dvi-am html html-am info info-am install \
|
4058 |
|
|
install-am install-data install-data-am install-dvi \
|
4059 |
|
|
install-dvi-am install-exec install-exec-am install-html \
|
4060 |
|
|
install-html-am install-info install-info-am install-man \
|
4061 |
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
4062 |
|
|
install-strip installcheck installcheck-am installdirs \
|
4063 |
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
4064 |
|
|
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
|
4065 |
|
|
recheck recheck-html tags uninstall uninstall-am
|
4066 |
|
|
|
4067 |
|
|
|
4068 |
|
|
# The unittests themselves
|
4069 |
|
|
|
4070 |
|
|
# Infrastucture needed for the unittests: a directory where the linker
|
4071 |
|
|
# is named 'ld'. This is because the -B flag appends 'ld' to its arg.
|
4072 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@gcctestdir/ld: ../ld-new
|
4073 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ test -d gcctestdir || mkdir -p gcctestdir
|
4074 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ rm -f gcctestdir/ld
|
4075 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ (cd gcctestdir && $(LN_S) ../../ld-new ld)
|
4076 |
|
|
|
4077 |
159 |
khays |
# Some tests require the latest features of an in-tree assembler.
|
4078 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@gcctestdir/as: $(TEST_AS)
|
4079 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ test -d gcctestdir || mkdir -p gcctestdir
|
4080 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ rm -f gcctestdir/as
|
4081 |
|
|
@GCC_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ (cd gcctestdir && $(LN_S) $(abs_top_builddir)/../gas/as-new as)
|
4082 |
|
|
|
4083 |
27 |
khays |
# ---------------------------------------------------------------------
|
4084 |
|
|
# These tests test the output of gold (end-to-end tests). In
|
4085 |
|
|
# particular, they make sure that gold can link "difficult" object
|
4086 |
|
|
# files, and the resulting object files run correctly. These can only
|
4087 |
|
|
# run if we've built ld-new for the native architecture (that is,
|
4088 |
|
|
# we're not cross-compiling it), since we run ld-new as part of these
|
4089 |
|
|
# tests. We use the gcc-specific flag '-B' to use our linker instead
|
4090 |
|
|
# of the default linker, which is why we only run our tests under gcc.
|
4091 |
|
|
|
4092 |
|
|
# Each of these .o's is a useful, small complete program. They're
|
4093 |
|
|
# particularly useful for making sure ld-new's flags do what they're
|
4094 |
|
|
# supposed to (hence their names), but are used for many tests that
|
4095 |
|
|
# don't actually involve analyzing input data.
|
4096 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_debug.o: constructor_test.cc
|
4097 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -o $@ $<
|
4098 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_ndebug.o: constructor_test.cc
|
4099 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
|
4100 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_1.o: incremental_test_1.c
|
4101 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4102 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_2.o: incremental_test_2.c
|
4103 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4104 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test: incremental_test_1.o incremental_test_2.o gcctestdir/ld
|
4105 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -Wl,--incremental-full incremental_test_1.o incremental_test_2.o -Wl,-debug 2> incremental_test.cmdline
|
4106 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test.stdout: incremental_test ../incremental-dump
|
4107 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../incremental-dump incremental_test > $@
|
4108 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test_1.o: gc_comdat_test_1.cc
|
4109 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4110 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test_2.o: gc_comdat_test_2.cc
|
4111 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4112 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test: gc_comdat_test_1.o gc_comdat_test_2.o gcctestdir/ld
|
4113 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_comdat_test_1.o gc_comdat_test_2.o
|
4114 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test.stdout: gc_comdat_test
|
4115 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C gc_comdat_test > gc_comdat_test.stdout
|
4116 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test.o: gc_tls_test.cc
|
4117 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -g -o $@ $<
|
4118 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test:gc_tls_test.o gcctestdir/ld
|
4119 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_tls_test.o
|
4120 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test.stdout: gc_tls_test
|
4121 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C gc_tls_test > gc_tls_test.stdout
|
4122 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_orphan_section_test.o: gc_orphan_section_test.cc
|
4123 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -g -o $@ $<
|
4124 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_orphan_section_test:gc_orphan_section_test.o gcctestdir/ld
|
4125 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_orphan_section_test.o
|
4126 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_orphan_section_test.stdout: gc_orphan_section_test
|
4127 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) gc_orphan_section_test > gc_orphan_section_test.stdout
|
4128 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test.o: icf_test.cc
|
4129 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4130 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test: icf_test.o gcctestdir/ld
|
4131 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_test.o
|
4132 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test.stdout: icf_test
|
4133 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C icf_test > icf_test.stdout
|
4134 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test.o: icf_keep_unique_test.cc
|
4135 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4136 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test: icf_keep_unique_test.o gcctestdir/ld
|
4137 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
|
4138 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test.stdout: icf_keep_unique_test
|
4139 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C icf_keep_unique_test > icf_keep_unique_test.stdout
|
4140 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test.o: icf_safe_test.cc
|
4141 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
4142 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test: icf_safe_test.o gcctestdir/ld
|
4143 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=safe icf_safe_test.o
|
4144 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test_1.stdout: icf_safe_test
|
4145 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_safe_test > icf_safe_test_1.stdout
|
4146 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test_2.stdout: icf_safe_test
|
4147 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -h icf_safe_test > icf_safe_test_2.stdout
|
4148 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test.o: icf_safe_so_test.cc
|
4149 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
|
4150 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test: icf_safe_so_test.o gcctestdir/ld
|
4151 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=safe icf_safe_so_test.o -fPIC -shared
|
4152 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test_1.stdout: icf_safe_so_test
|
4153 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_safe_so_test > icf_safe_so_test_1.stdout
|
4154 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_so_test_2.stdout: icf_safe_so_test
|
4155 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -h icf_safe_so_test > icf_safe_so_test_2.stdout
|
4156 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout.o: final_layout.cc
|
4157 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fdata-sections -g -o $@ $<
|
4158 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout_sequence.txt:
|
4159 |
|
|
@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
|
4160 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout: final_layout.o final_layout_sequence.txt gcctestdir/ld
|
4161 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--section-ordering-file,final_layout_sequence.txt final_layout.o
|
4162 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@final_layout.stdout: final_layout
|
4163 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -n final_layout > final_layout.stdout
|
4164 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_virtual_function_folding_test.o: icf_virtual_function_folding_test.cc
|
4165 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIE -g -o $@ $<
|
4166 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_virtual_function_folding_test: icf_virtual_function_folding_test.o gcctestdir/ld
|
4167 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_virtual_function_folding_test.o -pie
|
4168 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_preemptible_functions_test.o: icf_preemptible_functions_test.cc
|
4169 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
|
4170 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_preemptible_functions_test: icf_preemptible_functions_test.o gcctestdir/ld
|
4171 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_preemptible_functions_test.o -fPIC -shared
|
4172 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_preemptible_functions_test.stdout: icf_preemptible_functions_test
|
4173 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_preemptible_functions_test > icf_preemptible_functions_test.stdout
|
4174 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_string_merge_test.o: icf_string_merge_test.cc
|
4175 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
|
4176 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_string_merge_test: icf_string_merge_test.o gcctestdir/ld
|
4177 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_string_merge_test.o
|
4178 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_string_merge_test.stdout: icf_string_merge_test
|
4179 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_string_merge_test > icf_string_merge_test.stdout
|
4180 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test_1.o: icf_sht_rel_addend_test_1.cc
|
4181 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
|
4182 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test_2.o: icf_sht_rel_addend_test_2.cc
|
4183 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -fPIC -g -o $@ $<
|
4184 |
|
|
@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
|
4185 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_sht_rel_addend_test_1.o icf_sht_rel_addend_test_2.o
|
4186 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_sht_rel_addend_test.stdout: icf_sht_rel_addend_test
|
4187 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_sht_rel_addend_test > icf_sht_rel_addend_test.stdout
|
4188 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_test.o: basic_test.cc
|
4189 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
|
4190 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_test: basic_test.o gcctestdir/ld
|
4191 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o
|
4192 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@basic_static_test: basic_test.o gcctestdir/ld
|
4193 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -static basic_test.o
|
4194 |
27 |
khays |
|
4195 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pic_test.o: basic_test.cc
|
4196 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpic -o $@ $<
|
4197 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pic_test: basic_pic_test.o gcctestdir/ld
|
4198 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_pic_test.o
|
4199 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@basic_static_pic_test: basic_pic_test.o gcctestdir/ld
|
4200 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -static basic_pic_test.o
|
4201 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pie_test.o: basic_test.cc
|
4202 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpie -o $@ $<
|
4203 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pie_test: basic_pie_test.o gcctestdir/ld
|
4204 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie basic_pie_test.o
|
4205 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_pic.o: two_file_test_1.cc
|
4206 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4207 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_pic.o: two_file_test_1b.cc
|
4208 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4209 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_pic.o: two_file_test_2.cc
|
4210 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4211 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1.so: two_file_test_1_pic.o two_file_test_1b_pic.o gcctestdir/ld
|
4212 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o
|
4213 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2.so: two_file_test_2_pic.o gcctestdir/ld
|
4214 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_2_pic.o
|
4215 |
|
|
@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
|
4216 |
|
|
@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
|
4217 |
|
|
@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
|
4218 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ two_file_test_1.o two_file_test_1b.o two_file_test_2.o
|
4219 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_pie.o: two_file_test_1.cc
|
4220 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4221 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_pie.o: two_file_test_1b.cc
|
4222 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4223 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_pie.o: two_file_test_2.cc
|
4224 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4225 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_main_pie.o: two_file_test_main.cc
|
4226 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4227 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pie_test: two_file_test_1_pie.o two_file_test_1b_pie.o \
|
4228 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2_pie.o two_file_test_main_pie.o gcctestdir/ld
|
4229 |
|
|
@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
|
4230 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared.dbg: two_file_shared.so
|
4231 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -w $< >$@ 2>/dev/null
|
4232 |
|
|
@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
|
4233 |
159 |
khays |
@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 -Wl,-z,notext
|
4234 |
27 |
khays |
@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
|
4235 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_2.o
|
4236 |
|
|
@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
|
4237 |
159 |
khays |
@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 -Wl,-z,notext
|
4238 |
27 |
khays |
@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
|
4239 |
159 |
khays |
@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 -Wl,-z,notext
|
4240 |
27 |
khays |
@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
|
4241 |
159 |
khays |
@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 -Wl,-z,notext
|
4242 |
27 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_pie_test: two_file_test_1.o two_file_test_1b_pie.o \
|
4243 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main_pie.o two_file_shared_2.so gcctestdir/ld
|
4244 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,-R,. -pie two_file_test_1.o two_file_test_1b_pie.o two_file_test_main_pie.o two_file_shared_2.so
|
4245 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_strip_test: two_file_test
|
4246 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -o two_file_strip_test two_file_test
|
4247 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_strip.so: two_file_shared.so
|
4248 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -S -o two_file_shared_strip.so two_file_shared.so
|
4249 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2_pic.o: common_test_2.c
|
4250 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4251 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_2.so: common_test_2_pic.o common_test_3.so gcctestdir/ld
|
4252 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared common_test_2_pic.o common_test_3.so
|
4253 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_3_pic.o: common_test_3.c
|
4254 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4255 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_3.so: common_test_3_pic.o ver_test_2.script gcctestdir/ld
|
4256 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared common_test_3_pic.o -Wl,--version-script,$(srcdir)/ver_test_2.script
|
4257 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_1_pic.o: exception_test_1.cc
|
4258 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4259 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_2_pic.o: exception_test_2.cc
|
4260 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4261 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1.so: exception_test_1_pic.o gcctestdir/ld
|
4262 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_1_pic.o
|
4263 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2.so: exception_test_2_pic.o gcctestdir/ld
|
4264 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_2_pic.o
|
4265 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared.so: exception_test_1_pic.o exception_test_2_pic.o gcctestdir/ld
|
4266 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_1_pic.o exception_test_2_pic.o
|
4267 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file1.o: weak_undef_file1.cc
|
4268 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4269 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file2.o: weak_undef_file2.cc
|
4270 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4271 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_lib.so: weak_undef_file1.o
|
4272 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file1.o
|
4273 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/weak_undef_lib.so: weak_undef_file2.o
|
4274 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
4275 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file2.o
|
4276 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file1_nonpic.o: weak_undef_file1.cc
|
4277 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4278 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file2_nonpic.o: weak_undef_file2.cc
|
4279 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4280 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_lib_nonpic.so: weak_undef_file1_nonpic.o
|
4281 |
159 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file1_nonpic.o -Wl,-z,notext
|
4282 |
27 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/weak_undef_lib_nonpic.so: weak_undef_file2_nonpic.o
|
4283 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
4284 |
159 |
khays |
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file2_nonpic.o -Wl,-z,notext
|
4285 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_1_pic.o: weak_alias_test_1.cc
|
4286 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4287 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_1.so: weak_alias_test_1_pic.o gcctestdir/ld
|
4288 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_1_pic.o
|
4289 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_2_pic.o: weak_alias_test_2.cc
|
4290 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4291 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_2.so: weak_alias_test_2_pic.o gcctestdir/ld
|
4292 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_2_pic.o
|
4293 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_3.o: weak_alias_test_3.cc
|
4294 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4295 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_4_pic.o: weak_alias_test_4.cc
|
4296 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4297 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_4.so: weak_alias_test_4_pic.o gcctestdir/ld
|
4298 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_4_pic.o
|
4299 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_5_pic.o: weak_alias_test_5.cc
|
4300 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4301 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_5.so: weak_alias_test_5_pic.o $(srcdir)/weak_alias_test.script gcctestdir/ld
|
4302 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_5_pic.o \
|
4303 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--version-script,$(srcdir)/weak_alias_test.script
|
4304 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_main_pic.o: weak_plt_main.cc
|
4305 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4306 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt: weak_plt_main_pic.o gcctestdir/ld
|
4307 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ weak_plt_main_pic.o
|
4308 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_shared_pic.o: weak_plt_shared.cc
|
4309 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4310 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_shared.so: weak_plt_shared_pic.o gcctestdir/ld
|
4311 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_plt_shared_pic.o
|
4312 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_1_pic.o: copy_test_1.cc
|
4313 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4314 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_1.so: gcctestdir/ld copy_test_1_pic.o
|
4315 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared copy_test_1_pic.o
|
4316 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_2_pic.o: copy_test_2.cc
|
4317 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4318 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_2.so: gcctestdir/ld copy_test_2_pic.o
|
4319 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared copy_test_2_pic.o
|
4320 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pic.o: tls_test.cc
|
4321 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4322 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pic.o: tls_test_file2.cc
|
4323 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4324 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pic.o: tls_test_c.c
|
4325 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic $(TLS_TEST_C_CFLAGS) -o $@ $<
|
4326 |
|
|
@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
|
4327 |
|
|
@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
|
4328 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared2.so: tls_test_file2_pic.o gcctestdir/ld
|
4329 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_file2_pic.o
|
4330 |
|
|
|
4331 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pic_ie.o: tls_test.cc
|
4332 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -ftls-model=initial-exec -o $@ $<
|
4333 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pic_ie.o: tls_test_file2.cc
|
4334 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -ftls-model=initial-exec -o $@ $<
|
4335 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pic_ie.o: tls_test_c.c
|
4336 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic -ftls-model=initial-exec $(TLS_TEST_C_CFLAGS) -o $@ $<
|
4337 |
|
|
@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
|
4338 |
|
|
@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
|
4339 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c.o: tls_test_c.c
|
4340 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c $(TLS_TEST_C_CFLAGS) -o $@ $<
|
4341 |
|
|
|
4342 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_main_pie.o: tls_test_main.cc tls_test.h
|
4343 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4344 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pie.o: tls_test.cc tls_test.h
|
4345 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4346 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pie.o: tls_test_file2.cc tls_test.h
|
4347 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
4348 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pie.o: tls_test_c.c
|
4349 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic $(TLS_TEST_C_CFLAGS) -o $@ $<
|
4350 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pie_test: tls_test_main_pie.o tls_test_pie.o tls_test_file2_pie.o \
|
4351 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pie.o gcctestdir/ld
|
4352 |
|
|
@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
|
4353 |
|
|
|
4354 |
|
|
@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 \
|
4355 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o gcctestdir/ld
|
4356 |
|
|
@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
|
4357 |
|
|
|
4358 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2.o: tls_test.cc
|
4359 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -mtls-dialect=gnu2 -o $@ $<
|
4360 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_file2_gnu2.o: tls_test_file2.cc
|
4361 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -mtls-dialect=gnu2 -o $@ $<
|
4362 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_c_gnu2.o: tls_test_c.c
|
4363 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic -mtls-dialect=gnu2 $(TLS_TEST_C_CFLAGS) -o $@ $<
|
4364 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2_shared2.so: tls_test_file2_gnu2.o gcctestdir/ld
|
4365 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_file2_gnu2.o
|
4366 |
|
|
|
4367 |
|
|
@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
|
4368 |
|
|
@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
|
4369 |
|
|
@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
|
4370 |
159 |
khays |
@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 -Wl,-z,notext
|
4371 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_define.h:
|
4372 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ (for i in `seq 1 70000`; do \
|
4373 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "int var_$$i __attribute__((section(\"section_$$i\"))) = $$i;"; \
|
4374 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ done) > $@.tmp
|
4375 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f $@.tmp $@
|
4376 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_check.h:
|
4377 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ (for i in `seq 1 1000 70000`; do \
|
4378 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "assert(var_$$i == $$i);"; \
|
4379 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ done) > $@.tmp
|
4380 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f $@.tmp $@
|
4381 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_r_test.o: many_sections_test.o gcctestdir/ld
|
4382 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ many_sections_test.o
|
4383 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_r_test: many_sections_r_test.o gcctestdir/ld
|
4384 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ many_sections_r_test.o $(LIBS)
|
4385 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.o: debug_msg.cc
|
4386 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/debug_msg.cc
|
4387 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1.o: odr_violation1.cc
|
4388 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/odr_violation1.cc
|
4389 |
|
|
# Compile with different optimization flags to check that rearranged
|
4390 |
|
|
# instructions don't cause a false positive.
|
4391 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2.o: odr_violation2.cc
|
4392 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O2 -g -c -w -o $@ $(srcdir)/odr_violation2.cc
|
4393 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.err: debug_msg.o odr_violation1.o odr_violation2.o gcctestdir/ld
|
4394 |
|
|
@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>$@"
|
4395 |
|
|
@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>$@; \
|
4396 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
4397 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg should have failed"; \
|
4398 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4399 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
4400 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
4401 |
159 |
khays |
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@debug_msg_cdebug.o: debug_msg.cc gcctestdir/as
|
4402 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o $@ $(srcdir)/debug_msg.cc
|
4403 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@odr_violation1_cdebug.o: odr_violation1.cc gcctestdir/as
|
4404 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o $@ $(srcdir)/odr_violation1.cc
|
4405 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@odr_violation2_cdebug.o: odr_violation2.cc gcctestdir/as
|
4406 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O2 -g -Wa,--compress-debug-sections -c -w -o $@ $(srcdir)/odr_violation2.cc
|
4407 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@debug_msg_cdebug.err: debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o gcctestdir/ld
|
4408 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o "2>$@"
|
4409 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o 2>$@; \
|
4410 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ then \
|
4411 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_cdebug should have failed"; \
|
4412 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4413 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
4414 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ fi
|
4415 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.so: debug_msg.cc gcctestdir/ld
|
4416 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/debug_msg.cc
|
4417 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1.so: odr_violation1.cc gcctestdir/ld
|
4418 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/odr_violation1.cc
|
4419 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2.so: odr_violation2.cc gcctestdir/ld
|
4420 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O2 -g -shared -fPIC -w -o $@ $(srcdir)/odr_violation2.cc
|
4421 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_so.err: debug_msg.so odr_violation1.so odr_violation2.so gcctestdir/ld
|
4422 |
|
|
@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>$@"
|
4423 |
|
|
@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>$@; \
|
4424 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
4425 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_so should have failed"; \
|
4426 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4427 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
4428 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
4429 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_ndebug.so: debug_msg.cc gcctestdir/ld
|
4430 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/debug_msg.cc
|
4431 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1_ndebug.so: odr_violation1.cc gcctestdir/ld
|
4432 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/odr_violation1.cc
|
4433 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2_ndebug.so: odr_violation2.cc gcctestdir/ld
|
4434 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O2 -g0 -shared -fPIC -w -o $@ $(srcdir)/odr_violation2.cc
|
4435 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_ndebug.err: debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so gcctestdir/ld
|
4436 |
|
|
@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>$@"
|
4437 |
|
|
@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>$@; \
|
4438 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
4439 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_ndebug should have failed"; \
|
4440 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4441 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
4442 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
4443 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.o: undef_symbol.cc
|
4444 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -fPIC $<
|
4445 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.so: undef_symbol.o gcctestdir/ld
|
4446 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared undef_symbol.o
|
4447 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.err: undef_symbol_main.o undef_symbol.so gcctestdir/ld
|
4448 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so "2>$@"
|
4449 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>$@; \
|
4450 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
4451 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of undef_symbol_test should have failed"; \
|
4452 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4453 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
4454 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
4455 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_specialfile: flagstest_debug.o gcctestdir/ld
|
4456 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o /dev/stdout $< 2>&1 | cat > $@
|
4457 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod a+x $@
|
4458 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
|
4459 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@flagstest_compress_debug_sections: flagstest_debug.o gcctestdir/ld
|
4460 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o $@ $< -Wl,--compress-debug-sections=zlib
|
4461 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
|
4462 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_specialfile_and_compress_debug_sections: flagstest_debug.o \
|
4463 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld
|
4464 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o /dev/stdout $< -Wl,--compress-debug-sections=zlib 2>&1 | cat > $@
|
4465 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ chmod a+x $@
|
4466 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
|
4467 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_ttext_1: flagstest_debug.o gcctestdir/ld
|
4468 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o $@ $< -Wl,-Ttext,0x400000 -Wl,-Tdata,0x800000
|
4469 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_ttext_2: flagstest_debug.o gcctestdir/ld
|
4470 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o $@ $< -Wl,-Ttext,0x400010 -Wl,-Tdata,0x800010
|
4471 |
27 |
khays |
@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
|
4472 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so
|
4473 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.so: ver_test_2.o $(srcdir)/ver_test_2.script ver_test_4.so gcctestdir/ld
|
4474 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_2.script -Wl,-R,. ver_test_2.o ver_test_4.so
|
4475 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.so: ver_test_4.o $(srcdir)/ver_test_4.script gcctestdir/ld
|
4476 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_4.script ver_test_4.o
|
4477 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.o: ver_test_1.cc
|
4478 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4479 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.o: ver_test_2.cc
|
4480 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4481 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_3.o: ver_test_3.cc
|
4482 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4483 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.o: ver_test_4.cc
|
4484 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4485 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.syms: ver_test_1.so
|
4486 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
4487 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.syms: ver_test_2
|
4488 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
4489 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.syms: ver_test_4.so
|
4490 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
4491 |
|
|
|
4492 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.so: ver_test_5.o $(srcdir)/ver_test_5.script ver_test_4.so gcctestdir/ld
|
4493 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_5.script ver_test_5.o ver_test_4.so
|
4494 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.o: ver_test_5.cc
|
4495 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4496 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.syms: ver_test_5.so
|
4497 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
4498 |
|
|
|
4499 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.so: ver_test_4.o $(srcdir)/ver_test_4.script ver_test_7.o gcctestdir/ld
|
4500 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_4.script ver_test_4.o ver_test_7.o
|
4501 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.o: ver_test_7.cc
|
4502 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4503 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.syms: ver_test_7.so
|
4504 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
4505 |
|
|
@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
|
4506 |
|
|
@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
|
4507 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_2.so: two_file_test_2_pic.o $(srcdir)/ver_test_8.script gcctestdir/ld
|
4508 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_8.script two_file_test_2_pic.o
|
4509 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9.so: ver_test_9.o ver_test_4.so ver_test_5.so gcctestdir/ld
|
4510 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-R,. ver_test_9.o ver_test_5.so ver_test_4.so
|
4511 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9.o: ver_test_9.cc
|
4512 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4513 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_10.syms: ver_test_10.so
|
4514 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
4515 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_10.so: gcctestdir/ld ver_test_2.o ver_test_10.script
|
4516 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_10.script ver_test_2.o
|
4517 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11.a: ver_test_1.o ver_test_2.o ver_test_4.o
|
4518 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
4519 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_12.o: gcctestdir/ld ver_test_1.o ver_test_2.o ver_test_4.o
|
4520 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ ver_test_1.o ver_test_2.o ver_test_4.o
|
4521 |
27 |
khays |
|
4522 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1.so: gcctestdir/ld protected_1_pic.o protected_2_pic.o protected_3_pic.o
|
4523 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared protected_1_pic.o protected_2_pic.o protected_3_pic.o
|
4524 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_pic.o: protected_1.cc
|
4525 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4526 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_pic.o: protected_2.cc
|
4527 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4528 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_3_pic.o: protected_3.cc
|
4529 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4530 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_4_pic.o: protected_4.cc
|
4531 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4532 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_3.err: protected_4_pic.o gcctestdir/ld
|
4533 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o "2>$@"
|
4534 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o 2>$@; then \
|
4535 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of protected_4.so should have failed"; \
|
4536 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4537 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
4538 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
4539 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test.so: gcctestdir/ld relro_test_pic.o
|
4540 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro relro_test_pic.o
|
4541 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_pic.o: relro_test.cc
|
4542 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
4543 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test.stdout: relro_test.so
|
4544 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW relro_test.so > relro_test.stdout
|
4545 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_now_test.so: gcctestdir/ld relro_test_pic.o
|
4546 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro -Wl,-z,now relro_test_pic.o
|
4547 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_strip_test.so: relro_test.so
|
4548 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -o $@ $<
|
4549 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test.so: gcctestdir/ld relro_script_test.t relro_test_pic.o
|
4550 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro -T $(srcdir)/relro_script_test.t relro_test_pic.o
|
4551 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_2.o: justsyms_2.cc
|
4552 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4553 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_2r.o: justsyms_2.o gcctestdir/ld $(srcdir)/justsyms.t
|
4554 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -o $@ -r -T $(srcdir)/justsyms.t justsyms_2.o
|
4555 |
159 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_lib.o: justsyms_lib.c
|
4556 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -o $@ $<
|
4557 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_lib: justsyms_lib.o gcctestdir/ld
|
4558 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -o $@ -Ttext=0x1000200 -Tdata=0x2000000 -e exported_func justsyms_lib.o
|
4559 |
27 |
khays |
# Copy the file to the build directory to avoid worrying about the
|
4560 |
|
|
# full pathname in the generated symbols.
|
4561 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary.txt: $(srcdir)/binary.in
|
4562 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
4563 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LN_S) $< $@
|
4564 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_def.so: ver_matching_def_pic.o $(srcdir)/version_script.map gcctestdir/ld
|
4565 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -O0 -Bgcctestdir/ -shared ver_matching_def_pic.o -Wl,--version-script=$(srcdir)/version_script.map
|
4566 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_def_pic.o: ver_matching_def.cc
|
4567 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpic -o $@ $<
|
4568 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_test.stdout: ver_matching_def.so
|
4569 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_OBJDUMP) -T ver_matching_def.so | $(TEST_CXXFILT) > ver_matching_test.stdout
|
4570 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_3: basic_test.o gcctestdir/ld script_test_3.t
|
4571 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_3.t
|
4572 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_3.stdout: script_test_3
|
4573 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_3 > script_test_3.stdout
|
4574 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_4: basic_test.o gcctestdir/ld $(srcdir)/script_test_4.t
|
4575 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_4.t
|
4576 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_4.stdout: script_test_4
|
4577 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_4 > script_test_4.stdout
|
4578 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_5: script_test_5.o gcctestdir/ld $(srcdir)/script_test_5.t
|
4579 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ script_test_5.o -T $(srcdir)/script_test_5.t
|
4580 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_5.stdout: script_test_5
|
4581 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SW script_test_5 > script_test_5.stdout
|
4582 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_6: basic_test.o gcctestdir/ld $(srcdir)/script_test_6.t
|
4583 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_6.t \
|
4584 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,-Ttext=0x10001000 -Wl,-Tdata=0x10200000 -Wl,-Tbss=0x10400000
|
4585 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_6.stdout: script_test_6
|
4586 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_6 > script_test_6.stdout
|
4587 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_7: basic_test.o gcctestdir/ld $(srcdir)/script_test_7.t
|
4588 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_7.t
|
4589 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_7.stdout: script_test_7
|
4590 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_7 > script_test_7.stdout
|
4591 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_8: basic_test.o gcctestdir/ld $(srcdir)/script_test_7.t
|
4592 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_7.t \
|
4593 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,-Ttext=0x20001000 -Wl,-Tdata=0x20200000 -Wl,-Tbss=0x20400000
|
4594 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_8.stdout: script_test_8
|
4595 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_8 > script_test_8.stdout
|
4596 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_9.o: script_test_9.cc
|
4597 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
|
4598 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_9: gcctestdir/ld $(srcdir)/script_test_9.t script_test_9.o
|
4599 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ script_test_9.o -T $(srcdir)/script_test_9.t
|
4600 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_9.stdout: script_test_9
|
4601 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -lW script_test_9 > script_test_9.stdout
|
4602 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dynamic_list: basic_test.o gcctestdir/ld $(srcdir)/dynamic_list.t
|
4603 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o \
|
4604 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list $(srcdir)/dynamic_list.t \
|
4605 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-data \
|
4606 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-cpp-new \
|
4607 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-cpp-typeinfo
|
4608 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dynamic_list.stdout: dynamic_list
|
4609 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -W --dyn-syms dynamic_list > dynamic_list.stdout
|
4610 |
|
|
|
4611 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libthin1.a: thin_archive_test_1.o alt/thin_archive_test_2.o
|
4612 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
4613 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
4614 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libthin2.a: thin_archive_test_3.o alt/thin_archive_test_4.o
|
4615 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
4616 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
4617 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libthin3.a: thin_archive_test_1.o alt/thin_archive_test_4.o
|
4618 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
4619 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
4620 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libthin4.a: alt/thin_archive_test_2.o thin_archive_test_3.o
|
4621 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
4622 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
4623 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libthinall.a: libthin3.a alt/libthin4.a
|
4624 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
4625 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
4626 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/thin_archive_test_2.o: thin_archive_test_2.cc
|
4627 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
4628 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4629 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/thin_archive_test_4.o: thin_archive_test_4.cc
|
4630 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
4631 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4632 |
|
|
@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
|
4633 |
|
|
@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
|
4634 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_1.err: plugin_test_1
|
4635 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_1.err
|
4636 |
|
|
@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
|
4637 |
|
|
@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
|
4638 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_2.err: plugin_test_2
|
4639 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_2.err
|
4640 |
|
|
@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
|
4641 |
|
|
@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
|
4642 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_3.err: plugin_test_3
|
4643 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_3.err
|
4644 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4: two_file_test_main.o plugin_test_4.a gcctestdir/ld plugin_test.so
|
4645 |
|
|
@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
|
4646 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4.err: plugin_test_4
|
4647 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_4.err
|
4648 |
|
|
|
4649 |
|
|
@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
|
4650 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_AR) cr $@ $^
|
4651 |
|
|
@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
|
4652 |
|
|
@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
|
4653 |
|
|
@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
|
4654 |
|
|
@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
|
4655 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_6.err: plugin_test_6
|
4656 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_6.err
|
4657 |
|
|
@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
|
4658 |
|
|
@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
|
4659 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7.syms: plugin_test_7
|
4660 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4661 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_1.o: plugin_test_7_1.c
|
4662 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -DLTO -O0 -c -ffunction-sections -fdata-sections -o $@ $<
|
4663 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_1_orig.o: plugin_test_7_1.c
|
4664 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -fdata-sections -o $@ $<
|
4665 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_1.syms: plugin_test_7_1_orig.o
|
4666 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4667 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7_2.o: plugin_test_7_2.c
|
4668 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -ffunction-sections -fdata-sections -o $@ $<
|
4669 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_7.err: plugin_test_7
|
4670 |
|
|
@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
|
4671 |
|
|
@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
|
4672 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_8: plugin_test_8.o gcctestdir/ld
|
4673 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle plugin_test_8.o
|
4674 |
|
|
@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
|
4675 |
|
|
@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>$@"
|
4676 |
|
|
@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 \
|
4677 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ echo 1>&2 "Link of plugin_test_9 should have failed"; \
|
4678 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ rm -f $@; \
|
4679 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ exit 1; \
|
4680 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ fi
|
4681 |
|
|
# Make a .syms file that claims to define the symbol _Z4t16av.
|
4682 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1c.syms: two_file_test_1.syms two_file_test_1c.o
|
4683 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ cp two_file_test_1.syms $@.tmp
|
4684 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ grep "_Z4t16av" two_file_test_1b.syms >> $@.tmp
|
4685 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ mv -f $@.tmp $@
|
4686 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1c.o: two_file_test_1.o
|
4687 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ cp two_file_test_1.o $@
|
4688 |
|
|
|
4689 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test.so: plugin_test.o
|
4690 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(LINK) -Bgcctestdir/ -shared plugin_test.o
|
4691 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test.o: plugin_test.c
|
4692 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -fpic -o $@ $<
|
4693 |
|
|
|
4694 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_main.syms: two_file_test_main.o
|
4695 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4696 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1.syms: two_file_test_1.o
|
4697 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4698 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1b.syms: two_file_test_1b.o
|
4699 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4700 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_2.syms: two_file_test_2.o
|
4701 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4702 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_common_test_1.syms: plugin_common_test_1.o
|
4703 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4704 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_common_test_2.syms: plugin_common_test_2.o
|
4705 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4706 |
|
|
|
4707 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@empty.syms:
|
4708 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo "" >$@
|
4709 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo "Symbol table" >>$@
|
4710 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@unused.syms: unused.o
|
4711 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4712 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo " 1: 00000000 4 FUNC GLOBAL DEFAULT 1 UNUSED" >>$@
|
4713 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@unused.o: unused.c
|
4714 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -c -o $@ $<
|
4715 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@unused.c:
|
4716 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @cp /dev/null $@
|
4717 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test.syms: exclude_libs_test
|
4718 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4719 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libexclude_libs_test_1.a: exclude_libs_test_1.o
|
4720 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
4721 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libexclude_libs_test_2.a: exclude_libs_test_2.o
|
4722 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
4723 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libexclude_libs_test_3.a: exclude_libs_test_3.o
|
4724 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
4725 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
4726 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@local_labels_test.o: ver_test_6.c
|
4727 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -g -c -Wa,-L -o $@ $<
|
4728 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@local_labels_test: local_labels_test.o
|
4729 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ local_labels_test.o
|
4730 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test.syms: discard_locals_test
|
4731 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4732 |
|
|
# '-Wa,-L' is required to preserve the local label used for testing.
|
4733 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test.o: discard_locals_test.c
|
4734 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -Wa,-L -o $@ $<
|
4735 |
|
|
|
4736 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test1.syms: discard_locals_relocatable_test1.out
|
4737 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4738 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test.o: discard_locals_relocatable_test.c
|
4739 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -Wa,-L -fPIC -o $@ $<
|
4740 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test1.out: discard_locals_relocatable_test.o ../ld-new
|
4741 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new --discard-locals -relocatable -o $@ $<
|
4742 |
|
|
|
4743 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test2.syms: discard_locals_relocatable_test2.out
|
4744 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
4745 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_relocatable_test2.out: discard_locals_relocatable_test.o ../ld-new
|
4746 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ../ld-new --discard-all -relocatable -o $@ $<
|
4747 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libhidden.so: hidden_test_1.c gcctestdir/ld
|
4748 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -Bgcctestdir/ -g -shared -fPIC -w -o $@ $(srcdir)/hidden_test_1.c
|
4749 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@hidden_test: hidden_test_main.o libhidden.so gcctestdir/ld
|
4750 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -Wl,-R,. hidden_test_main.o libhidden.so 2>hidden_test.err
|
4751 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@hidden_test.err: hidden_test
|
4752 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @touch hidden_test.err
|
4753 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.so: basic_pic_test.o gcctestdir/ld
|
4754 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 'main' > retain_symbols_file_test.in
|
4755 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 't1' >> retain_symbols_file_test.in
|
4756 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in
|
4757 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in
|
4758 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_Z3t18v' >> retain_symbols_file_test.in
|
4759 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '__tcf_0' >> retain_symbols_file_test.in
|
4760 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-retain-symbols-file,retain_symbols_file_test.in basic_pic_test.o
|
4761 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.stdout: retain_symbols_file_test.so
|
4762 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C retain_symbols_file_test.so > $@
|
4763 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@permission_test: basic_test.o gcctestdir/ld
|
4764 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ umask 022; \
|
4765 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
4766 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ touch $@; \
|
4767 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod 600 $@; \
|
4768 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o
|
4769 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_lib.o: searched_file_test_lib.cc
|
4770 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
4771 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/searched_file_test_lib.a: searched_file_test_lib.o
|
4772 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
4773 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
4774 |
|
|
# We invoke the linker directly since gcc may include additional objects that
|
4775 |
|
|
# uses symbol versioning.
|
4776 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libno_version_test.so: no_version_test.o gcctestdir/ld
|
4777 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -shared -o $@ no_version_test.o
|
4778 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@no_version_test.o: no_version_test.c
|
4779 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c -fPIC $<
|
4780 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@no_version_test.stdout: libno_version_test.so
|
4781 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_OBJDUMP) -h $< > $@
|
4782 |
|
|
|
4783 |
|
|
# Test STT_GNU_IFUNC symbols.
|
4784 |
|
|
|
4785 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod1.o: ifuncmod1.c
|
4786 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4787 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod1.so: ifuncmod1.o gcctestdir/ld
|
4788 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared ifuncmod1.o
|
4789 |
|
|
|
4790 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncdep1.o: ifuncmod1.c
|
4791 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -o $@ $<
|
4792 |
|
|
|
4793 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1pic.o: ifuncmain1.c
|
4794 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4795 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1pie.o: ifuncmain1.c
|
4796 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpie -o $@ $<
|
4797 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1picstatic: ifuncmain1pic.o ifuncmod1.o gcctestdir/ld
|
4798 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -static ifuncmain1pic.o ifuncmod1.o
|
4799 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1pic: ifuncmain1pic.o ifuncmod1.so gcctestdir/ld
|
4800 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.so -Wl,-R,.
|
4801 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vispic.o: ifuncmain1vis.c
|
4802 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4803 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vispic: ifuncmain1vispic.o ifuncmod1.so gcctestdir/ld
|
4804 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.so -Wl,-R,.
|
4805 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1staticpic: ifuncmain1pic.o ifuncmod1.o gcctestdir/ld
|
4806 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.o
|
4807 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1pie: ifuncmain1pie.o ifuncmod1.so gcctestdir/ld
|
4808 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -pie ifuncmain1pie.o ifuncmod1.so -Wl,-R,.
|
4809 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vispie.o: ifuncmain1vis.c
|
4810 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpie -o $@ $<
|
4811 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1vispie: ifuncmain1vispie.o ifuncmod1.so gcctestdir/ld
|
4812 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -pie ifuncmain1vispie.o ifuncmod1.so -Wl,-R,.
|
4813 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain1staticpie: ifuncmain1pie.o ifuncmod1.o gcctestdir/ld
|
4814 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -pie ifuncmain1pie.o ifuncmod1.o
|
4815 |
|
|
|
4816 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2pic.o: ifuncmain2.c
|
4817 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4818 |
|
|
|
4819 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncdep2pic.o: ifuncdep2.c
|
4820 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4821 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2picstatic: ifuncmain2pic.o ifuncdep2pic.o gcctestdir/ld
|
4822 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -static ifuncmain2pic.o ifuncdep2pic.o
|
4823 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain2pic: ifuncmain2pic.o ifuncdep2pic.o gcctestdir/ld
|
4824 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain2pic.o ifuncdep2pic.o
|
4825 |
|
|
|
4826 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod3.o: ifuncmod3.c
|
4827 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4828 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod3.so: ifuncmod3.o gcctestdir/ld
|
4829 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared ifuncmod3.o
|
4830 |
|
|
|
4831 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4pic.o: ifuncmain4.c
|
4832 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4833 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain4picstatic: ifuncmain4pic.o gcctestdir/ld
|
4834 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -static ifuncmain4pic.o
|
4835 |
27 |
khays |
|
4836 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5pic.o: ifuncmain5.c
|
4837 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4838 |
|
|
|
4839 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5pie.o: ifuncmain5.c
|
4840 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpie -o $@ $<
|
4841 |
|
|
|
4842 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod5.o: ifuncmod5.c
|
4843 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4844 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod5.so: ifuncmod5.o gcctestdir/ld
|
4845 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared ifuncmod5.o
|
4846 |
|
|
|
4847 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncdep5.o: ifuncmod5.c
|
4848 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -o $@ $<
|
4849 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5picstatic: ifuncmain5pic.o ifuncmod5.o gcctestdir/ld
|
4850 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -static ifuncmain5pic.o ifuncmod5.o
|
4851 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5pic: ifuncmain5pic.o ifuncmod5.so gcctestdir/ld
|
4852 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain5pic.o ifuncmod5.so -Wl,-R,.
|
4853 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5staticpic: ifuncmain5pic.o ifuncmod5.o gcctestdir/ld
|
4854 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain5pic.o ifuncmod5.o
|
4855 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain5pie: ifuncmain5pie.o ifuncmod5.so gcctestdir/ld
|
4856 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -pie ifuncmain5pie.o ifuncmod5.so -Wl,-R,.
|
4857 |
|
|
|
4858 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain6pie.o: ifuncmain6pie.c
|
4859 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpie -o $@ $<
|
4860 |
|
|
|
4861 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod6.o: ifuncmod6.c
|
4862 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4863 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmod6.so: ifuncmod6.o gcctestdir/ld
|
4864 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared ifuncmod6.o
|
4865 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain6pie: ifuncmain6pie.o ifuncmod6.so gcctestdir/ld
|
4866 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -pie ifuncmain6pie.o ifuncmod6.so -Wl,-R,.
|
4867 |
|
|
|
4868 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7pic.o: ifuncmain7.c
|
4869 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4870 |
|
|
|
4871 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7pie.o: ifuncmain7.c
|
4872 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpie -o $@ $<
|
4873 |
159 |
khays |
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7picstatic: ifuncmain7pic.o gcctestdir/ld
|
4874 |
|
|
@GCC_TRUE@@HAVE_STATIC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -static ifuncmain7pic.o
|
4875 |
27 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7pic: ifuncmain7pic.o gcctestdir/ld
|
4876 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ ifuncmain7pic.o
|
4877 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncmain7pie: ifuncmain7pie.o gcctestdir/ld
|
4878 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -pie ifuncmain7pie.o
|
4879 |
159 |
khays |
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar1_pic.o: ifuncvar1.c
|
4880 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4881 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar2_pic.o: ifuncvar2.c
|
4882 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -fpic -o $@ $<
|
4883 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ifuncvar.so: ifuncvar1_pic.o ifuncvar2_pic.o gcctestdir/ld
|
4884 |
|
|
@GCC_TRUE@@IFUNC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -shared ifuncvar1_pic.o ifuncvar2_pic.o
|
4885 |
27 |
khays |
@GCC_TRUE@@NATIVE_LINKER_TRUE@strong_ref_weak_def_2.o: strong_ref_weak_def_2.c
|
4886 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c -fPIC $<
|
4887 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@strong_ref_weak_def_2.so: strong_ref_weak_def_2.o gcctestdir/ld
|
4888 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -shared -o $@ strong_ref_weak_def_2.o
|
4889 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@strong_ref_weak_def_1.o: strong_ref_weak_def_1.c
|
4890 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c -fPIC $<
|
4891 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@strong_ref_weak_def_1.so: strong_ref_weak_def_1.o strong_ref_weak_def_2.so \
|
4892 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld
|
4893 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -shared -o $@ strong_ref_weak_def_1.o \
|
4894 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ strong_ref_weak_def_2.so
|
4895 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@strong_ref_weak_def.stdout: strong_ref_weak_def_1.so
|
4896 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sWD $< > $@
|
4897 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dyn_weak_ref_2.o: dyn_weak_ref_2.c
|
4898 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c -fPIC $<
|
4899 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dyn_weak_ref_2.so: dyn_weak_ref_2.o gcctestdir/ld
|
4900 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -shared -o $@ dyn_weak_ref_2.o
|
4901 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dyn_weak_ref_1.o: dyn_weak_ref_1.c
|
4902 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c -fPIC $<
|
4903 |
|
|
# We intentionally put dyn_weak_ref_2.so in front of dyn_weak_ref_1.o
|
4904 |
|
|
# so that the weak ref there goes to gold's symbol table first.
|
4905 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dyn_weak_ref_1.so: dyn_weak_ref_1.o dyn_weak_ref_2.so gcctestdir/ld
|
4906 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -shared -o $@ dyn_weak_ref_2.so dyn_weak_ref_1.o
|
4907 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dyn_weak_ref.stdout: dyn_weak_ref_1.so
|
4908 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sWD $< > $@
|
4909 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@start_lib_test: start_lib_test_main.o libstart_lib_test.a start_lib_test_2.o start_lib_test_3.o \
|
4910 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld
|
4911 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -o $@ start_lib_test_main.o -L. -lstart_lib_test \
|
4912 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--start-lib start_lib_test_2.o start_lib_test_3.o -Wl,--end-lib
|
4913 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libstart_lib_test.a: start_lib_test_1.o
|
4914 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
4915 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@memory_test.o: memory_test.s
|
4916 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -o $@ -c $<
|
4917 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@memory_test: memory_test.o gcctestdir/ld $(srcdir)/memory_test.t
|
4918 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -nostartfiles -nostdlib -T $(srcdir)/memory_test.t -o $@ memory_test.o
|
4919 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@memory_test.stdout: memory_test
|
4920 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -lWS $< > $@
|
4921 |
159 |
khays |
|
4922 |
|
|
# End-to-end incremental linking tests.
|
4923 |
|
|
# Incremental linking is currently supported only on the x86_64 target.
|
4924 |
|
|
|
4925 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_v1_ndebug.o: two_file_test_1_v1.cc
|
4926 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g0 -c -o $@ $<
|
4927 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_ndebug.o: two_file_test_1.cc
|
4928 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g0 -c -o $@ $<
|
4929 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_ndebug.o: two_file_test_1b.cc
|
4930 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g0 -c -o $@ $<
|
4931 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_ndebug.o: two_file_test_2.cc
|
4932 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g0 -c -o $@ $<
|
4933 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_main_ndebug.o: two_file_test_main.cc
|
4934 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g0 -c -o $@ $<
|
4935 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_2: two_file_test_1_v1_ndebug.o two_file_test_1_ndebug.o two_file_test_1b_ndebug.o \
|
4936 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2_ndebug.o two_file_test_main_ndebug.o gcctestdir/ld
|
4937 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1_v1_ndebug.o two_file_test_tmp_2.o
|
4938 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_tmp_2.o two_file_test_1b_ndebug.o two_file_test_2_ndebug.o two_file_test_main_ndebug.o
|
4939 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4940 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1_ndebug.o two_file_test_tmp_2.o
|
4941 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update -Bgcctestdir/ two_file_test_tmp_2.o two_file_test_1b_ndebug.o two_file_test_2_ndebug.o two_file_test_main_ndebug.o
|
4942 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_3: two_file_test_1.o two_file_test_1b_v1.o two_file_test_1b.o \
|
4943 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.o two_file_test_main.o gcctestdir/ld
|
4944 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1b_v1.o two_file_test_tmp_3.o
|
4945 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_1.o two_file_test_tmp_3.o two_file_test_2.o two_file_test_main.o
|
4946 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4947 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1b.o two_file_test_tmp_3.o
|
4948 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update -Bgcctestdir/ two_file_test_1.o two_file_test_tmp_3.o two_file_test_2.o two_file_test_main.o
|
4949 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_4: two_file_test_1.o two_file_test_1b.o two_file_test_2_v1.o \
|
4950 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.o two_file_test_main.o gcctestdir/ld
|
4951 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_2_v1.o two_file_test_tmp_4.o
|
4952 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_1.o two_file_test_1b.o two_file_test_tmp_4.o two_file_test_main.o
|
4953 |
27 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f incremental_test_4 incremental_test_4.base
|
4954 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4955 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_2.o two_file_test_tmp_4.o
|
4956 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update,--incremental-base=incremental_test_4.base -Bgcctestdir/ two_file_test_1.o two_file_test_1b.o two_file_test_tmp_4.o two_file_test_main.o
|
4957 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_5: two_file_test_1.o two_file_test_1b_v1.o two_file_test_1b.o \
|
4958 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.o two_file_test_main.o gcctestdir/ld
|
4959 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1b_v1.o two_file_test_tmp_5.o
|
4960 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc two_file_test_5.a two_file_test_1.o two_file_test_tmp_5.o two_file_test_2.o
|
4961 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_main.o two_file_test_5.a
|
4962 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4963 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1b.o two_file_test_tmp_5.o
|
4964 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc two_file_test_5.a two_file_test_1.o two_file_test_tmp_5.o two_file_test_2.o
|
4965 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update -Bgcctestdir/ two_file_test_main.o two_file_test_5.a
|
4966 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_test_6: two_file_test_1.o two_file_test_1b_v1.o two_file_test_1b.o \
|
4967 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.o two_file_test_main.o gcctestdir/ld
|
4968 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1b.o two_file_test_tmp_6.o
|
4969 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc two_file_test_6.a two_file_test_1.o two_file_test_tmp_6.o two_file_test_2.o
|
4970 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_main.o two_file_test_6.a
|
4971 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4972 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f two_file_test_1b_v1.o two_file_test_tmp_6.o
|
4973 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc two_file_test_6.a two_file_test_1.o two_file_test_tmp_6.o two_file_test_2.o
|
4974 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update -Bgcctestdir/ two_file_test_main.o -Wl,--incremental-unchanged two_file_test_6.a -Wl,--incremental-unknown
|
4975 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_copy_test: copy_test_v1.o copy_test.o copy_test_1.so copy_test_2.so
|
4976 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f copy_test_v1.o copy_test_tmp.o
|
4977 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ -Wl,-R,. copy_test_tmp.o copy_test_1.so copy_test_2.so
|
4978 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4979 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f copy_test.o copy_test_tmp.o
|
4980 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update -Bgcctestdir/ -Wl,-R,. copy_test_tmp.o copy_test_1.so copy_test_2.so
|
4981 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@incremental_common_test_1: common_test_1_v1.o common_test_1_v2.o gcctestdir/ld
|
4982 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f common_test_1_v1.o common_test_1_tmp.o
|
4983 |
159 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ common_test_1_tmp.o
|
4984 |
148 |
khays |
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ @sleep 1
|
4985 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ cp -f common_test_1_v2.o common_test_1_tmp.o
|
4986 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Wl,--incremental-update -Bgcctestdir/ common_test_1_tmp.o
|
4987 |
27 |
khays |
@NATIVE_OR_CROSS_LINKER_TRUE@script_test_10.o: script_test_10.s
|
4988 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
4989 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@script_test_10: $(srcdir)/script_test_10.t script_test_10.o gcctestdir/ld
|
4990 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ gcctestdir/ld -o $@ script_test_10.o -T $(srcdir)/script_test_10.t
|
4991 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@script_test_10.stdout: script_test_10
|
4992 |
|
|
@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -SW script_test_10 > $@
|
4993 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_1.o: split_i386_1.s
|
4994 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
4995 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_2.o: split_i386_2.s
|
4996 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
4997 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_3.o: split_i386_3.s
|
4998 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
4999 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_4.o: split_i386_4.s
|
5000 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5001 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_n.o: split_i386_n.s
|
5002 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5003 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_1: split_i386_1.o split_i386_n.o ../ld-new
|
5004 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_1.o split_i386_n.o
|
5005 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_1.stdout: split_i386_1
|
5006 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
5007 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_2: split_i386_2.o split_i386_n.o ../ld-new
|
5008 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_2.o split_i386_n.o
|
5009 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_2.stdout: split_i386_2
|
5010 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
5011 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_3.stdout: split_i386_3.o split_i386_n.o ../ld-new
|
5012 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o split_i386_3 split_i386_3.o split_i386_n.o > $@ 2>&1 || exit 0
|
5013 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_4: split_i386_4.o split_i386_n.o ../ld-new
|
5014 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_4.o split_i386_n.o
|
5015 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_4.stdout: split_i386_4
|
5016 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
5017 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_i386_r.stdout: split_i386_1.o split_i386_n.o ../ld-new
|
5018 |
|
|
@DEFAULT_TARGET_I386_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -r split_i386_1.o split_i386_n.o -o split_i386_r > $@ 2>&1 || exit 0
|
5019 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_1.o: split_x86_64_1.s
|
5020 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5021 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_2.o: split_x86_64_2.s
|
5022 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5023 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_3.o: split_x86_64_3.s
|
5024 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5025 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_4.o: split_x86_64_4.s
|
5026 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5027 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_n.o: split_x86_64_n.s
|
5028 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5029 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_1: split_x86_64_1.o split_x86_64_n.o ../ld-new
|
5030 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_1.o split_x86_64_n.o
|
5031 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_1.stdout: split_x86_64_1
|
5032 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
5033 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_2: split_x86_64_2.o split_x86_64_n.o ../ld-new
|
5034 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_2.o split_x86_64_n.o
|
5035 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_2.stdout: split_x86_64_2
|
5036 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
5037 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_3.stdout: split_x86_64_3.o split_x86_64_n.o ../ld-new
|
5038 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o split_x86_64_3 split_x86_64_3.o split_x86_64_n.o > $@ 2>&1 || exit 0
|
5039 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_4: split_x86_64_4.o split_x86_64_n.o ../ld-new
|
5040 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_4.o split_x86_64_n.o
|
5041 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_4.stdout: split_x86_64_4
|
5042 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
5043 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@split_x86_64_r.stdout: split_x86_64_1.o split_x86_64_n.o ../ld-new
|
5044 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -r split_x86_64_1.o split_x86_64_n.o -o split_x86_64_r > $@ 2>&1 || exit 0
|
5045 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_abs_lib.o: arm_abs_lib.s
|
5046 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -march=armv7-a -o $@ $<
|
5047 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@libarm_abs.so: arm_abs_lib.o ../ld-new
|
5048 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -shared -o $@ arm_abs_lib.o
|
5049 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_abs_global.o: arm_abs_global.s
|
5050 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -march=armv7-a -o $@ $<
|
5051 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_abs_global: arm_abs_global.o libarm_abs.so ../ld-new
|
5052 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ arm_abs_global.o -L. -larm_abs
|
5053 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_abs_global.stdout: arm_abs_global
|
5054 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -r $< > $@
|
5055 |
|
|
|
5056 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_bl_in_range.stdout: arm_bl_in_range
|
5057 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5058 |
|
|
|
5059 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_bl_in_range: arm_bl_in_range.o ../ld-new
|
5060 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/arm_branch_range.t -o $@ $<
|
5061 |
|
|
|
5062 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_bl_in_range.o: arm_bl_in_range.s
|
5063 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5064 |
|
|
|
5065 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_bl_out_of_range.stdout: arm_bl_out_of_range
|
5066 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -S $< > $@
|
5067 |
|
|
|
5068 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_bl_out_of_range: arm_bl_out_of_range.o ../ld-new
|
5069 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/arm_branch_range.t -o $@ $<
|
5070 |
|
|
|
5071 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_bl_out_of_range.o: arm_bl_out_of_range.s
|
5072 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5073 |
|
|
|
5074 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_in_range.stdout: thumb_bl_in_range
|
5075 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5076 |
|
|
|
5077 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_in_range: thumb_bl_in_range.o ../ld-new
|
5078 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
|
5079 |
|
|
|
5080 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_in_range.o: thumb_bl_in_range.s
|
5081 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
|
5082 |
|
|
|
5083 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_out_of_range.stdout: thumb_bl_out_of_range
|
5084 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5085 |
|
|
|
5086 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_out_of_range: thumb_bl_out_of_range.o ../ld-new
|
5087 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
|
5088 |
|
|
|
5089 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_out_of_range.o: thumb_bl_out_of_range.s
|
5090 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
|
5091 |
|
|
|
5092 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_bl_in_range.stdout: thumb2_bl_in_range
|
5093 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5094 |
|
|
|
5095 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_bl_in_range: thumb2_bl_in_range.o ../ld-new
|
5096 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
|
5097 |
|
|
|
5098 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_bl_in_range.o: thumb_bl_in_range.s
|
5099 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
|
5100 |
|
|
|
5101 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_bl_out_of_range.stdout: thumb2_bl_out_of_range
|
5102 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5103 |
|
|
|
5104 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_bl_out_of_range: thumb2_bl_out_of_range.o ../ld-new
|
5105 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
|
5106 |
|
|
|
5107 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_bl_out_of_range.o: thumb_bl_out_of_range.s
|
5108 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
|
5109 |
|
|
|
5110 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_blx_in_range.stdout: thumb_blx_in_range
|
5111 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5112 |
|
|
|
5113 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_blx_in_range: thumb_blx_in_range.o ../ld-new
|
5114 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
|
5115 |
|
|
|
5116 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_blx_in_range.o: thumb_blx_in_range.s
|
5117 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
|
5118 |
|
|
|
5119 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_blx_out_of_range.stdout: thumb_blx_out_of_range
|
5120 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5121 |
|
|
|
5122 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_blx_out_of_range: thumb_blx_out_of_range.o ../ld-new
|
5123 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
|
5124 |
|
|
|
5125 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_blx_out_of_range.o: thumb_blx_out_of_range.s
|
5126 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
|
5127 |
|
|
|
5128 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_blx_in_range.stdout: thumb2_blx_in_range
|
5129 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5130 |
|
|
|
5131 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_blx_in_range: thumb2_blx_in_range.o ../ld-new
|
5132 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
|
5133 |
|
|
|
5134 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_blx_in_range.o: thumb_blx_in_range.s
|
5135 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
|
5136 |
|
|
|
5137 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_blx_out_of_range.stdout: thumb2_blx_out_of_range
|
5138 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5139 |
|
|
|
5140 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_blx_out_of_range: thumb2_blx_out_of_range.o ../ld-new
|
5141 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb2_branch_range.t -o $@ $<
|
5142 |
|
|
|
5143 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb2_blx_out_of_range.o: thumb_blx_out_of_range.s
|
5144 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv7-a $<
|
5145 |
|
|
|
5146 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_out_of_range_local.stdout: thumb_bl_out_of_range_local
|
5147 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5148 |
|
|
|
5149 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_out_of_range_local: thumb_bl_out_of_range_local.o ../ld-new
|
5150 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/thumb_branch_range.t -o $@ $<
|
5151 |
|
|
|
5152 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@thumb_bl_out_of_range_local.o: thumb_bl_out_of_range_local.s
|
5153 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ -march=armv5te $<
|
5154 |
|
|
|
5155 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_thm_jump11.stdout: arm_thm_jump11
|
5156 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5157 |
|
|
|
5158 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_thm_jump11: arm_thm_jump11.o ../ld-new
|
5159 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/arm_thm_jump11.t -o $@ $<
|
5160 |
|
|
|
5161 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_thm_jump11.o: arm_thm_jump11.s
|
5162 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5163 |
|
|
|
5164 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_thm_jump8.stdout: arm_thm_jump8
|
5165 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5166 |
|
|
|
5167 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_thm_jump8: arm_thm_jump8.o ../ld-new
|
5168 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -T $(srcdir)/arm_thm_jump8.t -o $@ $<
|
5169 |
|
|
|
5170 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_thm_jump8.o: arm_thm_jump8.s
|
5171 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5172 |
|
|
|
5173 |
27 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_fix_v4bx.stdout: arm_fix_v4bx
|
5174 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5175 |
|
|
|
5176 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_fix_v4bx: arm_fix_v4bx.o ../ld-new
|
5177 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new --fix-v4bx -o $@ $<
|
5178 |
|
|
|
5179 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_fix_v4bx.o: arm_fix_v4bx.s
|
5180 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5181 |
|
|
|
5182 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_fix_v4bx_interworking.stdout: arm_fix_v4bx_interworking
|
5183 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5184 |
|
|
|
5185 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_fix_v4bx_interworking: arm_fix_v4bx.o ../ld-new
|
5186 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new --fix-v4bx-interworking -o $@ $<
|
5187 |
|
|
|
5188 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_no_fix_v4bx.stdout: arm_no_fix_v4bx
|
5189 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5190 |
|
|
|
5191 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_no_fix_v4bx: arm_fix_v4bx.o ../ld-new
|
5192 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5193 |
|
|
|
5194 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_6.stdout: arm_attr_merge_6
|
5195 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -A $< > $@
|
5196 |
|
|
|
5197 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_6: arm_attr_merge_6a.o arm_attr_merge_6b.o
|
5198 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ arm_attr_merge_6a.o arm_attr_merge_6b.o
|
5199 |
|
|
|
5200 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_6a.o: arm_attr_merge_6a.s
|
5201 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5202 |
|
|
|
5203 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_6b.o: arm_attr_merge_6b.s
|
5204 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5205 |
|
|
|
5206 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_6r.stdout: arm_attr_merge_6r
|
5207 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -A $< > $@
|
5208 |
|
|
|
5209 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_6r: arm_attr_merge_6b.o arm_attr_merge_6a.o
|
5210 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ arm_attr_merge_6b.o arm_attr_merge_6a.o
|
5211 |
|
|
|
5212 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_7.stdout: arm_attr_merge_7
|
5213 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -A $< > $@
|
5214 |
|
|
|
5215 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_7: arm_attr_merge_7a.o arm_attr_merge_7b.o
|
5216 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ arm_attr_merge_7a.o arm_attr_merge_7b.o
|
5217 |
|
|
|
5218 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_7a.o: arm_attr_merge_7a.s
|
5219 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5220 |
|
|
|
5221 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_attr_merge_7b.o: arm_attr_merge_7b.s
|
5222 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5223 |
|
|
|
5224 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_b_cond.stdout: arm_cortex_a8_b_cond
|
5225 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5226 |
|
|
|
5227 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_b_cond: arm_cortex_a8_b_cond.o ../ld-new
|
5228 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5229 |
|
|
|
5230 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_b_cond.o: arm_cortex_a8_b_cond.s
|
5231 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5232 |
|
|
|
5233 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_b.stdout: arm_cortex_a8_b
|
5234 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5235 |
|
|
|
5236 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_b: arm_cortex_a8_b.o ../ld-new
|
5237 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new --fix-cortex-a8 -o $@ $<
|
5238 |
|
|
|
5239 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_b.o: arm_cortex_a8_b.s
|
5240 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5241 |
|
|
|
5242 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_bl.stdout: arm_cortex_a8_bl
|
5243 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5244 |
|
|
|
5245 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_bl: arm_cortex_a8_bl.o ../ld-new
|
5246 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5247 |
|
|
|
5248 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_bl.o: arm_cortex_a8_bl.s
|
5249 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5250 |
|
|
|
5251 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_blx.stdout: arm_cortex_a8_blx
|
5252 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5253 |
|
|
|
5254 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_blx: arm_cortex_a8_blx.o ../ld-new
|
5255 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5256 |
|
|
|
5257 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_blx.o: arm_cortex_a8_blx.s
|
5258 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5259 |
|
|
|
5260 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_local.stdout: arm_cortex_a8_local
|
5261 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5262 |
|
|
|
5263 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_local: arm_cortex_a8_local.o ../ld-new
|
5264 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5265 |
|
|
|
5266 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_local.o: arm_cortex_a8_local.s
|
5267 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5268 |
|
|
|
5269 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_local_reloc.stdout: arm_cortex_a8_local_reloc
|
5270 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D -j.text $< > $@
|
5271 |
|
|
|
5272 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_local_reloc: arm_cortex_a8_local_reloc.o ../ld-new
|
5273 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5274 |
|
|
|
5275 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_cortex_a8_local_reloc.o: arm_cortex_a8_local_reloc.s
|
5276 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5277 |
|
|
|
5278 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_exidx_test.stdout: arm_exidx_test.so
|
5279 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -S $< > $@
|
5280 |
|
|
|
5281 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_exidx_test.so: arm_exidx_test.o ../ld-new
|
5282 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -shared -o $@ $<
|
5283 |
|
|
|
5284 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_exidx_test.o: arm_exidx_test.s
|
5285 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5286 |
|
|
|
5287 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@pr12826.stdout: pr12826.so
|
5288 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_READELF) -A $< > $@
|
5289 |
|
|
|
5290 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@pr12826.so: pr12826_1.o pr12826_2.o ../ld-new
|
5291 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -shared -o $@ $<
|
5292 |
|
|
|
5293 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@pr12826_1.o: pr12826_1.s
|
5294 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5295 |
|
|
|
5296 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@pr12826_2.o: pr12826_2.s
|
5297 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5298 |
|
|
|
5299 |
159 |
khays |
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_unaligned_reloc.stdout: arm_unaligned_reloc
|
5300 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_OBJDUMP) -D $< > $@
|
5301 |
|
|
|
5302 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_unaligned_reloc: arm_unaligned_reloc.o ../ld-new
|
5303 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ ../ld-new -o $@ $<
|
5304 |
|
|
|
5305 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@arm_unaligned_reloc.o: arm_unaligned_reloc.s
|
5306 |
|
|
@DEFAULT_TARGET_ARM_TRUE@@NATIVE_OR_CROSS_LINKER_TRUE@ $(TEST_AS) -o $@ $<
|
5307 |
|
|
|
5308 |
27 |
khays |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
5309 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
5310 |
|
|
.NOEXPORT:
|