PR21294, Binary size regression on PPC embedded
[external/binutils.git] / ld / ChangeLog
1 2017-10-03  Alan Modra  <amodra@gmail.com>
2
3         PR 21294
4         * NEWS: Note that defaulting to -z relro results in increased
5         memory and disk size.
6
7 2017-10-03  Alan Modra  <amodra@gmail.com>
8
9         * ld.texinfo (-z relro): Expand description.
10         (DATA_SEGMENT_ALIGN): Note that -z relro is not effective when
11         running with system page size larger than commonpagesize.
12         (DATA_SEGMENT_RELRO_END): Be explicit about the alignment.
13
14 2017-10-01  Alan Modra  <amodra@gmail.com>
15
16         PR 21970
17         * ldlang.c (lang_leave_overlay): Reset overlay_subalign.
18
19 2017-09-30  H.J. Lu  <hongjiu.lu@intel.com>
20
21         PR binutils/21978
22         * testsuite/ld-elf/pr21978.od: New file.
23         * testsuite/ld-elf/pr21978a.c: Likewise.
24         * testsuite/ld-elf/pr21978b.c: Likewise.
25         * testsuite/ld-elf/shared.exp: Run PR binutils/21978 test.
26
27 2017-09-28  Nick Clifton  <nickc@redhat.com>
28
29         PR 14918
30         * testsuite/ld-plugin/lto.exp (link_elf_tests): Skip the pr14918
31         test for ARM targets as they always link with libgcc.
32
33 2017-09-28  Alan Modra  <amodra@gmail.com>
34
35         * testsuite/ld-plugin/pr22220.h,
36         * testsuite/ld-plugin/pr22220lib.cc,
37         * testsuite/ld-plugin/pr22220lib.ver,
38         * testsuite/ld-plugin/pr22220main.cc: New test.
39         * testsuite/ld-plugin/lto.exp: Run it.
40
41 2017-09-26  Maciej W. Rozycki  <macro@imgtec.com>
42
43         * testsuite/ld-undefined/undefined.exp: Correct the dyn reloc
44         test for MIPS and S+core targets.
45
46 2017-09-22  H.J. Lu  <hongjiu.lu@intel.com>
47
48         PR ld/22150
49         * testsuite/ld-elf/pr22150.vd: New file.
50         * testsuite/ld-elf/pr22150.ver: Likewise.
51         * testsuite/ld-elf/pr22150a.s: Likewise.
52         * testsuite/ld-elf/pr22150b.s: Likewise.
53         * testsuite/ld-elf/shared.exp: Run PR ld/22150 tests.
54
55 2017-09-21  Alan Modra  <amodra@gmail.com>
56
57         * testsuite/ld-powerpc/tlsopt5.wf: Update for reduced alignment.
58
59 2017-09-19  Maciej W. Rozycki  <macro@imgtec.com>
60
61         * configure.tgt <mips64el-*-openbsd*, mips64-*-openbsd*>: New
62         targets.
63
64 2017-09-15  Alan Modra  <amodra@gmail.com>
65
66         PR 22118
67         * testsuite/ld-aarch64/erratum843419.d: Correct regexp.
68
69 2017-09-14  H.J. Lu  <hongjiu.lu@intel.com>
70
71         PR ld/22139
72         * testsuite/ld-elf/globalaudit.rd: Allow additional bits in
73         DT_FLAGS_1.
74
75 2017-09-14  H.J. Lu  <hongjiu.lu@intel.com>
76
77         PR ld/22135
78         * testsuite/ld-i386/i386.exp: Run pr22135.
79         * testsuite/ld-x86-64/x86-64.exp: Likewise.
80         * testsuite/ld-i386/pr22135.d: New file.
81         * testsuite/ld-i386/pr22135.s: Likewise.
82         * testsuite/ld-x86-64/pr22135.d: Likewise.
83         * testsuite/ld-x86-64/pr22135.s: Likewise.
84
85 2017-09-09  Alan Modra  <amodra@gmail.com>
86
87         * ld.texinfo (--plt-align): Describe new behaviour of option.
88         * emultempl/ppc64elf.em (params): Default plt_stub_align to 5.
89         * testsuite/ld-powerpc/powerpc.exp: Pass --no-plt-align for
90         selected tests.
91         * testsuite/ld-powerpc/relbrlt.d: Pass --no-plt-align.
92         * testsuite/ld-powerpc/elfv2so.d: Adjust expected output.
93
94 2017-09-09  H.J. Lu  <hongjiu.lu@intel.com>
95
96         PR ld/22115
97         * ld-i386/i386.exp: Run PR ld/22115 tests,
98         * ld/testsuite/ld-x86-64/x86-64.exp: Likewise.
99         * testsuite/ld-i386/pr22115-1.s: New file.
100         * testsuite/ld-i386/pr22115-1a.d: Likewise.
101         * testsuite/ld-i386/pr22115-1b.d: Likewise.
102         * testsuite/ld-i386/pr22115-1c.d: Likewise.
103         * testsuite/ld-i386/pr22115-1d.d: Likewise.
104         * testsuite/ld-x86-64/pr22115-1.s: Likewise.
105         * testsuite/ld-x86-64/pr22115-1a-x32.d: Likewise.
106         * testsuite/ld-x86-64/pr22115-1a.d: Likewise.
107         * testsuite/ld-x86-64/pr22115-1b-x32.d: Likewise.
108         * testsuite/ld-x86-64/pr22115-1b.d: Likewise.
109         * testsuite/ld-x86-64/pr22115-1c-x32.d: Likewise.
110         * testsuite/ld-x86-64/pr22115-1c.d: Likewise.
111         * testsuite/ld-x86-64/pr22115-1d-x32.d: Likewise.
112         * testsuite/ld-x86-64/pr22115-1d.d: Likewise.
113
114 2017-09-06  H.J. Lu  <hongjiu.lu@intel.com>
115
116         * testsuite/ld-x86-64/pr19609-2a.d: Updated.
117         * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
118         * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
119         * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
120
121 2017-09-05  H.J. Lu  <hongjiu.lu@intel.com>
122
123         * testsuite/ld-x86-64/pr19609-5d.d: Updated.
124         * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
125         * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
126
127 2017-09-05  H.J. Lu  <hongjiu.lu@intel.com>
128
129         * testsuite/ld-x86-64/pr19609-4e.d: Updated.
130         * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
131
132 2017-09-03  H.J. Lu  <hongjiu.lu@intel.com>
133
134         PR ld/22071
135         * testsuite/ld-x86-64/pr22071.d: New file.
136         * testsuite/ld-x86-64/pr22071.s: Likewise.
137         * testsuite/ld-x86-64/x86-64.exp: Run pr22071.
138
139 2017-09-02  Alan Modra  <amodra@gmail.com>
140
141         * ldlang.h (lang_input_statement_type): Expand comments.
142         (LANG_FOR_EACH_INPUT_STATEMENT): Rewrite without casts.
143         * ldlang.c (lang_for_each_input_file): Likewise.
144         (load_symbols): Set usrdata for archives.
145         (find_rescan_insertion): New function.
146         (lang_process): Trim off and reinsert entries added to file chain
147         when rescanning archives for LTO.
148         * ldmain.c (add_archive_element): Set my_archive input_statement
149         next pointer to last element added.
150
151 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
152
153         PR ld/22064
154         * testsuite/ld-x86-64/pr22064a.S: New file.
155         * testsuite/ld-x86-64/pr22064b.c: Likewise.
156         * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22064 test.
157
158 2017-09-02  Alan Modra  <amodra@gmail.com>
159
160         * emultempl/msp430.em (eval_upper_either_sections): Make base_sec_name
161         a const char*.
162         (eval_lower_either_sections): Likewise.
163         (msp430_elf_after_allocation): Likewise, and don't needlessly concat
164         and free.  Warning fix.
165
166 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
167
168         PR ld/22061
169         * testsuite/ld-i386/ibt-plt-1.d: Updated.
170         * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
171         * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
172         * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
173         * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
174         * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
175         * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
176         * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
177         * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
178         * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
179         * testsuite/ld-i386/ibt-plt-2b.d: Pass --hash-style=sysv to ld
180         and dump unwind information.
181         * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
182         * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
183         * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
184         * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
185         * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
186         * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
187         * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
188         * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
189         * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
190         * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
191         * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
192
193 2017-08-31  H.J. Lu  <hongjiu.lu@intel.com>
194
195         PR ld/22048
196         * testsuite/ld-x86-64/pr22048.d: New file.
197         * testsuite/ld-x86-64/pr22048a.s: Likewise.
198         * testsuite/ld-x86-64/pr22048b.s: Likewise.
199         * testsuite/ld-x86-64/x86-64.exp: Run pr22048.
200
201 2017-08-31  Alan Modra  <amodra@gmail.com>
202
203         * testsuite/ld-elf/eh3.d: Update.
204         * testsuite/ld-elf/eh4.d: Update.
205
206 2017-08-30  Maciej W. Rozycki  <macro@imgtec.com>
207
208         * testsuite/ld-elf/orphan-11.ld: Also discard `.MIPS.options'
209         sections.
210
211 2017-08-30  Maciej W. Rozycki  <macro@imgtec.com>
212
213         * testsuite/ld-mips-elf/bal-jalx-addend-micromips.d: New test.
214         * testsuite/ld-mips-elf/bal-jalx-addend-micromips-n32.d: New
215         test.
216         * testsuite/ld-mips-elf/bal-jalx-addend-micromips-n64.d: New
217         test.
218         * testsuite/ld-mips-elf/bal-jalx-local-micromips.d: New test.
219         * testsuite/ld-mips-elf/bal-jalx-local-micromips-n32.d: New
220         test.
221         * testsuite/ld-mips-elf/bal-jalx-local-micromips-n64.d: New
222         test.
223         * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: New test.
224         * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: New test.
225         * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: New test.
226         * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d: New
227         test.
228         * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d: New
229         test.
230         * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d: New
231         test.
232         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
233
234 2017-08-30  Alan Modra  <amodra@gmail.com>
235
236         * testsuite/ld-powerpc/tls.s: Add calls with tls markers.
237         * testsuite/ld-powerpc/tls32.s: Likewise.
238         * testsuite/ld-powerpc/powerpc.exp: Run tls marker tests.
239         * testsuite/ld-powerpc/tls.d: Adjust for TPREL16_HA/LO optimization.
240         * testsuite/ld-powerpc/tlsexe.d: Likewise.
241         * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
242         * testsuite/ld-powerpc/tlsld.d: Likewise.
243         * testsuite/ld-powerpc/tlsmark.d: Likewise.
244         * testsuite/ld-powerpc/tlsopt4.d: Likewise.
245         * testsuite/ld-powerpc/tlstoc.d: Likewise.
246
247 2017-08-30  Alan Modra  <amodra@gmail.com>
248
249         * testsuite/ld-powerpc/tls.d: Update.
250         * testsuite/ld-powerpc/tlsexe.d: Update.
251         * testsuite/ld-powerpc/tlsexetoc.d: Update.
252         * testsuite/ld-powerpc/tlsld.d: Update.
253         * testsuite/ld-powerpc/tlsmark.d: Update.
254         * testsuite/ld-powerpc/tlsopt4.d: Update.
255         * testsuite/ld-powerpc/tlstoc.d: Update.
256
257 2017-08-30  Hans-Peter Nilsson  <hp@axis.com>
258
259         * testsuite/ld-cris/dso-pltdis1.d: Run ld with --hash-style=sysv.
260         * testsuite/ld-cris/dso-pltdis2.d,
261         testsuite/ld-cris/dso12-pltdis.d, testsuite/ld-cris/expdyn1.d,
262         testsuite/ld-cris/expdyn5.d, testsuite/ld-cris/expdyn6.d,
263         testsuite/ld-cris/expdyn7.d, testsuite/ld-cris/gotplt1.d,
264         testsuite/ld-cris/gotplt2.d, testsuite/ld-cris/gotplt3.d,
265         testsuite/ld-cris/hiddef1.d, testsuite/ld-cris/libdso-11.d,
266         testsuite/ld-cris/libdso-12.d, testsuite/ld-cris/libdso-12b.d,
267         testsuite/ld-cris/libdso-12c.d, testsuite/ld-cris/libdso-13.d,
268         testsuite/ld-cris/libdso-13b.d, testsuite/ld-cris/libdso-14.d,
269         testsuite/ld-cris/libdso-15.d, testsuite/ld-cris/libdso-15b.d,
270         testsuite/ld-cris/libdso-1b.d, testsuite/ld-cris/libdso-1c.d,
271         testsuite/ld-cris/libdso-1d.d, testsuite/ld-cris/libdso-4.d,
272         testsuite/ld-cris/pr16044.d, testsuite/ld-cris/pv32-1.d,
273         testsuite/ld-cris/tls-dso-dtpoffd2.d,
274         testsuite/ld-cris/tls-dso-dtpoffd4.d,
275         testsuite/ld-cris/tls-dso-tpoffgotcomm1.d,
276         testsuite/ld-cris/tls-dso-x1x2-1.d, testsuite/ld-cris/tls-gc-71.d,
277         testsuite/ld-cris/tls-ie-78.d, testsuite/ld-cris/tls-js1.d,
278         testsuite/ld-cris/tls-ldgdex-14.d,
279         testsuite/ld-cris/tls-ldgdex-15.d,
280         testsuite/ld-cris/tls-legdx-16.d,
281         testsuite/ld-cris/tls-legdx-17.d,
282         testsuite/ld-cris/tls-local-63.d,
283         testsuite/ld-cris/tls-local-64.d, testsuite/ld-cris/tls-ok-30.d,
284         testsuite/ld-cris/tls-ok-32.d, testsuite/ld-cris/tls-ok-34.d,
285         testsuite/ld-cris/tls-und-38.d, testsuite/ld-cris/tls-und-42.d,
286         testsuite/ld-cris/tls-und-46.d, testsuite/ld-cris/tls-und-50.d,
287         testsuite/ld-cris/weakref2.d, testsuite/ld-cris/weakref3.d,
288         testsuite/ld-cris/weakref4.d: Likewise.
289
290 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
291
292         * emultempl/msp430.em (change_output_section): New function.
293         (move_prefixed_section): New function.
294         (add_region_prefix): New function.
295         (msp430_elf_after_open): New function.
296         (gld${EMULATION_NAME}_add_options): Implement.
297         (gld${EMULATION_NAME}_list_options): Implement.
298         (gld${EMULATION_NAME}_handle_option): Implement.
299         * ld.texinfo: Document new options.
300         * testsuite/ld-msp430-elf/main-bss-lower.d: New.
301         * testsuite/ld-msp430-elf/main-bss-upper.d: New.
302         * testsuite/ld-msp430-elf/main-const-lower.d: New.
303         * testsuite/ld-msp430-elf/main-const-upper.d: New.
304         * testsuite/ld-msp430-elf/main-text-lower.d: New.
305         * testsuite/ld-msp430-elf/main-text-upper.d: New.
306         * testsuite/ld-msp430-elf/main-var-lower.d: New.
307         * testsuite/ld-msp430-elf/main-var-upper.d: New.
308         * testsuite/ld-msp430-elf/main-with-data-bss-unique-sec.s: New.
309         * testsuite/ld-msp430-elf/main-with-data-bss.s: New.
310         * testsuite/ld-msp430-elf/main-with-text-rodata-unique-sec.s: New.
311         * testsuite/ld-msp430-elf/main-with-text-rodata.s: New.
312         * testsuite/ld-msp430-elf/msp430-elf.exp: New.
313         * testsuite/ld-msp430-elf/msp430-no-lower.ld: New.
314         * testsuite/ld-msp430-elf/msp430.ld: New.
315         * emultempl/msp430.em (data_statement_size): New.
316         (eval_upper_either_sections): New.
317         (eval_lower_either_sections): New.
318         (intermediate_relax_sections): New.
319         (msp430_elf_after_allocation): New.
320         * emultempl/msp430.em (gld${EMULATION_NAME}_place_orphan): Always
321         place sections in the lower region.
322
323 2017-08-26  H.J. Lu  <hongjiu.lu@intel.com>
324
325         PR ld/21997
326         * testsuite/ld-i386/i386.exp: Run PR ld/21997 tests.
327         * testsuite/ld-x86-64/x86-64.exp: Likewise.
328         * testsuite/ld-i386/pr21997-1a.S: New file.
329         * testsuite/ld-i386/pr21997-1b.c: Likewise.
330         * testsuite/ld-i386/pr21997-1c.S: Likewise.
331         * testsuite/ld-x86-64/pr21997-1a.S: Likewise.
332         * testsuite/ld-x86-64/pr21997-1a.err: Likewise.
333         * testsuite/ld-x86-64/pr21997-1b.c: Likewise.
334         * testsuite/ld-x86-64/pr21997-1b.err: Likewise.
335         * testsuite/ld-x86-64/pr21997-1c.c: Likewise.
336
337 2017-08-24  H.J. Lu  <hongjiu.lu@intel.com>
338
339         * testsuite/ld-elf/pr21903c.d: Remove '\' before --.
340         * testsuite/ld-elf/pr21903d.d: Likewise.
341         * testsuite/ld-elf/pr21903e.d: Likewise.
342         * testsuite/lib/ld-lib.exp (run_dump_test): Add "--" after
343         regexp.
344
345 2017-08-24  H.J. Lu  <hongjiu.lu@intel.com>
346
347         * testsuite/ld-i386/i386.exp (undefined_weak): Replace regexp
348         with string match.
349         * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Likewise.
350
351 2017-08-24  H.J. Lu  <hongjiu.lu@intel.com>
352
353         * testsuite/ld-x86-64/x86-64.exp: Run pr22001-1b on x32.
354
355 2017-08-24  H.J. Lu  <hongjiu.lu@intel.com>
356
357         PR ld/22001
358         * testsuite/ld-i386/i386.exp: Run -z nocopyreloc tests.
359         * testsuite/ld-x86-64/x86-64.exp: Likewise.
360         * testsuite/ld-i386/pr22001-1a.c: New file.
361         * testsuite/ld-i386/pr22001-1b.c: Likewise.
362         * testsuite/ld-i386/pr22001-1c.S: Likewise.
363         * testsuite/ld-x86-64/pr22001-1a.c: Likewise.
364         * testsuite/ld-x86-64/pr22001-1a.err: Likewise.
365         * testsuite/ld-x86-64/pr22001-1b.c: Likewise.
366         * testsuite/ld-x86-64/pr22001-1b.err: Likewise.
367         * testsuite/ld-x86-64/pr22001-1c.c: Likewise.
368
369 2017-08-17  Andrew Burgess  <andrew.burgess@embecosm.com>
370
371         PR 21961
372         * ldlang.c (lang_discard_section_p): New function.
373         (lang_add_section): Checks moved out into new function, which is
374         now called.
375         (lang_place_orphans): Call lang_discard_section_p instead of
376         duplicating some of the checks from lang_add_section.
377         * testsuite/ld-elf/orphan-11.d: New file.
378         * testsuite/ld-elf/orphan-11.ld: New file.
379         * testsuite/ld-elf/orphan-11.s: New file.
380         * testsuite/ld-elf/orphan-12.d: New file.
381         * testsuite/ld-elf/orphan-12.s: New file.
382
383 2017-08-24  Alan Modra  <amodra@gmail.com>
384
385         * testsuite/ld-undefined/fundef.s: New test.
386         * testsuite/ld-undefined/undefined.exp: Test that undefined
387         symbols in shared libraries are made dynamic.
388
389 2017-08-23  H.J. Lu  <hongjiu.lu@intel.com>
390
391         * testsuite/ld-elf/pr21903c.d: Add '\' before --.
392         * testsuite/ld-elf/pr21903d.d: Likewise.
393         * testsuite/ld-elf/pr21903e.d: Likewise.
394
395 2017-08-23  H.J. Lu  <hongjiu.lu@intel.com>
396
397         * testsuite/ld-x86-64/pie2.d: Updated.
398         * testsuite/ld-x86-64/pr19719.d: Likewise.
399         * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
400         * testsuite/ld-x86-64/pr19969.d: Likewise.
401
402 2017-08-23  H.J. Lu  <hongjiu.lu@intel.com>
403
404         * testsuite/ld-i386/i386.exp: Run protected7.
405         * testsuite/ld-i386/protected7.d: New file.
406         * testsuite/ld-i386/protected7.s: Likewise.
407         * testsuite/ld-x86-64/protected8.d: Likewise.
408         * testsuite/ld-x86-64/protected8.s: Likewise.
409         * testsuite/ld-x86-64/x86-64.exp: Run protected8.
410
411 2017-08-23  Alan Modra  <amodra@gmail.com>
412
413         * testsuite/ld-gc/pr19161.d: Don't xfail hppa.
414
415 2017-08-22  H.J. Lu  <hongjiu.lu@intel.com>
416             Alan Modra  <amodra@gmail.com>
417
418         * testsuite/ld-elf/pr21964-1a.c (foo): Renamed to ...
419         (foo1): This.
420         * testsuite/ld-elf/pr21964-1b.c: Rewrite.
421         * testsuite/ld-elf/pr21964-1c.c: New file.
422         * testsuite/ld-elf/pr21964-2c.c: Likewise.
423         * testsuite/ld-elf/pr21964-2a.c (foo): Renamed to ...
424         (foo1): This.
425         * testsuite/ld-elf/pr21964-2b.c: Rewrite.
426         * testsuite/ld-elf/shared.exp: Update PR ld/21964 tests.
427
428 2017-08-21  H.J. Lu  <hongjiu.lu@intel.com>
429             Alan Modra  <amodra@gmail.com>
430
431         PR ld/21964
432         * testsuite/ld-elf/pr21562a.d: Update for changed start/stop symbols.
433         * testsuite/ld-elf/pr21562b.d: Likewise.
434         * testsuite/ld-elf/pr21562c.d: Likewise.
435         * testsuite/ld-elf/pr21562d.d: Likewise.
436         * testsuite/ld-elf/pr21562e.d: Likewise.
437         * testsuite/ld-elf/pr21562f.d: Likewise.
438         * testsuite/ld-elf/pr21562g.d: Likewise.
439         * testsuite/ld-elf/pr21562h.d: Likewise.
440         * testsuite/ld-elf/pr21562i.d: Likewise.
441         * testsuite/ld-elf/pr21562j.d: Likewise.
442         * testsuite/ld-elf/pr21562k.d: Likewise.
443         * testsuite/ld-elf/pr21562l.d: Likewise.
444         * testsuite/ld-elf/pr21562m.d: Likewise.
445         * testsuite/ld-elf/pr21562n.d: Likewise.
446         * testsuite/ld-elf/sizeofa.d: Likewise.
447         * testsuite/ld-elf/sizeofb.d: Likewise.
448         * testsuite/ld-elf/startofa.d: Likewise.
449         * testsuite/ld-elf/startofb.d: Likewise.
450         * testsuite/ld-gc/pr20022.d: Likewise.
451         * testsuite/ld-gc/start.d: Likewise.
452         * testsuite/ld-elf/pr21964-1a.c: New file.
453         * testsuite/ld-elf/pr21964-1b.c: New file.
454         * testsuite/ld-elf/pr21964-2a.c: New file.
455         * testsuite/ld-elf/pr21964-2b.c: New file.
456         * testsuite/ld-elf/shared.exp: Run PR ld/21964 tests.
457
458 2017-08-21  Hans-Peter Nilsson  <hp@bitrange.com>
459
460         PR ld/20125
461         * testsuite/ld-mmix/pr20125.d, testsuite/ld-mmix/pr20125.s: New
462         test.
463
464 2017-08-20  A. Wilcox  <awilfox@adelielinux.org>
465
466         PR ld/21976
467         * testsuite/ld-x86-64/plt-main-bnd.dd: Accept '_' in symbol
468         name.
469
470 2017-08-17  Nick Clifton  <nickc@redhat.com>
471
472         * po/pt_BR.po: New Brazilian Portuguese translation.
473         * configure.ac (ALL_LINGUAS): Add pt_BR.
474         * configure: Regenerate.
475
476 2017-08-14  Alan Modra  <amodra@gmail.com>
477
478         PR 21441
479         * testsuite/ld-x86-64/pr21038a.d: Adjust.
480         * testsuite/ld-x86-64/pr21038a-now.d: Adjust.
481
482 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
483
484         * testsuite/ld-i386/i386.exp: Run pr21884-nacl.
485         * testsuite/ld-x86-64/x86-64.exp: Likewise.
486         * testsuite/ld-i386/pr21884.d: Don't run on nacl targets.
487         * testsuite/ld-x86-64/pr21884.d: Likewise.
488         * testsuite/ld-i386/pr21884.t: Revert the last change.
489         * testsuite/ld-x86-64/pr21884.t: Likewise.
490         * testsuite/ld-i386/pr21884-nacl.d: New file.
491         * testsuite/ld-i386/pr21884-nacl.t: Likewise.
492         * testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
493         * testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
494
495 2017-08-13  Alan Modra  <amodra@gmail.com>
496
497         * testsuite/ld-i386/pr21884.t: Remove unneeded format, arch and entry.
498         * testsuite/ld-x86-64/pr21884.t: Likewise.
499
500 2017-08-11  Nick Clifton  <nickc@redhat.com>
501
502         * emultempl/elf32.em (handle_option): Accept the -z globalaudit
503         command line option.
504         * lexsup.c (elf_static_list_options): Add -z globalaudit.
505         * ld.texinfo: Document the support for the new command line
506         option.
507         * NEWS: Mention the new feature.
508         * testsuite/ld-elf/audit.exp: Add a test of the -z globalaudit
509         command line option.
510         * testsuite/ld-elf/globalaudit.rd: New file: Expected output from
511         readelf.
512
513 2017-08-11  H.J. Lu  <hongjiu.lu@intel.com>
514
515         PR ld/21884
516         * testsuite/ld-i386/i386.exp: Run pr21884.
517         * testsuite/ld-x86-64/x86-64.exp: Likewise.
518         * testsuite/ld-i386/pr21884.d: New file.
519         * testsuite/ld-i386/pr21884.t: Likewise.
520         * testsuite/ld-x86-64/pr21884.d: Likewise.
521         * testsuite/ld-x86-64/pr21884.t: Likewise.
522
523 2017-08-10  Nick Clifton  <nickc@redhat.com>
524
525         * scripttempl/pep.sc: Enclose __CTOR_LIST__, ___CTOR_LIST__,
526         __DTOR_LIST__ and ___DTOR_LIST__ in PROVIDE statements so that
527         they can be overrridden by crt input files.
528         * scripttempl/pe.sc: Likewise.
529
530 2017-08-09  H.J. Lu  <hongjiu.lu@intel.com>
531
532         * testsuite/config/default.exp (LD_CLASS): Check .libs/ld-new
533         for linker first.
534
535 2017-08-09  H.J. Lu  <hongjiu.lu@intel.com>
536
537         * testsuite/config/default.exp (LD_CLASS): New.  Set to "64bit"
538         for 64-bit ELF linker.
539         * testsuite/ld-x86-64/pr17618.d (#notarget): Removed.
540         * testsuite/ld-x86-64/x86-64.exp: Run pr17618 only for 64-bit
541         linker.
542
543 2017-08-08  H.J. Lu  <hongjiu.lu@intel.com>
544
545         PR ld/21924
546         * testsuite/ld-i386/i386.exp: Require GCC 5 or above for
547         "weakundef1 with PIE" test.
548         * testsuite/ld-x86-64/tls.exp: Require GCC 5 or above for
549         "tlsdesc1" and "tlsdesc1 with PIE" tests.
550
551 2017-08-08  H.J. Lu  <hongjiu.lu@intel.com>
552
553         * configure.ac (TESTBFDLIB): Add a ',' after -Wl,--rpath.
554         * configure: Regenerated.
555
556 2017-08-08  H.J. Lu  <hongjiu.lu@intel.com>
557
558         PR ld/21923
559         * configure.ac (TESTBFDLIB): Replace --rpath with -Wl,--rpath
560         for --disable-static.
561         * configure: Regenerated.
562
563 2017-08-08  Romain Geissler  <romain.geissler@gmail.com>
564             Alan Modra  <amodra@gmail.com>
565
566         * configure.ac: Add --enable-default-hash-style option.
567         * ldmain.c (main): Set link_info.emit_hash to DEFAULT_EMIT_SYSV_HASH.
568         Set link_info.emit_gnu_hash to DEFAULT_EMIT_GNU_HASH.
569         * configure: Regenerate.
570         * config.in: Regenerate.
571
572 2017-08-08  Alan Modra  <amodra@gmail.com>
573
574         * testsuite/ld-aarch64/ifunc-1-local.d: Run ld with --hash-style=sysv.
575         * testsuite/ld-aarch64/ifunc-2-local.d: Likewise.
576         * testsuite/ld-aarch64/ifunc-3a.d: Likewise.
577         * testsuite/ld-frv/fdpic-pie-1.d: Likewise.
578         * testsuite/ld-frv/fdpic-pie-2.d: Likewise.
579         * testsuite/ld-frv/fdpic-pie-7.d: Likewise.
580         * testsuite/ld-frv/fdpic-pie-8.d: Likewise.
581         * testsuite/ld-arm/arm-elf.exp: Add --hash-style=sysv to "Using
582         Thumb lib by another lib" test's ld options.
583         * testsuite/ld-elf/note-3.l: Match .gnu.hash.
584         * testsuite/ld-elf/note-3.t: Add .gnu.hash output section.
585
586 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
587
588         * testsuite/ld-elf/pr21903.s (start): Removed.
589         (_start): Likewise.
590         (__start): Likewise.
591         (main): Likewise.
592         (bar): New.
593
594 2017-08-07  Alan Modra  <amodra@gmail.com>
595
596         * testsuite/ld-alpha/alpha.exp: Add --hash-style=sysv to various
597         test's ld options.
598         * testsuite/ld-arm/arm-elf.exp: Likewise.
599         * testsuite/ld-elf/elf.exp: Likewise.
600         * testsuite/ld-elf/readelf.exp: Likewise.
601         * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
602         * testsuite/ld-i386/i386.exp: Likewise.
603         * testsuite/ld-ia64/ia64.exp: Likewise.
604         * testsuite/ld-m68k/m68k.exp: Likewise.
605         * testsuite/ld-metag/metag.exp: Likewise.
606         * testsuite/ld-powerpc/powerpc.exp: Likewise.
607         * testsuite/ld-s390/s390.exp: Likewise.
608         * testsuite/ld-sh/sh-vxworks.exp: Likewise.
609         * testsuite/ld-shared/shared.exp: Likewise.
610         * testsuite/ld-sparc/sparc.exp: Likewise.
611         * testsuite/ld-tic6x/tic6x.exp: Likewise.
612         * testsuite/ld-vax-elf/vax-elf.exp: Likewise.
613         * testsuite/ld-x86-64/mpx.exp: Likewise.
614         * testsuite/ld-x86-64/x86-64.exp: Likewise.
615         * testsuite/ld-xtensa/xtensa.exp: Likewise.
616
617         * testsuite/ld-elf/comm-data2.ld: Add .gnu.hash output section.
618         * testsuite/ld-elf/pr20828-v.ld: Likewise.
619         * testsuite/ld-elf/pr20828.ld: Likewise.
620         * testsuite/ld-elf/pr21233.ld: Likewise.
621         * testsuite/ld-elf/pr21384.ld: Likewise.
622         * testsuite/ld-elf/provide-hidden-1.ld: Likewise.
623         * testsuite/ld-elf/provide-hidden-2.ld: Likewise.
624         * testsuite/ld-elf/provide-hidden-s.ld: Likewise.
625         * testsuite/ld-scripts/cross1.t: Likewise.
626
627         * testsuite/ld-elf/stab.d: Adjust allowed section indices.
628
629         * testsuite/ld-i386/pie1.d: Don't match addresses.
630         * testsuite/ld-i386/plt-pic2.dd: Likewise.
631         * testsuite/ld-i386/pr19636-1d.d: Likewise.
632         * testsuite/ld-i386/pr19636-2c.d: Likewise.
633         * testsuite/ld-powerpc/elfv2so.d: Likewise.
634         * testsuite/ld-powerpc/tlsopt5.d: Likewise.
635         * testsuite/ld-powerpc/tlsopt5.wf: Likewise.
636         * testsuite/ld-powerpc/tlsopt5_32.d: Likewise.
637
638         * testsuite/ld-i386/pr19636-2b.d: Don't match _start.
639
640         * testsuite/ld-powerpc/ambiguousv1.d: Relax symbol count, index
641         and address match.
642         * testsuite/ld-powerpc/ambiguousv1b.d: Likewise.
643         * testsuite/ld-powerpc/ambiguousv2.d: Likewise.
644         * testsuite/ld-powerpc/ambiguousv2b.d: Likewise.
645
646         * testsuite/ld-aarch64/gc-plt-relocs.d: Run ld with --hash-style=sysv.
647         * testsuite/ld-aarch64/ifunc-1.d: Likewise.
648         * testsuite/ld-aarch64/ifunc-2.d: Likewise.
649         * testsuite/ld-aarch64/ifunc-21.d: Likewise.
650         * testsuite/ld-aarch64/relasz.d: Likewise.
651         * testsuite/ld-aarch64/tls-small-ld.d: Likewise.
652         * testsuite/ld-aarch64/tls-tiny-ld.d: Likewise.
653         * testsuite/ld-arc/tls_gd-01.d: Likewise.
654         * testsuite/ld-cris/libdso-10.d: Likewise.
655         * testsuite/ld-cris/libdso-2.d: Likewise.
656         * testsuite/ld-cris/pic-gc-72.d: Likewise.
657         * testsuite/ld-cris/pic-gc-73.d: Likewise.
658         * testsuite/ld-cris/tls-gd-1.d: Likewise.
659         * testsuite/ld-cris/tls-gd-1h.d: Likewise.
660         * testsuite/ld-cris/tls-gd-2.d: Likewise.
661         * testsuite/ld-cris/tls-gd-2h.d: Likewise.
662         * testsuite/ld-cris/tls-ie-10.d: Likewise.
663         * testsuite/ld-cris/tls-ie-11.d: Likewise.
664         * testsuite/ld-cris/tls-ie-8.d: Likewise.
665         * testsuite/ld-cris/tls-ie-9.d: Likewise.
666         * testsuite/ld-cris/tls-ld-4.d: Likewise.
667         * testsuite/ld-cris/tls-ld-5.d: Likewise.
668         * testsuite/ld-cris/tls-ld-6.d: Likewise.
669         * testsuite/ld-cris/tls-ld-7.d: Likewise.
670         * testsuite/ld-cris/tls-ldgd-14.d: Likewise.
671         * testsuite/ld-cris/tls-ldgd-15.d: Likewise.
672         * testsuite/ld-cris/tls-ldgdx-14.d: Likewise.
673         * testsuite/ld-cris/tls-ldgdx-15.d: Likewise.
674         * testsuite/ld-cris/tls-local-54.d: Likewise.
675         * testsuite/ld-cris/tls-local-60.d: Likewise.
676         * testsuite/ld-cris/tls-local-61.d: Likewise.
677         * testsuite/ld-cris/weakhiddso.d: Likewise.
678         * testsuite/ld-elf/linkinfo1a.d: Likewise.
679         * testsuite/ld-elf/linkinfo1b.d: Likewise.
680         * testsuite/ld-elf/pr19617a.d: Likewise.
681         * testsuite/ld-elfvsb/hidden2.d: Likewise.
682         * testsuite/ld-frv/fdpic-pie-6.d: Likewise.
683         * testsuite/ld-frv/fdpic-shared-2.d: Likewise.
684         * testsuite/ld-frv/fdpic-shared-5.d: Likewise.
685         * testsuite/ld-frv/fdpic-shared-6.d: Likewise.
686         * testsuite/ld-frv/fdpic-shared-8.d: Likewise.
687         * testsuite/ld-frv/fdpic-shared-local-2.d: Likewise.
688         * testsuite/ld-frv/fdpic-shared-local-8.d: Likewise.
689         * testsuite/ld-frv/tls-dynamic-2.d: Likewise.
690         * testsuite/ld-i386/ibt-plt-1.d: Likewise.
691         * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
692         * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
693         * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
694         * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
695         * testsuite/ld-i386/pr20830.d: Likewise.
696         * testsuite/ld-ia64/merge1.d: Likewise.
697         * testsuite/ld-ia64/merge2.d: Likewise.
698         * testsuite/ld-ia64/merge3.d: Likewise.
699         * testsuite/ld-ia64/merge4.d: Likewise.
700         * testsuite/ld-ia64/merge5.d: Likewise.
701         * testsuite/ld-ifunc/ifunc-1-local-x86.d: Likewise.
702         * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
703         * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
704         * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
705         * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
706         * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
707         * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
708         * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
709         * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
710         * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
711         * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
712         * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
713         * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
714         * testsuite/ld-m68k/got-1.d: Likewise.
715         * testsuite/ld-m68k/got-multigot-12-13-14-34-35-ok.d: Likewise.
716         * testsuite/ld-m68k/got-multigot-14-ok.d: Likewise.
717         * testsuite/ld-m68k/got-multigot-15-er.d: Likewise.
718         * testsuite/ld-m68k/got-negative-12-13-14-34-ok.d: Likewise.
719         * testsuite/ld-m68k/got-negative-12-13-14-35-er.d: Likewise.
720         * testsuite/ld-m68k/got-negative-14-ok.d: Likewise.
721         * testsuite/ld-m68k/got-negative-15-er.d: Likewise.
722         * testsuite/ld-m68k/got-single-12-ok.d: Likewise.
723         * testsuite/ld-m68k/got-single-13-er.d: Likewise.
724         * testsuite/ld-m68k/got-xgot-12-13-14-15-34-35-ok.d: Likewise.
725         * testsuite/ld-m68k/got-xgot-15-ok.d: Likewise.
726         * testsuite/ld-m68k/tls-gd-1.d: Likewise.
727         * testsuite/ld-m68k/tls-gd-2.d: Likewise.
728         * testsuite/ld-m68k/tls-gd-ie-1.d: Likewise.
729         * testsuite/ld-m68k/tls-ie-1.d: Likewise.
730         * testsuite/ld-m68k/tls-ld-1.d: Likewise.
731         * testsuite/ld-m68k/tls-ld-2.d: Likewise.
732         * testsuite/ld-sh/shared-2.d: Likewise.
733         * testsuite/ld-sh/tlsbin-2.d: Likewise.
734         * testsuite/ld-sh/tlspic-2.d: Likewise.
735         * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
736         * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
737         * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
738         * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
739         * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
740         * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
741         * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
742         * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
743         * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
744         * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
745         * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
746         * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
747         * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
748         * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
749         * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
750         * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
751         * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
752         * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
753         * testsuite/ld-x86-64/ilp32-4.d: Likewise.
754         * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
755         * testsuite/ld-x86-64/load1c.d: Likewise.
756         * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
757         * testsuite/ld-x86-64/load1d.d: Likewise.
758         * testsuite/ld-x86-64/pie3-nacl.d: Likewise.
759         * testsuite/ld-x86-64/pie3.d: Likewise.
760         * testsuite/ld-x86-64/pr14207.d: Likewise.
761         * testsuite/ld-x86-64/pr19162.d: Likewise.
762         * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
763         * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
764         * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
765         * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
766         * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
767         * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
768         * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
769         * testsuite/ld-x86-64/pr20830a.d: Likewise.
770         * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
771         * testsuite/ld-x86-64/pr20830b.d: Likewise.
772         * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
773         * testsuite/ld-x86-64/pr21038a.d: Likewise.
774         * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
775         * testsuite/ld-x86-64/pr21038b.d: Likewise.
776         * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
777         * testsuite/ld-x86-64/pr21038c.d: Likewise.
778
779 2017-08-06  H.J. Lu  <hongjiu.lu@intel.com>
780
781         PR ld/21903:
782         * ld.h (command_line): Remove inhibit_common_definition.
783         * ldgram.y: Replace command_line.inhibit_common_definition with
784         link_info.inhibit_common_definition.
785         * ldlang.c (lang_common): Likewise.
786         * lexsup.c (parse_args): Likewise.
787         * ldmain.c (main): Only allow --no-define-common with -shared.
788         * testsuite/ld-elf/pr21903.s: New file.
789         * testsuite/ld-elf/pr21903a.d: Likewise.
790         * testsuite/ld-elf/pr21903b.d: Likewise.
791         * testsuite/ld-elf/pr21903c.d: Likewise.
792         * testsuite/ld-elf/pr21903d.d: Likewise.
793         * testsuite/ld-elf/pr21903e.d: Likewise.
794
795 2017-08-05  Alan Modra  <amodra@gmail.com>
796
797         * testsuite/ld-unique/pr21529.d: Don't xfail hppa.
798
799 2017-08-04  H.J. Lu  <hongjiu.lu@intel.com>
800
801         PR ld/21904
802         * testsuite/ld-elf/pr21904.d: New file.
803         * testsuite/ld-elf/pr21904.s: Likewise.
804
805 2017-08-03  Nick Clifton  <nickc@redhat.com>
806
807         PR ld/21884
808         * testsuite/ld-elf/pr21884.d: Add AVR, HPPA, IA64, M68HC1x and
809         SCORE to list of targets not supporting file format changes during
810         linking.
811         * testsuite/ld-unique/pr21529.d: Likewise.
812         * emultempl/avrelf.em (_before_allocation): Skip for non-ELF
813         output formats.
814         (avr_elf_create_output_section_statements): Fail if the output
815         format is not ELF.
816         (avr_finish): Do not access the ELF header in non-ELF format
817         output bfds.
818         * emultempl/m68hc1xelf.em (_before_allocation): Skip for non-ELF
819         output formats.
820         (m68hc11elf_create_output_section_statements): Fail if the putput
821         format is not ELF.
822         (m68hc11elf_after_allocation): Skip for non-ELF output formats.
823
824 2017-08-03  Alan Modra  <amodra@gmail.com>
825
826         PR ld/21884
827         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Revert
828         last change.  Rename iself to elfinput.  Expand comments.  Condition
829         ELF checks on having both input and output ELF files.  Extract..
830         (elf_orphan_compatible): ..this new function.
831
832 2017-08-02  H.J. Lu  <hongjiu.lu@intel.com>
833
834         PR ld/21884
835         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Check
836         ELF section header only for ELF output.
837         * testsuite/ld-elf/pr21884.d: New test.
838         * testsuite/ld-elf/pr21884.t: Likewise.
839         * testsuite/ld-elf/pr21884a.s: Likewise.
840         * testsuite/ld-elf/pr21884b.s: Likewise.
841
842 2017-08-02  H.J. Lu  <hongjiu.lu@intel.com>
843
844         * emultempl/elf32.em (_place_orphan): Revert the last change.
845
846 2017-08-02  Max Filippov  <jcmvbkbc@gmail.com>
847
848         * emultempl/xtensaelf.em (xtensa_wild_group_interleave_callback):
849         Only check for by_name sorting.
850
851 2017-08-02  Nick Clifton  <nickc@redhat.com>
852
853         PR 21884
854         * emultempl/elf32.em (_place_orphan): Skip non-ELF binaries when
855         looking for sections to merge.
856
857 2017-07-31  Alan Modra  <amodra@gmail.com>
858
859         * ld.texinfo (plt-localentry): Revise.
860
861 2017-07-29  Alan Modra  <amodra@gmail.com>
862
863         * ld.texinfo (plt-localentry): Document.
864
865 2017-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
866
867         * ldgram.y (ldgram_had_keep): Make static.
868         (ldgram_vers_current_lang): Likewise.
869         (filename_spec): New rule.
870         (input_section_spec_no_keep): Use filename_spec.
871         (wildcard_maybe_exclude): New rule.
872         (wildcard_spec): Rename to...
873         (section_name_spec): ...this.
874         (section_NAME_list): Rename to...
875         (section_name_list): ...this.
876         (section_name_spec): Simplifiy and use wildcard_maybe_exclude.
877         * ldlang.c (placed_commons): Delete.
878         (lang_add_wild): No longer set placed_commons.
879         (print_wild_statement): Use full names for SORT specifiers.
880         * testsuite/ld-scripts/align.exp: Run new tests.
881         * testsuite/ld-scripts/align3.d: New file.
882         * testsuite/ld-scripts/align3.t: New file.
883         * testsuite/ld-scripts/align4.d: New file.
884         * testsuite/ld-scripts/align4.t: New file.
885         * testsuite/ld-scripts/align5.d: New file.
886         * testsuite/ld-scripts/align5.t: New file.
887         * testsuite/ld-scripts/exclude-file-5.d: New file.
888         * testsuite/ld-scripts/exclude-file-5.map: New file.
889         * testsuite/ld-scripts/exclude-file-5.t: New file.
890         * testsuite/ld-scripts/exclude-file-6.d: New file.
891         * testsuite/ld-scripts/exclude-file-6.map: New file.
892         * testsuite/ld-scripts/exclude-file-6.t: New file.
893         * NEWS: Mention the changes.
894
895 2017-07-27  Georg-Johann Lay  <gjl@gcc.gnu.org>
896
897         PR ld/21849
898         * scripttempl/avr.sc: Split .progmemx.* from .progmem.* and locate
899         former at a higher address.
900
901 2017-07-25  Alan Modra  <amodra@gmail.com>
902
903         * testsuite/ld-powerpc/tlsopt5.s: Add cfi.
904         * testsuite/ld-powerpc/tlsopt5.d: Update.
905         * testsuite/ld-powerpc/tlsopt5.wf: New file.
906         * testsuite/ld-powerpc/powerpc.exp: Perform new tlsopt5 test.
907
908 2017-07-24  Claudiu Zissulescu  <claziss@synopsys.com>
909
910         * testsuite/ld-arc/jli-overflow.d: Force testing for little
911         endian.
912         * testsuite/ld-arc/tls_gd-01.d: Fix string to match bigendian
913         systems.
914         * testsuite/ld-arc/tls_ie-01.d: Fix test for bigendian systems.
915
916 2017-07-19  Maciej W. Rozycki  <macro@imgtec.com>
917
918         * testsuite/ld-scripts/fill.d: Adjust `xfail' entries.  Add
919         `notarget' entries.  Update comments.
920         * testsuite/ld-scripts/fill16.d: New test.
921         * testsuite/ld-scripts/fill16_0.s: New test source.
922         * testsuite/ld-scripts/fill16_1.s: New test source.
923         * testsuite/ld-scripts/fill16_2.s: New test source.
924         * testsuite/ld-scripts/data.exp: Run the new test.
925
926 2017-07-19  Claudiu Zissulescu  <claziss@synopsys.com>
927             John Eric Martin  <John.Martin@emmicro-us.com>
928
929         * emulparams/arcelf.sh (JLI_START_TABLE): Define.
930         * scripttempl/elfarc.sc: Handle jlitab section.
931         * scripttempl/elfarcv2.sc: Likewise.
932         * testsuite/ld-arc/arc.exp: Add JLI test.
933         * testsuite/ld-arc/jli-script.ld: New file.
934         * testsuite/ld-arc/jli-simple.dd: Likewise.
935         * testsuite/ld-arc/jli-simple.rd: Likewise.
936         * testsuite/ld-arc/jli-simple.s: Likewise.
937         * testsuite/ld-arc/jli-overflow.s: Likewise.
938         * testsuite/ld-arc/jli-overflow.d: Likewise.
939         * testsuite/ld-arc/jli-overflow.err: Likewise.
940
941 2017-07-19  Tristan Gingold  <gingold@adacore.com>
942
943         * ldmain.c (main): Remove display of data size.
944
945 2017-07-18  Maciej W. Rozycki  <macro@imgtec.com>
946
947         PR ld/16656
948         * testsuite/ld-elf/binutils.exp (binutils_test): Make the
949         expectation for `.got' in GNU_RELRO segment target-specific.
950         Handle `.got.plt' separately.
951
952 2017-07-18  Maciej W. Rozycki  <macro@imgtec.com>
953
954         PR ld/16656
955         * testsuite/ld-elf/binutils.exp (binutils_test): Make the
956         expectation for `.dynamic' in GNU_RELRO segment target-specific.
957
958 2017-07-18  Nick Clifton  <nickc@redhat.com>
959
960         PR 21775
961         * ld.texinfo: Fix spelling typos.
962         * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
963
964 2017-07-17  H.J. Lu  <hongjiu.lu@intel.com>
965
966         * testsuite/ld-i386/i386.exp: Run pie1 and pie1-nacl.
967         * testsuite/ld-i386/pie1-nacl.d: New file.
968         * testsuite/ld-i386/pie1.d: Likewise.
969         * testsuite/ld-i386/pie1.s: Likewise.
970
971 2017-07-17  H.J. Lu  <hongjiu.lu@intel.com>
972
973         PR ld/21782
974         * testsuite/ld-x86-64/pie3-nacl.d: New file.
975         * testsuite/ld-x86-64/pie3.d: Likewise.
976         * testsuite/ld-x86-64/pie3.s: Likewise.
977         * testsuite/ld-x86-64/x86-64.exp: Run pie3 and pie3-nacl.
978
979 2017-07-14  Alan Modra  <amodra@gmail.com>
980
981         * testsuite/ld-powerpc/powerpc.exp: Add -shared to tlsop5 tests.
982         * testsuite/ld-powerpc/tlsopt5.d: Adjust.
983         * testsuite/ld-powerpc/tlsopt1_32.s: Use r30 as GOT pointer.
984         * testsuite/ld-powerpc/tlsopt2_32.s: Likewise.
985         * testsuite/ld-powerpc/tlsopt3_32.s: Likewise.
986         * testsuite/ld-powerpc/tlsopt4_32.s: Likewise.
987         * testsuite/ld-powerpc/tlsopt5_32.s: Rewrite.
988         * testsuite/ld-powerpc/tlsopt1_32.d: Adjust.
989         * testsuite/ld-powerpc/tlsopt2_32.d: Adjust.
990         * testsuite/ld-powerpc/tlsopt3_32.d: Adjust.
991         * testsuite/ld-powerpc/tlsopt5_32.d: Adjust.
992
993 2016-07-14  Maciej W. Rozycki  <macro@imgtec.com>
994
995         * testsuite/ld-unique/pr21529.ld: New test linker script.
996         * testsuite/ld-unique/pr21529.d: Use it.
997
998 2017-07-12  Alan Modra  <amodra@gmail.com>
999
1000         * po/bg.po: Update from translationproject.org/latest/ld/.
1001         * po/da.po: Likewise.
1002         * po/es.po: Likewise.
1003         * po/fi.po: Likewise.
1004         * po/fr.po: Likewise.
1005         * po/id.po: Likewise.
1006         * po/it.po: Likewise.
1007         * po/ja.po: Likewise.
1008         * po/tr.po: Likewise.
1009         * po/uk.po: Likewise.
1010         * po/vi.po: Likewise.
1011         * po/zh_CN.po: Likewise.
1012         * po/zh_TW.po: Likewise.
1013         * po/de.po: New file from translationproject.org.
1014         * po/ru.po: Likewise.
1015         * configure.ac (ALL_LINGUAS): Add de, ru.  Sort.
1016         * configure: Regenerate.
1017
1018 2017-07-12  Alan Modra  <amodra@gmail.com>
1019
1020         * testsuite/ld-scripts/align.exp: Exclude powerpc*-*-aix*.
1021         * testsuite/ld-scripts/assign-loc.d: Likewise.
1022         * testsuite/ld-scripts/defined3.d: Likewise.
1023         * testsuite/ld-scripts/defined4.d: Likewise.
1024         * testsuite/ld-scripts/defined5.d: Likewise.
1025         * testsuite/ld-scripts/expr2.d: Likewise.
1026         * testsuite/ld-scripts/provide.exp: Likewise.
1027         * testsuite/ld-scripts/sane1.d: Likewise.
1028         * testsuite/ld-scripts/size.exp: Likewise.
1029         * testsuite/ld-scripts/defined2.d: Don't xfail rs6000-*-aix*.
1030
1031 2017-07-12  Alan Modra  <amodra@gmail.com>
1032
1033         * testsuite/ld-arc/nps-1b.err: Update.
1034         * testsuite/ld-x86-64/ilp32-11.d: Update.
1035
1036 2017-07-11  H.J. Lu  <hongjiu.lu@intel.com>
1037
1038         * testsuite/ld-selective/selective.exp: Support single digit
1039         GCC version.
1040
1041 2017-07-11  Jiong Wang  <jiong.wang@arm.com>
1042
1043         * testsuite/ld-aarch64/dt_textrel.d: Use "#pass" instead of ".*" to
1044         filter out remaining lines.
1045
1046 2017-07-07  Maciej W. Rozycki  <macro@imgtec.com>
1047
1048         * emultempl/mipself.em (mips_before_allocation): Avoid ELF
1049         processing if not MIPS ELF.
1050         * testsuite/ld-mips-elf/binary.d: New test.
1051         * testsuite/ld-mips-elf/binary.ld: New test linker script.
1052         * testsuite/ld-mips-elf/binary.s: New test source.
1053         * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1054
1055 2017-07-07  Alan Modra  <amodra@gmail.com>
1056
1057         * testsuite/ld-powerpc/ppc476-shared.lnk: Align .bss.
1058         * testsuite/ld-powerpc/ppc476-shared.d: Adjust.
1059         * testsuite/ld-powerpc/ppc476-shared2.d: Adjust.
1060
1061 2017-07-07  Alan Modra  <amodra@gmail.com>
1062
1063         * Makefile.am (eelf64_s390.c): Depend on emultempl/s390.em.
1064
1065 2017-07-04  Tristan Gingold  <gingold@adacore.com>
1066
1067         * configure: Regenerate.
1068
1069 2017-07-04  Tristan Gingold  <gingold@adacore.com>
1070
1071         * NEWS: Add marker for 2.29.
1072
1073 2017-07-03  Tristan Gingold  <gingold@adacore.com>
1074
1075         * po/ld.pot: Regenerate.
1076
1077 2017-06-30  Maciej W. Rozycki  <macro@imgtec.com>
1078
1079         * testsuite/ld-mips-elf/relax-offset.dd: New test.
1080         * testsuite/ld-mips-elf/relax-offset.gd: New test.
1081         * testsuite/ld-mips-elf/relax-offset-umips.dd: New test.
1082         * testsuite/ld-mips-elf/relax-offset-umips.gd: New test.
1083         * testsuite/ld-mips-elf/relax-offset.ld: New test linker script.
1084         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1085         (prune_warnings): New temporary procedure.
1086
1087 2017-06-28  Maciej W. Rozycki  <macro@imgtec.com>
1088
1089         * testsuite/ld-mips-elf/mips-elf-flags.exp: Add interAptiv MR2
1090         tests.
1091
1092 2017-06-27  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1093
1094         PR ld/13402
1095         * testsuite/ld-avr/pr13402.d: New test.
1096         * testsuite/ld-avr/pr13402.s: New test.
1097
1098 2017-06-27  Maciej W. Rozycki  <macro@imgtec.com>
1099
1100         * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
1101         Add an `args' final argument and examination code for `readelf
1102         -A' output.  Update procedure description accordingly.
1103
1104 2017-06-27  Maciej W. Rozycki  <macro@imgtec.com>
1105
1106         * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
1107         Use `remote_exec' to call `readelf'.  Log the command issued.
1108
1109 2017-06-27  Maciej W. Rozycki  <macro@imgtec.com>
1110
1111         * testsuite/ld-mips-elf/mips-elf-flags.exp (good_combination):
1112         Use `readelf -h' rather than `readelf --headers'.
1113
1114 2017-06-26  Maciej W. Rozycki  <macro@imgtec.com>
1115
1116         * testsuite/ld-mips-elf/lsi-4010-isa.d: New test.
1117         * ld/testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1118
1119 2017-06-26  Maciej W. Rozycki  <macro@imgtec.com>
1120
1121         * testsuite/ld-elf/sizeofa.d: Also accept the OBJECT type for
1122         the symbols examined.
1123         * testsuite/ld-elf/sizeofc.d: Likewise.
1124         * testsuite/ld-elf/startofa.d: Likewise.
1125         * testsuite/ld-elf/startofc.d: Likewise.
1126
1127 2017-06-26  Alan Modra  <amodra@gmail.com>
1128
1129         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Skip
1130         --just-syms bfds when looking for a place to attach .note.gnu.build-id
1131         and .eh_frame_hdr sections.  Delete dead code.
1132
1133 2017-06-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1134
1135         * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 11): New test.
1136         (EABI attribute merging 12): Likewise.
1137         * testsuite/ld-arm/attr-merge-11a.s: New file.
1138         * testsuite/ld-arm/attr-merge-11b.s: New file.
1139         * testsuite/ld-arm/attr-merge-11.attr: New file.
1140         * testsuite/ld-arm/attr-merge-12a.s: New file.
1141         * testsuite/ld-arm/attr-merge-12b.s: New file.
1142         * testsuite/ld-arm/attr-merge-12.attr: New file.
1143
1144 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1145
1146         * testsuite/ld-i386/i386.exp: Run weakundef1 tests.
1147         * testsuite/ld-i386/weakundef1.c: New file.
1148
1149 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1150
1151         PR ld/21090
1152         * testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Pass
1153         $NOPIE_CFLAGS if non-PIE is required.
1154
1155 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1156
1157         PR ld/21090
1158         * testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
1159         $NOPIE_LDFLAGS to "Run pr19031".
1160
1161 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1162
1163         PR ld/21090
1164         * testsuite/ld-gc/gc.exp: Compile tmpdir/pr14265.o with
1165         $NOPIE_CFLAGS.
1166         * testsuite/ld-i386/i386.exp: Pass $NOPIE_CFLAGS and
1167         $NOPIE_LDFLAGS if non-PIE is required.
1168         * testsuite/ld-i386/no-plt.exp (NOPIE_CFLAGS): New.
1169         (NOPIE_LDFLAGS): Likewise.
1170         Pass $NOPIE_LDFLAGS if non-PIE is required.
1171         * testsuite/ld-shared/shared.exp: Compile tmpdir/sh1np.o with
1172         $NOPIE_CFLAGS.
1173
1174 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1175
1176         * NEWS: Mention -z shstk and GNU_PROPERTY_X86_FEATURE_1_SHSTK.
1177         * emulparams/cet.sh (PARSE_AND_LIST_OPTIONS_CET): Add "-z shstk".
1178         (PARSE_AND_LIST_ARGS_CASE_Z_CET): Support "-z shstk".
1179         * ld.texinfo: Document -z shstk.
1180         * testsuite/ld-i386/i386.exp: Run SHSTK tests.
1181         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1182         * testsuite/ld-i386/property-x86-shstk.s: New file.
1183         * testsuite/ld-i386/property-x86-shstk1a.d: Likewise.
1184         * testsuite/ld-i386/property-x86-shstk1b.d: Likewise.
1185         * testsuite/ld-i386/property-x86-shstk2.d: Likewise.
1186         * testsuite/ld-i386/property-x86-shstk3a.d: Likewise.
1187         * testsuite/ld-i386/property-x86-shstk3b.d: Likewise.
1188         * testsuite/ld-i386/property-x86-shstk4.d: Likewise.
1189         * testsuite/ld-i386/property-x86-shstk5.d: Likewise.
1190         * testsuite/ld-x86-64/property-x86-shstk.s: Likewise.
1191         * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise.
1192         * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise.
1193         * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise.
1194         * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise.
1195         * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise.
1196         * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise.
1197         * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise.
1198         * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise.
1199         * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise.
1200         * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise.
1201         * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise.
1202         * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise.
1203         * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise.
1204         * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise.
1205
1206 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1207
1208         * Makefile.am (ELF_X86_DEPS): Add $(srcdir)/emulparams/cet.sh.
1209         * Makefile.in: Regenerated.
1210         * NEWS: Mention GNU_PROPERTY_X86_FEATURE_1_IBT, -z ibtplt
1211         and -z ibt.
1212         * emulparams/cet.sh: New file.
1213         * testsuite/ld-i386/ibt-plt-1.d: Likewise.
1214         * testsuite/ld-i386/ibt-plt-1.s: Likewise.
1215         * testsuite/ld-i386/ibt-plt-2.s: Likewise.
1216         * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
1217         * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
1218         * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
1219         * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
1220         * testsuite/ld-i386/ibt-plt-3.s: Likewise.
1221         * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
1222         * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
1223         * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
1224         * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
1225         * testsuite/ld-i386/plt-main-ibt.dd: Likewise.
1226         * testsuite/ld-i386/plt-pie-ibt.dd: Likewise.
1227         * testsuite/ld-i386/property-x86-empty.s: Likewise.
1228         * testsuite/ld-i386/property-x86-ibt.s: Likewise.
1229         * testsuite/ld-i386/property-x86-ibt1a.d: Likewise.
1230         * testsuite/ld-i386/property-x86-ibt1b.d: Likewise.
1231         * testsuite/ld-i386/property-x86-ibt2.d: Likewise.
1232         * testsuite/ld-i386/property-x86-ibt3a.d: Likewise.
1233         * testsuite/ld-i386/property-x86-ibt3b.d: Likewise.
1234         * testsuite/ld-i386/property-x86-ibt4.d: Likewise.
1235         * testsuite/ld-i386/property-x86-ibt5.d: Likewise.
1236         * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
1237         * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
1238         * testsuite/ld-x86-64/ibt-plt-1.s: Likewise.
1239         * testsuite/ld-x86-64/ibt-plt-2.s: Likewise.
1240         * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
1241         * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
1242         * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
1243         * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
1244         * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
1245         * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
1246         * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
1247         * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
1248         * testsuite/ld-x86-64/ibt-plt-3.s: Likewise.
1249         * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
1250         * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
1251         * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
1252         * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
1253         * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
1254         * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
1255         * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
1256         * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
1257         * testsuite/ld-x86-64/plt-main-ibt-now.rd: Likewise.
1258         * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Likewise.
1259         * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
1260         * testsuite/ld-x86-64/property-x86-empty.s: Likewise.
1261         * testsuite/ld-x86-64/property-x86-ibt.s: Likewise.
1262         * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise.
1263         * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise.
1264         * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise.
1265         * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise.
1266         * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise.
1267         * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise.
1268         * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise.
1269         * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise.
1270         * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise.
1271         * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise.
1272         * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise.
1273         * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise.
1274         * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise.
1275         * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise.
1276         * emulparams/elf32_x86_64.sh: Source emulparams/cet.sh.
1277         (TINY_READONLY_SECTION): Add .plt.sec.
1278         * emulparams/elf_i386.sh: Likewise.
1279         * emulparams/elf_x86_64.sh: Source emulparams/cet.sh.
1280         * ld.texinfo: Document -z ibtplt and -z ibt.
1281         * testsuite/ld-i386/i386.exp: Run IBT and IBT PLT tests.
1282         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1283         * testsuite/ld-x86-64/pr21481b.S (check): Updated for x32.
1284
1285 2017-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1286
1287         PR ld/21090
1288         * testsuite/ld-elf/shared.exp: Pass $NOPIE_CFLAGS and
1289         $NOPIE_LDFLAGS if non-PIE is required.
1290
1291 2017-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1292
1293         PR ld/21090
1294         * testsuite/ld-scripts/crossref.exp: Also pass $NOPIE_CFLAGS
1295         to CC.
1296
1297 2017-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1298
1299         PR ld/21090
1300         * testsuite/ld-size/size.exp: Pass $NOPIE_LDFLAGS to size-4a,
1301         size-4b, size-5a, size-5b, size-6 and size-8 tests.
1302         * testsuite/ld-srec/srec.exp (NOPIE_CFLAGS): New.
1303         (NOPIE_LDFLAGS): Likewise.
1304         (CC): Add $NOPIE_CFLAGS $NOPIE_LDFLAGS.
1305         (CXX): Likewise.
1306         * testsuite/ld-x86-64/no-plt.exp (NOPIE_CFLAGS): New.
1307         (NOPIE_LDFLAGS): Likewise.
1308         Pass $NOPIE_LDFLAGS to "No PLT (dynamic 1a)",
1309         "No PLT (dynamic 1c)" and "Run pr20253-2f".
1310         * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS to
1311         "Build gotpcrel1" and "Run pr19031".
1312
1313 2017-06-21  Alan Modra  <amodra@gmail.com>
1314
1315         * testsuite/ld-powerpc/powerpc.exp: Run TOCSAVE tests.
1316         * testsuite/ld-powerpc/tocsave1.s,
1317         * testsuite/ld-powerpc/tocsave1a.d,
1318         * testsuite/ld-powerpc/tocsave1s.d,
1319         * testsuite/ld-powerpc/tocsave2.s,
1320         * testsuite/ld-powerpc/tocsave2a.d,
1321         * testsuite/ld-powerpc/tocsave2s.d,
1322         * testsuite/ld-powerpc/tocsavelib.s: New files.
1323
1324 2017-06-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1325
1326         * Makefile.in: Add s390.em as build dependency.
1327         * emulparams/elf64_s390.sh (EXTRA_EM_FILE): Add s390.em.
1328         * emultempl/s390.em: New file.
1329         * gen-doc.texi: Add documentation for --s390-pgste option.
1330         * ld.texinfo: Likewise.
1331
1332 2017-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1333
1334         PR ld/21626
1335         * testsuite/ld-i386/i386.exp: Run ld/21626 tests.
1336         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1337
1338 2017-06-18  Alan Modra  <amodra@gmail.com>
1339
1340         * testsuite/lib/ld-lib.exp (is_underscore_target): New.
1341         * testsuite/ld-elf/elf.exp (ASFLAGS): Define UNDERSCORE.
1342         * testsuite/ld-elf/pr21562a.s: If UNDERSCORE defined,
1343         reference sym with prefix.
1344         * testsuite/ld-elf/pr21562b.s: Likewise.
1345         * testsuite/ld-elf/sizeof.s: Likewise.
1346         * testsuite/ld-elf/startof.s: Likewise.
1347         * testsuite/ld-elf/pr14156a.d: Adjust for extra symbols.
1348         * testsuite/ld-elf/pr21562a.d: Remove underscore target from
1349         xfails, and match prefixed symbol.
1350         * testsuite/ld-elf/pr21562b.d: Likewise.
1351         * testsuite/ld-elf/pr21562c.d: Likewise.
1352         * testsuite/ld-elf/pr21562d.d: Likewise.
1353         * testsuite/ld-elf/pr21562e.d: Likewise.
1354         * testsuite/ld-elf/pr21562f.d: Likewise.
1355         * testsuite/ld-elf/pr21562g.d: Likewise.
1356         * testsuite/ld-elf/pr21562h.d: Likewise.
1357         * testsuite/ld-elf/pr21562i.d: Likewise.
1358         * testsuite/ld-elf/pr21562j.d: Likewise.
1359         * testsuite/ld-elf/pr21562k.d: Likewise.
1360         * testsuite/ld-elf/pr21562l.d: Likewise.
1361         * testsuite/ld-elf/pr21562m.d: Likewise.
1362         * testsuite/ld-elf/pr21562n.d: Likewise.
1363         * testsuite/ld-elf/sizeofa.d: Likewise.
1364         * testsuite/ld-elf/sizeofb.d: Likewise.
1365         * testsuite/ld-elf/sizeofc.d: Likewise.
1366         * testsuite/ld-elf/startofa.d: Likewise.
1367         * testsuite/ld-elf/startofb.d: Likewise.
1368         * testsuite/ld-elf/startofc.d: Likewise.
1369
1370 2017-06-16  Alan Modra  <amodra@gmail.com>
1371
1372         PR ld/20022
1373         PR ld/21557
1374         PR ld/21562
1375         PR ld/21571
1376         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't set
1377         __start/__stop syms here.
1378         * ldlang.c (lang_set_startof): Delete.
1379         (start_stop_syms, start_stop_count, start_stop_alloc): New vars.
1380         (lang_define_start_stop, lang_init_start_stop, foreach_start_stop,
1381         undef_start_stop, lang_undef_start_stop, lang_init_startof_sizeof,
1382         set_start_stop, lang_finalize_start_stop): New functions.
1383         (lang_process): Call _start_stop functions.
1384         * testsuite/ld-elf/pr21562a.d: Use xfail rather than notarget.
1385         Correct typos and list of xfail targets.
1386         * testsuite/ld-elf/pr21562b.d: Likewise.
1387         * testsuite/ld-elf/pr21562c.d: Likewise.
1388         * testsuite/ld-elf/pr21562d.d: Likewise.
1389         * testsuite/ld-elf/pr21562e.d: Likewise.
1390         * testsuite/ld-elf/pr21562f.d: Likewise.
1391         * testsuite/ld-elf/pr21562g.d: Likewise.
1392         * testsuite/ld-elf/pr21562h.d: Likewise.
1393         * testsuite/ld-elf/pr21562i.d: Likewise.
1394         * testsuite/ld-elf/pr21562j.d: Likewise.
1395         * testsuite/ld-elf/pr21562k.d: Likewise.
1396         * testsuite/ld-elf/pr21562l.d: Likewise.
1397         * testsuite/ld-elf/pr21562m.d: Likewise.
1398         * testsuite/ld-elf/pr21562n.d: Likewise.
1399         * testsuite/ld-elf/sizeofa.d: Likewise.  Adjust to pass for generic ELF.
1400         * testsuite/ld-elf/sizeofb.d: Likewise.
1401         * testsuite/ld-elf/startofa.d: Likewise.
1402         * testsuite/ld-elf/startofb.d: Likewise.
1403
1404 2017-06-16  Jiong Wang  <jiong.wang@arm.com>
1405
1406         * testsuite/ld-aarch64/aarch64-elf.exp: Update test name
1407         * testsuite/ld-aarch64/pcrel.s: Add new testcases.
1408         * testsuite/ld-aarch64/pcrel_pic_undefined.d: Update the expected
1409         warnings.
1410         * testsuite/ld-aarch64/pcrel_pic_defined_local.d: Rename ...
1411         * testsuite/ld-aarch64/pcrel_pic_defined.d: ... to this.
1412         Update expected warnings.
1413
1414 2017-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1415
1416         * exsup.c (elf_shlib_list_options): Display "-z stack-size=SIZE"
1417         instead of "-z stacksize=SIZE".
1418
1419 2017-06-15  Jiong Wang  <jiong.wang@arm.com>
1420
1421         * testsuite/ld-aarch64/copy-reloc-exe-2.s: New test source file.
1422         * testsuite/ld-aarch64/copy-reloc-2.d: New test.
1423         * testsuite/ld-aarch64/copy-reloc-exe-eliminate.s: New test source file.
1424         * testsuite/ld-aarch64/copy-reloc-eliminate.d: New test.
1425         * testsuite/ld-aarch64/copy-reloc-so.s: Define new global objects.
1426         * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
1427
1428 2017-06-14  Nick Clifton  <nickc@redhat.com>
1429
1430         PR binutils/21580
1431         * testsuite/ld-nds32/diff.d: Adjust expected output.
1432
1433 2017-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1434
1435         PR ld/20022
1436         * testsuite/ld-gc/pr20022.d: Skip on targets without dynamic
1437         relocations in .text section.
1438
1439 2017-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1440
1441         * testsuite/ld-elf/pr21562a.d: Skip on targets with leading char
1442         in in symbol name or without --gc-sections.
1443         * testsuite/ld-elf/pr21562b.d: Likewise.
1444         * testsuite/ld-elf/pr21562c.d: Likewise.
1445         * testsuite/ld-elf/pr21562d.d: Likewise.
1446         * testsuite/ld-elf/pr21562i.d: Likewise.
1447         * testsuite/ld-elf/pr21562j.d: Likewise.
1448         * testsuite/ld-elf/pr21562k.d: Likewise.
1449         * testsuite/ld-elf/pr21562l.d: Likewise.
1450         * testsuite/ld-elf/pr21562m.d: Likewise.
1451         * testsuite/ld-elf/pr21562n.d: Likewise.
1452         * testsuite/ld-elf/pr21562e.d: Skip on targets with leading char
1453         in symbol name.
1454         * testsuite/ld-elf/pr21562f.d: Likewise.
1455         * testsuite/ld-elf/pr21562g.d: Likewise.
1456         * testsuite/ld-elf/pr21562h.d: Likewise.
1457
1458 2017-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1459
1460         * testsuite/ld-gc/pr20022a.s: Add size to bar.
1461
1462 2017-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1463
1464         * testsuite/ld-elf/sizeofa.d: Skip on targets with leading char
1465         in symbol name.
1466         * testsuite/ld-elf/sizeofb.d: Likewise.
1467         * testsuite/ld-elf/startofa.d: Likewise.
1468         * testsuite/ld-elf/startofb.d: Likewise.
1469
1470 2017-06-14  Georg-Johann Lay  <gjl@gcc.gnu.org>
1471
1472         PR ld/21583
1473         * scripttempl/avr.sc (.jumptables): Move down in text section.
1474         (.hightext): New in text.
1475
1476 2017-06-14  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1477
1478         * configure.tgt (epiphany-*-elf): Accept epiphany-*-*.
1479
1480 2017-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1481
1482         * ldlang.c (lang_set_startof): Skip if config.build_constructors
1483         is FALSE.
1484         * testsuite/ld-elf/sizeofc.d: New file.
1485         * testsuite/ld-elf/startofc.d: Likewise.
1486
1487 2017-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1488
1489         * testsuite/ld-elf/sizeof.d: Renamed to ...
1490         * testsuite/ld-elf/sizeofa.d: This.  Updated.
1491         * testsuite/ld-elf/startof.d: Renamed to ...
1492         * testsuite/ld-elf/startofa.d: This.  Updated.
1493         * testsuite/ld-elf/sizeofb.d: New file.
1494         * testsuite/ld-elf/startofb.d: Likewise.
1495
1496 2017-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1497
1498         PR ld/20022
1499         PR ld/21557
1500         PR ld/21562
1501         PR ld/21571
1502         * ld.texinfo: Update __start_SECNAME/__stop_SECNAME symbols.
1503         * ldlang.c (lang_insert_orphan): Move handling of __start_SECNAME
1504         and __stop_SECNAME symbols to ...
1505         (lang_set_startof): Here.  Also define __start_SECNAME and
1506         __stop_SECNAME for -Ur.
1507         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Mark
1508         referenced __start_SECNAME and __stop_SECNAME symbols as hidden
1509         and set start_stop for garbage collection.
1510         * testsuite/ld-elf/pr21562a.d: New file.
1511         * testsuite/ld-elf/pr21562a.s: Likewise.
1512         * testsuite/ld-elf/pr21562a.t: Likewise.
1513         * testsuite/ld-elf/pr21562b.d: Likewise.
1514         * testsuite/ld-elf/pr21562b.s: Likewise.
1515         * testsuite/ld-elf/pr21562b.t: Likewise.
1516         * testsuite/ld-elf/pr21562c.d: Likewise.
1517         * testsuite/ld-elf/pr21562c.t: Likewise.
1518         * testsuite/ld-elf/pr21562d.d: Likewise.
1519         * testsuite/ld-elf/pr21562d.t: Likewise.
1520         * testsuite/ld-elf/pr21562e.d: Likewise.
1521         * testsuite/ld-elf/pr21562f.d: Likewise.
1522         * testsuite/ld-elf/pr21562g.d: Likewise.
1523         * testsuite/ld-elf/pr21562h.d: Likewise.
1524         * testsuite/ld-elf/pr21562i.d: Likewise.
1525         * testsuite/ld-elf/pr21562j.d: Likewise.
1526         * testsuite/ld-elf/pr21562k.d: Likewise.
1527         * testsuite/ld-elf/pr21562l.d: Likewise.
1528         * testsuite/ld-elf/pr21562m.d: Likewise.
1529         * testsuite/ld-elf/pr21562n.d: Likewise.
1530         * testsuite/ld-gc/pr20022.d: Likewise.
1531         * testsuite/ld-gc/pr20022a.s: Likewise.
1532         * testsuite/ld-gc/pr20022b.s: Likewise.
1533         * testsuite/ld-gc/gc.exp: Run PR ld/20022 tests.
1534         * testsuite/ld-gc/pr19161.d: Also accept local __start_SECNAME
1535         symbol.
1536         * testsuite/ld-gc/start.d: Likewise.
1537         * testsuite/ld-x86-64/lea1a.d: Updated.
1538         * testsuite/ld-x86-64/lea1b.d: Updated.
1539         * testsuite/ld-x86-64/lea1d.d: Updated.
1540         * testsuite/ld-x86-64/lea1e.d: Likewise.
1541
1542 2017-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1543
1544         * testsuite/ld-elf/sizeof.d: New file.
1545         * testsuite/ld-elf/sizeof.s: Likewise.
1546         * testsuite/ld-elf/startof.d: Likewise.
1547         * testsuite/ld-elf/startof.s: Likewise.
1548
1549 2017-06-13  Renlin Li  <renlin.li@arm.com>
1550
1551         * testsuite/ld-elf/shared.exp (build_tests): Add --no-dynamic-linker
1552         option to rdynamic-1 and dynamic-1 tests.
1553
1554 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
1555
1556         * testsuite/ld-x86-64/property-x86-3-x32.d: New file.
1557         * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
1558         * testsuite/ld-x86-64/property-x86-4b-x32.d: Likewise.
1559         * testsuite/ld-x86-64/property-x86-3.d: Also pass
1560         -defsym __64_bit__=1 to asssembler.
1561         * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
1562         * testsuite/ld-x86-64/property-x86-4b.d: Likewise.
1563         * testsuite/ld-x86-64/property-x86-3.s: Align to 4 bytes if
1564         __64_bit__ isn't defined.
1565         * testsuite/ld-x86-64/property-x86-4a.s: Likewise.
1566         * testsuite/ld-x86-64/property-x86-4b.s: Likewise.
1567         * testsuite/ld-x86-64/x86-64.exp: Run property-x86-3-x32,
1568         property-x86-4a-x32 and property-x86-4b-x32.
1569
1570 2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
1571
1572         * testsuite/ld-arc/tls_ie-01.d: Changed expected result.
1573
1574 2017-06-08  H.J. Lu  <hongjiu.lu@intel.com>
1575
1576         * testsuite/ld-ifunc/ifunc-1-local-x86.d: Pass
1577         "-Map tmpdir/ifunc-1-local-x86.map" to ld and check
1578         ifunc-1-local-x86.map.
1579         * testsuite/ld-ifunc/ifunc-1-x86.d: Pass
1580         "-Map tmpdir/ifunc-1-x86.map" to ld and check ifunc-1-x86.map.
1581         * testsuite/ld-ifunc/ifunc-1-local-x86.map: New file.
1582         * testsuite/ld-ifunc/ifunc-1-x86.map: Likewise.
1583
1584 2017-06-07  Alan Modra  <amodra@gmail.com>
1585
1586         * testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64,
1587         nds32, and score.  Match any output.
1588
1589 2017-06-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1590
1591         * ld.h (struct args_type): Fix typo in comment.
1592
1593 2017-06-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1594
1595         * ld.h (struct args_type): Add force_group_allocation field.
1596         * ldgram.y: Add support for FORCE_GROUP_ALLOCATION.
1597         * ldlex.h: Likewise.
1598         * ldlex.l: Likewise.
1599         * lexsup.c: Likewise.
1600         * ldlang.c (unique_section_p): Check resolve_section_groups flag
1601         not the relaxable link flag.
1602         (lang_add_section): Discard section groups when we're resolving
1603         groups.  Clear the SEC_LINK_ONCE flag if we're resolving section
1604         groups.
1605         * ldmain.c (main): Initialise resolve_section_groups flag in
1606         link_info based on command line flags.
1607         * testsuite/ld-elf/group11.d: New file.
1608         * testsuite/ld-elf/group12.d: New file.
1609         * testsuite/ld-elf/group12.ld: New file.
1610         * NEWS: Mention new features.
1611         * ld.texinfo (Options): Document --force-group-allocation.
1612         (Miscellaneous Commands): Document FORCE_GROUP_ALLOCATION.
1613
1614 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
1615
1616         PR ld/21529
1617         * testsuite/ld-unique/pr21529.d: New file.
1618         * testsuite/ld-unique/pr21529.s: Likewise.
1619         * testsuite/ld-unique/unique.exp: Run *.d.
1620
1621 2017-06-05  Alan Modra  <amodra@gmail.com>
1622
1623         * ldmain.c (main): Correct setting of link_indo.new_dtags.
1624         * testsuite/ld-elf/now-3.d: Pass --disable-new-dtags to ld
1625         * testsuite/ld-elf/now-4.d: Likewise.
1626         * testsuite/ld-elf/rpath-1.d: Likewise.
1627         * testsuite/ld-elf/rpath-2.d: Likewise.
1628
1629 2017-06-05  Slava Barinov  <v.barinov@samsung.com>
1630
1631         * configure.ac: Add --enable-new-dtags option.
1632         * ldmain.c (main): Set link_info.new_dtags to 1 if when
1633         --enable-new-dtags is switched on.
1634         * configure: Regenerate.
1635         * config.in: Regenerate.
1636
1637 2017-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1638
1639         * emulparams/call_nop.sh: Remove -z prefix-nop.
1640         * ld.texinfo: Likewise.
1641         * testsuite/ld-i386/call3c.d: Check for linker error.
1642         * testsuite/ld-x86-64/call1c.d: Likewise.
1643
1644 2017-06-01  Alan Modra  <amodra@gmail.com>
1645
1646         * emultempl/ppc64elf.em (params): Init plt_localentry0 field.
1647         (enum ppc64_opt): New, replacing OPTION_* defines.  Add
1648         OPTION_PLT_LOCALENTRY, and OPTION_NO_PLT_LOCALENTRY.
1649         (PARSE_AND_LIST_*): Support --plt-localentry and --no-plt-localentry.
1650         * testsuite/ld-powerpc/elfv2so.d: Update.
1651         * testsuite/ld-powerpc/powerpc.exp (TLS opt 5): Use --no-plt-localentry.
1652         * testsuite/ld-powerpc/tlsopt5.d: Update.
1653
1654 2017-05-31  Alan Modra  <amodra@gmail.com>
1655
1656         * emultempl/ppc64elf.em (plt-static-chain help): Fix quoting.
1657
1658 2017-05-22  Jiong Wang  <jiong.wang@arm.com>
1659
1660         * configure.tgt: Set "targ_emul" to "aarch64linux32b" for
1661         aarch64_be-*-linux-gnu_ilp32.  Set "targ_emul" to "aarch64linux32" for
1662         aarch64-*-linux-gnu_ilp32.
1663
1664 2017-05-19  H.J. Lu  <hongjiu.lu@intel.com>
1665
1666         * testsuite/ld-i386/i386.exp: Run property-x86-4a and
1667         property-x86-4b.
1668         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1669         * testsuite/ld-i386/property-x86-4a.d: New file.
1670         * testsuite/ld-i386/property-x86-4a.s: Likewise.
1671         * testsuite/ld-i386/property-x86-4b.d: Likewise.
1672         * testsuite/ld-i386/property-x86-4b.s: Likewise.
1673         * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
1674         * testsuite/ld-x86-64/property-x86-4a.s: Likewise.
1675         * testsuite/ld-x86-64/property-x86-4b.d: Likewise.
1676         * testsuite/ld-x86-64/property-x86-4b.s: Likewise.
1677
1678 2017-05-19  Georg-Johann Lay  <avr@gjlay.de>
1679
1680         PR ld/21472
1681         * emulparams/avrxmega3.sh (RODATA_PM_OFFSET): Set to 0x8000.
1682         * scripttempl/avr.sc (__RODATA_PM_OFFSET__) [RODATA_PM_OFFSET]:
1683         Use RODATA_PM_OFFSET as default if not already defined.
1684         (.data) [!RODATA_PM_OFFSET]: Don't include .rodata and friends.
1685         (.rodata) [RODATA_PM_OFFSET]: Put at an offset of
1686         __RODATA_PM_OFFSET__.
1687
1688 2017-05-18  Nick Clifton  <nickc@redhat.com>
1689
1690         PR ld/21251
1691         * ldfile.c (ldfile_add_library_path): If the path starts with
1692         $SYSROOT then use the sysroot as the real prefix.
1693         * ldlang.c (lang_add_input_file): Treat $SYSROOT in the same
1694         way as =.
1695         * ldlex.l: Add $SYSROOT as allow prefix for a filename.
1696         * ld.texinfo (-L): Document that $SYSROOT acts like = when
1697         prefixing a library search path.
1698         (INPUT): Likewise.
1699         * testsuite/ld-scripts/sysroot-prefix.exp: Add $SYSROOT prefix
1700         tests.
1701
1702 2017-05-18  Alan Modra  <amodra@gmail.com>
1703
1704         * emultempl/elf32.em: Don't compare boolean values against TRUE or FALSE.
1705         * emultempl/pe.em: Likewise.
1706         * emultempl/pep.em: Likewise.
1707         * emultempl/xtensaelf.em (xtensa_wild_group_interleave_callback):
1708         Don't compare enum against TRUE.
1709
1710 2017-05-18  Alan Modra  <amodra@gmail.com>
1711
1712         PR ld/20882
1713         * testsuite/ld-gc/pr20882.d: Don't pass -gdwarf-sections to gas.
1714         Allow for 16-bit address targets and match expected data fully.
1715         * testsuite/ld-gc/pr20882a.s: Delete .debug_line section.
1716         * testsuite/ld-gc/pr20882b.s: Likewise.
1717         * testsuite/ld-gc/pr20882c.s: Likewise.
1718
1719 2017-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1720
1721         PR ld/20882
1722         * testsuite/ld-gc/gc.exp: Run pr20882.
1723         * testsuite/ld-gc/pr20882.d: New file.
1724         * testsuite/ld-gc/pr20882a.s: Likewise.
1725         * testsuite/ld-gc/pr20882b.s: Likewise.
1726         * testsuite/ld-gc/pr20882c.s: Likewise.
1727
1728 2017-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1729
1730         PR ld/21481
1731         * testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests only
1732         if IFUNC is supported by run-time.
1733
1734 2017-05-16  Alan Modra  <amodra@gmail.com>
1735
1736         * plugin.c: Rename occurrences of non_ir_ref.
1737
1738 2017-05-16  Alan Modra  <amodra@gmail.com>
1739
1740         * plugin.c (is_visible_from_outside): Use non_ir_ref_dynamic.
1741         (plugin_notice): Set non_ir_ref for references from regular
1742         objects, non_ir_ref_dynamic for references from dynamic objects.
1743
1744 2017-05-15  Maciej W. Rozycki  <macro@imgtec.com>
1745
1746         * testsuite/ld-mips-elf/mips16e2-pcrel-0.d: New test.
1747         * testsuite/ld-mips-elf/mips16e2-pcrel-1.d: New test.
1748         * testsuite/ld-mips-elf/mips16e2-pcrel-addend-2.d: New test.
1749         * testsuite/ld-mips-elf/mips16e2-pcrel-addend-6.d: New test.
1750         * testsuite/ld-mips-elf/mips16e2-pcrel-n32-0.d: New test.
1751         * testsuite/ld-mips-elf/mips16e2-pcrel-n32-1.d: New test.
1752         * testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-0.d: New test.
1753         * testsuite/ld-mips-elf/mips16e2-pcrel-n64-sym32-1.d: New test.
1754         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1755
1756 2017-05-15  Nick Clifton  <nickc@redhat.com>
1757
1758         PR ld/21459
1759         * scripttempl/pe.sc: Add .debug_gdb_scripts section.
1760         * scripttempl/pep.sc: Likewise.
1761
1762 2017-05-12  H.J. Lu  <hongjiu.lu@intel.com>
1763
1764         * testsuite/ld-i386/i386.exp: Run property-x86-3.
1765         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1766         * testsuite/ld-i386/property-x86-3.d: New file.
1767         * testsuite/ld-i386/property-x86-3.s: Likewise.
1768         * testsuite/ld-x86-64/property-x86-3.d: Likewise.
1769         * testsuite/ld-x86-64/property-x86-3.s: Likewise.
1770
1771 2017-05-11  H.J. Lu  <hongjiu.lu@intel.com>
1772
1773         * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): Replace
1774         .plt.bnd with .plt.sec.
1775         * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
1776         * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1777         * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1778         * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1779         * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
1780         * testsuite/ld-x86-64/mpx3.dd: Likewise.
1781         * testsuite/ld-x86-64/mpx3n.dd: Likewise.
1782         * testsuite/ld-x86-64/mpx4.dd: Likewise.
1783         * testsuite/ld-x86-64/mpx4n.dd: Likewise.
1784         * testsuite/ld-x86-64/plt-main-bnd-now.rd: Likewise.
1785         * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
1786         * testsuite/ld-x86-64/pr21038b.d: Likewise.
1787         * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
1788         * testsuite/ld-x86-64/pr21038c.d: Likewise.
1789
1790 2017-05-11  H.J. Lu  <hongjiu.lu@intel.com>
1791
1792         * testsuite/ld-i386/plt-pic2.dd: Updated.
1793         * testsuite/ld-i386/plt2.dd: Likewise.
1794         * testsuite/ld-i386/plt2.rd: Likewise.
1795         * testsuite/ld-i386/pr17689now.rd: Likewise.
1796         * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
1797         * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
1798         * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
1799         * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1800         * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
1801         * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1802         * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1803         * testsuite/ld-x86-64/plt2.dd: Likewise.
1804         * testsuite/ld-x86-64/plt2.rd: Likewise.
1805         * testsuite/ld-x86-64/pr17689now.rd: Likewise.
1806         * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
1807         * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
1808
1809 2017-05-10  H.J. Lu  <hongjiu.lu@intel.com>
1810
1811         * emulparams/i386lynx.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Set
1812         to yes.
1813         * emulparams/i386moss.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1814         Likewise.
1815         * emulparams/i386nw.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Likewise.
1816
1817 2017-05-10  H.J. Lu  <hongjiu.lu@intel.com>
1818
1819         PR ld/21481
1820         * testsuite/ld-x86-64/pr21481a.c: New file.
1821         * testsuite/ld-x86-64/pr21481b.S: Likewise.
1822         * testsuite/ld-x86-64/x86-64.exp: Run PR ld/21481 tests.
1823
1824 2017-05-10  Claudiu Zissulescu  <claziss@synopsys.com>
1825
1826         * testsuite/ld-arc/attr-merge-0.d: New file.
1827         * testsuite/ld-arc/attr-merge-0.s: Likewise.
1828         * testsuite/ld-arc/attr-merge-0e.s: Likewise.
1829         * testsuite/ld-arc/attr-merge-1.d: Likewise.
1830         * testsuite/ld-arc/attr-merge-1.s: Likewise.
1831         * testsuite/ld-arc/attr-merge-1e.s: Likewise.
1832         * testsuite/ld-arc/attr-merge-2.d: Likewise.
1833         * testsuite/ld-arc/attr-merge-2.s: Likewise.
1834         * testsuite/ld-arc/attr-merge-3.d: Likewise.
1835         * testsuite/ld-arc/attr-merge-3.s: Likewise.
1836         * testsuite/ld-arc/attr-merge-3e.s: Likewise.
1837         * testsuite/ld-arc/attr-merge-4.s: Likewise.
1838         * testsuite/ld-arc/attr-merge-5.d: Likewise.
1839         * testsuite/ld-arc/attr-merge-5a.s: Likewise.
1840         * testsuite/ld-arc/attr-merge-5b.s: Likewise.
1841         * testsuite/ld-arc/attr-merge-conflict-isa.d: Likewise.
1842         * testsuite/ld-arc/attr-merge-err-isa.d: Likewise.
1843         * testsuite/ld-arc/attr-merge-incompatible-cpu.d: Likewise.
1844         * testsuite/ld-arc/got-01.d: Update test.
1845         * testsuite/ld-arc/attr-merge-err-quarkse.d: New file.
1846         * testsuite/ld-arc/attr-quarkse.s: Likewise.
1847         * testsuite/ld-arc/attr-quarkse2.s: Likewise.
1848
1849 2017-05-09  Awson  <kyrab@mail.ru>
1850
1851         PR ld/21471
1852         * pe-dll.c (pe_detail_list): Add entry for pe-bigobj-x86-64.
1853
1854 2017-05-09  Benjamin Peterson  <bp@benjamin.pe>
1855
1856         * ld.texinfo (orphan sections): Grammar fix.
1857
1858 2017-05-08  H.J. Lu  <hongjiu.lu@intel.com>
1859
1860         * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: New file.
1861         * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
1862         * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
1863         * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1864         * testsuite/ld-x86-64/bnd-branch-1-now.d: Likewise.
1865         * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
1866         * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1867         * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1868         * testsuite/ld-x86-64/mpx3n.dd: Likewise.
1869         * testsuite/ld-x86-64/mpx4n.dd: Likewise.
1870         * testsuite/ld-x86-64/plt-main-bnd-now.rd: Likewise.
1871         * testsuite/ld-x86-64/plt2.dd: Likewise.
1872         * testsuite/ld-x86-64/plt2.rd: Likewise.
1873         * testsuite/ld-x86-64/plt2.s: Likewise.
1874         * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
1875         * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
1876         * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
1877         * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
1878         * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
1879         * testsuite/ld-x86-64/load1b-nacl.d: Updated.
1880         * testsuite/ld-x86-64/load1b.d: Likewise.
1881         * testsuite/ld-x86-64/plt-main-bnd.dd: Likewise.
1882         * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
1883         * testsuite/ld-x86-64/pr20830a.d: Update the .plt.got section
1884         with func@plt.
1885         * testsuite/ld-x86-64/pr20830b.d: Likewise.
1886         * testsuite/ld-x86-64/pr21038a.d: Likewise.
1887         * testsuite/ld-x86-64/pr21038c.d: Likewise.
1888         * testsuite/ld-x86-64/mpx.exp: Add some -z now tests.
1889         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1890
1891 2017-05-08  H.J. Lu  <hongjiu.lu@intel.com>
1892
1893         * testsuite/ld-i386/i386.exp: Add some -z now tests.
1894         * testsuite/ld-i386/plt-pic2.dd: New file.
1895         * testsuite/ld-i386/plt2.dd: Likewise.
1896         * testsuite/ld-i386/plt2.rd: Likewise.
1897         * testsuite/ld-i386/plt2.s: Likewise.
1898         * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
1899         * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
1900         * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
1901         * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
1902         * testsuite/ld-i386/pr20830.d: Update the .plt.got section
1903         with func@plt.
1904
1905 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1906
1907         * testsuite/ld-arm/arm-elf.exp
1908         (Secure gateway import library generation): Check e_type field
1909         of import library and executable produced.
1910         * testsuite/ld-arm/cmse-implib.type: Expectations for e_type field.
1911
1912 2017-04-28  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1913
1914         PR ld/21404
1915         * testsuite/ld-avr/pr21404-1.d: New test.
1916         * testsuite/ld-avr/pr21404-1.s: New test.
1917         * testsuite/ld-avr/pr21404-2.d: New test.
1918         * testsuite/ld-avr/pr21404-2.s: New test.
1919         * testsuite/ld-avr/pr21404-3.d: New test.
1920         * testsuite/ld-avr/pr21404-3.s: New test.
1921         * testsuite/ld-avr/pr21404-4.d: New test.
1922         * testsuite/ld-avr/pr21404-4.s: New test.
1923         * testsuite/ld-avr/pr21404-5.d: New test.
1924         * testsuite/ld-avr/pr21404-5.s: New test.
1925         * testsuite/ld-avr/pr21404-6.d: New test.
1926         * testsuite/ld-avr/pr21404-6.s: New test.
1927         * testsuite/ld-avr/pr21404-7.d: New test.
1928         * testsuite/ld-avr/pr21404-7.s: New test.
1929         * testsuite/ld-avr/pr21404-8.d: New test.
1930         * testsuite/ld-avr/pr21404-8.s: New test.
1931
1932 2017-05-03  Maciej W. Rozycki  <macro@imgtec.com>
1933
1934         * testsuite/ld-mips-elf/mips16-pcrel-0.d: New test.
1935         * testsuite/ld-mips-elf/mips16-pcrel-1.d: New test.
1936         * testsuite/ld-mips-elf/mips16-pcrel-addend-2.d: New test.
1937         * testsuite/ld-mips-elf/mips16-pcrel-addend-6.d: New test.
1938         * testsuite/ld-mips-elf/mips16-pcrel-n32-0.d: New test.
1939         * testsuite/ld-mips-elf/mips16-pcrel-n32-1.d: New test.
1940         * testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-0.d: New test.
1941         * testsuite/ld-mips-elf/mips16-pcrel-n64-sym32-1.d: New test.
1942         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1943
1944 2017-05-03  H.J. Lu  <hongjiu.lu@intel.com>
1945
1946         * testsuite/ld-elf/pr21384.d: Adjusted to accommodate
1947         additional dynamic symbols on some targets.
1948
1949 2017-05-02  Maciej W. Rozycki  <macro@imgtec.com>
1950
1951         * testsuite/ld-mips-elf/mips16-branch-absolute-1.d: New test.
1952         * testsuite/ld-mips-elf/mips16-branch-absolute-2.d: New test.
1953         * testsuite/ld-mips-elf/mips16-branch-absolute-addend-1.d: New
1954         test.
1955         * testsuite/ld-mips-elf/mips16-branch-absolute-n32-1.d: New
1956         test.
1957         * testsuite/ld-mips-elf/mips16-branch-absolute-n32-2.d: New
1958         test.
1959         * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32-1.d:
1960         New test.
1961         * testsuite/ld-mips-elf/mips16-branch-absolute-n64-1.d: New
1962         test.
1963         * testsuite/ld-mips-elf/mips16-branch-absolute-n64-2.d: New
1964         test.
1965         * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64-1.d:
1966         New test.
1967         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1968
1969 2017-05-02  H.J. Lu  <hongjiu.lu@intel.com>
1970
1971         * testsuite/ld-i386/tls.exp: Add -Wl,--no-as-needed to
1972         "TLS without PLT (1)" and "TLS without PLT (3)".
1973         * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to
1974         to "TLS without PLT (3)".
1975
1976 2017-05-02  H.J. Lu  <hongjiu.lu@intel.com>
1977
1978         PR ld/21384
1979         * testsuite/ld-elf/pr21384.d: New file.
1980         * testsuite/ld-elf/pr21384.dl: Likewise.
1981         * testsuite/ld-elf/pr21384.ld: Likewise.
1982         * testsuite/ld-elf/pr21384.s: Likewise.
1983
1984 2017-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1985
1986         * testsuite/ld-i386/tls.exp: Run GNU2 TLS tests only if there
1987         is working GNU2 TLS support.
1988         * testsuite/ld-x86-64/tls.exp: Likewise.
1989         * testsuite/lib/ld-lib.exp (check_gnu2_tls_available): New proc.
1990
1991 2017-04-28  H.J. Lu  <hongjiu.lu@intel.com>
1992
1993         * testsuite/config/default.exp (GNU2_CFLAGS): New.  Set
1994         to -mtls-dialect=gnu2 if target compiler supports it.
1995         * testsuite/ld-i386/tls.exp: Run -mtls-dialect=gnu2 tests.
1996         * testsuite/ld-x86-64/tls.exp: Likewise.
1997         * testsuite/ld-i386/tlsdesc1a.c: New file.
1998         * testsuite/ld-i386/tlsdesc1b.c: Likewise.
1999         * testsuite/ld-x86-64/tlsdesc1a.c: Likewise.
2000         * testsuite/ld-x86-64/tlsdesc1b.c: Likewise.
2001
2002 2017-04-28  H.J. Lu  <hongjiu.lu@intel.com>
2003
2004         * testsuite/ld-elf/shared.exp: Add run-time tests for -z now.
2005         * testsuite/ld-i386/tls.exp: Likewise.
2006         * testsuite/ld-ifunc/ifunc.exp: Likewise.
2007         * testsuite/ld-x86-64/tls.exp: Likewise.
2008
2009 2017-04-27  H.J. Lu  <hongjiu.lu@intel.com>
2010
2011         * testsuite/ld-x86-64/pr21038a.d: Update DW_CFA_nop paddings
2012         in .eh_frame section.
2013         * testsuite/ld-x86-64/pr21038c.d: Update .eh_frame order.
2014
2015 2017-04-26  H.J. Lu  <hongjiu.lu@intel.com>
2016
2017         * testsuite/ld-i386/tlsdesc2.d: New test.
2018         * testsuite/ld-x86-64/tlsdesc2.d: Likewise.
2019
2020 2017-04-26  Maciej W. Rozycki  <macro@imgtec.com>
2021
2022         PR ld/21334
2023         * testsuite/ld-mips-elf/pr21334.dd: New test.
2024         * testsuite/ld-mips-elf/pr21334.gd: New test.
2025         * testsuite/ld-mips-elf/pr21334.ld: New test linker script.
2026         * testsuite/ld-mips-elf/pr21334.s: New test source.
2027         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2028
2029 2017-04-24  H.J. Lu  <hongjiu.lu@intel.com>
2030
2031         * testsuite/ld-x86-64/no-plt.exp: Also check no-plt-1e.nd.
2032         * testsuite/ld-x86-64/no-plt-1e.nd: New file.
2033
2034 2017-04-24  H.J. Lu  <hongjiu.lu@intel.com>
2035
2036         * testsuite/ld-i386/pr12570a.d: Skip for nacl targets.
2037         * testsuite/ld-i386/pr12570b.d: Likewise.
2038
2039 2017-04-24  H.J. Lu  <hongjiu.lu@intel.com>
2040
2041         PR ld/20815
2042         * testsuite/ld-i386/vxworks2.sd: Add space for program headers.
2043
2044 2017-04-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
2045
2046         * testsuite/ld-sparc/tlssunbin64.dd: Expect `return' instructions
2047         instead of `rett' in V9.
2048         * testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
2049         * testsuite/ld-sparc/tlssunpic64.dd: Likewise.
2050
2051 2017-04-21  H.J. Lu  <hongjiu.lu@intel.com>
2052
2053         PR ld/21402
2054         * testsuite/ld-elf/indirect.exp: Don't skip PIE indirect5 and
2055         indirect6 tests on i386.
2056
2057 2017-04-21  H.J. Lu  <hongjiu.lu@intel.com>
2058
2059         PR ld/19617
2060         PR ld/21086
2061         * testsuite/ld-elf/pr19617a.d: Pass --no-dynamic-linker to ld.
2062         * testsuite/ld-elf/pr19617b.d: Likewise.
2063         * testsuite/ld-elf/pr19617c.d: Likewise.
2064         *testsuite/ld-i386/pr19636-4d.d: Likewise.
2065         * testsuite/ld-elf/readelf.exp: Pass --no-dynamic-linker to ld
2066         with --export-dynamic.
2067         * testsuite/ld-elf/shared.exp: Pass --no-dynamic-linker to ld
2068         with -E.
2069
2070 2017-04-20  H.J. Lu  <hongjiu.lu@intel.com>
2071
2072         PR ld/21402
2073         * testsuite/ld-elf/indirect.exp: Pass $NOPIE_LDFLAGS and
2074         $NOPIE_CFLAGS to non-PIE indirect5 and indirect6 tests.  Skip
2075         PIE indirect5 and indirect6 tests on i386.
2076
2077 2017-04-20  Maciej W. Rozycki  <macro@imgtec.com>
2078
2079         * testsuite/ld-mips-elf/mips-elf.exp: Join `__ehdr_start' tests.
2080
2081 2017-04-20  H.J. Lu  <hongjiu.lu@intel.com>
2082
2083         PR ld/21382
2084         * plugin.c (is_visible_from_outside): Symbol may be visible
2085         from outside if dynamic_ref_after_ir_def is set.
2086         (plugin_notice): Set dynamic_ref_after_ir_def if the symbol is
2087         defined in an IR object and referenced in a dynamic object.
2088         * testsuite/ld-plugin/lto.exp: Run PR ld/21382 tests.
2089         * testsuite/ld-plugin/pr21382a.c: New file.
2090         * testsuite/ld-plugin/pr21382b.c: Likewise.
2091
2092 2017-04-19  H.J. Lu  <hongjiu.lu@intel.com>
2093
2094         PR ld/21401
2095         * testsuite/ld-ifunc/ifunc.exp: Add a libtest-2-now.so test with
2096         -z now.
2097
2098 2017-04-19  Alan Modra  <amodra@gmail.com>
2099
2100         * ld.texinfo (dynamic-undefined-weak): Document.
2101         (nodynamic-undefined-weak): Document that this option now can
2102         be used with shared libs.
2103         * emulparams/dynamic_undefined_weak.sh: Support -z
2104         dynamic-undefined-weak.
2105         * emulparams/elf32ppccommon.sh: Include dynamic_undefined_weak.sh.
2106         * testsuite/ld-undefined/weak-undef.exp (undef_weak_so),
2107         (undef_weak_exe): New.  Use them.  Add -z dynamic-undefined-weak
2108         and -z nodynamic-undefined-weak tests.
2109         * Makefile.am: Update powerpc dependencies.
2110         * Makefile.in: Regenerate.
2111
2112 2017-04-17  H.J. Lu  <hongjiu.lu@intel.com>
2113
2114         PR ld/21389
2115         * testsuite/ld-elf/pr21389.map: New file.
2116         * testsuite/ld-elf/pr21389.s: Likewise.
2117         * testsuite/ld-elf/pr21389a.d: Likewise.
2118         * testsuite/ld-elf/pr21389b.d: Likewise.
2119         * testsuite/ld-elf/pr21389c.d: Likewise.
2120
2121 2017-04-17  Alan Modra  <amodra@gmail.com>
2122
2123         * testsuite/ld-elf/indirect5a.c,
2124         * testsuite/ld-elf/indirect5b.c,
2125         * testsuite/ld-elf/indirect5.map,
2126         * testsuite/ld-elf/indirect5.out: New test.
2127         * testsuite/ld-elf/indirect6a.c: Likewise.
2128         * testsuite/ld-elf/indirect.exp (check_dynamic_syms): New proc.
2129         Run new tests and check dynsyms.
2130
2131 2017-04-11  Alan Modra  <amodra@gmail.com>
2132
2133         PR 21274
2134         PR 18466
2135         * emultempl/pe.em (pe_find_data_imports): Don't use fixed size
2136         symbol buffer.  Instead, xmalloc max size needed with space for
2137         prefix.  Wrap overlong lines.  Formatting.  Pass symbol buffer
2138         copy of name to pe_walk_relocs_of_symbol.
2139         (make_inport_fixup): Add "name" param, pass to pe_create_import_fixup.
2140         * emultempl/pe.em (pep_find_data_imports): As for pe_find_data_imports.
2141         (make_import_fixup): Add "name" param, pass to pep_create_import_fixup.
2142         Use bfd_get_signed_* and remove unnecessary casts.  Formatting.
2143         * pe-dll.c (pe_walk_relocs_of_symbol): Add "name" param.  Pass to
2144         callback.
2145         (make_import_fixup_mark): Add "name" param.  Make use of prefix
2146         space rather than xmalloc here.
2147         (pe_create_import_fixup): Likewise.
2148         * pe-dll.h (pe_walk_relocs_of_symbol): Update prototype.
2149         (pe_create_import_fixup): Likewise.
2150         * pep-dll.h (pep_walk_relocs_of_symbol): Likewise.
2151         (pep_create_import_fixup): Likewise.
2152
2153 2017-04-10  Nick Clifton  <nickc@redhat.com>
2154
2155         * ld.texinfo (--strip-discarded): Document.
2156         (--embedded-relocs): Document.
2157         (--spare-dynamic-tags): Document.
2158         (--task-link): Document.
2159
2160 2017-04-10  Alan Modra  <amodra@gmail.com>
2161
2162         PR 21287
2163         * testsuite/ld-elf/init-fini-arrays.d: Match INIT_ARRAY and FINI_ARRAY.
2164         * testsuite/ld-elf/init-fini-arrays.s: Use %init_array and %fini_array
2165         section types.
2166         * testsuite/lib/ld-lib.exp (default_ld_compile): Trim assembler
2167         warnings about "ignoring incorrect section type".
2168         (run_ld_link_exec_tests, run_cc_link_tests): Delete old comment.
2169
2170 2017-04-10  Alan Modra  <amodra@gmail.com>
2171
2172         * testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Delete
2173         sh1p.o, sh2p.o, sh1np.o and sh2np.o before compiling.  Use
2174         remote_file host exists rather than file exists.
2175
2176 2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
2177
2178         PR ld/21090
2179         * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Use
2180         NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE for the non-pie
2181         version of the test.
2182
2183 2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
2184
2185         PR ld/19579
2186         PR ld/21306
2187         * testsuite/ld-elf/pr19579a.c (main): Updated.
2188
2189 2017-04-07  Nick Clifton  <nickc@redhat.com>
2190
2191         PR 21090
2192         * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Explicitly
2193         disable PIE for the non-pie version of the test.
2194
2195 2017-04-07  Alan Modra  <amodra@gmail.com>
2196
2197         * testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.
2198
2199 2017-04-07  gingold  <gingold@gingold-Precision-7510>
2200
2201         * testsuite/ld-pe/pe.exp: New test.
2202         * testsuite/ld-pe/weakdef-1.s: New test source.
2203         * testsuite/ld-pe/weakdef-1.d: New test.
2204
2205 2017-04-07  Alan Modra  <amodra@gmail.com>
2206
2207         * testsuite/ld-elf/mbind1a.d: Remove matches for PT_LOAD segments.
2208         * testsuite/ld-elf/mbind1b.d: Likewise.
2209         * testsuite/ld-elf/mbind1c.d: Likewise.
2210
2211 2017-04-05  Hans-Peter Nilsson  <hp@axis.com>
2212
2213         PR ld/21233
2214         * testsuite/ld-elf/shared.exp: Change xfails to kfails and fix
2215         indentation issue introduced with last commit.
2216
2217 2017-04-05  Hans-Peter Nilsson  <hp@axis.com>
2218
2219         PR ld/21233
2220         * testsuite/ld-elf/shared.exp: Xfail all PR21233 tests but the
2221         first test for cris*-*-*.
2222
2223 2017-04-04  Maciej W. Rozycki  <macro@imgtec.com>
2224
2225         PR ld/21233
2226         * ldlang.c (insert_undefined): Set `mark' for ELF symbols.
2227         * testsuite/ld-elf/pr21233.sd: New test.
2228         * testsuite/ld-elf/pr21233-l.sd: New test.
2229         * testsuite/ld-elf/pr21233.ld: New test linker script.
2230         * testsuite/ld-elf/pr21233-e.ld: New test linker script.
2231         * testsuite/ld-elf/pr21233.s: New test source.
2232         * testsuite/ld-elf/pr21233-l.s: New test source.
2233         * testsuite/ld-elf/shared.exp: Run the new tests.
2234
2235 2017-04-04  H.J. Lu  <hongjiu.lu@intel.com>
2236
2237         * NEWS: Mention support for ELF SHF_GNU_MBIND and
2238         PT_GNU_MBIND_XXX.
2239         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2240         input GNU_MBIND sections with the same type, attributes and
2241         sh_info field into a single output GNU_MBIND section.
2242         * testsuite/ld-elf/elf.exp: Run mbind2a and mbind2b.
2243         * testsuite/ld-elf/mbind1.s: New file.
2244         * testsuite/ld-elf/mbind1a.d: Likewise.
2245         * testsuite/ld-elf/mbind1b.d: Likewise.
2246         * testsuite/ld-elf/mbind1c.d: Likewise.
2247         * testsuite/ld-elf/mbind2a.s: Likewise.
2248         * testsuite/ld-elf/mbind2b.c: Likewise.
2249
2250 2017-04-03  H.J. Lu  <hongjiu.lu@intel.com>
2251
2252         * NEWS: Mention support for ELF GNU program properties.
2253         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
2254         ELF setup_gnu_properties.
2255         * testsuite/ld-i386/i386.exp: Run property tests for Linux/i386.
2256         * testsuite/ld-i386/pass.c: New file.
2257         * testsuite/ld-i386/property-1.r: Likewise.
2258         * testsuite/ld-i386/property-2.r: Likewise.
2259         * testsuite/ld-i386/property-3.r: Likewise.
2260         * testsuite/ld-i386/property-4.r: Likewise.
2261         * testsuite/ld-i386/property-5.r: Likewise.
2262         * testsuite/ld-i386/property-6.r: Likewise.
2263         * testsuite/ld-i386/property-6a.c: Likewise.
2264         * testsuite/ld-i386/property-6b.c: Likewise.
2265         * testsuite/ld-i386/property-6c.S: Likewise.
2266         * testsuite/ld-i386/property-7.r: Likewise.
2267         * testsuite/ld-i386/property-no-copy.S: Likewise.
2268         * testsuite/ld-i386/property-stack.S: Likewise.
2269         * testsuite/ld-i386/property-unsorted-1.S: Likewise.
2270         * testsuite/ld-i386/property-unsorted-2.S: Likewise.
2271         * testsuite/ld-i386/property-x86-1.S: Likewise.
2272         * testsuite/ld-i386/property-x86-2.S: Likewise.
2273         * testsuite/ld-x86-64/pass.c: Likewise.
2274         * testsuite/ld-x86-64/property-1.r: Likewise.
2275         * testsuite/ld-x86-64/property-2.r: Likewise.
2276         * testsuite/ld-x86-64/property-3.r: Likewise.
2277         * testsuite/ld-x86-64/property-4.r: Likewise.
2278         * testsuite/ld-x86-64/property-5.r: Likewise.
2279         * testsuite/ld-x86-64/property-6.r: Likewise.
2280         * testsuite/ld-x86-64/property-6a.c: Likewise.
2281         * testsuite/ld-x86-64/property-6b.c: Likewise.
2282         * testsuite/ld-x86-64/property-6c.S: Likewise.
2283         * testsuite/ld-x86-64/property-7.r: Likewise.
2284         * testsuite/ld-x86-64/property-no-copy.S: Likewise.
2285         * testsuite/ld-x86-64/property-stack.S: Likewise.
2286         * testsuite/ld-x86-64/property-unsorted-1.S: Likewise.
2287         * testsuite/ld-x86-64/property-unsorted-2.S: Likewise.
2288         * testsuite/ld-x86-64/property-x86-1.S: Likewise.
2289         * testsuite/ld-x86-64/property-x86-2.S: Likewise.
2290         * testsuite/ld-x86-64/x86-64.exp: Run property tests for
2291         Linux/x86-64.
2292
2293 2017-03-28  Hans-Peter Nilsson  <hp@axis.com>
2294
2295         PR ld/16044
2296         * testsuite/ld-cris/pr16044.d, testsuite/ld-cris/dso-1c.s,
2297         testsuite/ld-cris/dso-2b.s, testsuite/ld-cris/dso-4.s: New test.
2298
2299 2017-03-21  Sandra Loosemore  <sandra@codesourcery.com>
2300
2301         * testsuite/lib/ld-lib.exp (check_shared_lib_support): Return
2302         false for nios2-*-elf.
2303
2304 2017-03-21  gingold  <gingold@gingold-Precision-7510>
2305
2306         * ldlang.c (lang_check_section_addresses): Check only for
2307         allocated sections.
2308
2309 2017-03-17  Alan Modra  <amodra@gmail.com>
2310
2311         * testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
2312
2313 2017-03-15  Tristan Gingold  <gingold@adacore.com>
2314
2315         * testsuite/ld-checks/checks.exp (overflow_check): Disable for
2316         non-elf targets.
2317
2318 2017-03-14  H.J. Lu  <hongjiu.lu@intel.com>
2319
2320         * ldlang.c (lang_check_section_addresses): Use addr_mask to
2321         check VMA and LMA.
2322
2323 2017-03-13  Nick Clifton  <nickc@redhat.com>
2324
2325         PR binutils/21202
2326         * testsuite/ld-aarch64/ifunc-5r-local.d: Update regexp.
2327
2328 2017-03-13  Tristan Gingold  <gingold@adacore.com>
2329
2330         * ldlang.c (lang_check_section_addresses): Check for address space
2331         overflow.
2332         * testsuite/ld-checks/checks.exp (overflow_check): New procedure
2333         * testsuite/ld-checks/over.s: New test source.
2334         * testsuite/ld-checks/over.d: New test.
2335         * testsuite/ld-checks/over2.s: New test source.
2336         * testsuite/ld-checks/over2.d: New test.
2337
2338 2017-03-13  Alexey Neyman  <stilor@att.net>
2339
2340         * emulparams/elf32ppccommon.sh (LIBPATH_SUFFIX): Set from target
2341         cpu, not host.
2342
2343 2017-03-11  Alan Modra  <amodra@gmail.com>
2344
2345         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Add
2346         sysroot for -rpath search.
2347
2348 2017-03-11  Alan Modra  <amodra@gmail.com>
2349
2350         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Rewrite.
2351         Only prefix absolute paths with sysroot.  Handle DOS paths.
2352         (gld${EMULATION_NAME}_check_ld_elf_hints): Constify variable.
2353         (gld${EMULATION_NAME}_check_ld_so_conf): Likewise.
2354         (gld${EMULATION_NAME}_after_open): Short-circuit NULL path
2355         searches.  Rename variable.  Simplify get_runpath search.
2356
2357 2017-03-11  Alan Modra  <amodra@gmail.com>
2358
2359         * testsuite/ld-elf/shared.exp: Use -Wl,-export-dynamic rather
2360         than -rdynamic.
2361
2362 2017-03-11  Alan Modra  <amodra@gmail.com>
2363
2364         * ld.texinfo (Orphan Sections): Mention that not all targets
2365         handle orphans well.
2366         * testsuite/ld-elf/orphan-9.d: Don't run for i860 and i960.
2367         * testsuite/ld-elf/orphan-10.d: Likewise.
2368
2369 2017-03-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2370
2371         * ldlang.c (lang_size_sections_1): Shortcut loop only after
2372         tracking changes to the default regions LMA.
2373         * testsuite/ld-elf/orphan-9.ld: Extend header comment.
2374         * testsuite/ld-elf/orphan-10.d: New file.
2375         * testsuite/ld-elf/orphan-10.s: New file.
2376         * NEWS: Mention change in behaviour.
2377
2378 2017-03-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2379
2380         * ldlang.c (lang_leave_output_section_statement): Move lma_region
2381         logic to...
2382         (lang_propagate_lma_regions): ...this new function.
2383         (lang_process): Call new function.
2384         * testsuite/ld-elf/orphan-9.d: New file.
2385         * testsuite/ld-elf/orphan-9.ld: New file.
2386         * testsuite/ld-elf/orphan-9.s: New file.
2387         * NEWS: Mention change in behaviour.
2388
2389 2017-03-07  Alan Modra  <amodra@gmail.com>
2390
2391         * ldlang.c (open_input_bfds): Check that lang_assignment_statement
2392         is not an assert before referencing defsym.
2393
2394 2017-03-05  Alan Modra  <amodra@gmail.com>
2395
2396         * testsuite/ld-elf/eh3.d: Adjust for eh_frame alignment change.
2397         * testsuite/ld-elf/eh6.d: Likewise.
2398         * testsuite/ld-alpha/tlsbin.dd: Likewise.
2399         * testsuite/ld-alpha/tlsbin.td: Likewise.
2400         * testsuite/ld-alpha/tlsbinr.dd: Likewise.
2401         * testsuite/ld-alpha/tlspic.dd: Likewise.
2402         * testsuite/ld-alpha/tlspic.rd: Likewise.
2403         * testsuite/ld-alpha/tlspic.sd: Likewise.
2404         * testsuite/ld-alpha/tlspic.td: Likewise.
2405         * testsuite/ld-mips-elf/eh-frame1-n64.d: Likewise.
2406         * testsuite/ld-mips-elf/eh-frame2-n64.d: Likewise.
2407         * testsuite/ld-mips-elf/eh-frame3.d: Likewise.
2408         * testsuite/ld-x86-64/pr20830a.d: Likewise.
2409         * testsuite/ld-x86-64/pr21038a.d: Likewise.
2410         * testsuite/ld-x86-64/pr21038b.d: Likewise.
2411         * testsuite/ld-x86-64/pr21038c.d: Likewise.
2412
2413 2017-03-03  Max Bolingbroke  <batterseapower@hotmail.com>
2414
2415         PR 12969
2416         * pe-dll.c (generate_edata): Fail if the input file(s) require too
2417         many ordinals.
2418
2419 2017-03-02  Alan Modra  <amodra@gmail.com>
2420
2421         * testsuite/ld-elf/shared.exp: Pass -ansi when compiling new.cc
2422         and dl3.cc.
2423
2424 2017-02-28  Alan Modra  <amodra@gmail.com>
2425
2426         * testsuite/ld-elf/merge.d: xfail for nios.
2427
2428 2017-02-28  Alan Modra  <amodra@gmail.com>
2429
2430         * testsuite/ld-powerpc/addpcis.d: Define ext1 and ext2 at
2431         limits of addpcis range.
2432
2433 2017-02-28  Maciej W. Rozycki  <macro@imgtec.com>
2434
2435         * testsuite/ld-mips-elf/jalr4.dd: Adjust for `jalr $0, $25'
2436         instructions.
2437         * testsuite/ld-mips-elf/jalr4-r6.dd: New test.
2438         * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
2439
2440 2017-02-27   Georg-Johann Lay  <gjl@gcc.gnu.org>
2441
2442         PR target/20849
2443         * scripttempl/avrtiny.sc (__RODATA_PM_OFFSET__): New define.
2444         (.rodata): New section.
2445         (.data): Remove .rodata*.
2446
2447 2017-02-25  Alan Modra  <amodra@gmail.com>
2448
2449         * testsuite/ld-elf/elf.exp: Xfail pr20995 tests on hppa64-hpux.
2450         Set up HPUX defsym.  Run pr14170 tests and build symbol3 objects,
2451         defining HPUX where necessary.  Define HPUX for implib tests.
2452         * testsuite/ld-elf/comm-data4.d: Run for hpux.
2453         * testsuite/ld-elf/endsym.d: Likewise.
2454         * testsuite/ld-elf/linkoncerdiff.d: Likewise.
2455         * testsuite/ld-elf/comm-data4.s: Add alternate .comm when HPUX.
2456         * testsuite/ld-elf/comm-data5.s: Likewise.
2457         * testsuite/ld-elf/endsym.s: Likewise.
2458         * testsuite/ld-elf/pr14170c.s: Likewise.
2459         * testsuite/ld-elf/symbol3.s: Likewise.
2460         * testsuite/ld-elf/implib.s: Likewise.  Don't start directives
2461         in first column.
2462         * testsuite/ld-elf/linkoncerdiff2.s: Don't use numeric labels.
2463         * testsuite/ld-elf/warn3.d: Run for hpux.
2464         * testsuite/ld-scripts/rgn-at10.d: Xfail for hpux.
2465         * testsuite/ld-scripts/rgn-at11.d: Likewise.
2466         * testsuite/ld-scripts/size-2.d: Remove xfail for hpux.
2467
2468 2017-02-24  Maciej W. Rozycki  <macro@imgtec.com>
2469
2470         * testsuite/ld-elf/ver_def.vd: New test.
2471         * testsuite/ld-elf/ver_def-tic6x.vd: New test.
2472         * testsuite/ld-elf/ver_def.ld: New test linker script.
2473         * testsuite/ld-elf/ver_def.ver: New test version script.
2474         * testsuite/ld-elf/ver_def.s: New test source.
2475         * testsuite/ld-elf/readelf.exp: New test script.
2476
2477 2017-02-23  Maciej W. Rozycki  <macro@imgtec.com>
2478
2479         * testsuite/ld-mips-elf/relax-jalr-n32.d: Remove `--relax'
2480         option.
2481         * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
2482         * testsuite/ld-mips-elf/relax-jalr-n64.d: Likewise.
2483         * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
2484
2485 2017-02-23  Maciej W. Rozycki  <macro@imgtec.com>
2486
2487         * testsuite/ld-mips-elf/jalr4.dd: New test.
2488         * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
2489
2490 2017-02-23  Alan Modra  <amodra@gmail.com>
2491
2492         PR 20744
2493         * testsuite/ld-powerpc/vle-reloc-2.s: Use r6 for last insn of
2494         each group.
2495         * testsuite/ld-powerpc/vle-reloc-2.d: Update for above change
2496         and sdarel reloc fix.
2497
2498 2017-02-22  Maciej W. Rozycki  <macro@imgtec.com>
2499
2500         PR ld/20828
2501         * testsuite/ld-elf/pr20828-d.sd: New test.
2502         * testsuite/ld-elf/pr20828-e.sd: New test.
2503         * testsuite/ld-elf/pr20828-v.od: New test.
2504         * testsuite/ld-elf/pr20828-v.ver: New test version script.
2505         * testsuite/ld-elf/pr20828-v.ld: New test linker script.
2506         * testsuite/ld-elf/pr20828.ld: Add `.gnu.version' and
2507         `.gnu.version_d'.
2508         * testsuite/ld-elf/shared.exp: Run the new tests.
2509
2510 2017-02-21  Nick Clifton  <nickc@redhat.com>
2511
2512         * testsuite/ld-ifunc/pr18808b.c (bar): Fix compile time warning
2513         about non-void function returning without a result.
2514
2515 2017-02-17  Alan Modra  <amodra@gmail.com>
2516
2517         PR 15041
2518         * scripttempl/pe.sc: Don't combine sections for ld -r.
2519         * scripttempl/pep.sc: Likewise.
2520
2521 2017-02-17  Alan Modra  <amodra@gmail.com>
2522
2523         PR 21099
2524         * emulparams/elf32m32c.sh: Define STACK_ADDR and STACK_SENTINEL
2525         rather than using OTHER_SECTIONS.
2526         * emulparams/elf32mt.sh: Likewise.
2527         * emulparams/elf32rx.sh: Likewise.
2528         * emulparams/elf32rl78.sh: Likewise.  Use OTHER_SYMBOLS to
2529         define __rl78_abs__.
2530         * emulparams/shelf.sh: Define STACK_ADDR and STACK_SENTINEL
2531         rather than using OTHER_SECTIONS.
2532         * emulparams/shelf32.sh: Likewise.  Use OTHER_SECTIONS for .cranges.
2533         * emulparams/shelf64.sh: Unset OTHER_SECTIONS.
2534         * emulparams/shelf_nbsd.sh: Unset STACK_ADDR not OTHER_SECTIONS.
2535         * emulparams/shelf_uclinux.sh: Likewise.
2536         * emulparams/shlsymbian.sh: Unset STACK_ADDR.  Use OTHER_SYMBOLS
2537         to define _stack, not OTHER_SECTIONS.
2538         * scripttempl/elf.sc: Move STACK, TINY_DATA_SECTION, and
2539         TINY_BSS_SECTION before debug sections.  Add STACK_SENTINEL.
2540         * scripttempl/arclinux.sc: Likewise.
2541         * scripttempl/elf64hppa.sc: Likewise.
2542         * scripttempl/elfxtensa.sc: Likewise.
2543         * scripttempl/nds32elf.sc: Likewise.
2544         * scripttempl/armbpabi.sc: Move STACK before debug sections.
2545         * scripttempl/elf_chaos.sc: Likewise.
2546         * scripttempl/elfarc.sc: Delete STACK.
2547         * scripttempl/epiphany_4x4.sc: Delete STACK.  Move TINY_DATA_SECTION,
2548         TINY_BSS_SECTION, and .stack before debug sections.
2549
2550 2017-02-17  Nick Clifton  <nickc@redhat.com>
2551
2552         PR ld/20825
2553         * ld.texinfo (Options): Add missing @item entry for --pop-state.
2554
2555 2017-02-17  Alan Modra  <amodra@gmail.com>
2556
2557         * testsuite/ld-elf/dwarf2.err: Accept other errors between the
2558         multiple definition errors.
2559
2560 2017-02-17  Alan Modra  <amodra@gmail.com>
2561
2562         * testsuite/ld-elf/dwarf2.err: Add missing newline at end.
2563         * testsuite/ld-elf/dwarf3.err: Likewise.  Allow match without filename.
2564
2565 2017-02-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2566
2567         * testsuite/ld-elf/shared.exp: Update expected results.
2568         * testsuite/ld-elf/dwarf2.err: Likewise
2569
2570 2017-02-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2571
2572         * testsuite/ld-elf/dwarf.exp (build_tests): Add new tests.
2573         * testsuite/ld-elf/dwarf2.err: New file.
2574         * testsuite/ld-elf/dwarf2a.c: New file.
2575         * testsuite/ld-elf/dwarf2b.c: New file.
2576         * testsuite/ld-elf/dwarf3.c: New file.
2577         * testsuite/ld-elf/dwarf3.err: New file.
2578
2579 2017-02-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2580
2581         * testsuite/lib/ld-lib.exp (run_cc_link_tests): Add warning,
2582         error, warning_output, and error_output actions.  Remove separate
2583         warnings parameter.
2584         * testsuite/ld-elf/shared.exp (build_tests): Updated to use
2585         'warning' action.
2586         * testsuite/ld-plugin/lto.exp (lto_link_tests): Likewise.
2587
2588 2017-02-16  Alan Modra  <amodra@gmail.com>
2589
2590         * testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params
2591         from void pointers to function pointers.
2592         * testsuite/ld-elf/pr18718.c: Update to suit.
2593         * testsuite/ld-elf/pr18720a.c: Update to suit.
2594
2595 2017-02-16  Alan Modra  <amodra@gmail.com>
2596
2597         PR 21000
2598         * testsuite/ld-elf/loadaddr1.d: Adjust for hppa file offsets.
2599         * testsuite/ld-elf/loadaddr2.d: Likewise.
2600         * testsuite/ld-elf/loadaddr3a.d: Likewise.
2601         * testsuite/ld-scripts/rgn-at5.d: Likewise.
2602
2603 2017-02-16  Alan Modra  <amodra@gmail.com>
2604
2605         * testsuite/ld-powerpc/vxworks1-lib.s: Correct addi to addic.
2606         * testsuite/ld-powerpc/vxworks1-lib.dd: Adjust to suit.
2607
2608 2017-02-15  H.J. Lu  <hongjiu.lu@intel.com>
2609
2610         PR ld/21168
2611         * testsuite/ld-i386/i386.exp: Run pr21168.
2612         * testsuite/ld-i386/pr21168a.c: New file.
2613         * testsuite/ld-i386/pr21168b.S: Likewise.
2614
2615 2017-02-15  H.J. Lu  <hongjiu.lu@intel.com>
2616
2617         PR ld/20244
2618         * testsuite/ld-i386/i386.exp: Run pr20244-4a, pr20244-4b and
2619         pr20244-4c.
2620         * testsuite/ld-i386/pr20244-4.s: New file.
2621         * testsuite/ld-i386/pr20244-4a.d: Likewise.
2622         * testsuite/ld-i386/pr20244-4b.d: Likewise.
2623         * testsuite/ld-i386/pr20244-4c.d: Likewise.
2624
2625 2017-02-15  Maciej W. Rozycki  <macro@imgtec.com>
2626
2627         * ldmisc.c (vfinfo): Don't print the function name again either
2628         if no source file name has been found both now and previously.
2629         * testsuite/ld-cris/tls-err-20x.d: Adjust accordingly.
2630         * testsuite/ld-mips-elf/mode-change-error-1.d: Likewise.
2631         * testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
2632         * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
2633         * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
2634         * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
2635         * testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
2636         * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
2637         * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
2638         * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
2639         Likewise.
2640         * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
2641         Likewise.
2642         * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
2643         Likewise.
2644         * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
2645         * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
2646         Likewise.
2647         * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
2648         Likewise.
2649         * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
2650         * testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
2651         * testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
2652         * testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
2653         * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
2654         * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
2655         * testsuite/ld-powerpc/tocopt.out: Likewise.
2656         * testsuite/ld-powerpc/tocopt7.out: Likewise.
2657
2658 2017-02-15  Maciej W. Rozycki  <macro@imgtec.com>
2659
2660         * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
2661
2662 2017-02-15  Igor Kudrin  <ikudrin@accesssoftek.com>
2663
2664         * testsuite/ld-scripts/sysroot-prefix.exp
2665         (get_base_dir_for_scripts): New function.
2666         (run_sysroot_prefix_test): Use get_base_dir_for_scripts.
2667
2668 2017-02-13  Palmer Dabbelt  <palmer@dabbelt.com>
2669
2670         * emulparams/elf32lriscv-defs.sh (SDATA_START_SYMBOLS): Change
2671         _gp to __global_pointer$
2672
2673 2017-02-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2674
2675         * configure.tgt (arc*-*-linux*): Change the default linker
2676         emulation based on --with-cpu selection.
2677         * NEWS: Mention new configuration option.
2678
2679 2017-02-06  Jiong Wang  <jiong.wang@arm.com>
2680
2681         * testsuite/ld-elf/compress.exp: Don't print to stdout for all
2682         "readelf -w".
2683
2684 2017-02-02  Maciej W. Rozycki  <macro@imgtec.com>
2685
2686         * testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.
2687
2688 2017-02-02  Maciej W. Rozycki  <macro@imgtec.com>
2689
2690         * ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo,
2691         s/regexp/regex/.
2692
2693 2017-02-02  Jiong Wang  <jiong.wang@arm.com>
2694
2695         * testsuite/lib/ld-lib.exp (check_libdl_available): New function.
2696         * testsuite/ld-elf/shared.exp (run_tests): Split tests which require
2697         dlopen support into "dlopen_run_tests".  These tests include dl1*main
2698         and dl6*main.
2699         (dlopen_run_tests): New and only run it when check_libdl_available
2700         returns true.  XFAIL on *-*-netbsdelf*.
2701
2702 2017-02-01  Maciej W. Rozycki  <macro@imgtec.com>
2703
2704         * testsuite/ld-mips-elf/vxworks-forced-local-1.d: Correct the
2705         presentation of relocation addends.
2706         * testsuite/ld-mips-elf/vxworks1-lib.rd: Likewise.
2707         * testsuite/ld-mips-elf/vxworks1.dd: Likewise.
2708         * testsuite/ld-mips-elf/vxworks1.rd: Likewise.
2709
2710 2017-02-01  Maciej W. Rozycki  <macro@imgtec.com>
2711
2712         * testsuite/ld-mips-elf/tls-multi-got-1-1.s: Place `tlsvar_ld'
2713         in `.tdata' section.
2714         * testsuite/ld-mips-elf/tls-multi-got-1.got: Adjust accordingly.
2715         * testsuite/ld-mips-elf/tls-multi-got-1.r: Likewise.
2716
2717 2017-02-01  Jiong Wang  <jiong.wang@arm.com>
2718
2719         * testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
2720         Append $board_cflags to link commands.
2721
2722 2017-02-01  Senthil Kumar Selvaraj  <senthilkumar.selvaraj@microchip.com>
2723
2724         * testsuite/ld-scripts/print-memory-usage-1.l: Relax
2725         check for digit in second decimal place.
2726
2727 2017-02-01  Maciej W. Rozycki  <macro@imgtec.com>
2728
2729         PR ld/20828
2730         * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
2731         indentation.
2732
2733 2017-01-31  Nick Clifton  <nickc@redhat.com>
2734
2735         * ldmain.c (add_archive_element): Eliminate string buffer.
2736         * ldlang.c (lang_print_asneeded): Likewise.
2737
2738 2017-01-30  Maciej W. Rozycki  <macro@imgtec.com>
2739
2740         * emultempl/mipself.em (ignore_branch_isa): New variable.
2741         (mips_create_output_section_statements): Rename
2742         `_bfd_mips_elf_insn32' called to `_bfd_mips_elf_linker_flags',
2743         add `ignore_branch_isa' argument.
2744         (PARSE_AND_LIST_PROLOGUE): Add OPTION_IGNORE_BRANCH_ISA and
2745         OPTION_NO_IGNORE_BRANCH_ISA enum values.
2746         (PARSE_AND_LIST_LONGOPTS): Add "ignore-branch-isa" and
2747         "no-ignore-branch-isa" options.
2748         (PARSE_AND_LIST_OPTIONS): Add `--ignore-branch-isa' and
2749         `--no-ignore-branch-isa'.
2750         (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_IGNORE_BRANCH_ISA and
2751         OPTION_NO_IGNORE_BRANCH_ISA.
2752
2753         * ld.texinfo (Options specific to MIPS targets): Add
2754         `--ignore-branch-isa' and `--no-ignore-branch-isa' options.
2755         (ld and the MIPS family): Likewise.
2756
2757         * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: New test.
2758         * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: New test.
2759         * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: New test.
2760         * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: New test.
2761         * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1: New test.
2762         * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16: New
2763         test.
2764         * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips: New
2765         test.
2766         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2767
2768 2017-01-29  Hans-Peter Nilsson  <hp@axis.com>
2769
2770         PR binutils/19935
2771         Fix long-standing buglet and fallout from now-default initfini-array.
2772         * emulparams/criself.sh (USER_LABEL_PREFIX): Define.
2773         (OTHER_END_SYMBOLS, ENTRY): Delete now-redundant defines.
2774
2775 2017-01-27  Jiong Wang  <jiong.wang@arm.com>
2776
2777         * testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on
2778         arm*-*-eabi*.
2779
2780 2017-01-27  Dilyan Palauzov  <dilyan.palauzov@aegee.org>
2781             Nick Clifton  <nickc@redhat.com>
2782
2783         PR 20343
2784         * ld.texinfo (Options): Extend documentation of the --plugin
2785         option.  Include a description of where the plugins should be
2786         located.
2787
2788 2017-01-27  Nick Clifton  <nickc@redhat.com>
2789
2790         * po/sr.po: New Serbian translation.
2791         * configure.ac (ALL_LINGUAS): Add sr.
2792         * configure: Regenerate.
2793
2794 2017-01-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2795
2796         * configure.tgt (arm-*-rtems*): Move to (arm*-*-eabi*).
2797         (bfin-*-rtems*): Move to (bfin*-*-elf*).
2798         (i[3-7]86-*-rtems*): Move to (i[3-7]86*-*-elf*).
2799         (m68*-*-rtems*): Move to (m68*-*-elf*).
2800         (mips*-*-rtems*): Move to (mips*-*-elf*).
2801         (or1k*-*-rtems*): Move to (or1k*-*-elf*).
2802         (powerpc*-*-rtems*): Move to (powerpc*-*-elf*).
2803         (sparc*-*-rtems*): Move to (sparc*-*-elf*).
2804         (sparc64*-*-rtems*): Move to (sparc64*-*-elf*).
2805
2806 2017-01-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2807
2808         * configure.tgt (h8300-*-rtemscoff*): Remove.
2809         (i960-*-rtems*): Likewise.
2810         (m68*-*-rtemscoff*): Likewise.
2811         (sh-*-rtemscoff*): Likewise.
2812
2813 2017-01-24  Maciej W. Rozycki  <macro@imgtec.com>
2814
2815         * emultempl/solaris2.em (elf_solaris2_before_allocation): Do not
2816         add implicit version nodes if an anonymous version tag is being
2817         used.
2818
2819 2017-01-24  Jiong Wang  <jiong.wang@arm.com>
2820
2821         * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7",
2822         "Compile 8a", "Compile 8b"...
2823         (lto_compile_elf_tests): ...to here.  Always run these tests.
2824         (lto_run_elf_tests): Move "LTO 7"...
2825         (lto_run_elf_shared_tests): ...to here.  Restrict these tests on
2826         environment where share library is supported.
2827
2828 2017-01-24  Alan Modra  <amodra@gmail.com>
2829
2830         * testsuite/ld-powerpc/tlsexe.r: Update for fewer dynamic relocs
2831         and symbols.
2832         * testsuite/ld-powerpc/tlsexe.d: Likewise.
2833         * testsuite/ld-powerpc/tlsexe.g: Likewise.
2834
2835 2017-01-23  Yury Norov  <ynorov@caviumnetworks.com>
2836
2837         * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
2838         * testsuite/ld-aarch64/tls-desc-ie-ilp32.d: New test.
2839         * testsuite/ld-aarch64/tls-relax-all-ilp32.d: New test.
2840         * testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d: New test.
2841         * testsuite/ld-aarch64/tls-relax-gdesc-le-2-ilp32.d: New test.
2842         * testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d: New test.
2843         * testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d: New test.
2844         * testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d: New test.
2845         * testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d: New test.
2846         * testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d: New test.
2847         * testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d: New test.
2848         * testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d: New test.
2849         * testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d: New test.
2850
2851 2017-01-23  Nick Clifton  <nickc@redhat.com>
2852
2853         * po/ga.po: Updated Irish translation.
2854
2855 2017-01-23  Maciej W. Rozycki  <macro@imgtec.com>
2856
2857         PR ld/20828
2858         * testsuite/ld-elf/pr20828.ld: Add `.plt'.
2859
2860 2017-01-23  Maciej W. Rozycki  <macro@imgtec.com>
2861
2862         PR ld/20828
2863         * testsuite/ld-elf/pr20828.ld: Rename `_fdata' and `_edata' to
2864         `fdata' and `edata' respectively.
2865         * testsuite/ld-elf/pr20828.ver: Adjust accordingly.
2866         * testsuite/ld-elf/pr20828-a.sd: Likewise.
2867         * testsuite/ld-elf/pr20828-b.sd: Likewise.
2868         * testsuite/ld-elf/pr20828-c.sd: Likewise.
2869
2870 2017-01-23  Maciej W. Rozycki  <macro@imgtec.com>
2871
2872         PR ld/20828
2873         * testsuite/ld-elf/pr20828-1.sd: Remove test.
2874         * testsuite/ld-elf/pr20828-a.sd: New test.
2875         * testsuite/ld-elf/pr20828-2a.sd: Rename test to...
2876         * testsuite/ld-elf/pr20828-b.sd: ... this.
2877         * testsuite/ld-elf/pr20828-2b.sd: Rename test to...
2878         * testsuite/ld-elf/pr20828-c.sd: ... this.
2879         * testsuite/ld-elf/shared.exp: Adjust accordingly.
2880
2881 2017-01-23  Jiong Wang  <jiong.wang@arm.com>
2882
2883         * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Append
2884         board_cflags as gcc is used as linker driver.
2885         * testsuite/ld-unique/unique.exp: Likewise
2886
2887 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
2888
2889         * testsuite/ld-aarch64/aarch64-elf.exp (aarch64elflinktests): New tests.
2890         * testsuite/ld-aarch64/func-in-so.s: New test source file.
2891         * testsuite/ld-aarch64/func-sym-hash-opt.s: Likewise.
2892         * testsuite/ld-aarch64/func-sym-hash-opt.d: New expected test result.
2893
2894 2017-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
2895
2896         * testsuite/ld-elf/eh-frame-hdr.d: Update expected results.
2897
2898 2017-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2899
2900         PR ld/20995
2901         * testsuite/ld-elf/elf.exp: Set GAS flags correctly for the
2902         `mips*-*-*' target and `pr20995' and `pr20995-2' tests.
2903
2904 2017-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2905
2906         PR ld/20828
2907         * testsuite/ld-elf/pr20828-1.sd: New test.
2908         * testsuite/ld-elf/pr20828-2a.sd: New test.
2909         * testsuite/ld-elf/pr20828-2b.sd: New test.
2910         * testsuite/ld-elf/pr20828.ld: New test linker script.
2911         * testsuite/ld-elf/pr20828.ver: New test version script.
2912         * testsuite/ld-elf/pr20828.s: New test source.
2913         * testsuite/ld-elf/shared.exp: Run the new test.
2914
2915 2017-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2916
2917         PR gas/20649
2918         * testsuite/ld-mips-elf/mips-elf.exp: Add PIC comdat GOT16/LO16
2919         relocation pairing link test.
2920
2921 2017-01-17  Dimitar Dimitrov  <dimitar@dinux.eu>
2922
2923         * testsuite/ld-unique/unique.exp: Filter shared lib cases in
2924         uniqeue.exp, as not all targets have such support.
2925
2926 2017-01-16  Nick Clifton  <nickc@redhat.com>
2927
2928         * po/sv.po: Updated Swedish translation.
2929
2930 2017-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2931
2932         PR ld/21038
2933         * testsuite/ld-x86-64/pr21038b.d: Updated.
2934         * testsuite/ld-x86-64/pr21038c.d: New file.
2935         * testsuite/ld-x86-64/pr21038c.s: Likewise.
2936         * testsuite/ld-x86-64/x86-64.exp: Run pr21038c.
2937
2938 2017-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2939
2940         PR ld/21038
2941         * testsuite/ld-x86-64/pr21038a.d: New file.
2942         * testsuite/ld-x86-64/pr21038a.s: Likewise.
2943         * testsuite/ld-x86-64/pr21038b.d: Likewise.
2944         * testsuite/ld-x86-64/pr21038b.s: Likewise.
2945         * testsuite/ld-x86-64/x86-64.exp: Run pr21038a and pr21038b.
2946
2947 2017-01-11  Jeremy Soller  <jackpot51@gmail.com>
2948
2949         * configure.tgt: Add entries for x86-redox and x86_64-redox.
2950
2951 2017-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2952
2953         * testsuite/ld-x86-64/pr20830b.d: Updated.
2954
2955 2017-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2956
2957         * emulparams/elf32_x86_64.sh (TINY_READONLY_SECTION): New.
2958         * testsuite/ld-x86-64/pr20830.d: Renamed to ...
2959         * testsuite/ld-x86-64/pr20830a.d: This.  Updated.
2960         * testsuite/ld-x86-64/pr20830b.d: New file.
2961         * testsuite/ld-x86-64/x86-64.exp: Rename pr20830 to pr20830a.
2962         Run pr20830b.
2963
2964 2017-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2965
2966         PR ld/20830
2967         * testsuite/ld-i386/i386.exp: Run pr20830.
2968         * testsuite/ld-x86-64/x86-64.exp: Likewise.
2969         * testsuite/ld-i386/pr20830.d: New file.
2970         * testsuite/ld-i386/pr20830.s: Likewise.
2971         * testsuite/ld-x86-64/pr20830.d: Likewise.
2972         * testsuite/ld-x86-64/pr20830.s: Likewise.
2973
2974 2017-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2975
2976         * testsuite/ld-i386/i386.exp: Pass -Wl,-R,tmpdir and
2977         -Wl,--as-needed to $CC.
2978         * testsuite/ld-i386/tls.exp: Likewise.
2979
2980 2017-01-10  Nick Clifton  <nickc@redhat.com>
2981
2982         * po/sv.po: Updated Swedish translation.
2983
2984 2016-12-09  Graham Markall  <graham.markall@embecosm.com>
2985             Andrew Burgess  <andrew.burgess@embecosm.com>
2986
2987         * Makefile.am: Add earclinux_nps.c target and add to
2988         ALL_EMULATION_SOURCES.
2989         * Makefile.in: Likewise, regenerated.
2990         * configure.tgt: Add arclinux_nps as an extra emulation for
2991         arc*-*-elf* and arc*-*-linux*.
2992         * emulparams/arc-nps.sh: New file.
2993         * emulparams/arclinux_nps.sh: New file.
2994         * testsuite/ld-arc/arclinux-nps.d,
2995         * testsuite/ld-arc/arclinux-nps.s: New test.
2996
2997 2017-01-04  Dilan Palauzov  <dilyan.palauzov@aegee.org>
2998
2999         PR 20958
3000         * ldlex.l (option): Add noyywrap
3001         (yywrap): Delete.
3002         * ldlex.h (yywrap): Delete prototype.
3003
3004 2017-01-04  Alan Modra  <amodra@gmail.com>
3005
3006         * testsuite/ld-elf/audit.exp: Check for shared lib support.
3007         * testsuite/ld-elf/compress.exp: Likewise.
3008         * testsuite/ld-elf/dwarf.exp: Likewise.
3009         * testsuite/ld-elf/shared.exp: Likewise.
3010         * testsuite/ld-elf/wrap.exp: Likewise.
3011         * testsuite/ld-ifunc/ifunc.exp: Likewise.
3012         * testsuite/ld-plugin/lto.exp: Check $CXX exists.
3013
3014 2017-01-03  Alan Modra  <amodra@gmail.com>
3015
3016         * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Do not
3017         allow test to continue after compilation errors.
3018         (run_cc_link_tests): Likewise.
3019
3020 2017-01-03  Dimitar Dimitrov  <dimitar@dinux.eu>
3021
3022         * Makefile.am (ALL_EMULATION_SOURCES): Add epruelf.c.
3023         (epruelf.c): Remove unneeded dependencies.
3024         * Makefile.in: Regenerate
3025
3026 2017-01-03  Alan Modra  <amodra@gmail.com>
3027
3028         * testsuite/ld-elf/shared.exp: Add -rpath-link and -no-as-needed
3029         to various tests.
3030         * testsuite/ld-elfweak/elfweak.exp: Likewise.
3031         * testsuite/ld-elfvers/vers.exp (vers19): Fix -rpath-link option.
3032
3033 2017-01-03  Alan Modra  <amodra@gmail.com>
3034
3035         * testsuite/ld-elf/elf.exp: Check that $CC exists before C tests.
3036         * testsuite/ld-pie/pie.exp: Likewise.
3037         * testsuite/ld-plugin/lto.exp: Likewise.
3038
3039 2017-01-02  Alan Modra  <amodra@gmail.com>
3040
3041         * Makefile.am (bootstrap): Delete rule.
3042         (ld-partial, ld1, ld1-full, ld2, ld3): Likewise.
3043         (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
3044         (HOSTING_LIBS, HOSTING_SLIBS, HOSTING_EMU): Likewise.
3045         * configure.ac (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
3046         (HOSTING_LIBS, HOSTING_SLIBS): Likewise.
3047         * configure.host (HOSTING_CRT0, HOSTING_LIBS): Don't define.
3048         * Makefile.in: Regenerate.
3049         * configure: Regenerate.
3050         * testsuite/config/default.exp (get_link_files): Delete.
3051         (HOSTING_CRT0, HOSTING_SCRT0, HOSTING_LIBS, HOSTING_SLIBS): Don't
3052         define.
3053         (ld_simple_link): Delete.
3054         * testsuite/lib/ld-lib.exp (default_ld_link): Delete
3055         (default_ld_simple_link): Rename to default_ld_link.
3056         (ld_simple_link_defsyms): Rename to ld_link_defsyms.
3057         (run_ld_link_tests): Use ld_link, not ld_simple_link.
3058         (run_cc_link_tests): Likewise.
3059         (run_ld_link_exec_tests): Use $CC or $CXX to link, not $ld.
3060         Don't run exe when not native, and return unsupported.
3061         * testsuite/ld-bootstrap/bootstrap.exp: Create gccld1 etc. dirs.
3062         Link ld1 etc. using $CC.
3063         * testsuite/ld-cdtest/cdtest.exp: Link cdtest using $CC.
3064         * testsuite/ld-checks/checks.exp: Use ld_link, not ld_simple_link.
3065         * testsuite/ld-cygwin/exe-export.exp: Likewise.
3066         * testsuite/ld-elf/binutils.exp: Likewise.
3067         * testsuite/ld-elf/eh-group.exp: Likewise.
3068         * testsuite/ld-elf/exclude.exp: Likewise.
3069         * testsuite/ld-elf/frame.exp: Likewise.
3070         * testsuite/ld-elf/sec-to-seg.exp: Likewise.
3071         * testsuite/ld-elf/tls_common.exp: Likewise.
3072         * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
3073         * testsuite/ld-fastcall/fastcall.exp: Likewise.
3074         * testsuite/ld-gc/gc.exp: Likewise.
3075         * testsuite/ld-ifunc/binutils.exp: Likewise.
3076         * testsuite/ld-mep/mep.exp: Likewise.
3077         * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
3078         * testsuite/ld-mn10300/mn10300.exp: Likewise.
3079         * testsuite/ld-nios2/nios2.exp: Likewise.
3080         * testsuite/ld-pe/pe-compile.exp: Likewise.
3081         * testsuite/ld-pe/pe-run.exp: Likewise.
3082         * testsuite/ld-pe/pe-run2.exp: Likewise.
3083         * testsuite/ld-plugin/plugin.exp: Likewise.
3084         * testsuite/ld-scripts/align.exp: Likewise.
3085         * testsuite/ld-scripts/alignof.exp: Likewise.
3086         * testsuite/ld-scripts/assert.exp: Likewise.
3087         * testsuite/ld-scripts/defined.exp: Likewise.
3088         * testsuite/ld-scripts/extern.exp: Likewise.
3089         * testsuite/ld-scripts/log2.exp: Likewise.
3090         * testsuite/ld-scripts/map-address.exp: Likewise.
3091         * testsuite/ld-scripts/phdrs.exp: Likewise.
3092         * testsuite/ld-scripts/phdrs2.exp: Likewise.
3093         * testsuite/ld-scripts/script.exp: Likewise.
3094         * testsuite/ld-scripts/section-flags.exp: Likewise.
3095         * testsuite/ld-scripts/sizeof.exp: Likewise.
3096         * testsuite/ld-scripts/sysroot-prefix.exp: Likewise.
3097         * testsuite/ld-scripts/weak.exp: Likewise.
3098         * testsuite/ld-selective/selective.exp: Likewise.
3099         * testsuite/ld-sh/sh.exp: Likewise.
3100         * testsuite/ld-sh/sh64/relax.exp: Likewise.
3101         * testsuite/ld-sh/sh64/relfail.exp: Likewise.
3102         * testsuite/ld-srec/srec.exp: Likewise.
3103         * testsuite/ld-tic6x/tic6x.exp: Likewise.
3104         * testsuite/ld-undefined/weak-undef.exp: Likewise.
3105         * testsuite/ld-versados/versados.exp: Likewise.
3106         * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
3107         * testsuite/ld-xtensa/coalesce.exp: Likewise.
3108         * testsuite/ld-xtensa/diff_overflow.exp: Likewise.
3109         * testsuite/ld-xtensa/lcall.exp: Likewise.
3110         * testsuite/ld-elf/audit.exp: Run non-native too.
3111         * testsuite/ld-elf/compress.exp: Likewise.  Replace ld options with
3112         gcc -Wl, options.
3113         * testsuite/ld-elf/dwarf.exp: Run non-native too.  Use ld_link,
3114         not ld_simple_link.  Add -Wl,--no-as-needed to some tests.
3115         * testsuite/ld-elf/elf.exp: Run non-native too.  Formatting.
3116         * testsuite/ld-elf/indirect.exp: Run non-native too.  Add
3117         -Wl,--no-as-needed to most tests.
3118         * testsuite/ld-elf/shared.exp: Run non-native too.  Use braces
3119         to simplify quoting.  Set run_tests using [list] rather than
3120         brace assignment to expand $extralibs.  Add -Wl,--no-as-needed
3121         to many test.  Prefix ld options with -Wl,.
3122         (mix_pic_and_non_pic): Don't run exe if not native.
3123         * testsuite/ld-elf/wrap.exp: Run non-native too.  Add
3124         -Wl,--no-as-needed and prefix ld options with -Wl,.
3125         * testsuite/ld-elfvers/vers.exp: Run non-native too.  Use ld_link,
3126         not ld_simple_link.
3127         * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
3128         (visibility_test): Don't run exe if not native.
3129         * testsuite/ld-elfweak/elfweak.exp: Run non-native too.  Use ld_link,
3130         not ld_simple_link.
3131         (build_exec): Don't run exe if not native.
3132         * testsuite/ld-ifunc/ifunc.exp: Run non-native too.  Use ld_link,
3133         not ld_simple_link.  Link using $CC.  Add -Wl,--no-as-needed
3134         to some tests and prefix ld options with -Wl,.  Expect GNU
3135         for hppa-linux even when no ifuncs.  Delete cleanup.
3136         * testsuite/ld-pie/pie.exp: Run non-native too.
3137         * testsuite/ld-plugin/lto.exp: Likewise.
3138         * testsuite/ld-shared/shared.exp: Likewise.  Use ld_link,
3139         not ld_simple_link.
3140         (shared_test): Don't run exe if not native.
3141         * testsuite/ld-size/size.exp: Run non-native too.  Add
3142         -Wl,--no-as-needed to some tests.  Prefix ld options with -Wl,.
3143         * testsuite/ld-unique/unique.exp: Run non-native too.  Use ld_link,
3144         not ld_simple_link.  Link using $CC.  Add -Wl,--no-as-needed
3145         to some tests and prefix ld options with -Wl,.  Expect GNU
3146         for hppa-linux even when no unique syms.  Delete cleanup.
3147         * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to some
3148         tests and prefix ld options with -Wl,.
3149         * testsuite/ld-x86-64/x86-64.exp: Use ld_link, not ld_simple_link.
3150         Add -Wl,--no-as-needed to some tests.  Prefix ld options with -Wl,.
3151
3152 2017-01-02  Alan Modra  <amodra@gmail.com>
3153
3154         * emulparams/elf32metag.sh (COMMONPAGESIZE): Define.
3155
3156 2017-01-02  Alan Modra  <amodra@gmail.com>
3157
3158         PR ld/21000
3159         * emulparams/hppalinux.sh (DATA_ADDR, SHLIB_DATA_ADDR): Don't define.
3160         (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END, DATA_SEGMENT_RELRO_END): Define.
3161         * scripttempl/elf.sc: Don't define the above if DATA_SEGMENT_ALIGN
3162         is already defined.
3163
3164 2017-01-02  Alan Modra  <amodra@gmail.com>
3165
3166         Update year range in copyright notice of all files.
3167
3168 For older changes see ChangeLog-2016
3169 \f
3170 Copyright (C) 2017 Free Software Foundation, Inc.
3171
3172 Copying and distribution of this file, with or without modification,
3173 are permitted in any medium without royalty provided the copyright
3174 notice and this notice are preserved.
3175
3176 Local Variables:
3177 mode: change-log
3178 left-margin: 8
3179 fill-column: 74
3180 version-control: never
3181 End: