Re: XFAIL PR ld/20995 tests for lynxos and nto targets
[binutils-gdb.git] / ld / ChangeLog
1 2019-04-10 Alan Modra <amodra@gmail.com>
2
3 * testsuite/ld-elf/shared.exp: Don't xfail PR ld/20995 for
4 powerpc-nto.
5
6 2019-04-10 Alan Modra <amodra@gmail.com>
7
8 * emultempl/cskyelf.em (csk_elf_before_parse): New function,
9 setting use_branch_stub false for linux.
10 (csky_elf_create_output_section_statements): Do emit this
11 function and all others in the file for linux, plus the branch
12 option control. Disable branch stubs when non-ELF.
13
14 2019-04-10 Alan Modra <amodra@gmail.com>
15
16 * Makefile.am (eskyelf.c, eskyelf_linux.c): Depend on cskyelf.em.
17 (ecskyelf_linux.c): Depend on cskyelf.sh.
18 (eelf32microblazeel.c): Depend on elf32microblaze.sh.
19 * Makefile.in: Regenerate.
20 * emulparams/cskyelf.sh: Comment regarding cskelf_linux.sh.
21 (PAGE_SIZE): Don't define.
22 * emulparams/cskyelf_linux.sh: Source sckyelf.sh, leaving just
23 the differing variable defs/undefs.
24 * emulparams/elf32mcore.sh (PAGE_SIZE): Don't define.
25 * emulparams/elf32microblaze.sh: Comment re. elf32microblazeel.sh.
26 (OUTPUT_FORMAT): Use BIG_OUTPUT_FORMAT.
27 (PAGE_SIZE): Don't define.
28 * emulparams/elf32microblazeel.sh: Source elf32microblaze.sh,
29 leaving just the differing OUTPUT_FORMAT.
30
31 2019-04-10 Alan Modra <amodra@gmail.com>
32
33 * po/BLD-POTFILES.in: Regenerate.
34
35 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
36
37 * testsuite/ld-elf/shared.exp: XFAIL PR ld/20995 tests for
38 lynxos and nto targets.
39
40 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
41
42 * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_chaos.c.
43 (eelf_i386_chaos.c): Removed.
44 * Makefile.in: Regenerated.
45 * configure.tgt: Remove i[3-7]86-*-kaos*.
46 * emulparams/elf_i386_chaos.sh: Removed.
47
48 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
49
50 * emulparams/elf_i386_be.sh (EXTRA_EM_FILE): New.
51 * emulparams/i386moss.sh (EXTRA_EM_FILE): Likewise.
52
53 2019-04-08 Alan Modra <amodra@gmail.com>
54
55 * emulparams/elf64rdos.sh (EXTRA_EM_FILE): Define.
56 * emulparams/i386lynx.sh (EXTRA_EM_FILE): Define.
57 * emulparams/i386nto.sh (EXTRA_EM_FILE): Define.
58
59 2019-04-06 H.J. Lu <hongjiu.lu@intel.com>
60
61 * Makefile.am (ELF_X86_DEPS): Add $(srcdir)/emultempl/elf-x86.em.
62 (eelf_i386_sol2.c): Also depend on
63 $(srcdir)/emultempl/solaris2-x86.em.
64 (eelf_x86_64_sol2.c): Likewise.
65 * Makefile.in: Regenerated.
66 * emulparams/call_nop.sh: Set x86-specific linker options via
67 params.
68 * emulparams/cet.sh: Likewise.
69 * emulparams/reloc_overflow.sh: Likewise.
70 * emulparams/elf32_x86_64.sh (EXTRA_EM_FILE): New. Set to
71 "elf-x86".
72 * emulparams/elf_i386.sh: Likewise.
73 * emulparams/elf_i386_be.sh: Likewise.
74 * emulparams/elf_i386_chaos.sh: Likewise.
75 * emulparams/elf_i386_ldso.sh: Likewise.
76 * emulparams/elf_i386_vxworks.sh: Likewise.
77 * emulparams/elf_iamcu.sh: Likewise.
78 * emulparams/elf_k1om.sh: Likewise.
79 * emulparams/elf_l1om.sh: Likewise.
80 * emulparams/elf_x86_64.sh: Likewise.
81 * emulparams/elf_i386_sol2.sh (EXTRA_EM_FILE): Changed to
82 "solaris2-x86".
83 * emulparams/elf_x86_64_sol2.sh: Likewise.
84 * emultempl/elf-x86.em: New file.
85 * emultempl/solaris2-x86.em: Likewise.
86 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
87 set link_info.call_nop_byte.
88
89 2019-04-05 Alan Modra <amodra@gmail.com>
90
91 * testsuite/ld-powerpc/tlsexe32.d: Remove trailing spaces.
92 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
93 * testsuite/ld-powerpc/tlsopt5_32.d: Likewise.
94
95 2019-04-03 Alan Modra <amodra@gmail.com>
96
97 PR 24411
98 ldlex.l (SYMBOLNAMECHAR1): Don't match '/'.
99 (<EXPRESSION>"/DISCARD/"): New.
100
101 2019-04-03 Alan Modra <amodra@gmail.com>
102
103 * ldlex.l: Formatting.
104 (CMDFILENAMECHAR, CMDFILENAMECHAR1): Delete.
105 (FILENAMECHAR1, SYMBOLNAMECHAR1, FILENAMECHAR, WILDCHAR),
106 (NOCFILENAMECHAR): Remove duplicate chars. Reorder.
107 (SYMBOLCHARN): Likewise. Rename to SYMBOLNAMECHAR.
108 (<INPUTLIST>"$SYSROOT"..): Delete rule.
109
110 2019-03-29 Max Filippov <jcmvbkbc@gmail.com>
111
112 * testsuite/ld-xtensa/relax-undef-weak-pie-export-dynamic.d: New
113 test definition.
114 * testsuite/ld-xtensa/xtensa.exp
115 (relax-undef-weak-pie-export-dynamic): Add new test.
116
117 2019-03-26 Martin Liska <mliska@suse.cz>
118
119 * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
120 lto_visibility_str and use then to inform about plugin-symbols.
121 * testsuite/ld-plugin/plugin-12.d: Adjust expected pattern.
122
123 2019-03-25 Tamar Christina <tamar.christina@arm.com>
124
125 * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Update disassembly.
126 * testsuite/ld-arm/jump-reloc-veneers-long.d: Update disassembly.
127
128 2019-03-21 Sudakshina Das <sudi.das@arm.com>
129
130 * testsuite/ld-aarch64/aarch64-elf.exp: Add new test.
131 * testsuite/ld-aarch64/bti-plt-1.s: Add .ifdef for PAC note section.
132 * testsuite/ld-aarch64/bti-plt-6.d: Update warning.
133 * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
134 * testsuite/ld-aarch64/bti-warn.d: New test.
135
136 2019-03-21 Alan Modra <amodra@gmail.com>
137
138 * testsuite/ld-elf/fini2.s: Reduce alignment.
139 * testsuite/ld-elf/fini3.s: Likewise.
140 * testsuite/ld-elf/finin.s: Likewise.
141 * testsuite/ld-elf/init2.s: Likewise.
142 * testsuite/ld-elf/init3.s: Likewise.
143 * testsuite/ld-elf/initn.s: Likewise.
144 * testsuite/ld-elf/pr14156a.d: Don't xfail m68hc1*-* or xgate-*.
145 * testsuite/ld-elf/pr14156b.d: Don't xfail xgate-*.
146
147 2019-03-21 Alan Modra <amodra@gmail.com>
148
149 * scripttempl/alpha.sc, * scripttempl/armbpabi.sc,
150 * scripttempl/crisaout.sc, * scripttempl/elf32cr16.sc,
151 * scripttempl/elf32crx.sc, * scripttempl/elf32xc16x.sc,
152 * scripttempl/elf32xc16xl.sc, * scripttempl/elf32xc16xs.sc,
153 * scripttempl/elf64hppa.sc, * scripttempl/elf_chaos.sc,
154 * scripttempl/elfarc.sc, * scripttempl/elfarcv2.sc,
155 * scripttempl/elfd30v.sc, * scripttempl/elfm68hc11.sc,
156 * scripttempl/elfm68hc12.sc, * scripttempl/elfm9s12z.sc,
157 * scripttempl/elfmicroblaze.sc, * scripttempl/elfxgate.sc,
158 * scripttempl/elfxtensa.sc, * scripttempl/epiphany_4x4.sc,
159 * scripttempl/ft32.sc, * scripttempl/i386beos.sc,
160 * scripttempl/iq2000.sc, * scripttempl/mcorepe.sc,
161 * scripttempl/mep.sc, * scripttempl/mips.sc, * scripttempl/moxie.sc,
162 * scripttempl/pe.sc, * scripttempl/pep.sc, * scripttempl/ppcpe.sc,
163 * scripttempl/tic4xcoff.sc, * scripttempl/tic80coff.sc,
164 * scripttempl/v850.sc, * scripttempl/v850_rh850.sc,
165 * scripttempl/visium.sc, * scripttempl/xstormy16.sc: Add KEEP and
166 SORT_NONE to .init and .fini wildcards.
167 * scripttempl/elf32xc16x.sc,
168 * scripttempl/elf32xc16xl.sc,
169 * scripttempl/elf32xc16xs.sc: Add .fini wildcard.
170 * scripttempl/elf_chaos.sc: Add .init output section.
171 * scripttempl/elfd30v.sc: Remove duplicate .init.
172 * scripttempl/elfm68hc11.sc, * scripttempl/elfm68hc12.sc,
173 * scripttempl/elfm9s12z.sc, * scripttempl/elfxgate.sc: Remove
174 duplicate .init, and add .fini wildcard.
175 * scripttempl/ppcpe.sc (INIT, FINI): Delete.
176 * ldlang.c (update_wild_statements): Special case .init and
177 .fini in the wildcard, not the output section.
178
179 2019-03-21 Alan Modra <amodra@gmail.com>
180
181 * emulparams/elf32lm32fd.sh (DYNAMIC_LINK): Undef.
182
183 2019-03-21 Alan Modra <amodra@gmail.com>
184
185 * ldlang.c (lang_size_sections_1): Set SEC_KEEP on
186 create_object_symbols_section.
187 * testsuite/ld-elf/pr22319.d: Don't xfail dlx.
188
189 2019-03-18 Alan Modra <amodra@gmail.com>
190
191 * testsuite/ld-elf/merge.d: Remove csky from xfails, add moxie.
192 * testsuite/ld-elf/pr21884.d: Remove csky from xfails.
193 * testsuite/ld-elf/shared.exp: Add csky to list not xfailing pr22374.
194 * testsuite/ld-unique/pr21529.d: Remove csky from xfails
195
196 2019-03-15 Nick Clifton <nickc@redhat.com>
197
198 PR 24262
199 * ld.texi (-plugin): Correct the path used to locate linker
200 plugins.
201
202 2019-03-13 Sudakshina Das <sudi.das@arm.com>
203
204 * NEWS: Document --pac-plt.
205 * emultempl/aarch64elf.em (OPTION_PAC_PLT): New.
206 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add pac-plt.
207 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_PAC_PLT.
208 * testsuite/ld-aarch64/aarch64-elf.exp: Add the following tests.
209 * testsuite/ld-aarch64/bti-pac-plt-1.d: New test.
210 * testsuite/ld-aarch64/bti-pac-plt-2.d: New test.
211 * testsuite/ld-aarch64/pac-plt-1.d: New test.
212 * testsuite/ld-aarch64/pac-plt-2.d: New test.
213 * testsuite/ld-aarch64/bti-plt-1.s: Add .ifndef directive.
214
215 2019-03-13 Sudakshina Das <sudi.das@arm.com>
216 Szabolcs Nagy <szabolcs.nagy@arm.com>
217
218 * NEWS: Document --force-bti.
219 * emultempl/aarch64elf.em (plt_type, bti_type, OPTION_FORCE_BTI): New.
220 (PARSE_AND_LIST_SHORTOPTS, PARSE_AND_LIST_OPTIONS): Add force-bti.
221 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_FORCE_BTI.
222 * testsuite/ld-aarch64/aarch64-elf.exp: Add all the tests below.
223 * testsuite/ld-aarch64/bti-plt-1.d: New test.
224 * testsuite/ld-aarch64/bti-plt-1.s: New test.
225 * testsuite/ld-aarch64/bti-plt-2.d: New test.
226 * testsuite/ld-aarch64/bti-plt-3.d: New test.
227 * testsuite/ld-aarch64/bti-plt-4.d: New test.
228 * testsuite/ld-aarch64/bti-plt-5.d: New test.
229 * testsuite/ld-aarch64/bti-plt-6.d: New test.
230 * testsuite/ld-aarch64/bti-plt-7.d: New test.
231 * testsuite/ld-aarch64/bti-plt-so.s: New test.
232 * testsuite/ld-aarch64/bti-plt.ld: New test.
233
234 2019-03-13 Sudakshina Das <sudi.das@arm.com>
235
236 * NEWS: Document GNU_PROPERTY_AARCH64_FEATURE_1_BTI and
237 GNU_PROPERTY_AARCH64_FEATURE_1_PAC.
238 * testsuite/ld-aarch64/aarch64-elf.exp: Add run commands for new tests.
239 * testsuite/ld-aarch64/property-bti-pac1.d: New test.
240 * testsuite/ld-aarch64/property-bti-pac1.s: New test.
241 * testsuite/ld-aarch64/property-bti-pac2.d: New test.
242 * testsuite/ld-aarch64/property-bti-pac2.s: New test.
243 * testsuite/ld-aarch64/property-bti-pac3.d: New test.
244
245 2019-03-13 H.J. Lu <hongjiu.lu@intel.com>
246
247 PR ld/24322
248 * testsuite/ld-i386/i386.exp: Run PR ld/24322 tests.
249 * testsuite/ld-x86-64/x86-64.exp: Likewise.
250 * testsuite/ld-i386/pr24322a.d: New file.
251 * testsuite/ld-i386/pr24322b.d: Likewise.
252 * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
253 * testsuite/ld-x86-64/pr24322a.d: Likewise.
254 * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
255 * testsuite/ld-x86-64/pr24322b.d: Likewise.
256 * testsuite/ld-x86-64/pr24322a.s: Likewise.
257 * testsuite/ld-x86-64/pr24322b.s: Likewise.
258 * testsuite/ld-x86-64/pr24322c.s: Likewise.
259
260 2019-03-06 Nick Bowler <nbowler@draconx.ca>
261
262 PR 24289
263 * ldexp.c (fold_name): Allow lookups of the LENGTH and ORIGIN
264 attributes during the first phase.
265
266 2019-03-01 Andreas Krebbel <krebbel@linux.ibm.com>
267
268 This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.
269 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
270
271 PR 20113
272 * emulparams/elf64_s390.sh (SEPARATE_GOTPLT): Define.
273 * emulparams/elf_s390.sh (SEPARATE_GOTPLT): Define.
274 * testsuite/ld-s390/gotreloc_31-1.dd: Update expected output.
275 * testsuite/ld-s390/tlsbin.dd: Likewise.
276 * testsuite/ld-s390/tlsbin.rd: Likewise.
277 * testsuite/ld-s390/tlsbin.sd: Likewise.
278 * testsuite/ld-s390/tlsbin_64.dd: Likewise.
279 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
280 * testsuite/ld-s390/tlsbin_64.sd: Likewise.
281 * testsuite/ld-s390/tlspic.dd: Likewise.
282 * testsuite/ld-s390/tlspic.rd: Likewise.
283 * testsuite/ld-s390/tlspic.sd: Likewise.
284 * testsuite/ld-s390/tlspic_64.dd: Likewise.
285 * testsuite/ld-s390/tlspic_64.rd: Likewise.
286 * testsuite/ld-s390/tlspic_64.sd: Likewise.
287 * testsuite/ld-s390/s390.exp: Skip s390 tests for tpf targets.
288
289 2019-02-27 H.J. Lu <hongjiu.lu@intel.com>
290
291 PR ld/24276
292 * testsuite/ld-i386/i386.exp: Run PR ld/24276 test.
293 * testsuite/ld-x86-64/x86-64.exp: Likewise.
294 * testsuite/ld-i386/pr24276.dso: New file.
295 * testsuite/ld-i386/pr24276.warn: Likewise.
296 * testsuite/ld-x86-64/pr24276.dso: Likewise.
297 * testsuite/ld-x86-64/pr24276.warn: Likewise.
298
299 2019-02-20 Eric Tsai <erictsai@cadence.com>
300
301 * testsuite/ld-xtensa/call_overflow.d: New test definition.
302 * testsuite/ld-xtensa/call_overflow1.s: New test source.
303 * testsuite/ld-xtensa/call_overflow2.s: New test source.
304 * testsuite/ld-xtensa/call_overflow3.s: New test source.
305 * testsuite/ld-xtensa/xtensa.exp: Add call_overflow test.
306
307 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
308
309 * testsuite/ld-elf/elf.exp: Remove Hurd XFAILs.
310
311 2019-02-12 Nick Clifton <nickc@redhat.com>
312
313 * po/fr.po: Updated French translation.
314
315 2019-02-09 Vineet Gupta <vgupta@synopsys.com>
316
317 * emultempl/arclinux.em: Delete special INIT/FINI handling.
318
319 2019-02-07 Nick Clifton <nickc@redhat.com>
320
321 PR 24175
322 * ld.texi (Options): Add missing word to the description of the
323 --start-group option.
324
325 2019-02-06 Alan Modra <amodra@gmail.com>
326
327 PR ld/24008
328 * testsuite/ld-scripts/pr24008.d: Pass with extra target
329 defined symbols.
330
331 2019-02-05 H.J. Lu <hongjiu.lu@intel.com>
332
333 PR ld/24151
334 * testsuite/ld-x86-64/pr24151a-x32.d: New file.
335 * testsuite/ld-x86-64/pr24151a.d: Likewise.
336 * testsuite/ld-x86-64/pr24151a.s: Likewise.
337 * testsuite/ld-x86-64/x86-64.exp: Run pr24151a and pr24151a-x32.
338
339 2019-01-31 Alan Modra <amodra@gmail.com>
340
341 * NEWS: Mention -t change.
342 * ld.texi (--trace/-t): Expand documentation a little.
343
344 2019-01-29 H.J. Lu <hongjiu.lu@intel.com>
345
346 PR ld/24008
347 * testsuite/ld-scripts/defined.exp: Run pr24008.
348 * testsuite/ld-scripts/pr24008.d: New file.
349 * testsuite/ld-scripts/pr24008.map: Likewise.
350 * testsuite/ld-scripts/pr24008.s: Likewise.
351 * testsuite/ld-scripts/pr24008.t: Likewise.
352
353 2019-01-29 Eric Botcazou <ebotcazou@adacore.com>
354
355 * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on SPARC.
356
357 2019-01-28 Alan Modra <amodra@gmail.com>
358
359 PR 24008
360 * ldexp.h (lang_phase_type): Add lang_fixed_phase_enum.
361 * ldexp.c (fold_name): Move expld.assign_name check later to
362 avoid an extra lookup.
363 (exp_fold_tree_1): When lang_fixed_phase_enum, don't change symbol
364 values, and don't clear expld.assign_name.
365 * ldlang.c (lang_map): Set expld.phase to lang_fixed_phase_enum.
366 (print_assignment): Resolve entire assignment expression.
367 Don't access symbol u.def unless symbol is defined.
368
369 2019-01-25 Nick Clifton <nickc@redhat.com>
370
371 * po/bg.po: Updated Bulgarian translation.
372
373 2019-01-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
374
375 * ld.texi (--wrap): Add warning that LTO may make this feature
376 ineffective.
377
378 2019-01-21 Nick Clifton <nickc@redhat.com>
379
380 * po/uk.po: Updated Ukranian translation.
381 * po/pr_BR.po: Updated Brazilian Portuguese translation.
382
383 2019-01-21 Nick Clifton <nickc@redhat.com>
384
385 PR 24108
386 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update
387 expected error message.
388
389 2019-01-19 Nick Clifton <nickc@redhat.com>
390
391 * configure: Regenerate.
392 * po/ld.pot: Regenerate.
393
394 2018-06-24 Nick Clifton <nickc@redhat.com>
395
396 2.32 branch created.
397
398 2019-01-16 Kito Cheng <kito@andestech.com>
399
400 * testsuite/ld-elf/orphan-region.d: XFAIL for RISC-V, because add new
401 section.
402 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Add new tests.
403 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: New test.
404 * testsuite/ld-riscv-elf/attr-merge-arch-01a.s: Likewise.
405 * testsuite/ld-riscv-elf/attr-merge-arch-01b.s: Likewise.
406 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
407 * testsuite/ld-riscv-elf/attr-merge-arch-02a.s: Likewise.
408 * testsuite/ld-riscv-elf/attr-merge-arch-02b.s: Likewise.
409 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
410 * testsuite/ld-riscv-elf/attr-merge-arch-03a.s: Likewise.
411 * testsuite/ld-riscv-elf/attr-merge-arch-03b.s: Likewise.
412 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Likewise.
413 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01a.s: Likewise.
414 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01b.s: Likewise.
415 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
416 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
417 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
418 * testsuite/ld-riscv-elf/attr-merge-stack-align-a.s: Likewise.
419 * testsuite/ld-riscv-elf/attr-merge-stack-align-b.s: Likewise.
420 * testsuite/ld-riscv-elf/attr-merge-stack-align-failed-a.s: Likewise.
421 * testsuite/ld-riscv-elf/attr-merge-stack-align-failed-b.s: Likewise.
422 * testsuite/ld-riscv-elf/attr-merge-stack-align-failed.d: Likewise.
423 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
424 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
425 * testsuite/ld-riscv-elf/attr-merge-strict-align-01a.s: Likewise.
426 * testsuite/ld-riscv-elf/attr-merge-strict-align-01b.s: Likewise.
427 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
428 * testsuite/ld-riscv-elf/attr-merge-strict-align-02a.s: Likewise.
429 * testsuite/ld-riscv-elf/attr-merge-strict-align-02b.s: Likewise.
430 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
431 * testsuite/ld-riscv-elf/attr-merge-strict-align-03a.s: Likewise.
432 * testsuite/ld-riscv-elf/attr-merge-strict-align-03b.s: Likewise.
433 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
434 * testsuite/ld-riscv-elf/attr-merge-strict-align-04a.s: Likewise.
435 * testsuite/ld-riscv-elf/attr-merge-strict-align-04b.s: Likewise.
436 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
437 * testsuite/ld-riscv-elf/attr-merge-strict-align-05a.s: Likewise.
438 * testsuite/ld-riscv-elf/attr-merge-strict-align-05b.s: Likewise.
439
440 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
441
442 PR 20113
443 * emulparams/elf64_s390.sh (SEPARATE_GOTPLT): Define.
444 * emulparams/elf_s390.sh (SEPARATE_GOTPLT): Define.
445 * testsuite/ld-s390/gotreloc_31-1.dd: Update expected output.
446 * testsuite/ld-s390/tlsbin.dd: Likewise.
447 * testsuite/ld-s390/tlsbin.rd: Likewise.
448 * testsuite/ld-s390/tlsbin.sd: Likewise.
449 * testsuite/ld-s390/tlsbin_64.dd: Likewise.
450 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
451 * testsuite/ld-s390/tlsbin_64.sd: Likewise.
452 * testsuite/ld-s390/tlspic.dd: Likewise.
453 * testsuite/ld-s390/tlspic.rd: Likewise.
454 * testsuite/ld-s390/tlspic.sd: Likewise.
455 * testsuite/ld-s390/tlspic_64.dd: Likewise.
456 * testsuite/ld-s390/tlspic_64.rd: Likewise.
457 * testsuite/ld-s390/tlspic_64.sd: Likewise.
458 * testsuite/ld-s390/s390.exp: Skip s390 tests for tpf targets.
459
460 2019-01-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
461
462 * ld.texi (--wrap): Add example to emphasise that only undefined
463 references are replaced by the linker.
464
465 2019-01-09 Nick Clifton <nickc@redhat.com>
466
467 * po/es.po: Updated Spanish translation.
468
469 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
470
471 * configure: Regenerate.
472
473 2019-01-08 Alan Modra <amodra@gmail.com>
474
475 * testsuite/ld-elf/sec64k.exp: Use . rather than $objdir in
476 generated source file names.
477 * testsuite/ld-m68k/m68k-got.exp: Likewise.
478
479 2019-01-01 Alan Modra <amodra@gmail.com>
480
481 Update year range in copyright notice of all files.
482
483 For older changes see ChangeLog-2018
484 \f
485 Copyright (C) 2019 Free Software Foundation, Inc.
486
487 Copying and distribution of this file, with or without modification,
488 are permitted in any medium without royalty provided the copyright
489 notice and this notice are preserved.
490
491 Local Variables:
492 mode: change-log
493 left-margin: 8
494 fill-column: 74
495 version-control: never
496 End: