i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorks
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
1587442d
L
12017-04-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/20815
4 * testsuite/ld-i386/vxworks2.sd: Add space for program headers.
5
8b353c47
JM
62017-04-24 Jose E. Marchesi <jose.marchesi@oracle.com>
7
8 * testsuite/ld-sparc/tlssunbin64.dd: Expect `return' instructions
9 instead of `rett' in V9.
10 * testsuite/ld-sparc/tlssunnopic64.dd: Likewise.
11 * testsuite/ld-sparc/tlssunpic64.dd: Likewise.
12
e133d005
L
132017-04-21 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR ld/21402
16 * testsuite/ld-elf/indirect.exp: Don't skip PIE indirect5 and
17 indirect6 tests on i386.
18
3c5fce9b
L
192017-04-21 H.J. Lu <hongjiu.lu@intel.com>
20
21 PR ld/19617
22 PR ld/21086
23 * testsuite/ld-elf/pr19617a.d: Pass --no-dynamic-linker to ld.
24 * testsuite/ld-elf/pr19617b.d: Likewise.
25 * testsuite/ld-elf/pr19617c.d: Likewise.
26 *testsuite/ld-i386/pr19636-4d.d: Likewise.
27 * testsuite/ld-elf/readelf.exp: Pass --no-dynamic-linker to ld
28 with --export-dynamic.
29 * testsuite/ld-elf/shared.exp: Pass --no-dynamic-linker to ld
30 with -E.
31
afe9edbf
L
322017-04-20 H.J. Lu <hongjiu.lu@intel.com>
33
34 PR ld/21402
35 * testsuite/ld-elf/indirect.exp: Pass $NOPIE_LDFLAGS and
36 $NOPIE_CFLAGS to non-PIE indirect5 and indirect6 tests. Skip
37 PIE indirect5 and indirect6 tests on i386.
38
31321c80
MR
392017-04-20 Maciej W. Rozycki <macro@imgtec.com>
40
41 * testsuite/ld-mips-elf/mips-elf.exp: Join `__ehdr_start' tests.
42
59fa66c5
L
432017-04-20 H.J. Lu <hongjiu.lu@intel.com>
44
45 PR ld/21382
46 * plugin.c (is_visible_from_outside): Symbol may be visible
47 from outside if dynamic_ref_after_ir_def is set.
48 (plugin_notice): Set dynamic_ref_after_ir_def if the symbol is
49 defined in an IR object and referenced in a dynamic object.
50 * testsuite/ld-plugin/lto.exp: Run PR ld/21382 tests.
51 * testsuite/ld-plugin/pr21382a.c: New file.
52 * testsuite/ld-plugin/pr21382b.c: Likewise.
53
e492d2f8
L
542017-04-19 H.J. Lu <hongjiu.lu@intel.com>
55
56 PR ld/21401
57 * testsuite/ld-ifunc/ifunc.exp: Add a libtest-2-now.so test with
58 -z now.
59
954b63d4
AM
602017-04-19 Alan Modra <amodra@gmail.com>
61
62 * ld.texinfo (dynamic-undefined-weak): Document.
63 (nodynamic-undefined-weak): Document that this option now can
64 be used with shared libs.
65 * emulparams/dynamic_undefined_weak.sh: Support -z
66 dynamic-undefined-weak.
67 * emulparams/elf32ppccommon.sh: Include dynamic_undefined_weak.sh.
68 * testsuite/ld-undefined/weak-undef.exp (undef_weak_so),
69 (undef_weak_exe): New. Use them. Add -z dynamic-undefined-weak
70 and -z nodynamic-undefined-weak tests.
71 * Makefile.am: Update powerpc dependencies.
72 * Makefile.in: Regenerate.
73
e6699019
L
742017-04-17 H.J. Lu <hongjiu.lu@intel.com>
75
76 PR ld/21389
77 * testsuite/ld-elf/pr21389.map: New file.
78 * testsuite/ld-elf/pr21389.s: Likewise.
79 * testsuite/ld-elf/pr21389a.d: Likewise.
80 * testsuite/ld-elf/pr21389b.d: Likewise.
81 * testsuite/ld-elf/pr21389c.d: Likewise.
82
c5d37467
AM
832017-04-17 Alan Modra <amodra@gmail.com>
84
85 * testsuite/ld-elf/indirect5a.c,
86 * testsuite/ld-elf/indirect5b.c,
87 * testsuite/ld-elf/indirect5.map,
88 * testsuite/ld-elf/indirect5.out: New test.
89 * testsuite/ld-elf/indirect6a.c: Likewise.
90 * testsuite/ld-elf/indirect.exp (check_dynamic_syms): New proc.
91 Run new tests and check dynsyms.
92
fbea1508
AM
932017-04-11 Alan Modra <amodra@gmail.com>
94
95 PR 21274
96 PR 18466
97 * emultempl/pe.em (pe_find_data_imports): Don't use fixed size
98 symbol buffer. Instead, xmalloc max size needed with space for
99 prefix. Wrap overlong lines. Formatting. Pass symbol buffer
100 copy of name to pe_walk_relocs_of_symbol.
101 (make_inport_fixup): Add "name" param, pass to pe_create_import_fixup.
102 * emultempl/pe.em (pep_find_data_imports): As for pe_find_data_imports.
103 (make_import_fixup): Add "name" param, pass to pep_create_import_fixup.
104 Use bfd_get_signed_* and remove unnecessary casts. Formatting.
105 * pe-dll.c (pe_walk_relocs_of_symbol): Add "name" param. Pass to
106 callback.
107 (make_import_fixup_mark): Add "name" param. Make use of prefix
108 space rather than xmalloc here.
109 (pe_create_import_fixup): Likewise.
110 * pe-dll.h (pe_walk_relocs_of_symbol): Update prototype.
111 (pe_create_import_fixup): Likewise.
112 * pep-dll.h (pep_walk_relocs_of_symbol): Likewise.
113 (pep_create_import_fixup): Likewise.
114
a70f34c0
NC
1152017-04-10 Nick Clifton <nickc@redhat.com>
116
117 * ld.texinfo (--strip-discarded): Document.
118 (--embedded-relocs): Document.
119 (--spare-dynamic-tags): Document.
120 (--task-link): Document.
121
6f9dbcd4
AM
1222017-04-10 Alan Modra <amodra@gmail.com>
123
124 PR 21287
125 * testsuite/ld-elf/init-fini-arrays.d: Match INIT_ARRAY and FINI_ARRAY.
126 * testsuite/ld-elf/init-fini-arrays.s: Use %init_array and %fini_array
127 section types.
128 * testsuite/lib/ld-lib.exp (default_ld_compile): Trim assembler
129 warnings about "ignoring incorrect section type".
130 (run_ld_link_exec_tests, run_cc_link_tests): Delete old comment.
131
37095d07
AM
1322017-04-10 Alan Modra <amodra@gmail.com>
133
134 * testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Delete
135 sh1p.o, sh2p.o, sh1np.o and sh2np.o before compiling. Use
136 remote_file host exists rather than file exists.
137
a7eaf017
L
1382017-04-07 H.J. Lu <hongjiu.lu@intel.com>
139
140 PR ld/21090
141 * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Use
142 NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE for the non-pie
143 version of the test.
144
8170f769
L
1452017-04-07 H.J. Lu <hongjiu.lu@intel.com>
146
147 PR ld/19579
148 PR ld/21306
149 * testsuite/ld-elf/pr19579a.c (main): Updated.
150
ae3f8c28
NC
1512017-04-07 Nick Clifton <nickc@redhat.com>
152
153 PR 21090
154 * testsuite/ld-x86-64/x86-64.exp (undefined_weak): Explicitly
155 disable PIE for the non-pie version of the test.
156
5c1f54ce
AM
1572017-04-07 Alan Modra <amodra@gmail.com>
158
159 * testsuite/ld-elf/mbind2a.s: Don't use @, the ARM comment char.
160
1fd6d111
TG
1612017-04-07 gingold <gingold@gingold-Precision-7510>
162
163 * testsuite/ld-pe/pe.exp: New test.
164 * testsuite/ld-pe/weakdef-1.s: New test source.
165 * testsuite/ld-pe/weakdef-1.d: New test.
166
3944e22b
AM
1672017-04-07 Alan Modra <amodra@gmail.com>
168
169 * testsuite/ld-elf/mbind1a.d: Remove matches for PT_LOAD segments.
170 * testsuite/ld-elf/mbind1b.d: Likewise.
171 * testsuite/ld-elf/mbind1c.d: Likewise.
172
6ca30fa5
HPN
1732017-04-05 Hans-Peter Nilsson <hp@axis.com>
174
175 PR ld/21233
176 * testsuite/ld-elf/shared.exp: Change xfails to kfails and fix
177 indentation issue introduced with last commit.
178
4d5efb85
HPN
1792017-04-05 Hans-Peter Nilsson <hp@axis.com>
180
181 PR ld/21233
182 * testsuite/ld-elf/shared.exp: Xfail all PR21233 tests but the
183 first test for cris*-*-*.
184
80070c0d
MR
1852017-04-04 Maciej W. Rozycki <macro@imgtec.com>
186
187 PR ld/21233
188 * ldlang.c (insert_undefined): Set `mark' for ELF symbols.
189 * testsuite/ld-elf/pr21233.sd: New test.
190 * testsuite/ld-elf/pr21233-l.sd: New test.
191 * testsuite/ld-elf/pr21233.ld: New test linker script.
192 * testsuite/ld-elf/pr21233-e.ld: New test linker script.
193 * testsuite/ld-elf/pr21233.s: New test source.
194 * testsuite/ld-elf/pr21233-l.s: New test source.
195 * testsuite/ld-elf/shared.exp: Run the new tests.
196
a91e1603
L
1972017-04-04 H.J. Lu <hongjiu.lu@intel.com>
198
199 * NEWS: Mention support for ELF SHF_GNU_MBIND and
200 PT_GNU_MBIND_XXX.
201 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
202 input GNU_MBIND sections with the same type, attributes and
203 sh_info field into a single output GNU_MBIND section.
204 * testsuite/ld-elf/elf.exp: Run mbind2a and mbind2b.
205 * testsuite/ld-elf/mbind1.s: New file.
206 * testsuite/ld-elf/mbind1a.d: Likewise.
207 * testsuite/ld-elf/mbind1b.d: Likewise.
208 * testsuite/ld-elf/mbind1c.d: Likewise.
209 * testsuite/ld-elf/mbind2a.s: Likewise.
210 * testsuite/ld-elf/mbind2b.c: Likewise.
211
46bed679
L
2122017-04-03 H.J. Lu <hongjiu.lu@intel.com>
213
2514e33e 214 * NEWS: Mention support for ELF GNU program properties.
46bed679
L
215 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
216 ELF setup_gnu_properties.
217 * testsuite/ld-i386/i386.exp: Run property tests for Linux/i386.
218 * testsuite/ld-i386/pass.c: New file.
219 * testsuite/ld-i386/property-1.r: Likewise.
220 * testsuite/ld-i386/property-2.r: Likewise.
221 * testsuite/ld-i386/property-3.r: Likewise.
222 * testsuite/ld-i386/property-4.r: Likewise.
223 * testsuite/ld-i386/property-5.r: Likewise.
224 * testsuite/ld-i386/property-6.r: Likewise.
225 * testsuite/ld-i386/property-6a.c: Likewise.
226 * testsuite/ld-i386/property-6b.c: Likewise.
227 * testsuite/ld-i386/property-6c.S: Likewise.
228 * testsuite/ld-i386/property-7.r: Likewise.
229 * testsuite/ld-i386/property-no-copy.S: Likewise.
230 * testsuite/ld-i386/property-stack.S: Likewise.
231 * testsuite/ld-i386/property-unsorted-1.S: Likewise.
232 * testsuite/ld-i386/property-unsorted-2.S: Likewise.
233 * testsuite/ld-i386/property-x86-1.S: Likewise.
234 * testsuite/ld-i386/property-x86-2.S: Likewise.
235 * testsuite/ld-x86-64/pass.c: Likewise.
236 * testsuite/ld-x86-64/property-1.r: Likewise.
237 * testsuite/ld-x86-64/property-2.r: Likewise.
238 * testsuite/ld-x86-64/property-3.r: Likewise.
239 * testsuite/ld-x86-64/property-4.r: Likewise.
240 * testsuite/ld-x86-64/property-5.r: Likewise.
241 * testsuite/ld-x86-64/property-6.r: Likewise.
242 * testsuite/ld-x86-64/property-6a.c: Likewise.
243 * testsuite/ld-x86-64/property-6b.c: Likewise.
244 * testsuite/ld-x86-64/property-6c.S: Likewise.
245 * testsuite/ld-x86-64/property-7.r: Likewise.
246 * testsuite/ld-x86-64/property-no-copy.S: Likewise.
247 * testsuite/ld-x86-64/property-stack.S: Likewise.
248 * testsuite/ld-x86-64/property-unsorted-1.S: Likewise.
249 * testsuite/ld-x86-64/property-unsorted-2.S: Likewise.
250 * testsuite/ld-x86-64/property-x86-1.S: Likewise.
251 * testsuite/ld-x86-64/property-x86-2.S: Likewise.
252 * testsuite/ld-x86-64/x86-64.exp: Run property tests for
253 Linux/x86-64.
254
086554e8
HPN
2552017-03-28 Hans-Peter Nilsson <hp@axis.com>
256
257 PR ld/16044
258 * testsuite/ld-cris/pr16044.d, testsuite/ld-cris/dso-1c.s,
259 testsuite/ld-cris/dso-2b.s, testsuite/ld-cris/dso-4.s: New test.
260
4c8798c9
SL
2612017-03-21 Sandra Loosemore <sandra@codesourcery.com>
262
263 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Return
264 false for nios2-*-elf.
265
21701718
TG
2662017-03-21 gingold <gingold@gingold-Precision-7510>
267
268 * ldlang.c (lang_check_section_addresses): Check only for
269 allocated sections.
270
1d3fa25f
AM
2712017-03-17 Alan Modra <amodra@gmail.com>
272
273 * testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
274
9494d963
TG
2752017-03-15 Tristan Gingold <gingold@adacore.com>
276
277 * testsuite/ld-checks/checks.exp (overflow_check): Disable for
278 non-elf targets.
279
9216a6f3
L
2802017-03-14 H.J. Lu <hongjiu.lu@intel.com>
281
282 * ldlang.c (lang_check_section_addresses): Use addr_mask to
283 check VMA and LMA.
284
f955cccf
NC
2852017-03-13 Nick Clifton <nickc@redhat.com>
286
287 PR binutils/21202
288 * testsuite/ld-aarch64/ifunc-5r-local.d: Update regexp.
289
d40e34db
TG
2902017-03-13 Tristan Gingold <gingold@adacore.com>
291
292 * ldlang.c (lang_check_section_addresses): Check for address space
293 overflow.
294 * testsuite/ld-checks/checks.exp (overflow_check): New procedure
295 * testsuite/ld-checks/over.s: New test source.
296 * testsuite/ld-checks/over.d: New test.
297 * testsuite/ld-checks/over2.s: New test source.
298 * testsuite/ld-checks/over2.d: New test.
299
4b5900d8
AN
3002017-03-13 Alexey Neyman <stilor@att.net>
301
302 * emulparams/elf32ppccommon.sh (LIBPATH_SUFFIX): Set from target
303 cpu, not host.
304
118aa6cf
AM
3052017-03-11 Alan Modra <amodra@gmail.com>
306
307 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Add
308 sysroot for -rpath search.
309
316a1245
AM
3102017-03-11 Alan Modra <amodra@gmail.com>
311
312 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Rewrite.
313 Only prefix absolute paths with sysroot. Handle DOS paths.
314 (gld${EMULATION_NAME}_check_ld_elf_hints): Constify variable.
315 (gld${EMULATION_NAME}_check_ld_so_conf): Likewise.
316 (gld${EMULATION_NAME}_after_open): Short-circuit NULL path
317 searches. Rename variable. Simplify get_runpath search.
318
bb4287c5
AM
3192017-03-11 Alan Modra <amodra@gmail.com>
320
321 * testsuite/ld-elf/shared.exp: Use -Wl,-export-dynamic rather
322 than -rdynamic.
323
e299b355
AM
3242017-03-11 Alan Modra <amodra@gmail.com>
325
326 * ld.texinfo (Orphan Sections): Mention that not all targets
327 handle orphans well.
328 * testsuite/ld-elf/orphan-9.d: Don't run for i860 and i960.
329 * testsuite/ld-elf/orphan-10.d: Likewise.
330
14ea2c1b
AB
3312017-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * ldlang.c (lang_size_sections_1): Shortcut loop only after
334 tracking changes to the default regions LMA.
335 * testsuite/ld-elf/orphan-9.ld: Extend header comment.
336 * testsuite/ld-elf/orphan-10.d: New file.
337 * testsuite/ld-elf/orphan-10.s: New file.
338 * NEWS: Mention change in behaviour.
339
77f5e65e
AB
3402017-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * ldlang.c (lang_leave_output_section_statement): Move lma_region
343 logic to...
344 (lang_propagate_lma_regions): ...this new function.
345 (lang_process): Call new function.
346 * testsuite/ld-elf/orphan-9.d: New file.
347 * testsuite/ld-elf/orphan-9.ld: New file.
348 * testsuite/ld-elf/orphan-9.s: New file.
349 * NEWS: Mention change in behaviour.
350
d933941d
AM
3512017-03-07 Alan Modra <amodra@gmail.com>
352
353 * ldlang.c (open_input_bfds): Check that lang_assignment_statement
354 is not an assert before referencing defsym.
355
2e0ce1c8
AM
3562017-03-05 Alan Modra <amodra@gmail.com>
357
358 * testsuite/ld-elf/eh3.d: Adjust for eh_frame alignment change.
359 * testsuite/ld-elf/eh6.d: Likewise.
360 * testsuite/ld-alpha/tlsbin.dd: Likewise.
361 * testsuite/ld-alpha/tlsbin.td: Likewise.
362 * testsuite/ld-alpha/tlsbinr.dd: Likewise.
363 * testsuite/ld-alpha/tlspic.dd: Likewise.
364 * testsuite/ld-alpha/tlspic.rd: Likewise.
365 * testsuite/ld-alpha/tlspic.sd: Likewise.
366 * testsuite/ld-alpha/tlspic.td: Likewise.
367 * testsuite/ld-mips-elf/eh-frame1-n64.d: Likewise.
368 * testsuite/ld-mips-elf/eh-frame2-n64.d: Likewise.
369 * testsuite/ld-mips-elf/eh-frame3.d: Likewise.
370 * testsuite/ld-x86-64/pr20830a.d: Likewise.
371 * testsuite/ld-x86-64/pr21038a.d: Likewise.
372 * testsuite/ld-x86-64/pr21038b.d: Likewise.
373 * testsuite/ld-x86-64/pr21038c.d: Likewise.
374
611a3ca9
NC
3752017-03-03 Max Bolingbroke <batterseapower@hotmail.com>
376
377 PR 12969
378 * pe-dll.c (generate_edata): Fail if the input file(s) require too
379 many ordinals.
380
199add01
AM
3812017-03-02 Alan Modra <amodra@gmail.com>
382
383 * testsuite/ld-elf/shared.exp: Pass -ansi when compiling new.cc
384 and dl3.cc.
385
4ef97a1b
AM
3862017-02-28 Alan Modra <amodra@gmail.com>
387
388 * testsuite/ld-elf/merge.d: xfail for nios.
389
7ba71655
AM
3902017-02-28 Alan Modra <amodra@gmail.com>
391
392 * testsuite/ld-powerpc/addpcis.d: Define ext1 and ext2 at
393 limits of addpcis range.
394
0e392101
MR
3952017-02-28 Maciej W. Rozycki <macro@imgtec.com>
396
397 * testsuite/ld-mips-elf/jalr4.dd: Adjust for `jalr $0, $25'
398 instructions.
399 * testsuite/ld-mips-elf/jalr4-r6.dd: New test.
400 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
401
fbf25dfd
GJL
4022017-02-27 Georg-Johann Lay <gjl@gcc.gnu.org>
403
404 PR target/20849
405 * scripttempl/avrtiny.sc (__RODATA_PM_OFFSET__): New define.
406 (.rodata): New section.
407 (.data): Remove .rodata*.
408
dd803a24
AM
4092017-02-25 Alan Modra <amodra@gmail.com>
410
411 * testsuite/ld-elf/elf.exp: Xfail pr20995 tests on hppa64-hpux.
412 Set up HPUX defsym. Run pr14170 tests and build symbol3 objects,
413 defining HPUX where necessary. Define HPUX for implib tests.
414 * testsuite/ld-elf/comm-data4.d: Run for hpux.
415 * testsuite/ld-elf/endsym.d: Likewise.
416 * testsuite/ld-elf/linkoncerdiff.d: Likewise.
417 * testsuite/ld-elf/comm-data4.s: Add alternate .comm when HPUX.
418 * testsuite/ld-elf/comm-data5.s: Likewise.
419 * testsuite/ld-elf/endsym.s: Likewise.
420 * testsuite/ld-elf/pr14170c.s: Likewise.
421 * testsuite/ld-elf/symbol3.s: Likewise.
422 * testsuite/ld-elf/implib.s: Likewise. Don't start directives
423 in first column.
424 * testsuite/ld-elf/linkoncerdiff2.s: Don't use numeric labels.
425 * testsuite/ld-elf/warn3.d: Run for hpux.
426 * testsuite/ld-scripts/rgn-at10.d: Xfail for hpux.
427 * testsuite/ld-scripts/rgn-at11.d: Likewise.
428 * testsuite/ld-scripts/size-2.d: Remove xfail for hpux.
429
c9f02c3e
MR
4302017-02-24 Maciej W. Rozycki <macro@imgtec.com>
431
c72cea5a
MR
432 * testsuite/ld-elf/ver_def.vd: New test.
433 * testsuite/ld-elf/ver_def-tic6x.vd: New test.
c9f02c3e
MR
434 * testsuite/ld-elf/ver_def.ld: New test linker script.
435 * testsuite/ld-elf/ver_def.ver: New test version script.
436 * testsuite/ld-elf/ver_def.s: New test source.
437 * testsuite/ld-elf/readelf.exp: New test script.
438
5d58c733
MR
4392017-02-23 Maciej W. Rozycki <macro@imgtec.com>
440
441 * testsuite/ld-mips-elf/relax-jalr-n32.d: Remove `--relax'
442 option.
443 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
444 * testsuite/ld-mips-elf/relax-jalr-n64.d: Likewise.
445 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
446
c1556ecd
MR
4472017-02-23 Maciej W. Rozycki <macro@imgtec.com>
448
449 * testsuite/ld-mips-elf/jalr4.dd: New test.
450 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
451
5499c7c7
AM
4522017-02-23 Alan Modra <amodra@gmail.com>
453
454 PR 20744
455 * testsuite/ld-powerpc/vle-reloc-2.s: Use r6 for last insn of
456 each group.
457 * testsuite/ld-powerpc/vle-reloc-2.d: Update for above change
458 and sdarel reloc fix.
459
902e9fc7
MR
4602017-02-22 Maciej W. Rozycki <macro@imgtec.com>
461
462 PR ld/20828
463 * testsuite/ld-elf/pr20828-d.sd: New test.
464 * testsuite/ld-elf/pr20828-e.sd: New test.
465 * testsuite/ld-elf/pr20828-v.od: New test.
466 * testsuite/ld-elf/pr20828-v.ver: New test version script.
467 * testsuite/ld-elf/pr20828-v.ld: New test linker script.
468 * testsuite/ld-elf/pr20828.ld: Add `.gnu.version' and
469 `.gnu.version_d'.
470 * testsuite/ld-elf/shared.exp: Run the new tests.
471
46519784
NC
4722017-02-21 Nick Clifton <nickc@redhat.com>
473
474 * testsuite/ld-ifunc/pr18808b.c (bar): Fix compile time warning
475 about non-void function returning without a result.
476
c48cfedd
AM
4772017-02-17 Alan Modra <amodra@gmail.com>
478
479 PR 15041
480 * scripttempl/pe.sc: Don't combine sections for ld -r.
481 * scripttempl/pep.sc: Likewise.
482
74dc9032
AM
4832017-02-17 Alan Modra <amodra@gmail.com>
484
246b9122 485 PR 21099
74dc9032
AM
486 * emulparams/elf32m32c.sh: Define STACK_ADDR and STACK_SENTINEL
487 rather than using OTHER_SECTIONS.
488 * emulparams/elf32mt.sh: Likewise.
489 * emulparams/elf32rx.sh: Likewise.
490 * emulparams/elf32rl78.sh: Likewise. Use OTHER_SYMBOLS to
491 define __rl78_abs__.
492 * emulparams/shelf.sh: Define STACK_ADDR and STACK_SENTINEL
493 rather than using OTHER_SECTIONS.
494 * emulparams/shelf32.sh: Likewise. Use OTHER_SECTIONS for .cranges.
495 * emulparams/shelf64.sh: Unset OTHER_SECTIONS.
496 * emulparams/shelf_nbsd.sh: Unset STACK_ADDR not OTHER_SECTIONS.
497 * emulparams/shelf_uclinux.sh: Likewise.
498 * emulparams/shlsymbian.sh: Unset STACK_ADDR. Use OTHER_SYMBOLS
499 to define _stack, not OTHER_SECTIONS.
500 * scripttempl/elf.sc: Move STACK, TINY_DATA_SECTION, and
501 TINY_BSS_SECTION before debug sections. Add STACK_SENTINEL.
502 * scripttempl/arclinux.sc: Likewise.
503 * scripttempl/elf64hppa.sc: Likewise.
504 * scripttempl/elfxtensa.sc: Likewise.
505 * scripttempl/nds32elf.sc: Likewise.
506 * scripttempl/armbpabi.sc: Move STACK before debug sections.
507 * scripttempl/elf_chaos.sc: Likewise.
508 * scripttempl/elfarc.sc: Delete STACK.
509 * scripttempl/epiphany_4x4.sc: Delete STACK. Move TINY_DATA_SECTION,
510 TINY_BSS_SECTION, and .stack before debug sections.
511
67cecaba
NC
5122017-02-17 Nick Clifton <nickc@redhat.com>
513
514 PR ld/20825
515 * ld.texinfo (Options): Add missing @item entry for --pop-state.
516
262a40a5
AM
5172017-02-17 Alan Modra <amodra@gmail.com>
518
519 * testsuite/ld-elf/dwarf2.err: Accept other errors between the
520 multiple definition errors.
521
002a5d4e
AM
5222017-02-17 Alan Modra <amodra@gmail.com>
523
524 * testsuite/ld-elf/dwarf2.err: Add missing newline at end.
525 * testsuite/ld-elf/dwarf3.err: Likewise. Allow match without filename.
526
3239a423
AB
5272017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * testsuite/ld-elf/shared.exp: Update expected results.
530 * testsuite/ld-elf/dwarf2.err: Likewise
531
90ed9b8b
AB
5322017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * testsuite/ld-elf/dwarf.exp (build_tests): Add new tests.
535 * testsuite/ld-elf/dwarf2.err: New file.
536 * testsuite/ld-elf/dwarf2a.c: New file.
537 * testsuite/ld-elf/dwarf2b.c: New file.
538 * testsuite/ld-elf/dwarf3.c: New file.
539 * testsuite/ld-elf/dwarf3.err: New file.
540
2bd7f877
AB
5412017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Add warning,
544 error, warning_output, and error_output actions. Remove separate
545 warnings parameter.
546 * testsuite/ld-elf/shared.exp (build_tests): Updated to use
547 'warning' action.
548 * testsuite/ld-plugin/lto.exp (lto_link_tests): Likewise.
549
37d7d56c
AM
5502017-02-16 Alan Modra <amodra@gmail.com>
551
552 * testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params
553 from void pointers to function pointers.
554 * testsuite/ld-elf/pr18718.c: Update to suit.
555 * testsuite/ld-elf/pr18720a.c: Update to suit.
556
a8c75b76
AM
5572017-02-16 Alan Modra <amodra@gmail.com>
558
559 PR 21000
560 * testsuite/ld-elf/loadaddr1.d: Adjust for hppa file offsets.
561 * testsuite/ld-elf/loadaddr2.d: Likewise.
562 * testsuite/ld-elf/loadaddr3a.d: Likewise.
563 * testsuite/ld-scripts/rgn-at5.d: Likewise.
564
a48cda7f
AM
5652017-02-16 Alan Modra <amodra@gmail.com>
566
567 * testsuite/ld-powerpc/vxworks1-lib.s: Correct addi to addic.
568 * testsuite/ld-powerpc/vxworks1-lib.dd: Adjust to suit.
569
2a568401
L
5702017-02-15 H.J. Lu <hongjiu.lu@intel.com>
571
572 PR ld/21168
573 * testsuite/ld-i386/i386.exp: Run pr21168.
574 * testsuite/ld-i386/pr21168a.c: New file.
575 * testsuite/ld-i386/pr21168b.S: Likewise.
576
a5def14f
L
5772017-02-15 H.J. Lu <hongjiu.lu@intel.com>
578
579 PR ld/20244
580 * testsuite/ld-i386/i386.exp: Run pr20244-4a, pr20244-4b and
581 pr20244-4c.
582 * testsuite/ld-i386/pr20244-4.s: New file.
583 * testsuite/ld-i386/pr20244-4a.d: Likewise.
584 * testsuite/ld-i386/pr20244-4b.d: Likewise.
585 * testsuite/ld-i386/pr20244-4c.d: Likewise.
586
ebf0b03c
MR
5872017-02-15 Maciej W. Rozycki <macro@imgtec.com>
588
589 * ldmisc.c (vfinfo): Don't print the function name again either
590 if no source file name has been found both now and previously.
591 * testsuite/ld-cris/tls-err-20x.d: Adjust accordingly.
592 * testsuite/ld-mips-elf/mode-change-error-1.d: Likewise.
593 * testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
594 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
595 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
596 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
597 * testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
598 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
599 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
600 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
601 Likewise.
602 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
603 Likewise.
604 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
605 Likewise.
606 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
607 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
608 Likewise.
609 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
610 Likewise.
611 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
612 * testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
613 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
614 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
615 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
616 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
617 * testsuite/ld-powerpc/tocopt.out: Likewise.
618 * testsuite/ld-powerpc/tocopt7.out: Likewise.
619
befe814d
MR
6202017-02-15 Maciej W. Rozycki <macro@imgtec.com>
621
622 * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
623
defe6f56
IK
6242017-02-15 Igor Kudrin <ikudrin@accesssoftek.com>
625
626 * testsuite/ld-scripts/sysroot-prefix.exp
627 (get_base_dir_for_scripts): New function.
628 (run_sysroot_prefix_test): Use get_base_dir_for_scripts.
629
10ddfe62
PD
6302017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
631
632 * emulparams/elf32lriscv-defs.sh (SDATA_START_SYMBOLS): Change
633 _gp to __global_pointer$
634
d7488716
AB
6352017-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
636
637 * configure.tgt (arc*-*-linux*): Change the default linker
638 emulation based on --with-cpu selection.
639 * NEWS: Mention new configuration option.
640
65f90e82
JW
6412017-02-06 Jiong Wang <jiong.wang@arm.com>
642
643 * testsuite/ld-elf/compress.exp: Don't print to stdout for all
644 "readelf -w".
645
fa93e3d3
MR
6462017-02-02 Maciej W. Rozycki <macro@imgtec.com>
647
648 * testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.
649
2e9af2d0
MR
6502017-02-02 Maciej W. Rozycki <macro@imgtec.com>
651
652 * ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo,
653 s/regexp/regex/.
654
fd121c5c
JW
6552017-02-02 Jiong Wang <jiong.wang@arm.com>
656
657 * testsuite/lib/ld-lib.exp (check_libdl_available): New function.
658 * testsuite/ld-elf/shared.exp (run_tests): Split tests which require
659 dlopen support into "dlopen_run_tests". These tests include dl1*main
660 and dl6*main.
661 (dlopen_run_tests): New and only run it when check_libdl_available
662 returns true. XFAIL on *-*-netbsdelf*.
663
c0c237fc
MR
6642017-02-01 Maciej W. Rozycki <macro@imgtec.com>
665
666 * testsuite/ld-mips-elf/vxworks-forced-local-1.d: Correct the
667 presentation of relocation addends.
668 * testsuite/ld-mips-elf/vxworks1-lib.rd: Likewise.
669 * testsuite/ld-mips-elf/vxworks1.dd: Likewise.
670 * testsuite/ld-mips-elf/vxworks1.rd: Likewise.
671
5139cfdb
MR
6722017-02-01 Maciej W. Rozycki <macro@imgtec.com>
673
674 * testsuite/ld-mips-elf/tls-multi-got-1-1.s: Place `tlsvar_ld'
675 in `.tdata' section.
676 * testsuite/ld-mips-elf/tls-multi-got-1.got: Adjust accordingly.
677 * testsuite/ld-mips-elf/tls-multi-got-1.r: Likewise.
678
ce790370
JW
6792017-02-01 Jiong Wang <jiong.wang@arm.com>
680
681 * testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
682 Append $board_cflags to link commands.
683
067869b6
SKS
6842017-02-01 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
685
686 * testsuite/ld-scripts/print-memory-usage-1.l: Relax
687 check for digit in second decimal place.
688
15a00b13
MR
6892017-02-01 Maciej W. Rozycki <macro@imgtec.com>
690
691 PR ld/20828
692 * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
693 indentation.
694
1273da04
NC
6952017-01-31 Nick Clifton <nickc@redhat.com>
696
697 * ldmain.c (add_archive_element): Eliminate string buffer.
698 * ldlang.c (lang_print_asneeded): Likewise.
699
8b10b0b3
MR
7002017-01-30 Maciej W. Rozycki <macro@imgtec.com>
701
702 * emultempl/mipself.em (ignore_branch_isa): New variable.
703 (mips_create_output_section_statements): Rename
704 `_bfd_mips_elf_insn32' called to `_bfd_mips_elf_linker_flags',
705 add `ignore_branch_isa' argument.
706 (PARSE_AND_LIST_PROLOGUE): Add OPTION_IGNORE_BRANCH_ISA and
707 OPTION_NO_IGNORE_BRANCH_ISA enum values.
708 (PARSE_AND_LIST_LONGOPTS): Add "ignore-branch-isa" and
709 "no-ignore-branch-isa" options.
710 (PARSE_AND_LIST_OPTIONS): Add `--ignore-branch-isa' and
711 `--no-ignore-branch-isa'.
712 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_IGNORE_BRANCH_ISA and
713 OPTION_NO_IGNORE_BRANCH_ISA.
714
715 * ld.texinfo (Options specific to MIPS targets): Add
716 `--ignore-branch-isa' and `--no-ignore-branch-isa' options.
717 (ld and the MIPS family): Likewise.
718
719 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: New test.
720 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: New test.
721 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: New test.
722 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: New test.
723 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1: New test.
724 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16: New
725 test.
726 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips: New
727 test.
728 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
729
bf382b30
HPN
7302017-01-29 Hans-Peter Nilsson <hp@axis.com>
731
c1d45238 732 PR binutils/19935
bf382b30
HPN
733 Fix long-standing buglet and fallout from now-default initfini-array.
734 * emulparams/criself.sh (USER_LABEL_PREFIX): Define.
ce6366f9 735 (OTHER_END_SYMBOLS, ENTRY): Delete now-redundant defines.
bf382b30 736
4471a46f
JW
7372017-01-27 Jiong Wang <jiong.wang@arm.com>
738
739 * testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on
740 arm*-*-eabi*.
741
387dd777
DP
7422017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
743 Nick Clifton <nickc@redhat.com>
744
745 PR 20343
746 * ld.texinfo (Options): Extend documentation of the --plugin
747 option. Include a description of where the plugins should be
748 located.
749
0348d4be
NC
7502017-01-27 Nick Clifton <nickc@redhat.com>
751
752 * po/sr.po: New Serbian translation.
753 * configure.ac (ALL_LINGUAS): Add sr.
754 * configure: Regenerate.
755
c75b4ebd
SH
7562017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
757
758 * configure.tgt (arm-*-rtems*): Move to (arm*-*-eabi*).
759 (bfin-*-rtems*): Move to (bfin*-*-elf*).
760 (i[3-7]86-*-rtems*): Move to (i[3-7]86*-*-elf*).
761 (m68*-*-rtems*): Move to (m68*-*-elf*).
762 (mips*-*-rtems*): Move to (mips*-*-elf*).
763 (or1k*-*-rtems*): Move to (or1k*-*-elf*).
764 (powerpc*-*-rtems*): Move to (powerpc*-*-elf*).
765 (sparc*-*-rtems*): Move to (sparc*-*-elf*).
766 (sparc64*-*-rtems*): Move to (sparc64*-*-elf*).
767
850d84f6
SH
7682017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
769
770 * configure.tgt (h8300-*-rtemscoff*): Remove.
771 (i960-*-rtems*): Likewise.
772 (m68*-*-rtemscoff*): Likewise.
773 (sh-*-rtemscoff*): Likewise.
774
1a792e1c
MR
7752017-01-24 Maciej W. Rozycki <macro@imgtec.com>
776
777 * emultempl/solaris2.em (elf_solaris2_before_allocation): Do not
778 add implicit version nodes if an anonymous version tag is being
779 used.
780
077c11e8
JW
7812017-01-24 Jiong Wang <jiong.wang@arm.com>
782
783 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7",
784 "Compile 8a", "Compile 8b"...
785 (lto_compile_elf_tests): ...to here. Always run these tests.
786 (lto_run_elf_tests): Move "LTO 7"...
787 (lto_run_elf_shared_tests): ...to here. Restrict these tests on
788 environment where share library is supported.
789
f0158f44
AM
7902017-01-24 Alan Modra <amodra@gmail.com>
791
792 * testsuite/ld-powerpc/tlsexe.r: Update for fewer dynamic relocs
793 and symbols.
794 * testsuite/ld-powerpc/tlsexe.d: Likewise.
795 * testsuite/ld-powerpc/tlsexe.g: Likewise.
796
2d0ca824
YN
7972017-01-23 Yury Norov <ynorov@caviumnetworks.com>
798
799 * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
800 * testsuite/ld-aarch64/tls-desc-ie-ilp32.d: New test.
801 * testsuite/ld-aarch64/tls-relax-all-ilp32.d: New test.
802 * testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d: New test.
803 * testsuite/ld-aarch64/tls-relax-gdesc-le-2-ilp32.d: New test.
804 * testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d: New test.
805 * testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d: New test.
806 * testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d: New test.
807 * testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d: New test.
808 * testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d: New test.
809 * testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d: New test.
810 * testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d: New test.
811 * testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d: New test.
812
8069955e
NC
8132017-01-23 Nick Clifton <nickc@redhat.com>
814
815 * po/ga.po: Updated Irish translation.
816
1e5f45bb
MR
8172017-01-23 Maciej W. Rozycki <macro@imgtec.com>
818
819 PR ld/20828
820 * testsuite/ld-elf/pr20828.ld: Add `.plt'.
821
fda46c41
MR
8222017-01-23 Maciej W. Rozycki <macro@imgtec.com>
823
824 PR ld/20828
825 * testsuite/ld-elf/pr20828.ld: Rename `_fdata' and `_edata' to
826 `fdata' and `edata' respectively.
827 * testsuite/ld-elf/pr20828.ver: Adjust accordingly.
828 * testsuite/ld-elf/pr20828-a.sd: Likewise.
829 * testsuite/ld-elf/pr20828-b.sd: Likewise.
830 * testsuite/ld-elf/pr20828-c.sd: Likewise.
831
adcbdc63
MR
8322017-01-23 Maciej W. Rozycki <macro@imgtec.com>
833
834 PR ld/20828
835 * testsuite/ld-elf/pr20828-1.sd: Remove test.
836 * testsuite/ld-elf/pr20828-a.sd: New test.
837 * testsuite/ld-elf/pr20828-2a.sd: Rename test to...
838 * testsuite/ld-elf/pr20828-b.sd: ... this.
839 * testsuite/ld-elf/pr20828-2b.sd: Rename test to...
840 * testsuite/ld-elf/pr20828-c.sd: ... this.
841 * testsuite/ld-elf/shared.exp: Adjust accordingly.
842
9966f7ee
JW
8432017-01-23 Jiong Wang <jiong.wang@arm.com>
844
845 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Append
846 board_cflags as gcc is used as linker driver.
847 * testsuite/ld-unique/unique.exp: Likewise
848
7f784814
JW
8492017-01-20 Jiong Wang <jiong.wang@arm.com>
850
851 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64elflinktests): New tests.
852 * testsuite/ld-aarch64/func-in-so.s: New test source file.
853 * testsuite/ld-aarch64/func-sym-hash-opt.s: Likewise.
854 * testsuite/ld-aarch64/func-sym-hash-opt.d: New expected test result.
855
1737c640
AB
8562017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * testsuite/ld-elf/eh-frame-hdr.d: Update expected results.
859
6984613a
MR
8602017-01-18 Maciej W. Rozycki <macro@imgtec.com>
861
862 PR ld/20995
863 * testsuite/ld-elf/elf.exp: Set GAS flags correctly for the
864 `mips*-*-*' target and `pr20995' and `pr20995-2' tests.
865
81ff47b3
MR
8662017-01-18 Maciej W. Rozycki <macro@imgtec.com>
867
868 PR ld/20828
869 * testsuite/ld-elf/pr20828-1.sd: New test.
870 * testsuite/ld-elf/pr20828-2a.sd: New test.
871 * testsuite/ld-elf/pr20828-2b.sd: New test.
872 * testsuite/ld-elf/pr20828.ld: New test linker script.
873 * testsuite/ld-elf/pr20828.ver: New test version script.
874 * testsuite/ld-elf/pr20828.s: New test source.
875 * testsuite/ld-elf/shared.exp: Run the new test.
876
9e009953
MR
8772017-01-18 Maciej W. Rozycki <macro@imgtec.com>
878
879 PR gas/20649
880 * testsuite/ld-mips-elf/mips-elf.exp: Add PIC comdat GOT16/LO16
881 relocation pairing link test.
882
319b82e4
DD
8832017-01-17 Dimitar Dimitrov <dimitar@dinux.eu>
884
885 * testsuite/ld-unique/unique.exp: Filter shared lib cases in
886 uniqeue.exp, as not all targets have such support.
887
6aa1df2d
NC
8882017-01-16 Nick Clifton <nickc@redhat.com>
889
890 * po/sv.po: Updated Swedish translation.
891
8361ed4d
L
8922017-01-12 H.J. Lu <hongjiu.lu@intel.com>
893
894 PR ld/21038
895 * testsuite/ld-x86-64/pr21038b.d: Updated.
896 * testsuite/ld-x86-64/pr21038c.d: New file.
897 * testsuite/ld-x86-64/pr21038c.s: Likewise.
898 * testsuite/ld-x86-64/x86-64.exp: Run pr21038c.
899
9e659176
L
9002017-01-11 H.J. Lu <hongjiu.lu@intel.com>
901
902 PR ld/21038
903 * testsuite/ld-x86-64/pr21038a.d: New file.
904 * testsuite/ld-x86-64/pr21038a.s: Likewise.
905 * testsuite/ld-x86-64/pr21038b.d: Likewise.
906 * testsuite/ld-x86-64/pr21038b.s: Likewise.
907 * testsuite/ld-x86-64/x86-64.exp: Run pr21038a and pr21038b.
908
f2e2d2f5
JS
9092017-01-11 Jeremy Soller <jackpot51@gmail.com>
910
911 * configure.tgt: Add entries for x86-redox and x86_64-redox.
912
52b232b3
L
9132017-01-10 H.J. Lu <hongjiu.lu@intel.com>
914
915 * testsuite/ld-x86-64/pr20830b.d: Updated.
916
59a1e29d
L
9172017-01-10 H.J. Lu <hongjiu.lu@intel.com>
918
919 * emulparams/elf32_x86_64.sh (TINY_READONLY_SECTION): New.
920 * testsuite/ld-x86-64/pr20830.d: Renamed to ...
921 * testsuite/ld-x86-64/pr20830a.d: This. Updated.
922 * testsuite/ld-x86-64/pr20830b.d: New file.
923 * testsuite/ld-x86-64/x86-64.exp: Rename pr20830 to pr20830a.
924 Run pr20830b.
925
fff53dae
L
9262017-01-10 H.J. Lu <hongjiu.lu@intel.com>
927
928 PR ld/20830
929 * testsuite/ld-i386/i386.exp: Run pr20830.
930 * testsuite/ld-x86-64/x86-64.exp: Likewise.
931 * testsuite/ld-i386/pr20830.d: New file.
932 * testsuite/ld-i386/pr20830.s: Likewise.
933 * testsuite/ld-x86-64/pr20830.d: Likewise.
934 * testsuite/ld-x86-64/pr20830.s: Likewise.
935
e9237227
L
9362017-01-10 H.J. Lu <hongjiu.lu@intel.com>
937
938 * testsuite/ld-i386/i386.exp: Pass -Wl,-R,tmpdir and
939 -Wl,--as-needed to $CC.
940 * testsuite/ld-i386/tls.exp: Likewise.
941
07e8e623
NC
9422017-01-10 Nick Clifton <nickc@redhat.com>
943
944 * po/sv.po: Updated Swedish translation.
945
07ccf83c
GM
9462016-12-09 Graham Markall <graham.markall@embecosm.com>
947 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * Makefile.am: Add earclinux_nps.c target and add to
950 ALL_EMULATION_SOURCES.
951 * Makefile.in: Likewise, regenerated.
952 * configure.tgt: Add arclinux_nps as an extra emulation for
953 arc*-*-elf* and arc*-*-linux*.
954 * emulparams/arc-nps.sh: New file.
955 * emulparams/arclinux_nps.sh: New file.
956 * testsuite/ld-arc/arclinux-nps.d,
957 * testsuite/ld-arc/arclinux-nps.s: New test.
958
b0556316
DP
9592017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
960
961 PR 20958
962 * ldlex.l (option): Add noyywrap
963 (yywrap): Delete.
964 * ldlex.h (yywrap): Delete prototype.
965
47523653
AM
9662017-01-04 Alan Modra <amodra@gmail.com>
967
968 * testsuite/ld-elf/audit.exp: Check for shared lib support.
969 * testsuite/ld-elf/compress.exp: Likewise.
970 * testsuite/ld-elf/dwarf.exp: Likewise.
971 * testsuite/ld-elf/shared.exp: Likewise.
972 * testsuite/ld-elf/wrap.exp: Likewise.
973 * testsuite/ld-ifunc/ifunc.exp: Likewise.
974 * testsuite/ld-plugin/lto.exp: Check $CXX exists.
975
a44d0bd7
AM
9762017-01-03 Alan Modra <amodra@gmail.com>
977
978 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Do not
979 allow test to continue after compilation errors.
980 (run_cc_link_tests): Likewise.
981
27c3ce29
DD
9822017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
983
984 * Makefile.am (ALL_EMULATION_SOURCES): Add epruelf.c.
985 (epruelf.c): Remove unneeded dependencies.
986 * Makefile.in: Regenerate
987
8cfc7cf8
AM
9882017-01-03 Alan Modra <amodra@gmail.com>
989
990 * testsuite/ld-elf/shared.exp: Add -rpath-link and -no-as-needed
991 to various tests.
992 * testsuite/ld-elfweak/elfweak.exp: Likewise.
993 * testsuite/ld-elfvers/vers.exp (vers19): Fix -rpath-link option.
994
4ce6ca2c
AM
9952017-01-03 Alan Modra <amodra@gmail.com>
996
997 * testsuite/ld-elf/elf.exp: Check that $CC exists before C tests.
998 * testsuite/ld-pie/pie.exp: Likewise.
999 * testsuite/ld-plugin/lto.exp: Likewise.
1000
d9816402
AM
10012017-01-02 Alan Modra <amodra@gmail.com>
1002
1003 * Makefile.am (bootstrap): Delete rule.
1004 (ld-partial, ld1, ld1-full, ld2, ld3): Likewise.
1005 (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
1006 (HOSTING_LIBS, HOSTING_SLIBS, HOSTING_EMU): Likewise.
1007 * configure.ac (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
1008 (HOSTING_LIBS, HOSTING_SLIBS): Likewise.
1009 * configure.host (HOSTING_CRT0, HOSTING_LIBS): Don't define.
1010 * Makefile.in: Regenerate.
1011 * configure: Regenerate.
1012 * testsuite/config/default.exp (get_link_files): Delete.
1013 (HOSTING_CRT0, HOSTING_SCRT0, HOSTING_LIBS, HOSTING_SLIBS): Don't
1014 define.
1015 (ld_simple_link): Delete.
1016 * testsuite/lib/ld-lib.exp (default_ld_link): Delete
1017 (default_ld_simple_link): Rename to default_ld_link.
1018 (ld_simple_link_defsyms): Rename to ld_link_defsyms.
1019 (run_ld_link_tests): Use ld_link, not ld_simple_link.
1020 (run_cc_link_tests): Likewise.
1021 (run_ld_link_exec_tests): Use $CC or $CXX to link, not $ld.
1022 Don't run exe when not native, and return unsupported.
1023 * testsuite/ld-bootstrap/bootstrap.exp: Create gccld1 etc. dirs.
1024 Link ld1 etc. using $CC.
1025 * testsuite/ld-cdtest/cdtest.exp: Link cdtest using $CC.
1026 * testsuite/ld-checks/checks.exp: Use ld_link, not ld_simple_link.
1027 * testsuite/ld-cygwin/exe-export.exp: Likewise.
1028 * testsuite/ld-elf/binutils.exp: Likewise.
1029 * testsuite/ld-elf/eh-group.exp: Likewise.
1030 * testsuite/ld-elf/exclude.exp: Likewise.
1031 * testsuite/ld-elf/frame.exp: Likewise.
1032 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1033 * testsuite/ld-elf/tls_common.exp: Likewise.
1034 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1035 * testsuite/ld-fastcall/fastcall.exp: Likewise.
1036 * testsuite/ld-gc/gc.exp: Likewise.
1037 * testsuite/ld-ifunc/binutils.exp: Likewise.
1038 * testsuite/ld-mep/mep.exp: Likewise.
1039 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
1040 * testsuite/ld-mn10300/mn10300.exp: Likewise.
1041 * testsuite/ld-nios2/nios2.exp: Likewise.
1042 * testsuite/ld-pe/pe-compile.exp: Likewise.
1043 * testsuite/ld-pe/pe-run.exp: Likewise.
1044 * testsuite/ld-pe/pe-run2.exp: Likewise.
1045 * testsuite/ld-plugin/plugin.exp: Likewise.
1046 * testsuite/ld-scripts/align.exp: Likewise.
1047 * testsuite/ld-scripts/alignof.exp: Likewise.
1048 * testsuite/ld-scripts/assert.exp: Likewise.
1049 * testsuite/ld-scripts/defined.exp: Likewise.
1050 * testsuite/ld-scripts/extern.exp: Likewise.
1051 * testsuite/ld-scripts/log2.exp: Likewise.
1052 * testsuite/ld-scripts/map-address.exp: Likewise.
1053 * testsuite/ld-scripts/phdrs.exp: Likewise.
1054 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1055 * testsuite/ld-scripts/script.exp: Likewise.
1056 * testsuite/ld-scripts/section-flags.exp: Likewise.
1057 * testsuite/ld-scripts/sizeof.exp: Likewise.
1058 * testsuite/ld-scripts/sysroot-prefix.exp: Likewise.
1059 * testsuite/ld-scripts/weak.exp: Likewise.
1060 * testsuite/ld-selective/selective.exp: Likewise.
1061 * testsuite/ld-sh/sh.exp: Likewise.
1062 * testsuite/ld-sh/sh64/relax.exp: Likewise.
1063 * testsuite/ld-sh/sh64/relfail.exp: Likewise.
1064 * testsuite/ld-srec/srec.exp: Likewise.
1065 * testsuite/ld-tic6x/tic6x.exp: Likewise.
1066 * testsuite/ld-undefined/weak-undef.exp: Likewise.
1067 * testsuite/ld-versados/versados.exp: Likewise.
1068 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
1069 * testsuite/ld-xtensa/coalesce.exp: Likewise.
1070 * testsuite/ld-xtensa/diff_overflow.exp: Likewise.
1071 * testsuite/ld-xtensa/lcall.exp: Likewise.
1072 * testsuite/ld-elf/audit.exp: Run non-native too.
1073 * testsuite/ld-elf/compress.exp: Likewise. Replace ld options with
1074 gcc -Wl, options.
1075 * testsuite/ld-elf/dwarf.exp: Run non-native too. Use ld_link,
1076 not ld_simple_link. Add -Wl,--no-as-needed to some tests.
1077 * testsuite/ld-elf/elf.exp: Run non-native too. Formatting.
1078 * testsuite/ld-elf/indirect.exp: Run non-native too. Add
1079 -Wl,--no-as-needed to most tests.
1080 * testsuite/ld-elf/shared.exp: Run non-native too. Use braces
1081 to simplify quoting. Set run_tests using [list] rather than
1082 brace assignment to expand $extralibs. Add -Wl,--no-as-needed
1083 to many test. Prefix ld options with -Wl,.
1084 (mix_pic_and_non_pic): Don't run exe if not native.
1085 * testsuite/ld-elf/wrap.exp: Run non-native too. Add
1086 -Wl,--no-as-needed and prefix ld options with -Wl,.
1087 * testsuite/ld-elfvers/vers.exp: Run non-native too. Use ld_link,
1088 not ld_simple_link.
1089 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1090 (visibility_test): Don't run exe if not native.
1091 * testsuite/ld-elfweak/elfweak.exp: Run non-native too. Use ld_link,
1092 not ld_simple_link.
1093 (build_exec): Don't run exe if not native.
1094 * testsuite/ld-ifunc/ifunc.exp: Run non-native too. Use ld_link,
1095 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
1096 to some tests and prefix ld options with -Wl,. Expect GNU
1097 for hppa-linux even when no ifuncs. Delete cleanup.
1098 * testsuite/ld-pie/pie.exp: Run non-native too.
1099 * testsuite/ld-plugin/lto.exp: Likewise.
1100 * testsuite/ld-shared/shared.exp: Likewise. Use ld_link,
1101 not ld_simple_link.
1102 (shared_test): Don't run exe if not native.
1103 * testsuite/ld-size/size.exp: Run non-native too. Add
1104 -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
1105 * testsuite/ld-unique/unique.exp: Run non-native too. Use ld_link,
1106 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
1107 to some tests and prefix ld options with -Wl,. Expect GNU
1108 for hppa-linux even when no unique syms. Delete cleanup.
1109 * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to some
1110 tests and prefix ld options with -Wl,.
1111 * testsuite/ld-x86-64/x86-64.exp: Use ld_link, not ld_simple_link.
1112 Add -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
1113
64859e14
AM
11142017-01-02 Alan Modra <amodra@gmail.com>
1115
1116 * emulparams/elf32metag.sh (COMMONPAGESIZE): Define.
1117
f5657270
AM
11182017-01-02 Alan Modra <amodra@gmail.com>
1119
1120 PR ld/21000
1121 * emulparams/hppalinux.sh (DATA_ADDR, SHLIB_DATA_ADDR): Don't define.
1122 (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END, DATA_SEGMENT_RELRO_END): Define.
1123 * scripttempl/elf.sc: Don't define the above if DATA_SEGMENT_ALIGN
1124 is already defined.
1125
2571583a
AM
11262017-01-02 Alan Modra <amodra@gmail.com>
1127
1128 Update year range in copyright notice of all files.
1129
5c1ad6b5 1130For older changes see ChangeLog-2016
3499769a 1131\f
5c1ad6b5 1132Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
1133
1134Copying and distribution of this file, with or without modification,
1135are permitted in any medium without royalty provided the copyright
1136notice and this notice are preserved.
1137
1138Local Variables:
1139mode: change-log
1140left-margin: 8
1141fill-column: 74
1142version-control: never
1143End:
This page took 0.134745 seconds and 4 git commands to generate.