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