x86: also correctly support TEST opcode aliases
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
5d58c733
MR
12017-02-23 Maciej W. Rozycki <macro@imgtec.com>
2
3 * testsuite/ld-mips-elf/relax-jalr-n32.d: Remove `--relax'
4 option.
5 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
6 * testsuite/ld-mips-elf/relax-jalr-n64.d: Likewise.
7 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
8
c1556ecd
MR
92017-02-23 Maciej W. Rozycki <macro@imgtec.com>
10
11 * testsuite/ld-mips-elf/jalr4.dd: New test.
12 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
13
5499c7c7
AM
142017-02-23 Alan Modra <amodra@gmail.com>
15
16 PR 20744
17 * testsuite/ld-powerpc/vle-reloc-2.s: Use r6 for last insn of
18 each group.
19 * testsuite/ld-powerpc/vle-reloc-2.d: Update for above change
20 and sdarel reloc fix.
21
902e9fc7
MR
222017-02-22 Maciej W. Rozycki <macro@imgtec.com>
23
24 PR ld/20828
25 * testsuite/ld-elf/pr20828-d.sd: New test.
26 * testsuite/ld-elf/pr20828-e.sd: New test.
27 * testsuite/ld-elf/pr20828-v.od: New test.
28 * testsuite/ld-elf/pr20828-v.ver: New test version script.
29 * testsuite/ld-elf/pr20828-v.ld: New test linker script.
30 * testsuite/ld-elf/pr20828.ld: Add `.gnu.version' and
31 `.gnu.version_d'.
32 * testsuite/ld-elf/shared.exp: Run the new tests.
33
46519784
NC
342017-02-21 Nick Clifton <nickc@redhat.com>
35
36 * testsuite/ld-ifunc/pr18808b.c (bar): Fix compile time warning
37 about non-void function returning without a result.
38
c48cfedd
AM
392017-02-17 Alan Modra <amodra@gmail.com>
40
41 PR 15041
42 * scripttempl/pe.sc: Don't combine sections for ld -r.
43 * scripttempl/pep.sc: Likewise.
44
74dc9032
AM
452017-02-17 Alan Modra <amodra@gmail.com>
46
246b9122 47 PR 21099
74dc9032
AM
48 * emulparams/elf32m32c.sh: Define STACK_ADDR and STACK_SENTINEL
49 rather than using OTHER_SECTIONS.
50 * emulparams/elf32mt.sh: Likewise.
51 * emulparams/elf32rx.sh: Likewise.
52 * emulparams/elf32rl78.sh: Likewise. Use OTHER_SYMBOLS to
53 define __rl78_abs__.
54 * emulparams/shelf.sh: Define STACK_ADDR and STACK_SENTINEL
55 rather than using OTHER_SECTIONS.
56 * emulparams/shelf32.sh: Likewise. Use OTHER_SECTIONS for .cranges.
57 * emulparams/shelf64.sh: Unset OTHER_SECTIONS.
58 * emulparams/shelf_nbsd.sh: Unset STACK_ADDR not OTHER_SECTIONS.
59 * emulparams/shelf_uclinux.sh: Likewise.
60 * emulparams/shlsymbian.sh: Unset STACK_ADDR. Use OTHER_SYMBOLS
61 to define _stack, not OTHER_SECTIONS.
62 * scripttempl/elf.sc: Move STACK, TINY_DATA_SECTION, and
63 TINY_BSS_SECTION before debug sections. Add STACK_SENTINEL.
64 * scripttempl/arclinux.sc: Likewise.
65 * scripttempl/elf64hppa.sc: Likewise.
66 * scripttempl/elfxtensa.sc: Likewise.
67 * scripttempl/nds32elf.sc: Likewise.
68 * scripttempl/armbpabi.sc: Move STACK before debug sections.
69 * scripttempl/elf_chaos.sc: Likewise.
70 * scripttempl/elfarc.sc: Delete STACK.
71 * scripttempl/epiphany_4x4.sc: Delete STACK. Move TINY_DATA_SECTION,
72 TINY_BSS_SECTION, and .stack before debug sections.
73
67cecaba
NC
742017-02-17 Nick Clifton <nickc@redhat.com>
75
76 PR ld/20825
77 * ld.texinfo (Options): Add missing @item entry for --pop-state.
78
262a40a5
AM
792017-02-17 Alan Modra <amodra@gmail.com>
80
81 * testsuite/ld-elf/dwarf2.err: Accept other errors between the
82 multiple definition errors.
83
002a5d4e
AM
842017-02-17 Alan Modra <amodra@gmail.com>
85
86 * testsuite/ld-elf/dwarf2.err: Add missing newline at end.
87 * testsuite/ld-elf/dwarf3.err: Likewise. Allow match without filename.
88
3239a423
AB
892017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * testsuite/ld-elf/shared.exp: Update expected results.
92 * testsuite/ld-elf/dwarf2.err: Likewise
93
90ed9b8b
AB
942017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * testsuite/ld-elf/dwarf.exp (build_tests): Add new tests.
97 * testsuite/ld-elf/dwarf2.err: New file.
98 * testsuite/ld-elf/dwarf2a.c: New file.
99 * testsuite/ld-elf/dwarf2b.c: New file.
100 * testsuite/ld-elf/dwarf3.c: New file.
101 * testsuite/ld-elf/dwarf3.err: New file.
102
2bd7f877
AB
1032017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Add warning,
106 error, warning_output, and error_output actions. Remove separate
107 warnings parameter.
108 * testsuite/ld-elf/shared.exp (build_tests): Updated to use
109 'warning' action.
110 * testsuite/ld-plugin/lto.exp (lto_link_tests): Likewise.
111
37d7d56c
AM
1122017-02-16 Alan Modra <amodra@gmail.com>
113
114 * testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params
115 from void pointers to function pointers.
116 * testsuite/ld-elf/pr18718.c: Update to suit.
117 * testsuite/ld-elf/pr18720a.c: Update to suit.
118
a8c75b76
AM
1192017-02-16 Alan Modra <amodra@gmail.com>
120
121 PR 21000
122 * testsuite/ld-elf/loadaddr1.d: Adjust for hppa file offsets.
123 * testsuite/ld-elf/loadaddr2.d: Likewise.
124 * testsuite/ld-elf/loadaddr3a.d: Likewise.
125 * testsuite/ld-scripts/rgn-at5.d: Likewise.
126
a48cda7f
AM
1272017-02-16 Alan Modra <amodra@gmail.com>
128
129 * testsuite/ld-powerpc/vxworks1-lib.s: Correct addi to addic.
130 * testsuite/ld-powerpc/vxworks1-lib.dd: Adjust to suit.
131
2a568401
L
1322017-02-15 H.J. Lu <hongjiu.lu@intel.com>
133
134 PR ld/21168
135 * testsuite/ld-i386/i386.exp: Run pr21168.
136 * testsuite/ld-i386/pr21168a.c: New file.
137 * testsuite/ld-i386/pr21168b.S: Likewise.
138
a5def14f
L
1392017-02-15 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR ld/20244
142 * testsuite/ld-i386/i386.exp: Run pr20244-4a, pr20244-4b and
143 pr20244-4c.
144 * testsuite/ld-i386/pr20244-4.s: New file.
145 * testsuite/ld-i386/pr20244-4a.d: Likewise.
146 * testsuite/ld-i386/pr20244-4b.d: Likewise.
147 * testsuite/ld-i386/pr20244-4c.d: Likewise.
148
ebf0b03c
MR
1492017-02-15 Maciej W. Rozycki <macro@imgtec.com>
150
151 * ldmisc.c (vfinfo): Don't print the function name again either
152 if no source file name has been found both now and previously.
153 * testsuite/ld-cris/tls-err-20x.d: Adjust accordingly.
154 * testsuite/ld-mips-elf/mode-change-error-1.d: Likewise.
155 * testsuite/ld-mips-elf/unaligned-branch.d: Likewise.
156 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
157 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
158 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
159 * testsuite/ld-mips-elf/unaligned-branch-2.d: Likewise.
160 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: Likewise.
161 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: Likewise.
162 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d:
163 Likewise.
164 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d:
165 Likewise.
166 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d:
167 Likewise.
168 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
169 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
170 Likewise.
171 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
172 Likewise.
173 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: Likewise.
174 * testsuite/ld-mips-elf/unaligned-jump.d: Likewise.
175 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: Likewise.
176 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: Likewise.
177 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
178 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
179 * testsuite/ld-powerpc/tocopt.out: Likewise.
180 * testsuite/ld-powerpc/tocopt7.out: Likewise.
181
befe814d
MR
1822017-02-15 Maciej W. Rozycki <macro@imgtec.com>
183
184 * ldmisc.c (vfinfo) <'H'>: Remove static NULL initializers.
185
defe6f56
IK
1862017-02-15 Igor Kudrin <ikudrin@accesssoftek.com>
187
188 * testsuite/ld-scripts/sysroot-prefix.exp
189 (get_base_dir_for_scripts): New function.
190 (run_sysroot_prefix_test): Use get_base_dir_for_scripts.
191
10ddfe62
PD
1922017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
193
194 * emulparams/elf32lriscv-defs.sh (SDATA_START_SYMBOLS): Change
195 _gp to __global_pointer$
196
d7488716
AB
1972017-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * configure.tgt (arc*-*-linux*): Change the default linker
200 emulation based on --with-cpu selection.
201 * NEWS: Mention new configuration option.
202
65f90e82
JW
2032017-02-06 Jiong Wang <jiong.wang@arm.com>
204
205 * testsuite/ld-elf/compress.exp: Don't print to stdout for all
206 "readelf -w".
207
fa93e3d3
MR
2082017-02-02 Maciej W. Rozycki <macro@imgtec.com>
209
210 * testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.
211
2e9af2d0
MR
2122017-02-02 Maciej W. Rozycki <macro@imgtec.com>
213
214 * ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo,
215 s/regexp/regex/.
216
fd121c5c
JW
2172017-02-02 Jiong Wang <jiong.wang@arm.com>
218
219 * testsuite/lib/ld-lib.exp (check_libdl_available): New function.
220 * testsuite/ld-elf/shared.exp (run_tests): Split tests which require
221 dlopen support into "dlopen_run_tests". These tests include dl1*main
222 and dl6*main.
223 (dlopen_run_tests): New and only run it when check_libdl_available
224 returns true. XFAIL on *-*-netbsdelf*.
225
c0c237fc
MR
2262017-02-01 Maciej W. Rozycki <macro@imgtec.com>
227
228 * testsuite/ld-mips-elf/vxworks-forced-local-1.d: Correct the
229 presentation of relocation addends.
230 * testsuite/ld-mips-elf/vxworks1-lib.rd: Likewise.
231 * testsuite/ld-mips-elf/vxworks1.dd: Likewise.
232 * testsuite/ld-mips-elf/vxworks1.rd: Likewise.
233
5139cfdb
MR
2342017-02-01 Maciej W. Rozycki <macro@imgtec.com>
235
236 * testsuite/ld-mips-elf/tls-multi-got-1-1.s: Place `tlsvar_ld'
237 in `.tdata' section.
238 * testsuite/ld-mips-elf/tls-multi-got-1.got: Adjust accordingly.
239 * testsuite/ld-mips-elf/tls-multi-got-1.r: Likewise.
240
ce790370
JW
2412017-02-01 Jiong Wang <jiong.wang@arm.com>
242
243 * testsuite/ld-unique/unique.exp (Could not link a dynamic executable):
244 Append $board_cflags to link commands.
245
067869b6
SKS
2462017-02-01 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
247
248 * testsuite/ld-scripts/print-memory-usage-1.l: Relax
249 check for digit in second decimal place.
250
15a00b13
MR
2512017-02-01 Maciej W. Rozycki <macro@imgtec.com>
252
253 PR ld/20828
254 * testsuite/ld-elf/shared.exp: Correct PR ld/20828 test
255 indentation.
256
1273da04
NC
2572017-01-31 Nick Clifton <nickc@redhat.com>
258
259 * ldmain.c (add_archive_element): Eliminate string buffer.
260 * ldlang.c (lang_print_asneeded): Likewise.
261
8b10b0b3
MR
2622017-01-30 Maciej W. Rozycki <macro@imgtec.com>
263
264 * emultempl/mipself.em (ignore_branch_isa): New variable.
265 (mips_create_output_section_statements): Rename
266 `_bfd_mips_elf_insn32' called to `_bfd_mips_elf_linker_flags',
267 add `ignore_branch_isa' argument.
268 (PARSE_AND_LIST_PROLOGUE): Add OPTION_IGNORE_BRANCH_ISA and
269 OPTION_NO_IGNORE_BRANCH_ISA enum values.
270 (PARSE_AND_LIST_LONGOPTS): Add "ignore-branch-isa" and
271 "no-ignore-branch-isa" options.
272 (PARSE_AND_LIST_OPTIONS): Add `--ignore-branch-isa' and
273 `--no-ignore-branch-isa'.
274 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_IGNORE_BRANCH_ISA and
275 OPTION_NO_IGNORE_BRANCH_ISA.
276
277 * ld.texinfo (Options specific to MIPS targets): Add
278 `--ignore-branch-isa' and `--no-ignore-branch-isa' options.
279 (ld and the MIPS family): Likewise.
280
281 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: New test.
282 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: New test.
283 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: New test.
284 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d: New test.
285 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1: New test.
286 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16: New
287 test.
288 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips: New
289 test.
290 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
291
bf382b30
HPN
2922017-01-29 Hans-Peter Nilsson <hp@axis.com>
293
c1d45238 294 PR binutils/19935
bf382b30
HPN
295 Fix long-standing buglet and fallout from now-default initfini-array.
296 * emulparams/criself.sh (USER_LABEL_PREFIX): Define.
ce6366f9 297 (OTHER_END_SYMBOLS, ENTRY): Delete now-redundant defines.
bf382b30 298
4471a46f
JW
2992017-01-27 Jiong Wang <jiong.wang@arm.com>
300
301 * testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on
302 arm*-*-eabi*.
303
387dd777
DP
3042017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
305 Nick Clifton <nickc@redhat.com>
306
307 PR 20343
308 * ld.texinfo (Options): Extend documentation of the --plugin
309 option. Include a description of where the plugins should be
310 located.
311
0348d4be
NC
3122017-01-27 Nick Clifton <nickc@redhat.com>
313
314 * po/sr.po: New Serbian translation.
315 * configure.ac (ALL_LINGUAS): Add sr.
316 * configure: Regenerate.
317
c75b4ebd
SH
3182017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
319
320 * configure.tgt (arm-*-rtems*): Move to (arm*-*-eabi*).
321 (bfin-*-rtems*): Move to (bfin*-*-elf*).
322 (i[3-7]86-*-rtems*): Move to (i[3-7]86*-*-elf*).
323 (m68*-*-rtems*): Move to (m68*-*-elf*).
324 (mips*-*-rtems*): Move to (mips*-*-elf*).
325 (or1k*-*-rtems*): Move to (or1k*-*-elf*).
326 (powerpc*-*-rtems*): Move to (powerpc*-*-elf*).
327 (sparc*-*-rtems*): Move to (sparc*-*-elf*).
328 (sparc64*-*-rtems*): Move to (sparc64*-*-elf*).
329
850d84f6
SH
3302017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
331
332 * configure.tgt (h8300-*-rtemscoff*): Remove.
333 (i960-*-rtems*): Likewise.
334 (m68*-*-rtemscoff*): Likewise.
335 (sh-*-rtemscoff*): Likewise.
336
1a792e1c
MR
3372017-01-24 Maciej W. Rozycki <macro@imgtec.com>
338
339 * emultempl/solaris2.em (elf_solaris2_before_allocation): Do not
340 add implicit version nodes if an anonymous version tag is being
341 used.
342
077c11e8
JW
3432017-01-24 Jiong Wang <jiong.wang@arm.com>
344
345 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Move "Compile 7",
346 "Compile 8a", "Compile 8b"...
347 (lto_compile_elf_tests): ...to here. Always run these tests.
348 (lto_run_elf_tests): Move "LTO 7"...
349 (lto_run_elf_shared_tests): ...to here. Restrict these tests on
350 environment where share library is supported.
351
f0158f44
AM
3522017-01-24 Alan Modra <amodra@gmail.com>
353
354 * testsuite/ld-powerpc/tlsexe.r: Update for fewer dynamic relocs
355 and symbols.
356 * testsuite/ld-powerpc/tlsexe.d: Likewise.
357 * testsuite/ld-powerpc/tlsexe.g: Likewise.
358
2d0ca824
YN
3592017-01-23 Yury Norov <ynorov@caviumnetworks.com>
360
361 * testsuite/ld-aarch64/aarch64-elf.exp: Run new tests.
362 * testsuite/ld-aarch64/tls-desc-ie-ilp32.d: New test.
363 * testsuite/ld-aarch64/tls-relax-all-ilp32.d: New test.
364 * testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d: New test.
365 * testsuite/ld-aarch64/tls-relax-gdesc-le-2-ilp32.d: New test.
366 * testsuite/ld-aarch64/tls-relax-gdesc-le-ilp32.d: New test.
367 * testsuite/ld-aarch64/tls-relax-ie-le-2-ilp32.d: New test.
368 * testsuite/ld-aarch64/tls-relax-ie-le-3-ilp32.d: New test.
369 * testsuite/ld-aarch64/tls-relax-ie-le-ilp32.d: New test.
370 * testsuite/ld-aarch64/tls-tiny-desc-ie-ilp32.d: New test.
371 * testsuite/ld-aarch64/tls-tiny-desc-le-ilp32.d: New test.
372 * testsuite/ld-aarch64/tls-tiny-gd-ie-ilp32.d: New test.
373 * testsuite/ld-aarch64/tls-tiny-gd-le-ilp32.d: New test.
374
8069955e
NC
3752017-01-23 Nick Clifton <nickc@redhat.com>
376
377 * po/ga.po: Updated Irish translation.
378
1e5f45bb
MR
3792017-01-23 Maciej W. Rozycki <macro@imgtec.com>
380
381 PR ld/20828
382 * testsuite/ld-elf/pr20828.ld: Add `.plt'.
383
fda46c41
MR
3842017-01-23 Maciej W. Rozycki <macro@imgtec.com>
385
386 PR ld/20828
387 * testsuite/ld-elf/pr20828.ld: Rename `_fdata' and `_edata' to
388 `fdata' and `edata' respectively.
389 * testsuite/ld-elf/pr20828.ver: Adjust accordingly.
390 * testsuite/ld-elf/pr20828-a.sd: Likewise.
391 * testsuite/ld-elf/pr20828-b.sd: Likewise.
392 * testsuite/ld-elf/pr20828-c.sd: Likewise.
393
adcbdc63
MR
3942017-01-23 Maciej W. Rozycki <macro@imgtec.com>
395
396 PR ld/20828
397 * testsuite/ld-elf/pr20828-1.sd: Remove test.
398 * testsuite/ld-elf/pr20828-a.sd: New test.
399 * testsuite/ld-elf/pr20828-2a.sd: Rename test to...
400 * testsuite/ld-elf/pr20828-b.sd: ... this.
401 * testsuite/ld-elf/pr20828-2b.sd: Rename test to...
402 * testsuite/ld-elf/pr20828-c.sd: ... this.
403 * testsuite/ld-elf/shared.exp: Adjust accordingly.
404
9966f7ee
JW
4052017-01-23 Jiong Wang <jiong.wang@arm.com>
406
407 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Append
408 board_cflags as gcc is used as linker driver.
409 * testsuite/ld-unique/unique.exp: Likewise
410
7f784814
JW
4112017-01-20 Jiong Wang <jiong.wang@arm.com>
412
413 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64elflinktests): New tests.
414 * testsuite/ld-aarch64/func-in-so.s: New test source file.
415 * testsuite/ld-aarch64/func-sym-hash-opt.s: Likewise.
416 * testsuite/ld-aarch64/func-sym-hash-opt.d: New expected test result.
417
1737c640
AB
4182017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * testsuite/ld-elf/eh-frame-hdr.d: Update expected results.
421
6984613a
MR
4222017-01-18 Maciej W. Rozycki <macro@imgtec.com>
423
424 PR ld/20995
425 * testsuite/ld-elf/elf.exp: Set GAS flags correctly for the
426 `mips*-*-*' target and `pr20995' and `pr20995-2' tests.
427
81ff47b3
MR
4282017-01-18 Maciej W. Rozycki <macro@imgtec.com>
429
430 PR ld/20828
431 * testsuite/ld-elf/pr20828-1.sd: New test.
432 * testsuite/ld-elf/pr20828-2a.sd: New test.
433 * testsuite/ld-elf/pr20828-2b.sd: New test.
434 * testsuite/ld-elf/pr20828.ld: New test linker script.
435 * testsuite/ld-elf/pr20828.ver: New test version script.
436 * testsuite/ld-elf/pr20828.s: New test source.
437 * testsuite/ld-elf/shared.exp: Run the new test.
438
9e009953
MR
4392017-01-18 Maciej W. Rozycki <macro@imgtec.com>
440
441 PR gas/20649
442 * testsuite/ld-mips-elf/mips-elf.exp: Add PIC comdat GOT16/LO16
443 relocation pairing link test.
444
319b82e4
DD
4452017-01-17 Dimitar Dimitrov <dimitar@dinux.eu>
446
447 * testsuite/ld-unique/unique.exp: Filter shared lib cases in
448 uniqeue.exp, as not all targets have such support.
449
6aa1df2d
NC
4502017-01-16 Nick Clifton <nickc@redhat.com>
451
452 * po/sv.po: Updated Swedish translation.
453
8361ed4d
L
4542017-01-12 H.J. Lu <hongjiu.lu@intel.com>
455
456 PR ld/21038
457 * testsuite/ld-x86-64/pr21038b.d: Updated.
458 * testsuite/ld-x86-64/pr21038c.d: New file.
459 * testsuite/ld-x86-64/pr21038c.s: Likewise.
460 * testsuite/ld-x86-64/x86-64.exp: Run pr21038c.
461
9e659176
L
4622017-01-11 H.J. Lu <hongjiu.lu@intel.com>
463
464 PR ld/21038
465 * testsuite/ld-x86-64/pr21038a.d: New file.
466 * testsuite/ld-x86-64/pr21038a.s: Likewise.
467 * testsuite/ld-x86-64/pr21038b.d: Likewise.
468 * testsuite/ld-x86-64/pr21038b.s: Likewise.
469 * testsuite/ld-x86-64/x86-64.exp: Run pr21038a and pr21038b.
470
f2e2d2f5
JS
4712017-01-11 Jeremy Soller <jackpot51@gmail.com>
472
473 * configure.tgt: Add entries for x86-redox and x86_64-redox.
474
52b232b3
L
4752017-01-10 H.J. Lu <hongjiu.lu@intel.com>
476
477 * testsuite/ld-x86-64/pr20830b.d: Updated.
478
59a1e29d
L
4792017-01-10 H.J. Lu <hongjiu.lu@intel.com>
480
481 * emulparams/elf32_x86_64.sh (TINY_READONLY_SECTION): New.
482 * testsuite/ld-x86-64/pr20830.d: Renamed to ...
483 * testsuite/ld-x86-64/pr20830a.d: This. Updated.
484 * testsuite/ld-x86-64/pr20830b.d: New file.
485 * testsuite/ld-x86-64/x86-64.exp: Rename pr20830 to pr20830a.
486 Run pr20830b.
487
fff53dae
L
4882017-01-10 H.J. Lu <hongjiu.lu@intel.com>
489
490 PR ld/20830
491 * testsuite/ld-i386/i386.exp: Run pr20830.
492 * testsuite/ld-x86-64/x86-64.exp: Likewise.
493 * testsuite/ld-i386/pr20830.d: New file.
494 * testsuite/ld-i386/pr20830.s: Likewise.
495 * testsuite/ld-x86-64/pr20830.d: Likewise.
496 * testsuite/ld-x86-64/pr20830.s: Likewise.
497
e9237227
L
4982017-01-10 H.J. Lu <hongjiu.lu@intel.com>
499
500 * testsuite/ld-i386/i386.exp: Pass -Wl,-R,tmpdir and
501 -Wl,--as-needed to $CC.
502 * testsuite/ld-i386/tls.exp: Likewise.
503
07e8e623
NC
5042017-01-10 Nick Clifton <nickc@redhat.com>
505
506 * po/sv.po: Updated Swedish translation.
507
07ccf83c
GM
5082016-12-09 Graham Markall <graham.markall@embecosm.com>
509 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * Makefile.am: Add earclinux_nps.c target and add to
512 ALL_EMULATION_SOURCES.
513 * Makefile.in: Likewise, regenerated.
514 * configure.tgt: Add arclinux_nps as an extra emulation for
515 arc*-*-elf* and arc*-*-linux*.
516 * emulparams/arc-nps.sh: New file.
517 * emulparams/arclinux_nps.sh: New file.
518 * testsuite/ld-arc/arclinux-nps.d,
519 * testsuite/ld-arc/arclinux-nps.s: New test.
520
b0556316
DP
5212017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
522
523 PR 20958
524 * ldlex.l (option): Add noyywrap
525 (yywrap): Delete.
526 * ldlex.h (yywrap): Delete prototype.
527
47523653
AM
5282017-01-04 Alan Modra <amodra@gmail.com>
529
530 * testsuite/ld-elf/audit.exp: Check for shared lib support.
531 * testsuite/ld-elf/compress.exp: Likewise.
532 * testsuite/ld-elf/dwarf.exp: Likewise.
533 * testsuite/ld-elf/shared.exp: Likewise.
534 * testsuite/ld-elf/wrap.exp: Likewise.
535 * testsuite/ld-ifunc/ifunc.exp: Likewise.
536 * testsuite/ld-plugin/lto.exp: Check $CXX exists.
537
a44d0bd7
AM
5382017-01-03 Alan Modra <amodra@gmail.com>
539
540 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Do not
541 allow test to continue after compilation errors.
542 (run_cc_link_tests): Likewise.
543
27c3ce29
DD
5442017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
545
546 * Makefile.am (ALL_EMULATION_SOURCES): Add epruelf.c.
547 (epruelf.c): Remove unneeded dependencies.
548 * Makefile.in: Regenerate
549
8cfc7cf8
AM
5502017-01-03 Alan Modra <amodra@gmail.com>
551
552 * testsuite/ld-elf/shared.exp: Add -rpath-link and -no-as-needed
553 to various tests.
554 * testsuite/ld-elfweak/elfweak.exp: Likewise.
555 * testsuite/ld-elfvers/vers.exp (vers19): Fix -rpath-link option.
556
4ce6ca2c
AM
5572017-01-03 Alan Modra <amodra@gmail.com>
558
559 * testsuite/ld-elf/elf.exp: Check that $CC exists before C tests.
560 * testsuite/ld-pie/pie.exp: Likewise.
561 * testsuite/ld-plugin/lto.exp: Likewise.
562
d9816402
AM
5632017-01-02 Alan Modra <amodra@gmail.com>
564
565 * Makefile.am (bootstrap): Delete rule.
566 (ld-partial, ld1, ld1-full, ld2, ld3): Likewise.
567 (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
568 (HOSTING_LIBS, HOSTING_SLIBS, HOSTING_EMU): Likewise.
569 * configure.ac (HOSTING_CRT0, HOSTING_SCRT0): Don't define.
570 (HOSTING_LIBS, HOSTING_SLIBS): Likewise.
571 * configure.host (HOSTING_CRT0, HOSTING_LIBS): Don't define.
572 * Makefile.in: Regenerate.
573 * configure: Regenerate.
574 * testsuite/config/default.exp (get_link_files): Delete.
575 (HOSTING_CRT0, HOSTING_SCRT0, HOSTING_LIBS, HOSTING_SLIBS): Don't
576 define.
577 (ld_simple_link): Delete.
578 * testsuite/lib/ld-lib.exp (default_ld_link): Delete
579 (default_ld_simple_link): Rename to default_ld_link.
580 (ld_simple_link_defsyms): Rename to ld_link_defsyms.
581 (run_ld_link_tests): Use ld_link, not ld_simple_link.
582 (run_cc_link_tests): Likewise.
583 (run_ld_link_exec_tests): Use $CC or $CXX to link, not $ld.
584 Don't run exe when not native, and return unsupported.
585 * testsuite/ld-bootstrap/bootstrap.exp: Create gccld1 etc. dirs.
586 Link ld1 etc. using $CC.
587 * testsuite/ld-cdtest/cdtest.exp: Link cdtest using $CC.
588 * testsuite/ld-checks/checks.exp: Use ld_link, not ld_simple_link.
589 * testsuite/ld-cygwin/exe-export.exp: Likewise.
590 * testsuite/ld-elf/binutils.exp: Likewise.
591 * testsuite/ld-elf/eh-group.exp: Likewise.
592 * testsuite/ld-elf/exclude.exp: Likewise.
593 * testsuite/ld-elf/frame.exp: Likewise.
594 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
595 * testsuite/ld-elf/tls_common.exp: Likewise.
596 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
597 * testsuite/ld-fastcall/fastcall.exp: Likewise.
598 * testsuite/ld-gc/gc.exp: Likewise.
599 * testsuite/ld-ifunc/binutils.exp: Likewise.
600 * testsuite/ld-mep/mep.exp: Likewise.
601 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
602 * testsuite/ld-mn10300/mn10300.exp: Likewise.
603 * testsuite/ld-nios2/nios2.exp: Likewise.
604 * testsuite/ld-pe/pe-compile.exp: Likewise.
605 * testsuite/ld-pe/pe-run.exp: Likewise.
606 * testsuite/ld-pe/pe-run2.exp: Likewise.
607 * testsuite/ld-plugin/plugin.exp: Likewise.
608 * testsuite/ld-scripts/align.exp: Likewise.
609 * testsuite/ld-scripts/alignof.exp: Likewise.
610 * testsuite/ld-scripts/assert.exp: Likewise.
611 * testsuite/ld-scripts/defined.exp: Likewise.
612 * testsuite/ld-scripts/extern.exp: Likewise.
613 * testsuite/ld-scripts/log2.exp: Likewise.
614 * testsuite/ld-scripts/map-address.exp: Likewise.
615 * testsuite/ld-scripts/phdrs.exp: Likewise.
616 * testsuite/ld-scripts/phdrs2.exp: Likewise.
617 * testsuite/ld-scripts/script.exp: Likewise.
618 * testsuite/ld-scripts/section-flags.exp: Likewise.
619 * testsuite/ld-scripts/sizeof.exp: Likewise.
620 * testsuite/ld-scripts/sysroot-prefix.exp: Likewise.
621 * testsuite/ld-scripts/weak.exp: Likewise.
622 * testsuite/ld-selective/selective.exp: Likewise.
623 * testsuite/ld-sh/sh.exp: Likewise.
624 * testsuite/ld-sh/sh64/relax.exp: Likewise.
625 * testsuite/ld-sh/sh64/relfail.exp: Likewise.
626 * testsuite/ld-srec/srec.exp: Likewise.
627 * testsuite/ld-tic6x/tic6x.exp: Likewise.
628 * testsuite/ld-undefined/weak-undef.exp: Likewise.
629 * testsuite/ld-versados/versados.exp: Likewise.
630 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
631 * testsuite/ld-xtensa/coalesce.exp: Likewise.
632 * testsuite/ld-xtensa/diff_overflow.exp: Likewise.
633 * testsuite/ld-xtensa/lcall.exp: Likewise.
634 * testsuite/ld-elf/audit.exp: Run non-native too.
635 * testsuite/ld-elf/compress.exp: Likewise. Replace ld options with
636 gcc -Wl, options.
637 * testsuite/ld-elf/dwarf.exp: Run non-native too. Use ld_link,
638 not ld_simple_link. Add -Wl,--no-as-needed to some tests.
639 * testsuite/ld-elf/elf.exp: Run non-native too. Formatting.
640 * testsuite/ld-elf/indirect.exp: Run non-native too. Add
641 -Wl,--no-as-needed to most tests.
642 * testsuite/ld-elf/shared.exp: Run non-native too. Use braces
643 to simplify quoting. Set run_tests using [list] rather than
644 brace assignment to expand $extralibs. Add -Wl,--no-as-needed
645 to many test. Prefix ld options with -Wl,.
646 (mix_pic_and_non_pic): Don't run exe if not native.
647 * testsuite/ld-elf/wrap.exp: Run non-native too. Add
648 -Wl,--no-as-needed and prefix ld options with -Wl,.
649 * testsuite/ld-elfvers/vers.exp: Run non-native too. Use ld_link,
650 not ld_simple_link.
651 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
652 (visibility_test): Don't run exe if not native.
653 * testsuite/ld-elfweak/elfweak.exp: Run non-native too. Use ld_link,
654 not ld_simple_link.
655 (build_exec): Don't run exe if not native.
656 * testsuite/ld-ifunc/ifunc.exp: Run non-native too. Use ld_link,
657 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
658 to some tests and prefix ld options with -Wl,. Expect GNU
659 for hppa-linux even when no ifuncs. Delete cleanup.
660 * testsuite/ld-pie/pie.exp: Run non-native too.
661 * testsuite/ld-plugin/lto.exp: Likewise.
662 * testsuite/ld-shared/shared.exp: Likewise. Use ld_link,
663 not ld_simple_link.
664 (shared_test): Don't run exe if not native.
665 * testsuite/ld-size/size.exp: Run non-native too. Add
666 -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
667 * testsuite/ld-unique/unique.exp: Run non-native too. Use ld_link,
668 not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed
669 to some tests and prefix ld options with -Wl,. Expect GNU
670 for hppa-linux even when no unique syms. Delete cleanup.
671 * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to some
672 tests and prefix ld options with -Wl,.
673 * testsuite/ld-x86-64/x86-64.exp: Use ld_link, not ld_simple_link.
674 Add -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,.
675
64859e14
AM
6762017-01-02 Alan Modra <amodra@gmail.com>
677
678 * emulparams/elf32metag.sh (COMMONPAGESIZE): Define.
679
f5657270
AM
6802017-01-02 Alan Modra <amodra@gmail.com>
681
682 PR ld/21000
683 * emulparams/hppalinux.sh (DATA_ADDR, SHLIB_DATA_ADDR): Don't define.
684 (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END, DATA_SEGMENT_RELRO_END): Define.
685 * scripttempl/elf.sc: Don't define the above if DATA_SEGMENT_ALIGN
686 is already defined.
687
2571583a
AM
6882017-01-02 Alan Modra <amodra@gmail.com>
689
690 Update year range in copyright notice of all files.
691
5c1ad6b5 692For older changes see ChangeLog-2016
3499769a 693\f
5c1ad6b5 694Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
695
696Copying and distribution of this file, with or without modification,
697are permitted in any medium without royalty provided the copyright
698notice and this notice are preserved.
699
700Local Variables:
701mode: change-log
702left-margin: 8
703fill-column: 74
704version-control: never
705End:
This page took 0.11578 seconds and 4 git commands to generate.