Remove datasize measurements based on sbrk()
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2017-07-19 Tristan Gingold <gingold@adacore.com>
2
3 * ldmain.c (main): Remove display of data size.
4
5 2017-07-18 Maciej W. Rozycki <macro@imgtec.com>
6
7 * testsuite/ld-elf/binutils.exp (binutils_test): Make the
8 expectation for `.got' in GNU_RELRO segment target-specific.
9 Handle `.got.plt' separately.
10
11 2017-07-18 Maciej W. Rozycki <macro@imgtec.com>
12
13 * testsuite/ld-elf/binutils.exp (binutils_test): Make the
14 expectation for `.dynamic' in GNU_RELRO segment target-specific.
15
16 2017-07-18 Nick Clifton <nickc@redhat.com>
17
18 PR 21775
19 * ld.texinfo: Fix spelling typos.
20 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
21
22 2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
23
24 * testsuite/ld-i386/i386.exp: Run pie1 and pie1-nacl.
25 * testsuite/ld-i386/pie1-nacl.d: New file.
26 * testsuite/ld-i386/pie1.d: Likewise.
27 * testsuite/ld-i386/pie1.s: Likewise.
28
29 2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR ld/21782
32 * testsuite/ld-x86-64/pie3-nacl.d: New file.
33 * testsuite/ld-x86-64/pie3.d: Likewise.
34 * testsuite/ld-x86-64/pie3.s: Likewise.
35 * testsuite/ld-x86-64/x86-64.exp: Run pie3 and pie3-nacl.
36
37 2017-07-14 Alan Modra <amodra@gmail.com>
38
39 * testsuite/ld-powerpc/powerpc.exp: Add -shared to tlsop5 tests.
40 * testsuite/ld-powerpc/tlsopt5.d: Adjust.
41 * testsuite/ld-powerpc/tlsopt1_32.s: Use r30 as GOT pointer.
42 * testsuite/ld-powerpc/tlsopt2_32.s: Likewise.
43 * testsuite/ld-powerpc/tlsopt3_32.s: Likewise.
44 * testsuite/ld-powerpc/tlsopt4_32.s: Likewise.
45 * testsuite/ld-powerpc/tlsopt5_32.s: Rewrite.
46 * testsuite/ld-powerpc/tlsopt1_32.d: Adjust.
47 * testsuite/ld-powerpc/tlsopt2_32.d: Adjust.
48 * testsuite/ld-powerpc/tlsopt3_32.d: Adjust.
49 * testsuite/ld-powerpc/tlsopt5_32.d: Adjust.
50
51 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
52
53 * testsuite/ld-unique/pr21529.ld: New test linker script.
54 * testsuite/ld-unique/pr21529.d: Use it.
55
56 2017-07-12 Alan Modra <amodra@gmail.com>
57
58 * po/bg.po: Update from translationproject.org/latest/ld/.
59 * po/da.po: Likewise.
60 * po/es.po: Likewise.
61 * po/fi.po: Likewise.
62 * po/fr.po: Likewise.
63 * po/id.po: Likewise.
64 * po/it.po: Likewise.
65 * po/ja.po: Likewise.
66 * po/tr.po: Likewise.
67 * po/uk.po: Likewise.
68 * po/vi.po: Likewise.
69 * po/zh_CN.po: Likewise.
70 * po/zh_TW.po: Likewise.
71 * po/de.po: New file from translationproject.org.
72 * po/ru.po: Likewise.
73 * configure.ac (ALL_LINGUAS): Add de, ru. Sort.
74 * configure: Regenerate.
75
76 2017-07-12 Alan Modra <amodra@gmail.com>
77
78 * testsuite/ld-scripts/align.exp: Exclude powerpc*-*-aix*.
79 * testsuite/ld-scripts/assign-loc.d: Likewise.
80 * testsuite/ld-scripts/defined3.d: Likewise.
81 * testsuite/ld-scripts/defined4.d: Likewise.
82 * testsuite/ld-scripts/defined5.d: Likewise.
83 * testsuite/ld-scripts/expr2.d: Likewise.
84 * testsuite/ld-scripts/provide.exp: Likewise.
85 * testsuite/ld-scripts/sane1.d: Likewise.
86 * testsuite/ld-scripts/size.exp: Likewise.
87 * testsuite/ld-scripts/defined2.d: Don't xfail rs6000-*-aix*.
88
89 2017-07-12 Alan Modra <amodra@gmail.com>
90
91 * testsuite/ld-arc/nps-1b.err: Update.
92 * testsuite/ld-x86-64/ilp32-11.d: Update.
93
94 2017-07-11 H.J. Lu <hongjiu.lu@intel.com>
95
96 * testsuite/ld-selective/selective.exp: Support single digit
97 GCC version.
98
99 2017-07-11 Jiong Wang <jiong.wang@arm.com>
100
101 * testsuite/ld-aarch64/dt_textrel.d: Use "#pass" instead of ".*" to
102 filter out remaining lines.
103
104 2017-07-07 Maciej W. Rozycki <macro@imgtec.com>
105
106 * emultempl/mipself.em (mips_before_allocation): Avoid ELF
107 processing if not MIPS ELF.
108 * testsuite/ld-mips-elf/binary.d: New test.
109 * testsuite/ld-mips-elf/binary.ld: New test linker script.
110 * testsuite/ld-mips-elf/binary.s: New test source.
111 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
112
113 2017-07-07 Alan Modra <amodra@gmail.com>
114
115 * testsuite/ld-powerpc/ppc476-shared.lnk: Align .bss.
116 * testsuite/ld-powerpc/ppc476-shared.d: Adjust.
117 * testsuite/ld-powerpc/ppc476-shared2.d: Adjust.
118
119 2017-07-07 Alan Modra <amodra@gmail.com>
120
121 * Makefile.am (eelf64_s390.c): Depend on emultempl/s390.em.
122
123 2017-07-04 Tristan Gingold <gingold@adacore.com>
124
125 * configure: Regenerate.
126
127 2017-07-04 Tristan Gingold <gingold@adacore.com>
128
129 * NEWS: Add marker for 2.29.
130
131 2017-07-03 Tristan Gingold <gingold@adacore.com>
132
133 * po/ld.pot: Regenerate.
134
135 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
136
137 * testsuite/ld-mips-elf/relax-offset.dd: New test.
138 * testsuite/ld-mips-elf/relax-offset.gd: New test.
139 * testsuite/ld-mips-elf/relax-offset-umips.dd: New test.
140 * testsuite/ld-mips-elf/relax-offset-umips.gd: New test.
141 * testsuite/ld-mips-elf/relax-offset.ld: New test linker script.
142 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
143 (prune_warnings): New temporary procedure.
144
145 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
146
147 * testsuite/ld-mips-elf/mips-elf-flags.exp: Add interAptiv MR2
148 tests.
149
150 2017-06-27 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
151
152 PR ld/13402
153 * testsuite/ld-avr/pr13402.d: New test.
154 * testsuite/ld-avr/pr13402.s: New test.
155
156 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
157
158 * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
159 Add an `args' final argument and examination code for `readelf
160 -A' output. Update procedure description accordingly.
161
162 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
163
164 * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
165 Use `remote_exec' to call `readelf'. Log the command issued.
166
167 2017-06-27 Maciej W. Rozycki <macro@imgtec.com>
168
169 * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
170 Use `readelf -h' rather than `readelf --headers'.
171
172 2017-06-26 Maciej W. Rozycki <macro@imgtec.com>
173
174 * testsuite/ld-mips-elf/lsi-4010-isa.d: New test.
175 * ld/testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
176
177 2017-06-26 Maciej W. Rozycki <macro@imgtec.com>
178
179 * testsuite/ld-elf/sizeofa.d: Also accept the OBJECT type for
180 the symbols examined.
181 * testsuite/ld-elf/sizeofc.d: Likewise.
182 * testsuite/ld-elf/startofa.d: Likewise.
183 * testsuite/ld-elf/startofc.d: Likewise.
184
185 2017-06-26 Alan Modra <amodra@gmail.com>
186
187 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Skip
188 --just-syms bfds when looking for a place to attach .note.gnu.build-id
189 and .eh_frame_hdr sections. Delete dead code.
190
191 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
192
193 * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 11): New test.
194 (EABI attribute merging 12): Likewise.
195 * testsuite/ld-arm/attr-merge-11a.s: New file.
196 * testsuite/ld-arm/attr-merge-11b.s: New file.
197 * testsuite/ld-arm/attr-merge-11.attr: New file.
198 * testsuite/ld-arm/attr-merge-12a.s: New file.
199 * testsuite/ld-arm/attr-merge-12b.s: New file.
200 * testsuite/ld-arm/attr-merge-12.attr: New file.
201
202 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
203
204 * testsuite/ld-i386/i386.exp: Run weakundef1 tests.
205 * testsuite/ld-i386/weakundef1.c: New file.
206
207 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
208
209 PR ld/21090
210 * testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Pass
211 $NOPIE_CFLAGS if non-PIE is required.
212
213 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
214
215 PR ld/21090
216 * testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
217 $NOPIE_LDFLAGS to "Run pr19031".
218
219 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
220
221 PR ld/21090
222 * testsuite/ld-gc/gc.exp: Compile tmpdir/pr14265.o with
223 $NOPIE_CFLAGS.
224 * testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
225 $NOPIE_LDFLAGS if non-PIE is required.
226 * testsuite/ld-i386/no-plt.exp (NOPIE_CFLAGS): New.
227 (NOPIE_LDFLAGS): Likewise.
228 Pass $NOPIE_LDFLAGS if non-PIE is required.
229 * testsuite/ld-shared/shared.exp: Compile tmpdir/sh1np.o with
230 $NOPIE_CFLAGS.
231
232 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
233
234 * NEWS: Mention -z shstk and GNU_PROPERTY_X86_FEATURE_1_SHSTK.
235 * emulparams/cet.sh (PARSE_AND_LIST_OPTIONS_CET): Add "-z shstk".
236 (PARSE_AND_LIST_ARGS_CASE_Z_CET): Support "-z shstk".
237 * ld.texinfo: Document -z shstk.
238 * testsuite/ld-i386/i386.exp: Run SHSTK tests.
239 * testsuite/ld-x86-64/x86-64.exp: Likewise.
240 * testsuite/ld-i386/property-x86-shstk.s: New file.
241 * testsuite/ld-i386/property-x86-shstk1a.d: Likewise.
242 * testsuite/ld-i386/property-x86-shstk1b.d: Likewise.
243 * testsuite/ld-i386/property-x86-shstk2.d: Likewise.
244 * testsuite/ld-i386/property-x86-shstk3a.d: Likewise.
245 * testsuite/ld-i386/property-x86-shstk3b.d: Likewise.
246 * testsuite/ld-i386/property-x86-shstk4.d: Likewise.
247 * testsuite/ld-i386/property-x86-shstk5.d: Likewise.
248 * testsuite/ld-x86-64/property-x86-shstk.s: Likewise.
249 * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise.
250 * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise.
251 * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise.
252 * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise.
253 * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise.
254 * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise.
255 * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise.
256 * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise.
257 * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise.
258 * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise.
259 * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise.
260 * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise.
261 * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise.
262 * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise.
263
264 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
265
266 * Makefile.am (ELF_X86_DEPS): Add $(srcdir)/emulparams/cet.sh.
267 * Makefile.in: Regenerated.
268 * NEWS: Mention GNU_PROPERTY_X86_FEATURE_1_IBT, -z ibtplt
269 and -z ibt.
270 * emulparams/cet.sh: New file.
271 * testsuite/ld-i386/ibt-plt-1.d: Likewise.
272 * testsuite/ld-i386/ibt-plt-1.s: Likewise.
273 * testsuite/ld-i386/ibt-plt-2.s: Likewise.
274 * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
275 * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
276 * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
277 * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
278 * testsuite/ld-i386/ibt-plt-3.s: Likewise.
279 * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
280 * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
281 * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
282 * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
283 * testsuite/ld-i386/plt-main-ibt.dd: Likewise.
284 * testsuite/ld-i386/plt-pie-ibt.dd: Likewise.
285 * testsuite/ld-i386/property-x86-empty.s: Likewise.
286 * testsuite/ld-i386/property-x86-ibt.s: Likewise.
287 * testsuite/ld-i386/property-x86-ibt1a.d: Likewise.
288 * testsuite/ld-i386/property-x86-ibt1b.d: Likewise.
289 * testsuite/ld-i386/property-x86-ibt2.d: Likewise.
290 * testsuite/ld-i386/property-x86-ibt3a.d: Likewise.
291 * testsuite/ld-i386/property-x86-ibt3b.d: Likewise.
292 * testsuite/ld-i386/property-x86-ibt4.d: Likewise.
293 * testsuite/ld-i386/property-x86-ibt5.d: Likewise.
294 * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
295 * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
296 * testsuite/ld-x86-64/ibt-plt-1.s: Likewise.
297 * testsuite/ld-x86-64/ibt-plt-2.s: Likewise.
298 * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
299 * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
300 * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
301 * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
302 * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
303 * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
304 * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
305 * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
306 * testsuite/ld-x86-64/ibt-plt-3.s: Likewise.
307 * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
308 * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
309 * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
310 * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
311 * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
312 * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
313 * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
314 * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
315 * testsuite/ld-x86-64/plt-main-ibt-now.rd: Likewise.
316 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Likewise.
317 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
318 * testsuite/ld-x86-64/property-x86-empty.s: Likewise.
319 * testsuite/ld-x86-64/property-x86-ibt.s: Likewise.
320 * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise.
321 * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise.
322 * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise.
323 * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise.
324 * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise.
325 * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise.
326 * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise.
327 * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise.
328 * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise.
329 * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise.
330 * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise.
331 * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise.
332 * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise.
333 * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise.
334 * emulparams/elf32_x86_64.sh: Source emulparams/cet.sh.
335 (TINY_READONLY_SECTION): Add .plt.sec.
336 * emulparams/elf_i386.sh: Likewise.
337 * emulparams/elf_x86_64.sh: Source emulparams/cet.sh.
338 * ld.texinfo: Document -z ibtplt and -z ibt.
339 * testsuite/ld-i386/i386.exp: Run IBT and IBT PLT tests.
340 * testsuite/ld-x86-64/x86-64.exp: Likewise.
341 * testsuite/ld-x86-64/pr21481b.S (check): Updated for x32.
342
343 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
344
345 PR ld/21090
346 * testsuite/ld-elf/shared.exp: Pass $NOPIE_CFLAGS and
347 $NOPIE_LDFLAGS if non-PIE is required.
348
349 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
350
351 PR ld/21090
352 * testsuite/ld-scripts/crossref.exp: Also pass $NOPIE_CFLAGS
353 to CC.
354
355 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
356
357 PR ld/21090
358 * testsuite/ld-size/size.exp: Pass $NOPIE_LDFLAGS to size-4a,
359 size-4b, size-5a, size-5b, size-6 and size-8 tests.
360 * testsuite/ld-srec/srec.exp (NOPIE_CFLAGS): New.
361 (NOPIE_LDFLAGS): Likewise.
362 (CC): Add $NOPIE_CFLAGS $NOPIE_LDFLAGS.
363 (CXX): Likewise.
364 * testsuite/ld-x86-64/no-plt.exp (NOPIE_CFLAGS): New.
365 (NOPIE_LDFLAGS): Likewise.
366 Pass $NOPIE_LDFLAGS to "No PLT (dynamic 1a)",
367 "No PLT (dynamic 1c)" and "Run pr20253-2f".
368 * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS to
369 "Build gotpcrel1" and "Run pr19031".
370
371 2017-06-21 Alan Modra <amodra@gmail.com>
372
373 * testsuite/ld-powerpc/powerpc.exp: Run TOCSAVE tests.
374 * testsuite/ld-powerpc/tocsave1.s,
375 * testsuite/ld-powerpc/tocsave1a.d,
376 * testsuite/ld-powerpc/tocsave1s.d,
377 * testsuite/ld-powerpc/tocsave2.s,
378 * testsuite/ld-powerpc/tocsave2a.d,
379 * testsuite/ld-powerpc/tocsave2s.d,
380 * testsuite/ld-powerpc/tocsavelib.s: New files.
381
382 2017-06-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
383
384 * Makefile.in: Add s390.em as build dependency.
385 * emulparams/elf64_s390.sh (EXTRA_EM_FILE): Add s390.em.
386 * emultempl/s390.em: New file.
387 * gen-doc.texi: Add documentation for --s390-pgste option.
388 * ld.texinfo: Likewise.
389
390 2017-06-19 H.J. Lu <hongjiu.lu@intel.com>
391
392 PR ld/21626
393 * testsuite/ld-i386/i386.exp: Run ld/21626 tests.
394 * testsuite/ld-x86-64/x86-64.exp: Likewise.
395
396 2017-06-18 Alan Modra <amodra@gmail.com>
397
398 * testsuite/lib/ld-lib.exp (is_underscore_target): New.
399 * testsuite/ld-elf/elf.exp (ASFLAGS): Define UNDERSCORE.
400 * testsuite/ld-elf/pr21562a.s: If UNDERSCORE defined,
401 reference sym with prefix.
402 * testsuite/ld-elf/pr21562b.s: Likewise.
403 * testsuite/ld-elf/sizeof.s: Likewise.
404 * testsuite/ld-elf/startof.s: Likewise.
405 * testsuite/ld-elf/pr14156a.d: Adjust for extra symbols.
406 * testsuite/ld-elf/pr21562a.d: Remove underscore target from
407 xfails, and match prefixed symbol.
408 * testsuite/ld-elf/pr21562b.d: Likewise.
409 * testsuite/ld-elf/pr21562c.d: Likewise.
410 * testsuite/ld-elf/pr21562d.d: Likewise.
411 * testsuite/ld-elf/pr21562e.d: Likewise.
412 * testsuite/ld-elf/pr21562f.d: Likewise.
413 * testsuite/ld-elf/pr21562g.d: Likewise.
414 * testsuite/ld-elf/pr21562h.d: Likewise.
415 * testsuite/ld-elf/pr21562i.d: Likewise.
416 * testsuite/ld-elf/pr21562j.d: Likewise.
417 * testsuite/ld-elf/pr21562k.d: Likewise.
418 * testsuite/ld-elf/pr21562l.d: Likewise.
419 * testsuite/ld-elf/pr21562m.d: Likewise.
420 * testsuite/ld-elf/pr21562n.d: Likewise.
421 * testsuite/ld-elf/sizeofa.d: Likewise.
422 * testsuite/ld-elf/sizeofb.d: Likewise.
423 * testsuite/ld-elf/sizeofc.d: Likewise.
424 * testsuite/ld-elf/startofa.d: Likewise.
425 * testsuite/ld-elf/startofb.d: Likewise.
426 * testsuite/ld-elf/startofc.d: Likewise.
427
428 2017-06-16 Alan Modra <amodra@gmail.com>
429
430 PR ld/20022
431 PR ld/21557
432 PR ld/21562
433 PR ld/21571
434 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't set
435 __start/__stop syms here.
436 * ldlang.c (lang_set_startof): Delete.
437 (start_stop_syms, start_stop_count, start_stop_alloc): New vars.
438 (lang_define_start_stop, lang_init_start_stop, foreach_start_stop,
439 undef_start_stop, lang_undef_start_stop, lang_init_startof_sizeof,
440 set_start_stop, lang_finalize_start_stop): New functions.
441 (lang_process): Call _start_stop functions.
442 * testsuite/ld-elf/pr21562a.d: Use xfail rather than notarget.
443 Correct typos and list of xfail targets.
444 * testsuite/ld-elf/pr21562b.d: Likewise.
445 * testsuite/ld-elf/pr21562c.d: Likewise.
446 * testsuite/ld-elf/pr21562d.d: Likewise.
447 * testsuite/ld-elf/pr21562e.d: Likewise.
448 * testsuite/ld-elf/pr21562f.d: Likewise.
449 * testsuite/ld-elf/pr21562g.d: Likewise.
450 * testsuite/ld-elf/pr21562h.d: Likewise.
451 * testsuite/ld-elf/pr21562i.d: Likewise.
452 * testsuite/ld-elf/pr21562j.d: Likewise.
453 * testsuite/ld-elf/pr21562k.d: Likewise.
454 * testsuite/ld-elf/pr21562l.d: Likewise.
455 * testsuite/ld-elf/pr21562m.d: Likewise.
456 * testsuite/ld-elf/pr21562n.d: Likewise.
457 * testsuite/ld-elf/sizeofa.d: Likewise. Adjust to pass for generic ELF.
458 * testsuite/ld-elf/sizeofb.d: Likewise.
459 * testsuite/ld-elf/startofa.d: Likewise.
460 * testsuite/ld-elf/startofb.d: Likewise.
461
462 2017-06-16 Jiong Wang <jiong.wang@arm.com>
463
464 * testsuite/ld-aarch64/aarch64-elf.exp: Update test name
465 * testsuite/ld-aarch64/pcrel.s: Add new testcases.
466 * testsuite/ld-aarch64/pcrel_pic_undefined.d: Update the expected
467 warnings.
468 * testsuite/ld-aarch64/pcrel_pic_defined_local.d: Rename ...
469 * testsuite/ld-aarch64/pcrel_pic_defined.d: ... to this.
470 Update expected warnings.
471
472 2017-06-15 H.J. Lu <hongjiu.lu@intel.com>
473
474 * exsup.c (elf_shlib_list_options): Display "-z stack-size=SIZE"
475 instead of "-z stacksize=SIZE".
476
477 2017-06-15 Jiong Wang <jiong.wang@arm.com>
478
479 * testsuite/ld-aarch64/copy-reloc-exe-2.s: New test source file.
480 * testsuite/ld-aarch64/copy-reloc-2.d: New test.
481 * testsuite/ld-aarch64/copy-reloc-exe-eliminate.s: New test source file.
482 * testsuite/ld-aarch64/copy-reloc-eliminate.d: New test.
483 * testsuite/ld-aarch64/copy-reloc-so.s: Define new global objects.
484 * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
485
486 2017-06-14 Nick Clifton <nickc@redhat.com>
487
488 PR binutils/21580
489 * testsuite/ld-nds32/diff.d: Adjust expected output.
490
491 2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
492
493 PR ld/20022
494 * testsuite/ld-gc/pr20022.d: Skip on targets without dynamic
495 relocations in .text section.
496
497 2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
498
499 * testsuite/ld-elf/pr21562a.d: Skip on targets with leading char
500 in in symbol name or without --gc-sections.
501 * testsuite/ld-elf/pr21562b.d: Likewise.
502 * testsuite/ld-elf/pr21562c.d: Likewise.
503 * testsuite/ld-elf/pr21562d.d: Likewise.
504 * testsuite/ld-elf/pr21562i.d: Likewise.
505 * testsuite/ld-elf/pr21562j.d: Likewise.
506 * testsuite/ld-elf/pr21562k.d: Likewise.
507 * testsuite/ld-elf/pr21562l.d: Likewise.
508 * testsuite/ld-elf/pr21562m.d: Likewise.
509 * testsuite/ld-elf/pr21562n.d: Likewise.
510 * testsuite/ld-elf/pr21562e.d: Skip on targets with leading char
511 in symbol name.
512 * testsuite/ld-elf/pr21562f.d: Likewise.
513 * testsuite/ld-elf/pr21562g.d: Likewise.
514 * testsuite/ld-elf/pr21562h.d: Likewise.
515
516 2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
517
518 * testsuite/ld-gc/pr20022a.s: Add size to bar.
519
520 2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
521
522 * testsuite/ld-elf/sizeofa.d: Skip on targets with leading char
523 in symbol name.
524 * testsuite/ld-elf/sizeofb.d: Likewise.
525 * testsuite/ld-elf/startofa.d: Likewise.
526 * testsuite/ld-elf/startofb.d: Likewise.
527
528 2017-06-14 Georg-Johann Lay <gjl@gcc.gnu.org>
529
530 PR ld/21583
531 * scripttempl/avr.sc (.jumptables): Move down in text section.
532 (.hightext): New in text.
533
534 2017-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
535
536 * configure.tgt (epiphany-*-elf): Accept epiphany-*-*.
537
538 2017-06-13 H.J. Lu <hongjiu.lu@intel.com>
539
540 * ldlang.c (lang_set_startof): Skip if config.build_constructors
541 is FALSE.
542 * testsuite/ld-elf/sizeofc.d: New file.
543 * testsuite/ld-elf/startofc.d: Likewise.
544
545 2017-06-13 H.J. Lu <hongjiu.lu@intel.com>
546
547 * testsuite/ld-elf/sizeof.d: Renamed to ...
548 * testsuite/ld-elf/sizeofa.d: This. Updated.
549 * testsuite/ld-elf/startof.d: Renamed to ...
550 * testsuite/ld-elf/startofa.d: This. Updated.
551 * testsuite/ld-elf/sizeofb.d: New file.
552 * testsuite/ld-elf/startofb.d: Likewise.
553
554 2017-06-13 H.J. Lu <hongjiu.lu@intel.com>
555
556 PR ld/20022
557 PR ld/21557
558 PR ld/21562
559 PR ld/21571
560 * ld.texinfo: Update __start_SECNAME/__stop_SECNAME symbols.
561 * ldlang.c (lang_insert_orphan): Move handling of __start_SECNAME
562 and __stop_SECNAME symbols to ...
563 (lang_set_startof): Here. Also define __start_SECNAME and
564 __stop_SECNAME for -Ur.
565 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Mark
566 referenced __start_SECNAME and __stop_SECNAME symbols as hidden
567 and set start_stop for garbage collection.
568 * testsuite/ld-elf/pr21562a.d: New file.
569 * testsuite/ld-elf/pr21562a.s: Likewise.
570 * testsuite/ld-elf/pr21562a.t: Likewise.
571 * testsuite/ld-elf/pr21562b.d: Likewise.
572 * testsuite/ld-elf/pr21562b.s: Likewise.
573 * testsuite/ld-elf/pr21562b.t: Likewise.
574 * testsuite/ld-elf/pr21562c.d: Likewise.
575 * testsuite/ld-elf/pr21562c.t: Likewise.
576 * testsuite/ld-elf/pr21562d.d: Likewise.
577 * testsuite/ld-elf/pr21562d.t: Likewise.
578 * testsuite/ld-elf/pr21562e.d: Likewise.
579 * testsuite/ld-elf/pr21562f.d: Likewise.
580 * testsuite/ld-elf/pr21562g.d: Likewise.
581 * testsuite/ld-elf/pr21562h.d: Likewise.
582 * testsuite/ld-elf/pr21562i.d: Likewise.
583 * testsuite/ld-elf/pr21562j.d: Likewise.
584 * testsuite/ld-elf/pr21562k.d: Likewise.
585 * testsuite/ld-elf/pr21562l.d: Likewise.
586 * testsuite/ld-elf/pr21562m.d: Likewise.
587 * testsuite/ld-elf/pr21562n.d: Likewise.
588 * testsuite/ld-gc/pr20022.d: Likewise.
589 * testsuite/ld-gc/pr20022a.s: Likewise.
590 * testsuite/ld-gc/pr20022b.s: Likewise.
591 * testsuite/ld-gc/gc.exp: Run PR ld/20022 tests.
592 * testsuite/ld-gc/pr19161.d: Also accept local __start_SECNAME
593 symbol.
594 * testsuite/ld-gc/start.d: Likewise.
595 * testsuite/ld-x86-64/lea1a.d: Updated.
596 * testsuite/ld-x86-64/lea1b.d: Updated.
597 * testsuite/ld-x86-64/lea1d.d: Updated.
598 * testsuite/ld-x86-64/lea1e.d: Likewise.
599
600 2017-06-13 H.J. Lu <hongjiu.lu@intel.com>
601
602 * testsuite/ld-elf/sizeof.d: New file.
603 * testsuite/ld-elf/sizeof.s: Likewise.
604 * testsuite/ld-elf/startof.d: Likewise.
605 * testsuite/ld-elf/startof.s: Likewise.
606
607 2017-06-13 Renlin Li <renlin.li@arm.com>
608
609 * testsuite/ld-elf/shared.exp (build_tests): Add --no-dynamic-linker
610 option to rdynamic-1 and dynamic-1 tests.
611
612 2017-06-09 H.J. Lu <hongjiu.lu@intel.com>
613
614 * testsuite/ld-x86-64/property-x86-3-x32.d: New file.
615 * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
616 * testsuite/ld-x86-64/property-x86-4b-x32.d: Likewise.
617 * testsuite/ld-x86-64/property-x86-3.d: Also pass
618 -defsym __64_bit__=1 to asssembler.
619 * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
620 * testsuite/ld-x86-64/property-x86-4b.d: Likewise.
621 * testsuite/ld-x86-64/property-x86-3.s: Align to 4 bytes if
622 __64_bit__ isn't defined.
623 * testsuite/ld-x86-64/property-x86-4a.s: Likewise.
624 * testsuite/ld-x86-64/property-x86-4b.s: Likewise.
625 * testsuite/ld-x86-64/x86-64.exp: Run property-x86-3-x32,
626 property-x86-4a-x32 and property-x86-4b-x32.
627
628 2017-06-08 Cupertino Miranda <cmiranda@synopsys.com>
629
630 * testsuite/ld-arc/tls_ie-01.d: Changed expected result.
631
632 2017-06-08 H.J. Lu <hongjiu.lu@intel.com>
633
634 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Pass
635 "-Map tmpdir/ifunc-1-local-x86.map" to ld and check
636 ifunc-1-local-x86.map.
637 * testsuite/ld-ifunc/ifunc-1-x86.d: Pass
638 "-Map tmpdir/ifunc-1-x86.map" to ld and check ifunc-1-x86.map.
639 * testsuite/ld-ifunc/ifunc-1-local-x86.map: New file.
640 * testsuite/ld-ifunc/ifunc-1-x86.map: Likewise.
641
642 2017-06-07 Alan Modra <amodra@gmail.com>
643
644 * testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64,
645 nds32, and score. Match any output.
646
647 2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * ld.h (struct args_type): Fix typo in comment.
650
651 2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * ld.h (struct args_type): Add force_group_allocation field.
654 * ldgram.y: Add support for FORCE_GROUP_ALLOCATION.
655 * ldlex.h: Likewise.
656 * ldlex.l: Likewise.
657 * lexsup.c: Likewise.
658 * ldlang.c (unique_section_p): Check resolve_section_groups flag
659 not the relaxable link flag.
660 (lang_add_section): Discard section groups when we're resolving
661 groups. Clear the SEC_LINK_ONCE flag if we're resolving section
662 groups.
663 * ldmain.c (main): Initialise resolve_section_groups flag in
664 link_info based on command line flags.
665 * testsuite/ld-elf/group11.d: New file.
666 * testsuite/ld-elf/group12.d: New file.
667 * testsuite/ld-elf/group12.ld: New file.
668 * NEWS: Mention new features.
669 * ld.texinfo (Options): Document --force-group-allocation.
670 (Miscellaneous Commands): Document FORCE_GROUP_ALLOCATION.
671
672 2017-06-05 H.J. Lu <hongjiu.lu@intel.com>
673
674 PR ld/21529
675 * testsuite/ld-unique/pr21529.d: New file.
676 * testsuite/ld-unique/pr21529.s: Likewise.
677 * testsuite/ld-unique/unique.exp: Run *.d.
678
679 2017-06-05 Alan Modra <amodra@gmail.com>
680
681 * ldmain.c (main): Correct setting of link_indo.new_dtags.
682 * testsuite/ld-elf/now-3.d: Pass --disable-new-dtags to ld
683 * testsuite/ld-elf/now-4.d: Likewise.
684 * testsuite/ld-elf/rpath-1.d: Likewise.
685 * testsuite/ld-elf/rpath-2.d: Likewise.
686
687 2017-06-05 Slava Barinov <v.barinov@samsung.com>
688
689 * configure.ac: Add --enable-new-dtags option.
690 * ldmain.c (main): Set link_info.new_dtags to 1 if when
691 --enable-new-dtags is switched on.
692 * configure: Regenerate.
693 * config.in: Regenerate.
694
695 2017-06-02 H.J. Lu <hongjiu.lu@intel.com>
696
697 * emulparams/call_nop.sh: Remove -z prefix-nop.
698 * ld.texinfo: Likewise.
699 * testsuite/ld-i386/call3c.d: Check for linker error.
700 * testsuite/ld-x86-64/call1c.d: Likewise.
701
702 2017-06-01 Alan Modra <amodra@gmail.com>
703
704 * emultempl/ppc64elf.em (params): Init plt_localentry0 field.
705 (enum ppc64_opt): New, replacing OPTION_* defines. Add
706 OPTION_PLT_LOCALENTRY, and OPTION_NO_PLT_LOCALENTRY.
707 (PARSE_AND_LIST_*): Support --plt-localentry and --no-plt-localentry.
708 * testsuite/ld-powerpc/elfv2so.d: Update.
709 * testsuite/ld-powerpc/powerpc.exp (TLS opt 5): Use --no-plt-localentry.
710 * testsuite/ld-powerpc/tlsopt5.d: Update.
711
712 2017-05-31 Alan Modra <amodra@gmail.com>
713
714 * emultempl/ppc64elf.em (plt-static-chain help): Fix quoting.
715
716 2017-05-22 Jiong Wang <jiong.wang@arm.com>
717
718 * configure.tgt: Set "targ_emul" to "aarch64linux32b" for
719 aarch64_be-*-linux-gnu_ilp32. Set "targ_emul" to "aarch64linux32" for
720 aarch64-*-linux-gnu_ilp32.
721
722 2017-05-19 H.J. Lu <hongjiu.lu@intel.com>
723
724 * testsuite/ld-i386/i386.exp: Run property-x86-4a and
725 property-x86-4b.
726 * testsuite/ld-x86-64/x86-64.exp: Likewise.
727 * testsuite/ld-i386/property-x86-4a.d: New file.
728 * testsuite/ld-i386/property-x86-4a.s: Likewise.
729 * testsuite/ld-i386/property-x86-4b.d: Likewise.
730 * testsuite/ld-i386/property-x86-4b.s: Likewise.
731 * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
732 * testsuite/ld-x86-64/property-x86-4a.s: Likewise.
733 * testsuite/ld-x86-64/property-x86-4b.d: Likewise.
734 * testsuite/ld-x86-64/property-x86-4b.s: Likewise.
735
736 2017-05-19 Georg-Johann Lay <avr@gjlay.de>
737
738 PR ld/21472
739 * emulparams/avrxmega3.sh (RODATA_PM_OFFSET): Set to 0x8000.
740 * scripttempl/avr.sc (__RODATA_PM_OFFSET__) [RODATA_PM_OFFSET]:
741 Use RODATA_PM_OFFSET as default if not already defined.
742 (.data) [!RODATA_PM_OFFSET]: Don't include .rodata and friends.
743 (.rodata) [RODATA_PM_OFFSET]: Put at an offset of
744 __RODATA_PM_OFFSET__.
745
746 2017-05-18 Nick Clifton <nickc@redhat.com>
747
748 PR ld/21251
749 * ldfile.c (ldfile_add_library_path): If the path starts with
750 $SYSROOT then use the sysroot as the real prefix.
751 * ldlang.c (lang_add_input_file): Treat $SYSROOT in the same
752 way as =.
753 * ldlex.l: Add $SYSROOT as allow prefix for a filename.
754 * ld.texinfo (-L): Document that $SYSROOT acts like = when
755 prefixing a library search path.
756 (INPUT): Likewise.
757 * testsuite/ld-scripts/sysroot-prefix.exp: Add $SYSROOT prefix
758 tests.
759
760 2017-05-18 Alan Modra <amodra@gmail.com>
761
762 * emultempl/elf32.em: Don't compare boolean values against TRUE or FALSE.
763 * emultempl/pe.em: Likewise.
764 * emultempl/pep.em: Likewise.
765 * emultempl/xtensaelf.em (xtensa_wild_group_interleave_callback):
766 Don't compare enum against TRUE.
767
768 2017-05-18 Alan Modra <amodra@gmail.com>
769
770 PR ld/20882
771 * testsuite/ld-gc/pr20882.d: Don't pass -gdwarf-sections to gas.
772 Allow for 16-bit address targets and match expected data fully.
773 * testsuite/ld-gc/pr20882a.s: Delete .debug_line section.
774 * testsuite/ld-gc/pr20882b.s: Likewise.
775 * testsuite/ld-gc/pr20882c.s: Likewise.
776
777 2017-05-17 H.J. Lu <hongjiu.lu@intel.com>
778
779 PR ld/20882
780 * testsuite/ld-gc/gc.exp: Run pr20882.
781 * testsuite/ld-gc/pr20882.d: New file.
782 * testsuite/ld-gc/pr20882a.s: Likewise.
783 * testsuite/ld-gc/pr20882b.s: Likewise.
784 * testsuite/ld-gc/pr20882c.s: Likewise.
785
786 2017-05-16 H.J. Lu <hongjiu.lu@intel.com>
787
788 PR ld/21481
789 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests only
790 if IFUNC is supported by run-time.
791
792 2017-05-16 Alan Modra <amodra@gmail.com>
793
794 * plugin.c: Rename occurrences of non_ir_ref.
795
796 2017-05-16 Alan Modra <amodra@gmail.com>
797
798 * plugin.c (is_visible_from_outside): Use non_ir_ref_dynamic.
799 (plugin_notice): Set non_ir_ref for references from regular
800 objects, non_ir_ref_dynamic for references from dynamic objects.
801
802 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
803
804 * testsuite/ld-mips-elf/mips16e2-pcrel-0.d: New test.
805 * testsuite/ld-mips-elf/mips16e2-pcrel-1.d: New test.
806 * testsuite/ld-mips-elf/mips16e2-pcrel-addend-2.d: New test.
807 * testsuite/ld-mips-elf/mips16e2-pcrel-addend-6.d: New test.
808 * testsuite/ld-mips-elf/mips16e2-pcrel-n32-0.d: New test.
809 * testsuite/ld-mips-elf/mips16e2-pcrel-n32-1.d: New test.
810 * testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-0.d: New test.
811 * testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-1.d: New test.
812 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
813
814 2017-05-15 Nick Clifton <nickc@redhat.com>
815
816 PR ld/21459
817 * scripttempl/pe.sc: Add .debug_gdb_scripts section.
818 * scripttempl/pep.sc: Likewise.
819
820 2017-05-12 H.J. Lu <hongjiu.lu@intel.com>
821
822 * testsuite/ld-i386/i386.exp: Run property-x86-3.
823 * testsuite/ld-x86-64/x86-64.exp: Likewise.
824 * testsuite/ld-i386/property-x86-3.d: New file.
825 * testsuite/ld-i386/property-x86-3.s: Likewise.
826 * testsuite/ld-x86-64/property-x86-3.d: Likewise.
827 * testsuite/ld-x86-64/property-x86-3.s: Likewise.
828
829 2017-05-11 H.J. Lu <hongjiu.lu@intel.com>
830
831 * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): Replace
832 .plt.bnd with .plt.sec.
833 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
834 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
835 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
836 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
837 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
838 * testsuite/ld-x86-64/mpx3.dd: Likewise.
839 * testsuite/ld-x86-64/mpx3n.dd: Likewise.
840 * testsuite/ld-x86-64/mpx4.dd: Likewise.
841 * testsuite/ld-x86-64/mpx4n.dd: Likewise.
842 * testsuite/ld-x86-64/plt-main-bnd-now.rd: Likewise.
843 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
844 * testsuite/ld-x86-64/pr21038b.d: Likewise.
845 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
846 * testsuite/ld-x86-64/pr21038c.d: Likewise.
847
848 2017-05-11 H.J. Lu <hongjiu.lu@intel.com>
849
850 * testsuite/ld-i386/plt-pic2.dd: Updated.
851 * testsuite/ld-i386/plt2.dd: Likewise.
852 * testsuite/ld-i386/plt2.rd: Likewise.
853 * testsuite/ld-i386/pr17689now.rd: Likewise.
854 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
855 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
856 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
857 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
858 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
859 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
860 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
861 * testsuite/ld-x86-64/plt2.dd: Likewise.
862 * testsuite/ld-x86-64/plt2.rd: Likewise.
863 * testsuite/ld-x86-64/pr17689now.rd: Likewise.
864 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
865 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
866
867 2017-05-10 H.J. Lu <hongjiu.lu@intel.com>
868
869 * emulparams/i386lynx.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Set
870 to yes.
871 * emulparams/i386moss.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
872 Likewise.
873 * emulparams/i386nw.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Likewise.
874
875 2017-05-10 H.J. Lu <hongjiu.lu@intel.com>
876
877 PR ld/21481
878 * testsuite/ld-x86-64/pr21481a.c: New file.
879 * testsuite/ld-x86-64/pr21481b.S: Likewise.
880 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests.
881
882 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
883
884 * testsuite/ld-arc/attr-merge-0.d: New file.
885 * testsuite/ld-arc/attr-merge-0.s: Likewise.
886 * testsuite/ld-arc/attr-merge-0e.s: Likewise.
887 * testsuite/ld-arc/attr-merge-1.d: Likewise.
888 * testsuite/ld-arc/attr-merge-1.s: Likewise.
889 * testsuite/ld-arc/attr-merge-1e.s: Likewise.
890 * testsuite/ld-arc/attr-merge-2.d: Likewise.
891 * testsuite/ld-arc/attr-merge-2.s: Likewise.
892 * testsuite/ld-arc/attr-merge-3.d: Likewise.
893 * testsuite/ld-arc/attr-merge-3.s: Likewise.
894 * testsuite/ld-arc/attr-merge-3e.s: Likewise.
895 * testsuite/ld-arc/attr-merge-4.s: Likewise.
896 * testsuite/ld-arc/attr-merge-5.d: Likewise.
897 * testsuite/ld-arc/attr-merge-5a.s: Likewise.
898 * testsuite/ld-arc/attr-merge-5b.s: Likewise.
899 * testsuite/ld-arc/attr-merge-conflict-isa.d: Likewise.
900 * testsuite/ld-arc/attr-merge-err-isa.d: Likewise.
901 * testsuite/ld-arc/attr-merge-incompatible-cpu.d: Likewise.
902 * testsuite/ld-arc/got-01.d: Update test.
903 * testsuite/ld-arc/attr-merge-err-quarkse.d: New file.
904 * testsuite/ld-arc/attr-quarkse.s: Likewise.
905 * testsuite/ld-arc/attr-quarkse2.s: Likewise.
906
907 2017-05-09 Awson <kyrab@mail.ru>
908
909 PR ld/21471
910 * pe-dll.c (pe_detail_list): Add entry for pe-bigobj-x86-64.
911
912 2017-05-09 Benjamin Peterson <bp@benjamin.pe>
913
914 * ld.texinfo (orphan sections): Grammar fix.
915
916 2017-05-08 H.J. Lu <hongjiu.lu@intel.com>
917
918 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: New file.
919 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
920 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
921 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
922 * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
923 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
924 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
925 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
926 * testsuite/ld-x86-64/mpx3n.dd: Likewise.
927 * testsuite/ld-x86-64/mpx4n.dd: Likewise.
928 * testsuite/ld-x86-64/plt-main-bnd-now.rd: Likewise.
929 * testsuite/ld-x86-64/plt2.dd: Likewise.
930 * testsuite/ld-x86-64/plt2.rd: Likewise.
931 * testsuite/ld-x86-64/plt2.s: Likewise.
932 * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
933 * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
934 * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
935 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
936 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
937 * testsuite/ld-x86-64/load1b-nacl.d: Updated.
938 * testsuite/ld-x86-64/load1b.d: Likewise.
939 * testsuite/ld-x86-64/plt-main-bnd.dd: Likewise.
940 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
941 * testsuite/ld-x86-64/pr20830a.d: Update the .plt.got section
942 with func@plt.
943 * testsuite/ld-x86-64/pr20830b.d: Likewise.
944 * testsuite/ld-x86-64/pr21038a.d: Likewise.
945 * testsuite/ld-x86-64/pr21038c.d: Likewise.
946 * testsuite/ld-x86-64/mpx.exp: Add some -z now tests.
947 * testsuite/ld-x86-64/x86-64.exp: Likewise.
948
949 2017-05-08 H.J. Lu <hongjiu.lu@intel.com>
950
951 * testsuite/ld-i386/i386.exp: Add some -z now tests.
952 * testsuite/ld-i386/plt-pic2.dd: New file.
953 * testsuite/ld-i386/plt2.dd: Likewise.
954 * testsuite/ld-i386/plt2.rd: Likewise.
955 * testsuite/ld-i386/plt2.s: Likewise.
956 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
957 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
958 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
959 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
960 * testsuite/ld-i386/pr20830.d: Update the .plt.got section
961 with func@plt.
962
963 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
964
965 * testsuite/ld-arm/arm-elf.exp
966 (Secure gateway import library generation): Check e_type field
967 of import library and executable produced.
968 * testsuite/ld-arm/cmse-implib.type: Expectations for e_type field.
969
970 2017-04-28 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
971
972 PR ld/21404
973 * testsuite/ld-avr/pr21404-1.d: New test.
974 * testsuite/ld-avr/pr21404-1.s: New test.
975 * testsuite/ld-avr/pr21404-2.d: New test.
976 * testsuite/ld-avr/pr21404-2.s: New test.
977 * testsuite/ld-avr/pr21404-3.d: New test.
978 * testsuite/ld-avr/pr21404-3.s: New test.
979 * testsuite/ld-avr/pr21404-4.d: New test.
980 * testsuite/ld-avr/pr21404-4.s: New test.
981 * testsuite/ld-avr/pr21404-5.d: New test.
982 * testsuite/ld-avr/pr21404-5.s: New test.
983 * testsuite/ld-avr/pr21404-6.d: New test.
984 * testsuite/ld-avr/pr21404-6.s: New test.
985 * testsuite/ld-avr/pr21404-7.d: New test.
986 * testsuite/ld-avr/pr21404-7.s: New test.
987 * testsuite/ld-avr/pr21404-8.d: New test.
988 * testsuite/ld-avr/pr21404-8.s: New test.
989
990 2017-05-03 Maciej W. Rozycki <macro@imgtec.com>
991
992 * testsuite/ld-mips-elf/mips16-pcrel-0.d: New test.
993 * testsuite/ld-mips-elf/mips16-pcrel-1.d: New test.
994 * testsuite/ld-mips-elf/mips16-pcrel-addend-2.d: New test.
995 * testsuite/ld-mips-elf/mips16-pcrel-addend-6.d: New test.
996 * testsuite/ld-mips-elf/mips16-pcrel-n32-0.d: New test.
997 * testsuite/ld-mips-elf/mips16-pcrel-n32-1.d: New test.
998 * testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-0.d: New test.
999 * testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-1.d: New test.
1000 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1001
1002 2017-05-03 H.J. Lu <hongjiu.lu@intel.com>
1003
1004 * testsuite/ld-elf/pr21384.d: Adjusted to accommodate
1005 additional dynamic symbols on some targets.
1006
1007 2017-05-02 Maciej W. Rozycki <macro@imgtec.com>
1008
1009 * testsuite/ld-mips-elf/mips16-branch-absolute-1.d: New test.
1010 * testsuite/ld-mips-elf/mips16-branch-absolute-2.d: New test.
1011 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-1.d: New
1012 test.
1013 * testsuite/ld-mips-elf/mips16-branch-absolute-n32-1.d: New
1014 test.
1015 * testsuite/ld-mips-elf/mips16-branch-absolute-n32-2.d: New
1016 test.
1017 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32-1.d:
1018 New test.
1019 * testsuite/ld-mips-elf/mips16-branch-absolute-n64-1.d: New
1020 test.
1021 * testsuite/ld-mips-elf/mips16-branch-absolute-n64-2.d: New
1022 test.
1023 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64-1.d:
1024 New test.
1025 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1026
1027 2017-05-02 H.J. Lu <hongjiu.lu@intel.com>
1028
1029 * testsuite/ld-i386/tls.exp: Add -Wl,--no-as-needed to
1030 "TLS without PLT (1)" and "TLS without PLT (3)".
1031 * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to
1032 to "TLS without PLT (3)".
1033
1034 2017-05-02 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 PR ld/21384
1037 * testsuite/ld-elf/pr21384.d: New file.
1038 * testsuite/ld-elf/pr21384.dl: Likewise.
1039 * testsuite/ld-elf/pr21384.ld: Likewise.
1040 * testsuite/ld-elf/pr21384.s: Likewise.
1041
1042 2017-05-01 H.J. Lu <hongjiu.lu@intel.com>
1043
1044 * testsuite/ld-i386/tls.exp: Run GNU2 TLS tests only if there
1045 is working GNU2 TLS support.
1046 * testsuite/ld-x86-64/tls.exp: Likewise.
1047 * testsuite/lib/ld-lib.exp (check_gnu2_tls_available): New proc.
1048
1049 2017-04-28 H.J. Lu <hongjiu.lu@intel.com>
1050
1051 * testsuite/config/default.exp (GNU2_CFLAGS): New. Set
1052 to -mtls-dialect=gnu2 if target compiler supports it.
1053 * testsuite/ld-i386/tls.exp: Run -mtls-dialect=gnu2 tests.
1054 * testsuite/ld-x86-64/tls.exp: Likewise.
1055 * testsuite/ld-i386/tlsdesc1a.c: New file.
1056 * testsuite/ld-i386/tlsdesc1b.c: Likewise.
1057 * testsuite/ld-x86-64/tlsdesc1a.c: Likewise.
1058 * testsuite/ld-x86-64/tlsdesc1b.c: Likewise.
1059
1060 2017-04-28 H.J. Lu <hongjiu.lu@intel.com>
1061
1062 * testsuite/ld-elf/shared.exp: Add run-time tests for -z now.
1063 * testsuite/ld-i386/tls.exp: Likewise.
1064 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1065 * testsuite/ld-x86-64/tls.exp: Likewise.
1066
1067 2017-04-27 H.J. Lu <hongjiu.lu@intel.com>
1068
1069 * testsuite/ld-x86-64/pr21038a.d: Update DW_CFA_nop paddings
1070 in .eh_frame section.
1071 * testsuite/ld-x86-64/pr21038c.d: Update .eh_frame order.
1072
1073 2017-04-26 H.J. Lu <hongjiu.lu@intel.com>
1074
1075 * testsuite/ld-i386/tlsdesc2.d: New test.
1076 * testsuite/ld-x86-64/tlsdesc2.d: Likewise.
1077
1078 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
1079
1080 PR ld/21334
1081 * testsuite/ld-mips-elf/pr21334.dd: New test.
1082 * testsuite/ld-mips-elf/pr21334.gd: New test.
1083 * testsuite/ld-mips-elf/pr21334.ld: New test linker script.
1084 * testsuite/ld-mips-elf/pr21334.s: New test source.
1085 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1086
1087 2017-04-24 H.J. Lu <hongjiu.lu@intel.com>
1088
1089 * testsuite/ld-x86-64/no-plt.exp: Also check no-plt-1e.nd.
1090 * testsuite/ld-x86-64/no-plt-1e.nd: New file.
1091
1092 2017-04-24 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 * testsuite/ld-i386/pr12570a.d: Skip for nacl targets.
1095 * testsuite/ld-i386/pr12570b.d: Likewise.
1096
1097 2017-04-24 H.J. Lu <hongjiu.lu@intel.com>
1098
1099 PR ld/20815
1100 * testsuite/ld-i386/vxworks2.sd: Add space for program headers.
1101
1102 2017-04-24 Jose E. Marchesi <jose.marchesi@oracle.com>
1103
1104 * testsuite/ld-sparc/tlssunbin64.dd: Expect `return' instructions
1105 instead of `rett' in V9.
1106 * testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
1107 * testsuite/ld-sparc/tlssunpic64.dd: Likewise.
1108
1109 2017-04-21 H.J. Lu <hongjiu.lu@intel.com>
1110
1111 PR ld/21402
1112 * testsuite/ld-elf/indirect.exp: Don't skip PIE indirect5 and
1113 indirect6 tests on i386.
1114
1115 2017-04-21 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 PR ld/19617
1118 PR ld/21086
1119 * testsuite/ld-elf/pr19617a.d: Pass --no-dynamic-linker to ld.
1120 * testsuite/ld-elf/pr19617b.d: Likewise.
1121 * testsuite/ld-elf/pr19617c.d: Likewise.
1122 *testsuite/ld-i386/pr19636-4d.d: Likewise.
1123 * testsuite/ld-elf/readelf.exp: Pass --no-dynamic-linker to ld
1124 with --export-dynamic.
1125 * testsuite/ld-elf/shared.exp: Pass --no-dynamic-linker to ld
1126 with -E.
1127
1128 2017-04-20 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 PR ld/21402
1131 * testsuite/ld-elf/indirect.exp: Pass $NOPIE_LDFLAGS and
1132 $NOPIE_CFLAGS to non-PIE indirect5 and indirect6 tests. Skip
1133 PIE indirect5 and indirect6 tests on i386.
1134
1135 2017-04-20 Maciej W. Rozycki <macro@imgtec.com>
1136
1137 * testsuite/ld-mips-elf/mips-elf.exp: Join `__ehdr_start' tests.
1138
1139 2017-04-20 H.J. Lu <hongjiu.lu@intel.com>
1140
1141 PR ld/21382
1142 * plugin.c (is_visible_from_outside): Symbol may be visible
1143 from outside if dynamic_ref_after_ir_def is set.
1144 (plugin_notice): Set dynamic_ref_after_ir_def if the symbol is
1145 defined in an IR object and referenced in a dynamic object.
1146 * testsuite/ld-plugin/lto.exp: Run PR ld/21382 tests.
1147 * testsuite/ld-plugin/pr21382a.c: New file.
1148 * testsuite/ld-plugin/pr21382b.c: Likewise.
1149
1150 2017-04-19 H.J. Lu <hongjiu.lu@intel.com>
1151
1152 PR ld/21401
1153 * testsuite/ld-ifunc/ifunc.exp: Add a libtest-2-now.so test with
1154 -z now.
1155
1156 2017-04-19 Alan Modra <amodra@gmail.com>
1157
1158 * ld.texinfo (dynamic-undefined-weak): Document.
1159 (nodynamic-undefined-weak): Document that this option now can
1160 be used with shared libs.
1161 * emulparams/dynamic_undefined_weak.sh: Support -z
1162 dynamic-undefined-weak.
1163 * emulparams/elf32ppccommon.sh: Include dynamic_undefined_weak.sh.
1164 * testsuite/ld-undefined/weak-undef.exp (undef_weak_so),
1165 (undef_weak_exe): New. Use them. Add -z dynamic-undefined-weak
1166 and -z nodynamic-undefined-weak tests.
1167 * Makefile.am: Update powerpc dependencies.
1168 * Makefile.in: Regenerate.
1169
1170 2017-04-17 H.J. Lu <hongjiu.lu@intel.com>
1171
1172 PR ld/21389
1173 * testsuite/ld-elf/pr21389.map: New file.
1174 * testsuite/ld-elf/pr21389.s: Likewise.
1175 * testsuite/ld-elf/pr21389a.d: Likewise.
1176 * testsuite/ld-elf/pr21389b.d: Likewise.
1177 * testsuite/ld-elf/pr21389c.d: Likewise.
1178
1179 2017-04-17 Alan Modra <amodra@gmail.com>
1180
1181 * testsuite/ld-elf/indirect5a.c,
1182 * testsuite/ld-elf/indirect5b.c,
1183 * testsuite/ld-elf/indirect5.map,
1184 * testsuite/ld-elf/indirect5.out: New test.
1185 * testsuite/ld-elf/indirect6a.c: Likewise.
1186 * testsuite/ld-elf/indirect.exp (check_dynamic_syms): New proc.
1187 Run new tests and check dynsyms.
1188
1189 2017-04-11 Alan Modra <amodra@gmail.com>
1190
1191 PR 21274
1192 PR 18466
1193 * emultempl/pe.em (pe_find_data_imports): Don't use fixed size
1194 symbol buffer. Instead, xmalloc max size needed with space for
1195 prefix. Wrap overlong lines. Formatting. Pass symbol buffer
1196 copy of name to pe_walk_relocs_of_symbol.
1197 (make_inport_fixup): Add "name" param, pass to pe_create_import_fixup.
1198 * emultempl/pe.em (pep_find_data_imports): As for pe_find_data_imports.
1199 (make_import_fixup): Add "name" param, pass to pep_create_import_fixup.
1200 Use bfd_get_signed_* and remove unnecessary casts. Formatting.
1201 * pe-dll.c (pe_walk_relocs_of_symbol): Add "name" param. Pass to
1202 callback.
1203 (make_import_fixup_mark): Add "name" param. Make use of prefix
1204 space rather than xmalloc here.
1205 (pe_create_import_fixup): Likewise.
1206 * pe-dll.h (pe_walk_relocs_of_symbol): Update prototype.
1207 (pe_create_import_fixup): Likewise.
1208 * pep-dll.h (pep_walk_relocs_of_symbol): Likewise.
1209 (pep_create_import_fixup): Likewise.
1210
1211 2017-04-10 Nick Clifton <nickc@redhat.com>
1212
1213 * ld.texinfo (--strip-discarded): Document.
1214 (--embedded-relocs): Document.
1215 (--spare-dynamic-tags): Document.
1216 (--task-link): Document.
1217
1218 2017-04-10 Alan Modra <amodra@gmail.com>
1219
1220 PR 21287
1221 * testsuite/ld-elf/init-fini-arrays.d: Match INIT_ARRAY and FINI_ARRAY.
1222 * testsuite/ld-elf/init-fini-arrays.s: Use %init_array and %fini_array
1223 section types.
1224 * testsuite/lib/ld-lib.exp (default_ld_compile): Trim assembler
1225 warnings about "ignoring incorrect section type".
1226 (run_ld_link_exec_tests, run_cc_link_tests): Delete old comment.
1227
1228 2017-04-10 Alan Modra <amodra@gmail.com>
1229
1230 * testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Delete
1231 sh1p.o, sh2p.o, sh1np.o and sh2np.o before compiling. Use
1232 remote_file host exists rather than file exists.
1233
1234 2017-04-07 H.J. Lu <hongjiu.lu@intel.com>
1235
1236 PR ld/21090
1237 * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Use
1238 NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE for the non-pie
1239 version of the test.
1240
1241 2017-04-07 H.J. Lu <hongjiu.lu@intel.com>
1242
1243 PR ld/19579
1244 PR ld/21306
1245 * testsuite/ld-elf/pr19579a.c (main): Updated.
1246
1247 2017-04-07 Nick Clifton <nickc@redhat.com>
1248
1249 PR 21090
1250 * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Explicitly
1251 disable PIE for the non-pie version of the test.
1252
1253 2017-04-07 Alan Modra <amodra@gmail.com>
1254
1255 * testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.
1256
1257 2017-04-07 gingold <gingold@gingold-Precision-7510>
1258
1259 * testsuite/ld-pe/pe.exp: New test.
1260 * testsuite/ld-pe/weakdef-1.s: New test source.
1261 * testsuite/ld-pe/weakdef-1.d: New test.
1262
1263 2017-04-07 Alan Modra <amodra@gmail.com>
1264
1265 * testsuite/ld-elf/mbind1a.d: Remove matches for PT_LOAD segments.
1266 * testsuite/ld-elf/mbind1b.d: Likewise.
1267 * testsuite/ld-elf/mbind1c.d: Likewise.
1268
1269 2017-04-05 Hans-Peter Nilsson <hp@axis.com>
1270
1271 PR ld/21233
1272 * testsuite/ld-elf/shared.exp: Change xfails to kfails and fix
1273 indentation issue introduced with last commit.
1274
1275 2017-04-05 Hans-Peter Nilsson <hp@axis.com>
1276
1277 PR ld/21233
1278 * testsuite/ld-elf/shared.exp: Xfail all PR21233 tests but the
1279 first test for cris*-*-*.
1280
1281 2017-04-04 Maciej W. Rozycki <macro@imgtec.com>
1282
1283 PR ld/21233
1284 * ldlang.c (insert_undefined): Set `mark' for ELF symbols.
1285 * testsuite/ld-elf/pr21233.sd: New test.
1286 * testsuite/ld-elf/pr21233-l.sd: New test.
1287 * testsuite/ld-elf/pr21233.ld: New test linker script.
1288 * testsuite/ld-elf/pr21233-e.ld: New test linker script.
1289 * testsuite/ld-elf/pr21233.s: New test source.
1290 * testsuite/ld-elf/pr21233-l.s: New test source.
1291 * testsuite/ld-elf/shared.exp: Run the new tests.
1292
1293 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
1294
1295 * NEWS: Mention support for ELF SHF_GNU_MBIND and
1296 PT_GNU_MBIND_XXX.
1297 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
1298 input GNU_MBIND sections with the same type, attributes and
1299 sh_info field into a single output GNU_MBIND section.
1300 * testsuite/ld-elf/elf.exp: Run mbind2a and mbind2b.
1301 * testsuite/ld-elf/mbind1.s: New file.
1302 * testsuite/ld-elf/mbind1a.d: Likewise.
1303 * testsuite/ld-elf/mbind1b.d: Likewise.
1304 * testsuite/ld-elf/mbind1c.d: Likewise.
1305 * testsuite/ld-elf/mbind2a.s: Likewise.
1306 * testsuite/ld-elf/mbind2b.c: Likewise.
1307
1308 2017-04-03 H.J. Lu <hongjiu.lu@intel.com>
1309
1310 * NEWS: Mention support for ELF GNU program properties.
1311 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
1312 ELF setup_gnu_properties.
1313 * testsuite/ld-i386/i386.exp: Run property tests for Linux/i386.
1314 * testsuite/ld-i386/pass.c: New file.
1315 * testsuite/ld-i386/property-1.r: Likewise.
1316 * testsuite/ld-i386/property-2.r: Likewise.
1317 * testsuite/ld-i386/property-3.r: Likewise.
1318 * testsuite/ld-i386/property-4.r: Likewise.
1319 * testsuite/ld-i386/property-5.r: Likewise.
1320 * testsuite/ld-i386/property-6.r: Likewise.
1321 * testsuite/ld-i386/property-6a.c: Likewise.
1322 * testsuite/ld-i386/property-6b.c: Likewise.
1323 * testsuite/ld-i386/property-6c.S: Likewise.
1324 * testsuite/ld-i386/property-7.r: Likewise.
1325 * testsuite/ld-i386/property-no-copy.S: Likewise.
1326 * testsuite/ld-i386/property-stack.S: Likewise.
1327 * testsuite/ld-i386/property-unsorted-1.S: Likewise.
1328 * testsuite/ld-i386/property-unsorted-2.S: Likewise.
1329 * testsuite/ld-i386/property-x86-1.S: Likewise.
1330 * testsuite/ld-i386/property-x86-2.S: Likewise.
1331 * testsuite/ld-x86-64/pass.c: Likewise.
1332 * testsuite/ld-x86-64/property-1.r: Likewise.
1333 * testsuite/ld-x86-64/property-2.r: Likewise.
1334 * testsuite/ld-x86-64/property-3.r: Likewise.
1335 * testsuite/ld-x86-64/property-4.r: Likewise.
1336 * testsuite/ld-x86-64/property-5.r: Likewise.
1337 * testsuite/ld-x86-64/property-6.r: Likewise.
1338 * testsuite/ld-x86-64/property-6a.c: Likewise.
1339 * testsuite/ld-x86-64/property-6b.c: Likewise.
1340 * testsuite/ld-x86-64/property-6c.S: Likewise.
1341 * testsuite/ld-x86-64/property-7.r: Likewise.
1342 * testsuite/ld-x86-64/property-no-copy.S: Likewise.
1343 * testsuite/ld-x86-64/property-stack.S: Likewise.
1344 * testsuite/ld-x86-64/property-unsorted-1.S: Likewise.
1345 * testsuite/ld-x86-64/property-unsorted-2.S: Likewise.
1346 * testsuite/ld-x86-64/property-x86-1.S: Likewise.
1347 * testsuite/ld-x86-64/property-x86-2.S: Likewise.
1348 * testsuite/ld-x86-64/x86-64.exp: Run property tests for
1349 Linux/x86-64.
1350
1351 2017-03-28 Hans-Peter Nilsson <hp@axis.com>
1352
1353 PR ld/16044
1354 * testsuite/ld-cris/pr16044.d, testsuite/ld-cris/dso-1c.s,
1355 testsuite/ld-cris/dso-2b.s, testsuite/ld-cris/dso-4.s: New test.
1356
1357 2017-03-21 Sandra Loosemore <sandra@codesourcery.com>
1358
1359 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Return
1360 false for nios2-*-elf.
1361
1362 2017-03-21 gingold <gingold@gingold-Precision-7510>
1363
1364 * ldlang.c (lang_check_section_addresses): Check only for
1365 allocated sections.
1366
1367 2017-03-17 Alan Modra <amodra@gmail.com>
1368
1369 * testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
1370
1371 2017-03-15 Tristan Gingold <gingold@adacore.com>
1372
1373 * testsuite/ld-checks/checks.exp (overflow_check): Disable for
1374 non-elf targets.
1375
1376 2017-03-14 H.J. Lu <hongjiu.lu@intel.com>
1377
1378 * ldlang.c (lang_check_section_addresses): Use addr_mask to
1379 check VMA and LMA.
1380
1381 2017-03-13 Nick Clifton <nickc@redhat.com>
1382
1383 PR binutils/21202
1384 * testsuite/ld-aarch64/ifunc-5r-local.d: Update regexp.
1385
1386 2017-03-13 Tristan Gingold <gingold@adacore.com>
1387
1388 * ldlang.c (lang_check_section_addresses): Check for address space
1389 overflow.
1390 * testsuite/ld-checks/checks.exp (overflow_check): New procedure
1391 * testsuite/ld-checks/over.s: New test source.
1392 * testsuite/ld-checks/over.d: New test.
1393 * testsuite/ld-checks/over2.s: New test source.
1394 * testsuite/ld-checks/over2.d: New test.
1395
1396 2017-03-13 Alexey Neyman <stilor@att.net>
1397
1398 * emulparams/elf32ppccommon.sh (LIBPATH_SUFFIX): Set from target
1399 cpu, not host.
1400
1401 2017-03-11 Alan Modra <amodra@gmail.com>
1402
1403 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Add
1404 sysroot for -rpath search.
1405
1406 2017-03-11 Alan Modra <amodra@gmail.com>
1407
1408 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Rewrite.
1409 Only prefix absolute paths with sysroot. Handle DOS paths.
1410 (gld${EMULATION_NAME}_check_ld_elf_hints): Constify variable.
1411 (gld${EMULATION_NAME}_check_ld_so_conf): Likewise.
1412 (gld${EMULATION_NAME}_after_open): Short-circuit NULL path
1413 searches. Rename variable. Simplify get_runpath search.
1414
1415 2017-03-11 Alan Modra <amodra@gmail.com>
1416
1417 * testsuite/ld-elf/shared.exp: Use -Wl,-export-dynamic rather
1418 than -rdynamic.
1419
1420 2017-03-11 Alan Modra <amodra@gmail.com>
1421
1422 * ld.texinfo (Orphan Sections): Mention that not all targets
1423 handle orphans well.
1424 * testsuite/ld-elf/orphan-9.d: Don't run for i860 and i960.
1425 * testsuite/ld-elf/orphan-10.d: Likewise.
1426
1427 2017-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * ldlang.c (lang_size_sections_1): Shortcut loop only after
1430 tracking changes to the default regions LMA.
1431 * testsuite/ld-elf/orphan-9.ld: Extend header comment.
1432 * testsuite/ld-elf/orphan-10.d: New file.
1433 * testsuite/ld-elf/orphan-10.s: New file.
1434 * NEWS: Mention change in behaviour.
1435
1436 2017-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * ldlang.c (lang_leave_output_section_statement): Move lma_region
1439 logic to...
1440 (lang_propagate_lma_regions): ...this new function.
1441 (lang_process): Call new function.
1442 * testsuite/ld-elf/orphan-9.d: New file.
1443 * testsuite/ld-elf/orphan-9.ld: New file.
1444 * testsuite/ld-elf/orphan-9.s: New file.
1445 * NEWS: Mention change in behaviour.
1446
1447 2017-03-07 Alan Modra <amodra@gmail.com>
1448
1449 * ldlang.c (open_input_bfds): Check that lang_assignment_statement
1450 is not an assert before referencing defsym.
1451
1452 2017-03-05 Alan Modra <amodra@gmail.com>
1453
1454 * testsuite/ld-elf/eh3.d: Adjust for eh_frame alignment change.
1455 * testsuite/ld-elf/eh6.d: Likewise.
1456 * testsuite/ld-alpha/tlsbin.dd: Likewise.
1457 * testsuite/ld-alpha/tlsbin.td: Likewise.
1458 * testsuite/ld-alpha/tlsbinr.dd: Likewise.
1459 * testsuite/ld-alpha/tlspic.dd: Likewise.
1460 * testsuite/ld-alpha/tlspic.rd: Likewise.
1461 * testsuite/ld-alpha/tlspic.sd: Likewise.
1462 * testsuite/ld-alpha/tlspic.td: Likewise.
1463 * testsuite/ld-mips-elf/eh-frame1-n64.d: Likewise.
1464 * testsuite/ld-mips-elf/eh-frame2-n64.d: Likewise.
1465 * testsuite/ld-mips-elf/eh-frame3.d: Likewise.
1466 * testsuite/ld-x86-64/pr20830a.d: Likewise.
1467 * testsuite/ld-x86-64/pr21038a.d: Likewise.
1468 * testsuite/ld-x86-64/pr21038b.d: Likewise.
1469 * testsuite/ld-x86-64/pr21038c.d: Likewise.
1470
1471 2017-03-03 Max Bolingbroke <batterseapower@hotmail.com>
1472
1473 PR 12969
1474 * pe-dll.c (generate_edata): Fail if the input file(s) require too
1475 many ordinals.
1476
1477 2017-03-02 Alan Modra <amodra@gmail.com>
1478
1479 * testsuite/ld-elf/shared.exp: Pass -ansi when compiling new.cc
1480 and dl3.cc.
1481
1482 2017-02-28 Alan Modra <amodra@gmail.com>
1483
1484 * testsuite/ld-elf/merge.d: xfail for nios.
1485
1486 2017-02-28 Alan Modra <amodra@gmail.com>
1487
1488 * testsuite/ld-powerpc/addpcis.d: Define ext1 and ext2 at
1489 limits of addpcis range.
1490
1491 2017-02-28 Maciej W. Rozycki <macro@imgtec.com>
1492
1493 * testsuite/ld-mips-elf/jalr4.dd: Adjust for `jalr $0, $25'
1494 instructions.
1495 * testsuite/ld-mips-elf/jalr4-r6.dd: New test.
1496 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1497
1498 2017-02-27 Georg-Johann Lay <gjl@gcc.gnu.org>
1499
1500 PR target/20849
1501 * scripttempl/avrtiny.sc (__RODATA_PM_OFFSET__): New define.
1502 (.rodata): New section.
1503 (.data): Remove .rodata*.
1504
1505 2017-02-25 Alan Modra <amodra@gmail.com>
1506
1507 * testsuite/ld-elf/elf.exp: Xfail pr20995 tests on hppa64-hpux.
1508 Set up HPUX defsym. Run pr14170 tests and build symbol3 objects,
1509 defining HPUX where necessary. Define HPUX for implib tests.
1510 * testsuite/ld-elf/comm-data4.d: Run for hpux.
1511 * testsuite/ld-elf/endsym.d: Likewise.
1512 * testsuite/ld-elf/linkoncerdiff.d: Likewise.
1513 * testsuite/ld-elf/comm-data4.s: Add alternate .comm when HPUX.
1514 * testsuite/ld-elf/comm-data5.s: Likewise.
1515 * testsuite/ld-elf/endsym.s: Likewise.
1516 * testsuite/ld-elf/pr14170c.s: Likewise.
1517 * testsuite/ld-elf/symbol3.s: Likewise.
1518 * testsuite/ld-elf/implib.s: Likewise. Don't start directives
1519 in first column.
1520 * testsuite/ld-elf/linkoncerdiff2.s: Don't use numeric labels.
1521 * testsuite/ld-elf/warn3.d: Run for hpux.
1522 * testsuite/ld-scripts/rgn-at10.d: Xfail for hpux.
1523 * testsuite/ld-scripts/rgn-at11.d: Likewise.
1524 * testsuite/ld-scripts/size-2.d: Remove xfail for hpux.
1525
1526 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
1527
1528 * testsuite/ld-elf/ver_def.vd: New test.
1529 * testsuite/ld-elf/ver_def-tic6x.vd: New test.
1530 * testsuite/ld-elf/ver_def.ld: New test linker script.
1531 * testsuite/ld-elf/ver_def.ver: New test version script.
1532 * testsuite/ld-elf/ver_def.s: New test source.
1533 * testsuite/ld-elf/readelf.exp: New test script.
1534
1535 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
1536
1537 * testsuite/ld-mips-elf/relax-jalr-n32.d: Remove `--relax'
1538 option.
1539 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
1540 * testsuite/ld-mips-elf/relax-jalr-n64.d: Likewise.
1541 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
1542
1543 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
1544
1545 * testsuite/ld-mips-elf/jalr4.dd: New test.
1546 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1547
1548 2017-02-23 Alan Modra <amodra@gmail.com>
1549
1550 PR 20744
1551 * testsuite/ld-powerpc/vle-reloc-2.s: Use r6 for last insn of
1552 each group.
1553 * testsuite/ld-powerpc/vle-reloc-2.d: Update for above change
1554 and sdarel reloc fix.
1555
1556 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
1557
1558 PR ld/20828
1559 * testsuite/ld-elf/pr20828-d.sd: New test.
1560 * testsuite/ld-elf/pr20828-e.sd: New test.
1561 * testsuite/ld-elf/pr20828-v.od: New test.
1562 * testsuite/ld-elf/pr20828-v.ver: New test version script.
1563 * testsuite/ld-elf/pr20828-v.ld: New test linker script.
1564 * testsuite/ld-elf/pr20828.ld: Add `.gnu.version' and
1565 `.gnu.version_d'.
1566 * testsuite/ld-elf/shared.exp: Run the new tests.
1567
1568 2017-02-21 Nick Clifton <nickc@redhat.com>
1569
1570 * testsuite/ld-ifunc/pr18808b.c (bar): Fix compile time warning
1571 about non-void function returning without a result.
1572
1573 2017-02-17 Alan Modra <amodra@gmail.com>
1574
1575 PR 15041
1576 * scripttempl/pe.sc: Don't combine sections for ld -r.
1577 * scripttempl/pep.sc: Likewise.
1578
1579 2017-02-17 Alan Modra <amodra@gmail.com>
1580
1581 PR 21099
1582 * emulparams/elf32m32c.sh: Define STACK_ADDR and STACK_SENTINEL
1583 rather than using OTHER_SECTIONS.
1584 * emulparams/elf32mt.sh: Likewise.
1585 * emulparams/elf32rx.sh: Likewise.
1586 * emulparams/elf32rl78.sh: Likewise. Use OTHER_SYMBOLS to
1587 define __rl78_abs__.
1588 * emulparams/shelf.sh: Define STACK_ADDR and STACK_SENTINEL
1589 rather than using OTHER_SECTIONS.
1590 * emulparams/shelf32.sh: Likewise. Use OTHER_SECTIONS for .cranges.
1591 * emulparams/shelf64.sh: Unset OTHER_SECTIONS.
1592 * emulparams/shelf_nbsd.sh: Unset STACK_ADDR not OTHER_SECTIONS.
1593 * emulparams/shelf_uclinux.sh: Likewise.
1594 * emulparams/shlsymbian.sh: Unset STACK_ADDR. Use OTHER_SYMBOLS
1595 to define _stack, not OTHER_SECTIONS.
1596 * scripttempl/elf.sc: Move STACK, TINY_DATA_SECTION, and
1597 TINY_BSS_SECTION before debug sections. Add STACK_SENTINEL.
1598 * scripttempl/arclinux.sc: Likewise.
1599 * scripttempl/elf64hppa.sc: Likewise.
1600 * scripttempl/elfxtensa.sc: Likewise.
1601 * scripttempl/nds32elf.sc: Likewise.
1602 * scripttempl/armbpabi.sc: Move STACK before debug sections.
1603 * scripttempl/elf_chaos.sc: Likewise.
1604 * scripttempl/elfarc.sc: Delete STACK.
1605 * scripttempl/epiphany_4x4.sc: Delete STACK. Move TINY_DATA_SECTION,
1606 TINY_BSS_SECTION, and .stack before debug sections.
1607
1608 2017-02-17 Nick Clifton <nickc@redhat.com>
1609
1610 PR ld/20825
1611 * ld.texinfo (Options): Add missing @item entry for --pop-state.
1612
1613 2017-02-17 Alan Modra <amodra@gmail.com>
1614
1615 * testsuite/ld-elf/dwarf2.err: Accept other errors between the
1616 multiple definition errors.
1617
1618 2017-02-17 Alan Modra <amodra@gmail.com>
1619
1620 * testsuite/ld-elf/dwarf2.err: Add missing newline at end.
1621 * testsuite/ld-elf/dwarf3.err: Likewise. Allow match without filename.
1622
1623 2017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * testsuite/ld-elf/shared.exp: Update expected results.
1626 * testsuite/ld-elf/dwarf2.err: Likewise
1627
1628 2017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * testsuite/ld-elf/dwarf.exp (build_tests): Add new tests.
1631 * testsuite/ld-elf/dwarf2.err: New file.
1632 * testsuite/ld-elf/dwarf2a.c: New file.
1633 * testsuite/ld-elf/dwarf2b.c: New file.
1634 * testsuite/ld-elf/dwarf3.c: New file.
1635 * testsuite/ld-elf/dwarf3.err: New file.
1636
1637 2017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Add warning,
1640 error, warning_output, and error_output actions. Remove separate
1641 warnings parameter.
1642 * testsuite/ld-elf/shared.exp (build_tests): Updated to use
1643 'warning' action.
1644 * testsuite/ld-plugin/lto.exp (lto_link_tests): Likewise.
1645
1646 2017-02-16 Alan Modra <amodra@gmail.com>
1647
1648 * testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params
1649 from void pointers to function pointers.
1650 * testsuite/ld-elf/pr18718.c: Update to suit.
1651 * testsuite/ld-elf/pr18720a.c: Update to suit.
1652
1653 2017-02-16 Alan Modra <amodra@gmail.com>
1654
1655 PR 21000
1656 * testsuite/ld-elf/loadaddr1.d: Adjust for hppa file offsets.
1657 * testsuite/ld-elf/loadaddr2.d: Likewise.
1658 * testsuite/ld-elf/loadaddr3a.d: Likewise.
1659 * testsuite/ld-scripts/rgn-at5.d: Likewise.
1660
1661 2017-02-16 Alan Modra <amodra@gmail.com>
1662
1663 * testsuite/ld-powerpc/vxworks1-lib.s: Correct addi to addic.
1664 * testsuite/ld-powerpc/vxworks1-lib.dd: Adjust to suit.
1665
1666 2017-02-15 H.J. Lu <hongjiu.lu@intel.com>
1667
1668 PR ld/21168
1669 * testsuite/ld-i386/i386.exp: Run pr21168.
1670 * testsuite/ld-i386/pr21168a.c: New file.
1671 * testsuite/ld-i386/pr21168b.S: Likewise.
1672
1673 2017-02-15 H.J. Lu <hongjiu.lu@intel.com>
1674
1675 PR ld/20244
1676 * testsuite/ld-i386/i386.exp: Run pr20244-4a, pr20244-4b and
1677 pr20244-4c.
1678 * testsuite/ld-i386/pr20244-4.s: New file.
1679 * testsuite/ld-i386/pr20244-4a.d: Likewise.
1680 * testsuite/ld-i386/pr20244-4b.d: Likewise.
1681 * testsuite/ld-i386/pr20244-4c.d: Likewise.
1682
1683 2017-02-15 Maciej W. Rozycki <macro@imgtec.com>
1684
1685 * ldmisc.c (vfinfo): Don't print the function name again either
1686 if no source file name has been found both now and previously.
1687 * testsuite/ld-cris/tls-err-20x.d: Adjust accordingly.
1688 * testsuite/ld-mips-elf/mode-change-error-1.d: Likewise.
1689 * testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
1690 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
1691 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
1692 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
1693 * testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
1694 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
1695 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
1696 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
1697 Likewise.
1698 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
1699 Likewise.
1700 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
1701 Likewise.
1702 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
1703 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
1704 Likewise.
1705 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
1706 Likewise.
1707 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
1708 * testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
1709 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
1710 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
1711 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
1712 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
1713 * testsuite/ld-powerpc/tocopt.out: Likewise.
1714 * testsuite/ld-powerpc/tocopt7.out: Likewise.
1715
1716 2017-02-15 Maciej W. Rozycki <macro@imgtec.com>
1717
1718 * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
1719
1720 2017-02-15 Igor Kudrin <ikudrin@accesssoftek.com>
1721
1722 * testsuite/ld-scripts/sysroot-prefix.exp
1723 (get_base_dir_for_scripts): New function.
1724 (run_sysroot_prefix_test): Use get_base_dir_for_scripts.
1725
1726 2017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
1727
1728 * emulparams/elf32lriscv-defs.sh (SDATA_START_SYMBOLS): Change
1729 _gp to __global_pointer$
1730
1731 2017-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * configure.tgt (arc*-*-linux*): Change the default linker
1734 emulation based on --with-cpu selection.
1735 * NEWS: Mention new configuration option.
1736
1737 2017-02-06 Jiong Wang <jiong.wang@arm.com>
1738
1739 * testsuite/ld-elf/compress.exp: Don't print to stdout for all
1740 "readelf -w".
1741
1742 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1743
1744 * testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.
1745
1746 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1747
1748 * ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo,
1749 s/regexp/regex/.
1750
1751 2017-02-02 Jiong Wang <jiong.wang@arm.com>
1752
1753 * testsuite/lib/ld-lib.exp (check_libdl_available): New function.
1754 * testsuite/ld-elf/shared.exp (run_tests): Split tests which require
1755 dlopen support into "dlopen_run_tests". These tests include dl1*main
1756 and dl6*main.
1757 (dlopen_run_tests): New and only run it when check_libdl_available
1758 returns true. XFAIL on *-*-netbsdelf*.
1759
1760 2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
1761
1762 * testsuite/ld-mips-elf/vxworks-forced-local-1.d: Correct the
1763 presentation of relocation addends.
1764 * testsuite/ld-mips-elf/vxworks1-lib.rd: Likewise.
1765 * testsuite/ld-mips-elf/vxworks1.dd: Likewise.
1766 * testsuite/ld-mips-elf/vxworks1.rd: Likewise.
1767
1768 2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
1769
1770 * testsuite/ld-mips-elf/tls-multi-got-1-1.s: Place `tlsvar_ld'
1771 in `.tdata' section.
1772 * testsuite/ld-mips-elf/tls-multi-got-1.got: Adjust accordingly.
1773 * testsuite/ld-mips-elf/tls-multi-got-1.r: Likewise.
1774
1775 2017-02-01 Jiong Wang <jiong.wang@arm.com>
1776
1777 * testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
1778 Append $board_cflags to link commands.
1779
1780 2017-02-01 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
1781
1782 * testsuite/ld-scripts/print-memory-usage-1.l: Relax
1783 check for digit in second decimal place.
1784
1785 2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
1786
1787 PR ld/20828
1788 * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
1789 indentation.
1790
1791 2017-01-31 Nick Clifton <nickc@redhat.com>
1792
1793 * ldmain.c (add_archive_element): Eliminate string buffer.
1794 * ldlang.c (lang_print_asneeded): Likewise.
1795
1796 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
1797
1798 * emultempl/mipself.em (ignore_branch_isa): New variable.
1799 (mips_create_output_section_statements): Rename
1800 `_bfd_mips_elf_insn32' called to `_bfd_mips_elf_linker_flags',
1801 add `ignore_branch_isa' argument.
1802 (PARSE_AND_LIST_PROLOGUE): Add OPTION_IGNORE_BRANCH_ISA and
1803 OPTION_NO_IGNORE_BRANCH_ISA enum values.
1804 (PARSE_AND_LIST_LONGOPTS): Add "ignore-branch-isa" and
1805 "no-ignore-branch-isa" options.
1806 (PARSE_AND_LIST_OPTIONS): Add `--ignore-branch-isa' and
1807 `--no-ignore-branch-isa'.
1808 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_IGNORE_BRANCH_ISA and
1809 OPTION_NO_IGNORE_BRANCH_ISA.
1810
1811 * ld.texinfo (Options specific to MIPS targets): Add
1812 `--ignore-branch-isa' and `--no-ignore-branch-isa' options.
1813 (ld and the MIPS family): Likewise.
1814
1815 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: New test.
1816 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: New test.
1817 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: New test.
1818 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: New test.
1819 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1: New test.
1820 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16: New
1821 test.
1822 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips: New
1823 test.
1824 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1825
1826 2017-01-29 Hans-Peter Nilsson <hp@axis.com>
1827
1828 PR binutils/19935
1829 Fix long-standing buglet and fallout from now-default initfini-array.
1830 * emulparams/criself.sh (USER_LABEL_PREFIX): Define.
1831 (OTHER_END_SYMBOLS, ENTRY): Delete now-redundant defines.
1832
1833 2017-01-27 Jiong Wang <jiong.wang@arm.com>
1834
1835 * testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on
1836 arm*-*-eabi*.
1837
1838 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
1839 Nick Clifton <nickc@redhat.com>
1840
1841 PR 20343
1842 * ld.texinfo (Options): Extend documentation of the --plugin
1843 option. Include a description of where the plugins should be
1844 located.
1845
1846 2017-01-27 Nick Clifton <nickc@redhat.com>
1847
1848 * po/sr.po: New Serbian translation.
1849 * configure.ac (ALL_LINGUAS): Add sr.
1850 * configure: Regenerate.
1851
1852 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1853
1854 * configure.tgt (arm-*-rtems*): Move to (arm*-*-eabi*).
1855 (bfin-*-rtems*): Move to (bfin*-*-elf*).
1856 (i[3-7]86-*-rtems*): Move to (i[3-7]86*-*-elf*).
1857 (m68*-*-rtems*): Move to (m68*-*-elf*).
1858 (mips*-*-rtems*): Move to (mips*-*-elf*).
1859 (or1k*-*-rtems*): Move to (or1k*-*-elf*).
1860 (powerpc*-*-rtems*): Move to (powerpc*-*-elf*).
1861 (sparc*-*-rtems*): Move to (sparc*-*-elf*).
1862 (sparc64*-*-rtems*): Move to (sparc64*-*-elf*).
1863
1864 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1865
1866 * configure.tgt (h8300-*-rtemscoff*): Remove.
1867 (i960-*-rtems*): Likewise.
1868 (m68*-*-rtemscoff*): Likewise.
1869 (sh-*-rtemscoff*): Likewise.
1870
1871 2017-01-24 Maciej W. Rozycki <macro@imgtec.com>
1872
1873 * emultempl/solaris2.em (elf_solaris2_before_allocation): Do not
1874 add implicit version nodes if an anonymous version tag is being
1875 used.
1876
1877 2017-01-24 Jiong Wang <jiong.wang@arm.com>
1878
1879 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7",
1880 "Compile 8a", "Compile 8b"...
1881 (lto_compile_elf_tests): ...to here. Always run these tests.
1882 (lto_run_elf_tests): Move "LTO 7"...
1883 (lto_run_elf_shared_tests): ...to here. Restrict these tests on
1884 environment where share library is supported.
1885
1886 2017-01-24 Alan Modra <amodra@gmail.com>
1887
1888 * testsuite/ld-powerpc/tlsexe.r: Update for fewer dynamic relocs
1889 and symbols.
1890 * testsuite/ld-powerpc/tlsexe.d: Likewise.
1891 * testsuite/ld-powerpc/tlsexe.g: Likewise.
1892
1893 2017-01-23 Yury Norov <ynorov@caviumnetworks.com>
1894
1895 * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
1896 * testsuite/ld-aarch64/tls-desc-ie-ilp32.d: New test.
1897 * testsuite/ld-aarch64/tls-relax-all-ilp32.d: New test.
1898 * testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d: New test.
1899 * testsuite/ld-aarch64/tls-relax-gdesc-le-2-ilp32.d: New test.
1900 * testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d: New test.
1901 * testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d: New test.
1902 * testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d: New test.
1903 * testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d: New test.
1904 * testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d: New test.
1905 * testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d: New test.
1906 * testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d: New test.
1907 * testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d: New test.
1908
1909 2017-01-23 Nick Clifton <nickc@redhat.com>
1910
1911 * po/ga.po: Updated Irish translation.
1912
1913 2017-01-23 Maciej W. Rozycki <macro@imgtec.com>
1914
1915 PR ld/20828
1916 * testsuite/ld-elf/pr20828.ld: Add `.plt'.
1917
1918 2017-01-23 Maciej W. Rozycki <macro@imgtec.com>
1919
1920 PR ld/20828
1921 * testsuite/ld-elf/pr20828.ld: Rename `_fdata' and `_edata' to
1922 `fdata' and `edata' respectively.
1923 * testsuite/ld-elf/pr20828.ver: Adjust accordingly.
1924 * testsuite/ld-elf/pr20828-a.sd: Likewise.
1925 * testsuite/ld-elf/pr20828-b.sd: Likewise.
1926 * testsuite/ld-elf/pr20828-c.sd: Likewise.
1927
1928 2017-01-23 Maciej W. Rozycki <macro@imgtec.com>
1929
1930 PR ld/20828
1931 * testsuite/ld-elf/pr20828-1.sd: Remove test.
1932 * testsuite/ld-elf/pr20828-a.sd: New test.
1933 * testsuite/ld-elf/pr20828-2a.sd: Rename test to...
1934 * testsuite/ld-elf/pr20828-b.sd: ... this.
1935 * testsuite/ld-elf/pr20828-2b.sd: Rename test to...
1936 * testsuite/ld-elf/pr20828-c.sd: ... this.
1937 * testsuite/ld-elf/shared.exp: Adjust accordingly.
1938
1939 2017-01-23 Jiong Wang <jiong.wang@arm.com>
1940
1941 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Append
1942 board_cflags as gcc is used as linker driver.
1943 * testsuite/ld-unique/unique.exp: Likewise
1944
1945 2017-01-20 Jiong Wang <jiong.wang@arm.com>
1946
1947 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64elflinktests): New tests.
1948 * testsuite/ld-aarch64/func-in-so.s: New test source file.
1949 * testsuite/ld-aarch64/func-sym-hash-opt.s: Likewise.
1950 * testsuite/ld-aarch64/func-sym-hash-opt.d: New expected test result.
1951
1952 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * testsuite/ld-elf/eh-frame-hdr.d: Update expected results.
1955
1956 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
1957
1958 PR ld/20995
1959 * testsuite/ld-elf/elf.exp: Set GAS flags correctly for the
1960 `mips*-*-*' target and `pr20995' and `pr20995-2' tests.
1961
1962 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
1963
1964 PR ld/20828
1965 * testsuite/ld-elf/pr20828-1.sd: New test.
1966 * testsuite/ld-elf/pr20828-2a.sd: New test.
1967 * testsuite/ld-elf/pr20828-2b.sd: New test.
1968 * testsuite/ld-elf/pr20828.ld: New test linker script.
1969 * testsuite/ld-elf/pr20828.ver: New test version script.
1970 * testsuite/ld-elf/pr20828.s: New test source.
1971 * testsuite/ld-elf/shared.exp: Run the new test.
1972
1973 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
1974
1975 PR gas/20649
1976 * testsuite/ld-mips-elf/mips-elf.exp: Add PIC comdat GOT16/LO16
1977 relocation pairing link test.
1978
1979 2017-01-17 Dimitar Dimitrov <dimitar@dinux.eu>
1980
1981 * testsuite/ld-unique/unique.exp: Filter shared lib cases in
1982 uniqeue.exp, as not all targets have such support.
1983
1984 2017-01-16 Nick Clifton <nickc@redhat.com>
1985
1986 * po/sv.po: Updated Swedish translation.
1987
1988 2017-01-12 H.J. Lu <hongjiu.lu@intel.com>
1989
1990 PR ld/21038
1991 * testsuite/ld-x86-64/pr21038b.d: Updated.
1992 * testsuite/ld-x86-64/pr21038c.d: New file.
1993 * testsuite/ld-x86-64/pr21038c.s: Likewise.
1994 * testsuite/ld-x86-64/x86-64.exp: Run pr21038c.
1995
1996 2017-01-11 H.J. Lu <hongjiu.lu@intel.com>
1997
1998 PR ld/21038
1999 * testsuite/ld-x86-64/pr21038a.d: New file.
2000 * testsuite/ld-x86-64/pr21038a.s: Likewise.
2001 * testsuite/ld-x86-64/pr21038b.d: Likewise.
2002 * testsuite/ld-x86-64/pr21038b.s: Likewise.
2003 * testsuite/ld-x86-64/x86-64.exp: Run pr21038a and pr21038b.
2004
2005 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
2006
2007 * configure.tgt: Add entries for x86-redox and x86_64-redox.
2008
2009 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
2010
2011 * testsuite/ld-x86-64/pr20830b.d: Updated.
2012
2013 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
2014
2015 * emulparams/elf32_x86_64.sh (TINY_READONLY_SECTION): New.
2016 * testsuite/ld-x86-64/pr20830.d: Renamed to ...
2017 * testsuite/ld-x86-64/pr20830a.d: This. Updated.
2018 * testsuite/ld-x86-64/pr20830b.d: New file.
2019 * testsuite/ld-x86-64/x86-64.exp: Rename pr20830 to pr20830a.
2020 Run pr20830b.
2021
2022 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
2023
2024 PR ld/20830
2025 * testsuite/ld-i386/i386.exp: Run pr20830.
2026 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2027 * testsuite/ld-i386/pr20830.d: New file.
2028 * testsuite/ld-i386/pr20830.s: Likewise.
2029 * testsuite/ld-x86-64/pr20830.d: Likewise.
2030 * testsuite/ld-x86-64/pr20830.s: Likewise.
2031
2032 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
2033
2034 * testsuite/ld-i386/i386.exp: Pass -Wl,-R,tmpdir and
2035 -Wl,--as-needed to $CC.
2036 * testsuite/ld-i386/tls.exp: Likewise.
2037
2038 2017-01-10 Nick Clifton <nickc@redhat.com>
2039
2040 * po/sv.po: Updated Swedish translation.
2041
2042 2016-12-09 Graham Markall <graham.markall@embecosm.com>
2043 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * Makefile.am: Add earclinux_nps.c target and add to
2046 ALL_EMULATION_SOURCES.
2047 * Makefile.in: Likewise, regenerated.
2048 * configure.tgt: Add arclinux_nps as an extra emulation for
2049 arc*-*-elf* and arc*-*-linux*.
2050 * emulparams/arc-nps.sh: New file.
2051 * emulparams/arclinux_nps.sh: New file.
2052 * testsuite/ld-arc/arclinux-nps.d,
2053 * testsuite/ld-arc/arclinux-nps.s: New test.
2054
2055 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
2056
2057 PR 20958
2058 * ldlex.l (option): Add noyywrap
2059 (yywrap): Delete.
2060 * ldlex.h (yywrap): Delete prototype.
2061
2062 2017-01-04 Alan Modra <amodra@gmail.com>
2063
2064 * testsuite/ld-elf/audit.exp: Check for shared lib support.
2065 * testsuite/ld-elf/compress.exp: Likewise.
2066 * testsuite/ld-elf/dwarf.exp: Likewise.
2067 * testsuite/ld-elf/shared.exp: Likewise.
2068 * testsuite/ld-elf/wrap.exp: Likewise.
2069 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2070 * testsuite/ld-plugin/lto.exp: Check $CXX exists.
2071
2072 2017-01-03 Alan Modra <amodra@gmail.com>
2073
2074 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Do not
2075 allow test to continue after compilation errors.
2076 (run_cc_link_tests): Likewise.
2077
2078 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
2079
2080 * Makefile.am (ALL_EMULATION_SOURCES): Add epruelf.c.
2081 (epruelf.c): Remove unneeded dependencies.
2082 * Makefile.in: Regenerate
2083
2084 2017-01-03 Alan Modra <amodra@gmail.com>
2085
2086 * testsuite/ld-elf/shared.exp: Add -rpath-link and -no-as-needed
2087 to various tests.
2088 * testsuite/ld-elfweak/elfweak.exp: Likewise.
2089 * testsuite/ld-elfvers/vers.exp (vers19): Fix -rpath-link option.
2090
2091 2017-01-03 Alan Modra <amodra@gmail.com>
2092
2093 * testsuite/ld-elf/elf.exp: Check that $CC exists before C tests.
2094 * testsuite/ld-pie/pie.exp: Likewise.
2095 * testsuite/ld-plugin/lto.exp: Likewise.
2096
2097 2017-01-02 Alan Modra <amodra@gmail.com>
2098
2099 * Makefile.am (bootstrap): Delete rule.
2100 (ld-partial, ld1, ld1-full, ld2, ld3): Likewise.
2101 (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
2102 (HOSTING_LIBS, HOSTING_SLIBS, HOSTING_EMU): Likewise.
2103 * configure.ac (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
2104 (HOSTING_LIBS, HOSTING_SLIBS): Likewise.
2105 * configure.host (HOSTING_CRT0, HOSTING_LIBS): Don't define.
2106 * Makefile.in: Regenerate.
2107 * configure: Regenerate.
2108 * testsuite/config/default.exp (get_link_files): Delete.
2109 (HOSTING_CRT0, HOSTING_SCRT0, HOSTING_LIBS, HOSTING_SLIBS): Don't
2110 define.
2111 (ld_simple_link): Delete.
2112 * testsuite/lib/ld-lib.exp (default_ld_link): Delete
2113 (default_ld_simple_link): Rename to default_ld_link.
2114 (ld_simple_link_defsyms): Rename to ld_link_defsyms.
2115 (run_ld_link_tests): Use ld_link, not ld_simple_link.
2116 (run_cc_link_tests): Likewise.
2117 (run_ld_link_exec_tests): Use $CC or $CXX to link, not $ld.
2118 Don't run exe when not native, and return unsupported.
2119 * testsuite/ld-bootstrap/bootstrap.exp: Create gccld1 etc. dirs.
2120 Link ld1 etc. using $CC.
2121 * testsuite/ld-cdtest/cdtest.exp: Link cdtest using $CC.
2122 * testsuite/ld-checks/checks.exp: Use ld_link, not ld_simple_link.
2123 * testsuite/ld-cygwin/exe-export.exp: Likewise.
2124 * testsuite/ld-elf/binutils.exp: Likewise.
2125 * testsuite/ld-elf/eh-group.exp: Likewise.
2126 * testsuite/ld-elf/exclude.exp: Likewise.
2127 * testsuite/ld-elf/frame.exp: Likewise.
2128 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
2129 * testsuite/ld-elf/tls_common.exp: Likewise.
2130 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
2131 * testsuite/ld-fastcall/fastcall.exp: Likewise.
2132 * testsuite/ld-gc/gc.exp: Likewise.
2133 * testsuite/ld-ifunc/binutils.exp: Likewise.
2134 * testsuite/ld-mep/mep.exp: Likewise.
2135 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
2136 * testsuite/ld-mn10300/mn10300.exp: Likewise.
2137 * testsuite/ld-nios2/nios2.exp: Likewise.
2138 * testsuite/ld-pe/pe-compile.exp: Likewise.
2139 * testsuite/ld-pe/pe-run.exp: Likewise.
2140 * testsuite/ld-pe/pe-run2.exp: Likewise.
2141 * testsuite/ld-plugin/plugin.exp: Likewise.
2142 * testsuite/ld-scripts/align.exp: Likewise.
2143 * testsuite/ld-scripts/alignof.exp: Likewise.
2144 * testsuite/ld-scripts/assert.exp: Likewise.
2145 * testsuite/ld-scripts/defined.exp: Likewise.
2146 * testsuite/ld-scripts/extern.exp: Likewise.
2147 * testsuite/ld-scripts/log2.exp: Likewise.
2148 * testsuite/ld-scripts/map-address.exp: Likewise.
2149 * testsuite/ld-scripts/phdrs.exp: Likewise.
2150 * testsuite/ld-scripts/phdrs2.exp: Likewise.
2151 * testsuite/ld-scripts/script.exp: Likewise.
2152 * testsuite/ld-scripts/section-flags.exp: Likewise.
2153 * testsuite/ld-scripts/sizeof.exp: Likewise.
2154 * testsuite/ld-scripts/sysroot-prefix.exp: Likewise.
2155 * testsuite/ld-scripts/weak.exp: Likewise.
2156 * testsuite/ld-selective/selective.exp: Likewise.
2157 * testsuite/ld-sh/sh.exp: Likewise.
2158 * testsuite/ld-sh/sh64/relax.exp: Likewise.
2159 * testsuite/ld-sh/sh64/relfail.exp: Likewise.
2160 * testsuite/ld-srec/srec.exp: Likewise.
2161 * testsuite/ld-tic6x/tic6x.exp: Likewise.
2162 * testsuite/ld-undefined/weak-undef.exp: Likewise.
2163 * testsuite/ld-versados/versados.exp: Likewise.
2164 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
2165 * testsuite/ld-xtensa/coalesce.exp: Likewise.
2166 * testsuite/ld-xtensa/diff_overflow.exp: Likewise.
2167 * testsuite/ld-xtensa/lcall.exp: Likewise.
2168 * testsuite/ld-elf/audit.exp: Run non-native too.
2169 * testsuite/ld-elf/compress.exp: Likewise. Replace ld options with
2170 gcc -Wl, options.
2171 * testsuite/ld-elf/dwarf.exp: Run non-native too. Use ld_link,
2172 not ld_simple_link. Add -Wl,--no-as-needed to some tests.
2173 * testsuite/ld-elf/elf.exp: Run non-native too. Formatting.
2174 * testsuite/ld-elf/indirect.exp: Run non-native too. Add
2175 -Wl,--no-as-needed to most tests.
2176 * testsuite/ld-elf/shared.exp: Run non-native too. Use braces
2177 to simplify quoting. Set run_tests using [list] rather than
2178 brace assignment to expand $extralibs. Add -Wl,--no-as-needed
2179 to many test. Prefix ld options with -Wl,.
2180 (mix_pic_and_non_pic): Don't run exe if not native.
2181 * testsuite/ld-elf/wrap.exp: Run non-native too. Add
2182 -Wl,--no-as-needed and prefix ld options with -Wl,.
2183 * testsuite/ld-elfvers/vers.exp: Run non-native too. Use ld_link,
2184 not ld_simple_link.
2185 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
2186 (visibility_test): Don't run exe if not native.
2187 * testsuite/ld-elfweak/elfweak.exp: Run non-native too. Use ld_link,
2188 not ld_simple_link.
2189 (build_exec): Don't run exe if not native.
2190 * testsuite/ld-ifunc/ifunc.exp: Run non-native too. Use ld_link,
2191 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
2192 to some tests and prefix ld options with -Wl,. Expect GNU
2193 for hppa-linux even when no ifuncs. Delete cleanup.
2194 * testsuite/ld-pie/pie.exp: Run non-native too.
2195 * testsuite/ld-plugin/lto.exp: Likewise.
2196 * testsuite/ld-shared/shared.exp: Likewise. Use ld_link,
2197 not ld_simple_link.
2198 (shared_test): Don't run exe if not native.
2199 * testsuite/ld-size/size.exp: Run non-native too. Add
2200 -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
2201 * testsuite/ld-unique/unique.exp: Run non-native too. Use ld_link,
2202 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
2203 to some tests and prefix ld options with -Wl,. Expect GNU
2204 for hppa-linux even when no unique syms. Delete cleanup.
2205 * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to some
2206 tests and prefix ld options with -Wl,.
2207 * testsuite/ld-x86-64/x86-64.exp: Use ld_link, not ld_simple_link.
2208 Add -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
2209
2210 2017-01-02 Alan Modra <amodra@gmail.com>
2211
2212 * emulparams/elf32metag.sh (COMMONPAGESIZE): Define.
2213
2214 2017-01-02 Alan Modra <amodra@gmail.com>
2215
2216 PR ld/21000
2217 * emulparams/hppalinux.sh (DATA_ADDR, SHLIB_DATA_ADDR): Don't define.
2218 (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END, DATA_SEGMENT_RELRO_END): Define.
2219 * scripttempl/elf.sc: Don't define the above if DATA_SEGMENT_ALIGN
2220 is already defined.
2221
2222 2017-01-02 Alan Modra <amodra@gmail.com>
2223
2224 Update year range in copyright notice of all files.
2225
2226 For older changes see ChangeLog-2016
2227 \f
2228 Copyright (C) 2017 Free Software Foundation, Inc.
2229
2230 Copying and distribution of this file, with or without modification,
2231 are permitted in any medium without royalty provided the copyright
2232 notice and this notice are preserved.
2233
2234 Local Variables:
2235 mode: change-log
2236 left-margin: 8
2237 fill-column: 74
2238 version-control: never
2239 End:
This page took 0.095899 seconds and 4 git commands to generate.