hppa -z relro again
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2017-02-16 Alan Modra <amodra@gmail.com>
2
3 PR 21000
4 * testsuite/ld-elf/loadaddr1.d: Adjust for hppa file offsets.
5 * testsuite/ld-elf/loadaddr2.d: Likewise.
6 * testsuite/ld-elf/loadaddr3a.d: Likewise.
7 * testsuite/ld-scripts/rgn-at5.d: Likewise.
8
9 2017-02-16 Alan Modra <amodra@gmail.com>
10
11 * testsuite/ld-powerpc/vxworks1-lib.s: Correct addi to addic.
12 * testsuite/ld-powerpc/vxworks1-lib.dd: Adjust to suit.
13
14 2017-02-15 H.J. Lu <hongjiu.lu@intel.com>
15
16 PR ld/21168
17 * testsuite/ld-i386/i386.exp: Run pr21168.
18 * testsuite/ld-i386/pr21168a.c: New file.
19 * testsuite/ld-i386/pr21168b.S: Likewise.
20
21 2017-02-15 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR ld/20244
24 * testsuite/ld-i386/i386.exp: Run pr20244-4a, pr20244-4b and
25 pr20244-4c.
26 * testsuite/ld-i386/pr20244-4.s: New file.
27 * testsuite/ld-i386/pr20244-4a.d: Likewise.
28 * testsuite/ld-i386/pr20244-4b.d: Likewise.
29 * testsuite/ld-i386/pr20244-4c.d: Likewise.
30
31 2017-02-15 Maciej W. Rozycki <macro@imgtec.com>
32
33 * ldmisc.c (vfinfo): Don't print the function name again either
34 if no source file name has been found both now and previously.
35 * testsuite/ld-cris/tls-err-20x.d: Adjust accordingly.
36 * testsuite/ld-mips-elf/mode-change-error-1.d: Likewise.
37 * testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
38 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
39 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
40 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
41 * testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
42 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
43 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
44 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
45 Likewise.
46 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
47 Likewise.
48 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
49 Likewise.
50 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
51 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
52 Likewise.
53 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
54 Likewise.
55 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
56 * testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
57 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
58 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
59 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
60 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
61 * testsuite/ld-powerpc/tocopt.out: Likewise.
62 * testsuite/ld-powerpc/tocopt7.out: Likewise.
63
64 2017-02-15 Maciej W. Rozycki <macro@imgtec.com>
65
66 * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
67
68 2017-02-15 Igor Kudrin <ikudrin@accesssoftek.com>
69
70 * testsuite/ld-scripts/sysroot-prefix.exp
71 (get_base_dir_for_scripts): New function.
72 (run_sysroot_prefix_test): Use get_base_dir_for_scripts.
73
74 2017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
75
76 * emulparams/elf32lriscv-defs.sh (SDATA_START_SYMBOLS): Change
77 _gp to __global_pointer$
78
79 2017-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * configure.tgt (arc*-*-linux*): Change the default linker
82 emulation based on --with-cpu selection.
83 * NEWS: Mention new configuration option.
84
85 2017-02-06 Jiong Wang <jiong.wang@arm.com>
86
87 * testsuite/ld-elf/compress.exp: Don't print to stdout for all
88 "readelf -w".
89
90 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
91
92 * testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.
93
94 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
95
96 * ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo,
97 s/regexp/regex/.
98
99 2017-02-02 Jiong Wang <jiong.wang@arm.com>
100
101 * testsuite/lib/ld-lib.exp (check_libdl_available): New function.
102 * testsuite/ld-elf/shared.exp (run_tests): Split tests which require
103 dlopen support into "dlopen_run_tests". These tests include dl1*main
104 and dl6*main.
105 (dlopen_run_tests): New and only run it when check_libdl_available
106 returns true. XFAIL on *-*-netbsdelf*.
107
108 2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
109
110 * testsuite/ld-mips-elf/vxworks-forced-local-1.d: Correct the
111 presentation of relocation addends.
112 * testsuite/ld-mips-elf/vxworks1-lib.rd: Likewise.
113 * testsuite/ld-mips-elf/vxworks1.dd: Likewise.
114 * testsuite/ld-mips-elf/vxworks1.rd: Likewise.
115
116 2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
117
118 * testsuite/ld-mips-elf/tls-multi-got-1-1.s: Place `tlsvar_ld'
119 in `.tdata' section.
120 * testsuite/ld-mips-elf/tls-multi-got-1.got: Adjust accordingly.
121 * testsuite/ld-mips-elf/tls-multi-got-1.r: Likewise.
122
123 2017-02-01 Jiong Wang <jiong.wang@arm.com>
124
125 * testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
126 Append $board_cflags to link commands.
127
128 2017-02-01 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
129
130 * testsuite/ld-scripts/print-memory-usage-1.l: Relax
131 check for digit in second decimal place.
132
133 2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
134
135 PR ld/20828
136 * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
137 indentation.
138
139 2017-01-31 Nick Clifton <nickc@redhat.com>
140
141 * ldmain.c (add_archive_element): Eliminate string buffer.
142 * ldlang.c (lang_print_asneeded): Likewise.
143
144 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
145
146 * emultempl/mipself.em (ignore_branch_isa): New variable.
147 (mips_create_output_section_statements): Rename
148 `_bfd_mips_elf_insn32' called to `_bfd_mips_elf_linker_flags',
149 add `ignore_branch_isa' argument.
150 (PARSE_AND_LIST_PROLOGUE): Add OPTION_IGNORE_BRANCH_ISA and
151 OPTION_NO_IGNORE_BRANCH_ISA enum values.
152 (PARSE_AND_LIST_LONGOPTS): Add "ignore-branch-isa" and
153 "no-ignore-branch-isa" options.
154 (PARSE_AND_LIST_OPTIONS): Add `--ignore-branch-isa' and
155 `--no-ignore-branch-isa'.
156 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_IGNORE_BRANCH_ISA and
157 OPTION_NO_IGNORE_BRANCH_ISA.
158
159 * ld.texinfo (Options specific to MIPS targets): Add
160 `--ignore-branch-isa' and `--no-ignore-branch-isa' options.
161 (ld and the MIPS family): Likewise.
162
163 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: New test.
164 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: New test.
165 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: New test.
166 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: New test.
167 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1: New test.
168 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16: New
169 test.
170 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips: New
171 test.
172 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
173
174 2017-01-29 Hans-Peter Nilsson <hp@axis.com>
175
176 PR binutils/19935
177 Fix long-standing buglet and fallout from now-default initfini-array.
178 * emulparams/criself.sh (USER_LABEL_PREFIX): Define.
179 (OTHER_END_SYMBOLS, ENTRY): Delete now-redundant defines.
180
181 2017-01-27 Jiong Wang <jiong.wang@arm.com>
182
183 * testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on
184 arm*-*-eabi*.
185
186 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
187 Nick Clifton <nickc@redhat.com>
188
189 PR 20343
190 * ld.texinfo (Options): Extend documentation of the --plugin
191 option. Include a description of where the plugins should be
192 located.
193
194 2017-01-27 Nick Clifton <nickc@redhat.com>
195
196 * po/sr.po: New Serbian translation.
197 * configure.ac (ALL_LINGUAS): Add sr.
198 * configure: Regenerate.
199
200 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
201
202 * configure.tgt (arm-*-rtems*): Move to (arm*-*-eabi*).
203 (bfin-*-rtems*): Move to (bfin*-*-elf*).
204 (i[3-7]86-*-rtems*): Move to (i[3-7]86*-*-elf*).
205 (m68*-*-rtems*): Move to (m68*-*-elf*).
206 (mips*-*-rtems*): Move to (mips*-*-elf*).
207 (or1k*-*-rtems*): Move to (or1k*-*-elf*).
208 (powerpc*-*-rtems*): Move to (powerpc*-*-elf*).
209 (sparc*-*-rtems*): Move to (sparc*-*-elf*).
210 (sparc64*-*-rtems*): Move to (sparc64*-*-elf*).
211
212 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
213
214 * configure.tgt (h8300-*-rtemscoff*): Remove.
215 (i960-*-rtems*): Likewise.
216 (m68*-*-rtemscoff*): Likewise.
217 (sh-*-rtemscoff*): Likewise.
218
219 2017-01-24 Maciej W. Rozycki <macro@imgtec.com>
220
221 * emultempl/solaris2.em (elf_solaris2_before_allocation): Do not
222 add implicit version nodes if an anonymous version tag is being
223 used.
224
225 2017-01-24 Jiong Wang <jiong.wang@arm.com>
226
227 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7",
228 "Compile 8a", "Compile 8b"...
229 (lto_compile_elf_tests): ...to here. Always run these tests.
230 (lto_run_elf_tests): Move "LTO 7"...
231 (lto_run_elf_shared_tests): ...to here. Restrict these tests on
232 environment where share library is supported.
233
234 2017-01-24 Alan Modra <amodra@gmail.com>
235
236 * testsuite/ld-powerpc/tlsexe.r: Update for fewer dynamic relocs
237 and symbols.
238 * testsuite/ld-powerpc/tlsexe.d: Likewise.
239 * testsuite/ld-powerpc/tlsexe.g: Likewise.
240
241 2017-01-23 Yury Norov <ynorov@caviumnetworks.com>
242
243 * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
244 * testsuite/ld-aarch64/tls-desc-ie-ilp32.d: New test.
245 * testsuite/ld-aarch64/tls-relax-all-ilp32.d: New test.
246 * testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d: New test.
247 * testsuite/ld-aarch64/tls-relax-gdesc-le-2-ilp32.d: New test.
248 * testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d: New test.
249 * testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d: New test.
250 * testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d: New test.
251 * testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d: New test.
252 * testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d: New test.
253 * testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d: New test.
254 * testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d: New test.
255 * testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d: New test.
256
257 2017-01-23 Nick Clifton <nickc@redhat.com>
258
259 * po/ga.po: Updated Irish translation.
260
261 2017-01-23 Maciej W. Rozycki <macro@imgtec.com>
262
263 PR ld/20828
264 * testsuite/ld-elf/pr20828.ld: Add `.plt'.
265
266 2017-01-23 Maciej W. Rozycki <macro@imgtec.com>
267
268 PR ld/20828
269 * testsuite/ld-elf/pr20828.ld: Rename `_fdata' and `_edata' to
270 `fdata' and `edata' respectively.
271 * testsuite/ld-elf/pr20828.ver: Adjust accordingly.
272 * testsuite/ld-elf/pr20828-a.sd: Likewise.
273 * testsuite/ld-elf/pr20828-b.sd: Likewise.
274 * testsuite/ld-elf/pr20828-c.sd: Likewise.
275
276 2017-01-23 Maciej W. Rozycki <macro@imgtec.com>
277
278 PR ld/20828
279 * testsuite/ld-elf/pr20828-1.sd: Remove test.
280 * testsuite/ld-elf/pr20828-a.sd: New test.
281 * testsuite/ld-elf/pr20828-2a.sd: Rename test to...
282 * testsuite/ld-elf/pr20828-b.sd: ... this.
283 * testsuite/ld-elf/pr20828-2b.sd: Rename test to...
284 * testsuite/ld-elf/pr20828-c.sd: ... this.
285 * testsuite/ld-elf/shared.exp: Adjust accordingly.
286
287 2017-01-23 Jiong Wang <jiong.wang@arm.com>
288
289 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Append
290 board_cflags as gcc is used as linker driver.
291 * testsuite/ld-unique/unique.exp: Likewise
292
293 2017-01-20 Jiong Wang <jiong.wang@arm.com>
294
295 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64elflinktests): New tests.
296 * testsuite/ld-aarch64/func-in-so.s: New test source file.
297 * testsuite/ld-aarch64/func-sym-hash-opt.s: Likewise.
298 * testsuite/ld-aarch64/func-sym-hash-opt.d: New expected test result.
299
300 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * testsuite/ld-elf/eh-frame-hdr.d: Update expected results.
303
304 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
305
306 PR ld/20995
307 * testsuite/ld-elf/elf.exp: Set GAS flags correctly for the
308 `mips*-*-*' target and `pr20995' and `pr20995-2' tests.
309
310 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
311
312 PR ld/20828
313 * testsuite/ld-elf/pr20828-1.sd: New test.
314 * testsuite/ld-elf/pr20828-2a.sd: New test.
315 * testsuite/ld-elf/pr20828-2b.sd: New test.
316 * testsuite/ld-elf/pr20828.ld: New test linker script.
317 * testsuite/ld-elf/pr20828.ver: New test version script.
318 * testsuite/ld-elf/pr20828.s: New test source.
319 * testsuite/ld-elf/shared.exp: Run the new test.
320
321 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
322
323 PR gas/20649
324 * testsuite/ld-mips-elf/mips-elf.exp: Add PIC comdat GOT16/LO16
325 relocation pairing link test.
326
327 2017-01-17 Dimitar Dimitrov <dimitar@dinux.eu>
328
329 * testsuite/ld-unique/unique.exp: Filter shared lib cases in
330 uniqeue.exp, as not all targets have such support.
331
332 2017-01-16 Nick Clifton <nickc@redhat.com>
333
334 * po/sv.po: Updated Swedish translation.
335
336 2017-01-12 H.J. Lu <hongjiu.lu@intel.com>
337
338 PR ld/21038
339 * testsuite/ld-x86-64/pr21038b.d: Updated.
340 * testsuite/ld-x86-64/pr21038c.d: New file.
341 * testsuite/ld-x86-64/pr21038c.s: Likewise.
342 * testsuite/ld-x86-64/x86-64.exp: Run pr21038c.
343
344 2017-01-11 H.J. Lu <hongjiu.lu@intel.com>
345
346 PR ld/21038
347 * testsuite/ld-x86-64/pr21038a.d: New file.
348 * testsuite/ld-x86-64/pr21038a.s: Likewise.
349 * testsuite/ld-x86-64/pr21038b.d: Likewise.
350 * testsuite/ld-x86-64/pr21038b.s: Likewise.
351 * testsuite/ld-x86-64/x86-64.exp: Run pr21038a and pr21038b.
352
353 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
354
355 * configure.tgt: Add entries for x86-redox and x86_64-redox.
356
357 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
358
359 * testsuite/ld-x86-64/pr20830b.d: Updated.
360
361 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
362
363 * emulparams/elf32_x86_64.sh (TINY_READONLY_SECTION): New.
364 * testsuite/ld-x86-64/pr20830.d: Renamed to ...
365 * testsuite/ld-x86-64/pr20830a.d: This. Updated.
366 * testsuite/ld-x86-64/pr20830b.d: New file.
367 * testsuite/ld-x86-64/x86-64.exp: Rename pr20830 to pr20830a.
368 Run pr20830b.
369
370 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
371
372 PR ld/20830
373 * testsuite/ld-i386/i386.exp: Run pr20830.
374 * testsuite/ld-x86-64/x86-64.exp: Likewise.
375 * testsuite/ld-i386/pr20830.d: New file.
376 * testsuite/ld-i386/pr20830.s: Likewise.
377 * testsuite/ld-x86-64/pr20830.d: Likewise.
378 * testsuite/ld-x86-64/pr20830.s: Likewise.
379
380 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
381
382 * testsuite/ld-i386/i386.exp: Pass -Wl,-R,tmpdir and
383 -Wl,--as-needed to $CC.
384 * testsuite/ld-i386/tls.exp: Likewise.
385
386 2017-01-10 Nick Clifton <nickc@redhat.com>
387
388 * po/sv.po: Updated Swedish translation.
389
390 2016-12-09 Graham Markall <graham.markall@embecosm.com>
391 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * Makefile.am: Add earclinux_nps.c target and add to
394 ALL_EMULATION_SOURCES.
395 * Makefile.in: Likewise, regenerated.
396 * configure.tgt: Add arclinux_nps as an extra emulation for
397 arc*-*-elf* and arc*-*-linux*.
398 * emulparams/arc-nps.sh: New file.
399 * emulparams/arclinux_nps.sh: New file.
400 * testsuite/ld-arc/arclinux-nps.d,
401 * testsuite/ld-arc/arclinux-nps.s: New test.
402
403 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
404
405 PR 20958
406 * ldlex.l (option): Add noyywrap
407 (yywrap): Delete.
408 * ldlex.h (yywrap): Delete prototype.
409
410 2017-01-04 Alan Modra <amodra@gmail.com>
411
412 * testsuite/ld-elf/audit.exp: Check for shared lib support.
413 * testsuite/ld-elf/compress.exp: Likewise.
414 * testsuite/ld-elf/dwarf.exp: Likewise.
415 * testsuite/ld-elf/shared.exp: Likewise.
416 * testsuite/ld-elf/wrap.exp: Likewise.
417 * testsuite/ld-ifunc/ifunc.exp: Likewise.
418 * testsuite/ld-plugin/lto.exp: Check $CXX exists.
419
420 2017-01-03 Alan Modra <amodra@gmail.com>
421
422 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Do not
423 allow test to continue after compilation errors.
424 (run_cc_link_tests): Likewise.
425
426 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
427
428 * Makefile.am (ALL_EMULATION_SOURCES): Add epruelf.c.
429 (epruelf.c): Remove unneeded dependencies.
430 * Makefile.in: Regenerate
431
432 2017-01-03 Alan Modra <amodra@gmail.com>
433
434 * testsuite/ld-elf/shared.exp: Add -rpath-link and -no-as-needed
435 to various tests.
436 * testsuite/ld-elfweak/elfweak.exp: Likewise.
437 * testsuite/ld-elfvers/vers.exp (vers19): Fix -rpath-link option.
438
439 2017-01-03 Alan Modra <amodra@gmail.com>
440
441 * testsuite/ld-elf/elf.exp: Check that $CC exists before C tests.
442 * testsuite/ld-pie/pie.exp: Likewise.
443 * testsuite/ld-plugin/lto.exp: Likewise.
444
445 2017-01-02 Alan Modra <amodra@gmail.com>
446
447 * Makefile.am (bootstrap): Delete rule.
448 (ld-partial, ld1, ld1-full, ld2, ld3): Likewise.
449 (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
450 (HOSTING_LIBS, HOSTING_SLIBS, HOSTING_EMU): Likewise.
451 * configure.ac (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
452 (HOSTING_LIBS, HOSTING_SLIBS): Likewise.
453 * configure.host (HOSTING_CRT0, HOSTING_LIBS): Don't define.
454 * Makefile.in: Regenerate.
455 * configure: Regenerate.
456 * testsuite/config/default.exp (get_link_files): Delete.
457 (HOSTING_CRT0, HOSTING_SCRT0, HOSTING_LIBS, HOSTING_SLIBS): Don't
458 define.
459 (ld_simple_link): Delete.
460 * testsuite/lib/ld-lib.exp (default_ld_link): Delete
461 (default_ld_simple_link): Rename to default_ld_link.
462 (ld_simple_link_defsyms): Rename to ld_link_defsyms.
463 (run_ld_link_tests): Use ld_link, not ld_simple_link.
464 (run_cc_link_tests): Likewise.
465 (run_ld_link_exec_tests): Use $CC or $CXX to link, not $ld.
466 Don't run exe when not native, and return unsupported.
467 * testsuite/ld-bootstrap/bootstrap.exp: Create gccld1 etc. dirs.
468 Link ld1 etc. using $CC.
469 * testsuite/ld-cdtest/cdtest.exp: Link cdtest using $CC.
470 * testsuite/ld-checks/checks.exp: Use ld_link, not ld_simple_link.
471 * testsuite/ld-cygwin/exe-export.exp: Likewise.
472 * testsuite/ld-elf/binutils.exp: Likewise.
473 * testsuite/ld-elf/eh-group.exp: Likewise.
474 * testsuite/ld-elf/exclude.exp: Likewise.
475 * testsuite/ld-elf/frame.exp: Likewise.
476 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
477 * testsuite/ld-elf/tls_common.exp: Likewise.
478 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
479 * testsuite/ld-fastcall/fastcall.exp: Likewise.
480 * testsuite/ld-gc/gc.exp: Likewise.
481 * testsuite/ld-ifunc/binutils.exp: Likewise.
482 * testsuite/ld-mep/mep.exp: Likewise.
483 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
484 * testsuite/ld-mn10300/mn10300.exp: Likewise.
485 * testsuite/ld-nios2/nios2.exp: Likewise.
486 * testsuite/ld-pe/pe-compile.exp: Likewise.
487 * testsuite/ld-pe/pe-run.exp: Likewise.
488 * testsuite/ld-pe/pe-run2.exp: Likewise.
489 * testsuite/ld-plugin/plugin.exp: Likewise.
490 * testsuite/ld-scripts/align.exp: Likewise.
491 * testsuite/ld-scripts/alignof.exp: Likewise.
492 * testsuite/ld-scripts/assert.exp: Likewise.
493 * testsuite/ld-scripts/defined.exp: Likewise.
494 * testsuite/ld-scripts/extern.exp: Likewise.
495 * testsuite/ld-scripts/log2.exp: Likewise.
496 * testsuite/ld-scripts/map-address.exp: Likewise.
497 * testsuite/ld-scripts/phdrs.exp: Likewise.
498 * testsuite/ld-scripts/phdrs2.exp: Likewise.
499 * testsuite/ld-scripts/script.exp: Likewise.
500 * testsuite/ld-scripts/section-flags.exp: Likewise.
501 * testsuite/ld-scripts/sizeof.exp: Likewise.
502 * testsuite/ld-scripts/sysroot-prefix.exp: Likewise.
503 * testsuite/ld-scripts/weak.exp: Likewise.
504 * testsuite/ld-selective/selective.exp: Likewise.
505 * testsuite/ld-sh/sh.exp: Likewise.
506 * testsuite/ld-sh/sh64/relax.exp: Likewise.
507 * testsuite/ld-sh/sh64/relfail.exp: Likewise.
508 * testsuite/ld-srec/srec.exp: Likewise.
509 * testsuite/ld-tic6x/tic6x.exp: Likewise.
510 * testsuite/ld-undefined/weak-undef.exp: Likewise.
511 * testsuite/ld-versados/versados.exp: Likewise.
512 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
513 * testsuite/ld-xtensa/coalesce.exp: Likewise.
514 * testsuite/ld-xtensa/diff_overflow.exp: Likewise.
515 * testsuite/ld-xtensa/lcall.exp: Likewise.
516 * testsuite/ld-elf/audit.exp: Run non-native too.
517 * testsuite/ld-elf/compress.exp: Likewise. Replace ld options with
518 gcc -Wl, options.
519 * testsuite/ld-elf/dwarf.exp: Run non-native too. Use ld_link,
520 not ld_simple_link. Add -Wl,--no-as-needed to some tests.
521 * testsuite/ld-elf/elf.exp: Run non-native too. Formatting.
522 * testsuite/ld-elf/indirect.exp: Run non-native too. Add
523 -Wl,--no-as-needed to most tests.
524 * testsuite/ld-elf/shared.exp: Run non-native too. Use braces
525 to simplify quoting. Set run_tests using [list] rather than
526 brace assignment to expand $extralibs. Add -Wl,--no-as-needed
527 to many test. Prefix ld options with -Wl,.
528 (mix_pic_and_non_pic): Don't run exe if not native.
529 * testsuite/ld-elf/wrap.exp: Run non-native too. Add
530 -Wl,--no-as-needed and prefix ld options with -Wl,.
531 * testsuite/ld-elfvers/vers.exp: Run non-native too. Use ld_link,
532 not ld_simple_link.
533 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
534 (visibility_test): Don't run exe if not native.
535 * testsuite/ld-elfweak/elfweak.exp: Run non-native too. Use ld_link,
536 not ld_simple_link.
537 (build_exec): Don't run exe if not native.
538 * testsuite/ld-ifunc/ifunc.exp: Run non-native too. Use ld_link,
539 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
540 to some tests and prefix ld options with -Wl,. Expect GNU
541 for hppa-linux even when no ifuncs. Delete cleanup.
542 * testsuite/ld-pie/pie.exp: Run non-native too.
543 * testsuite/ld-plugin/lto.exp: Likewise.
544 * testsuite/ld-shared/shared.exp: Likewise. Use ld_link,
545 not ld_simple_link.
546 (shared_test): Don't run exe if not native.
547 * testsuite/ld-size/size.exp: Run non-native too. Add
548 -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
549 * testsuite/ld-unique/unique.exp: Run non-native too. Use ld_link,
550 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
551 to some tests and prefix ld options with -Wl,. Expect GNU
552 for hppa-linux even when no unique syms. Delete cleanup.
553 * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to some
554 tests and prefix ld options with -Wl,.
555 * testsuite/ld-x86-64/x86-64.exp: Use ld_link, not ld_simple_link.
556 Add -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
557
558 2017-01-02 Alan Modra <amodra@gmail.com>
559
560 * emulparams/elf32metag.sh (COMMONPAGESIZE): Define.
561
562 2017-01-02 Alan Modra <amodra@gmail.com>
563
564 PR ld/21000
565 * emulparams/hppalinux.sh (DATA_ADDR, SHLIB_DATA_ADDR): Don't define.
566 (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END, DATA_SEGMENT_RELRO_END): Define.
567 * scripttempl/elf.sc: Don't define the above if DATA_SEGMENT_ALIGN
568 is already defined.
569
570 2017-01-02 Alan Modra <amodra@gmail.com>
571
572 Update year range in copyright notice of all files.
573
574 For older changes see ChangeLog-2016
575 \f
576 Copyright (C) 2017 Free Software Foundation, Inc.
577
578 Copying and distribution of this file, with or without modification,
579 are permitted in any medium without royalty provided the copyright
580 notice and this notice are preserved.
581
582 Local Variables:
583 mode: change-log
584 left-margin: 8
585 fill-column: 74
586 version-control: never
587 End:
This page took 0.042827 seconds and 5 git commands to generate.