ld-plugin/pr24406-1.c: Correct buffer size to read
[binutils-gdb.git] / ld / ChangeLog
1 2019-09-23 H.J. Lu <hongjiu.lu@intel.com>
2
3 * testsuite/ld-plugin/pr24406-1.c (main): Correct buffer size
4 to read.
5
6 2019-09-23 Alan Modra <amodra@gmail.com>
7
8 * deffilep.y: Include bfdlink.h.
9 * ldelf.c: Likewise.
10 * ldelfgen.c: Likewise.
11 * ldver.c: Likewise.
12 * mri.c: Likewise.
13 * emultempl/irix.em: Don't include ld.h, ldmain.h, libiberty.h.
14 Comment.
15
16 2019-09-23 Alan Modra <amodra@gmail.com>
17
18 * emultempl/m68kelf.em: Include elf32-m68k.h.
19
20 2019-09-23 Alan Modra <amodra@gmail.com>
21
22 * emultempl/bfin.em: Include elf32-bfin.h.
23
24 2019-09-23 Alan Modra <amodra@gmail.com>
25
26 * emultempl/cr16elf.em: Include elf32-cr16.h.
27
28 2019-09-23 Alan Modra <amodra@gmail.com>
29
30 * emultempl/aix.em: Include xcofflink.h.
31
32 2019-09-23 Alan Modra <amodra@gmail.com>
33
34 * emultempl/armelf.em: Include elf32-arm.h.
35 * emultempl/pe.em: Move func defines later and include coff-arm.h.
36
37 2019-09-23 Alan Modra <amodra@gmail.com>
38
39 * emultempl/aarch64elf.em: Include elfxx-aarch64.h.
40
41 2019-09-23 Alan Modra <amodra@gmail.com>
42
43 * emultempl/ia64elf.em: Include elfxx-ia64.h.
44
45 2019-09-23 Alan Modra <amodra@gmail.com>
46
47 * emultempl/v850elf.em: Include elf32-v850.h.
48
49 2019-09-23 Alan Modra <amodra@gmail.com>
50
51 * emultempl/cskyelf.em: Include elf32-csky.h.
52
53 2019-09-22 Alan Modra <amodra@gmail.com>
54
55 * testsuite/ld-srec/sr3.cc (FOO_MSG_LEN): Set to 4.
56
57 2019-09-20 Nelson Chu <nelson.chu@sifive.com>
58
59 * testsuite/ld-riscv-elf/weakref32.s: Add relaxable undef weak code.
60 * testsuite/ld-riscv-elf/weakref64.s: Likewise.
61 * testsuite/ld-riscv-elf/weakref32.d: Updated.
62 * testsuite/ld-riscv-elf/weakref64.d: Updated.
63
64 2019-09-20 Alan Modra <amodra@gmail.com>
65
66 * emultempl/xtensaelf.em (xtensa_get_section_deps): Comment.
67 Use bfd_section_userdata.
68 (xtensa_set_section_deps): Use bfd_set_section_userdata.
69 * ldlang.c (lang_output_section_get): Use bfd_section_userdata.
70 (sort_def_symbol): Likewise, and bfd_set_section_userdata.
71 (init_os): Use bfd_set_section_userdata.
72 (print_all_symbols): Use bfd_section_userdata.
73 * ldlang.h (get_userdata): Delete.
74
75 2019-09-20 Alan Modra <amodra@gmail.com>
76
77 * ldelf.c (ldelf_after_open, ldelf_place_orphan
78 * ldlang.c (walk_wild_file, lang_process): Use bfd_usrdata.
79 (load_symbols, ldlang_add_file): Use bfd_set_usrdata.
80 * ldmain.c (add_archive_element): Use bfd_usrdata.
81 * ldlang.h (bfd_input_just_syms): New inline function.
82 * emultempl/aarch64elf.em (build_section_lists): Use it.
83 * emultempl/mmo.em (mmo_place_orphan): Likewise.
84 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
85 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
86 * emultempl/ppc64elf.em (build_section_lists): Likewise.
87
88 2019-09-18 Alan Modra <amodra@gmail.com>
89
90 * ldcref.c, * ldctor.c, * ldelf.c, * ldlang.c, * pe-dll.c,
91 * emultempl/aarch64elf.em, * emultempl/aix.em,
92 * emultempl/armcoff.em, * emultempl/armelf.em,
93 * emultempl/cr16elf.em, * emultempl/cskyelf.em,
94 * emultempl/m68hc1xelf.em, * emultempl/m68kelf.em,
95 * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
96 * emultempl/mmo.em, * emultempl/msp430.em,
97 * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
98 * emultempl/ppc64elf.em, * emultempl/xtensaelf.em: Update
99 throughout for bfd section macro and function changes.
100
101 2019-09-18 Alan Modra <amodra@gmail.com>
102
103 * ldcref.c (check_reloc_refs): Update bfd_get_section to
104 bfd_asymbol_section.
105
106 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
107
108 * Makefile.in: Re-generate.
109 * configure: Re-generate.
110
111 2019-09-18 Alan Modra <amodra@gmail.com>
112
113 * ldlang.c (stricpy, strcut, name_compare): Constify params.
114 (get_first_input_target): Make return and "target" const.
115
116 2019-09-18 Alan Modra <amodra@gmail.com>
117
118 * emultempl/pe.em (after_open): Use bfd_set_filename.
119 * emultempl/pep.em (after_open): Use bfd_set_filename.
120
121 2019-09-16 Alan Modra <amodra@gmail.com>
122
123 PR 25002
124 * ldelf.c: Include safe-ctype.h.
125
126 2019-09-16 Phil Blundell <pb@pbcl.net>
127
128 * Makefile.in, configure: Regenerated.
129
130 2019-09-13 Alan Modra <amodra@gmail.com>
131
132 * ldlang.c (new_afile): Remove add_to_list parameter.
133 (lang_add_input_file): Update new_afile calls.
134 (lookup_name): Splice input_statement added by new_afile into
135 statement_list after current input_file_chain entry.
136 (lang_process): Update comment.
137
138 2019-09-12 Alan Modra <amodra@gmail.com>
139
140 * ldlang.c (print_input_statement): Do not exclude linker created
141 BFDs.
142
143 2019-09-12 Alan Modra <amodra@gmail.com>
144
145 PR 24981
146 * ldlang.c (lang_process): Remove assertion. Comment.
147
148 2019-09-11 Alan Modra <amodra@gmail.com>
149
150 * emultempl/elf32.em: Remove "misnamed" comment. Rename to..
151 * emultempl/elf.em: ..this.
152 * configure.ac (elf_list_options): Adjust TEMPLATE_NAME grep.
153 * emulparams/aarch64cloudabi.sh (TEMPLATE_NAME): Set to elf.
154 * emulparams/aarch64elf.sh: Likewise.
155 * emulparams/aarch64elf32.sh: Likewise.
156 * emulparams/aarch64fbsd.sh: Likewise.
157 * emulparams/aarch64linux.sh: Likewise.
158 * emulparams/aarch64linux32.sh: Likewise.
159 * emulparams/arcelf.sh: Likewise.
160 * emulparams/arcelf_prof.sh: Likewise.
161 * emulparams/arclinux.sh: Likewise.
162 * emulparams/arclinux_prof.sh: Likewise.
163 * emulparams/arcv2elf.sh: Likewise.
164 * emulparams/arcv2elfx.sh: Likewise.
165 * emulparams/armelf.sh: Likewise.
166 * emulparams/armelf_fuchsia.sh: Likewise.
167 * emulparams/armelf_linux.sh: Likewise.
168 * emulparams/armelf_phoenix.sh: Likewise.
169 * emulparams/armnto.sh: Likewise.
170 * emulparams/avr1.sh: Likewise.
171 * emulparams/avr2.sh: Likewise.
172 * emulparams/avr25.sh: Likewise.
173 * emulparams/avr3.sh: Likewise.
174 * emulparams/avr31.sh: Likewise.
175 * emulparams/avr35.sh: Likewise.
176 * emulparams/avr4.sh: Likewise.
177 * emulparams/avr5.sh: Likewise.
178 * emulparams/avr51.sh: Likewise.
179 * emulparams/avr6.sh: Likewise.
180 * emulparams/avrtiny.sh: Likewise.
181 * emulparams/avrxmega1.sh: Likewise.
182 * emulparams/avrxmega2.sh: Likewise.
183 * emulparams/avrxmega3.sh: Likewise.
184 * emulparams/avrxmega4.sh: Likewise.
185 * emulparams/avrxmega5.sh: Likewise.
186 * emulparams/avrxmega6.sh: Likewise.
187 * emulparams/avrxmega7.sh: Likewise.
188 * emulparams/criself.sh: Likewise.
189 * emulparams/crislinux.sh: Likewise.
190 * emulparams/cskyelf.sh: Likewise.
191 * emulparams/d10velf.sh: Likewise.
192 * emulparams/elf32_sparc.sh: Likewise.
193 * emulparams/elf32_spu.sh: Likewise.
194 * emulparams/elf32_tic6x_le.sh: Likewise.
195 * emulparams/elf32_x86_64.sh: Likewise.
196 * emulparams/elf32am33lin.sh: Likewise.
197 * emulparams/elf32bfin.sh: Likewise.
198 * emulparams/elf32bfinfd.sh: Likewise.
199 * emulparams/elf32bmip.sh: Likewise.
200 * emulparams/elf32bmipn32-defs.sh: Likewise.
201 * emulparams/elf32cr16.sh: Likewise.
202 * emulparams/elf32cr16c.sh: Likewise.
203 * emulparams/elf32crx.sh: Likewise.
204 * emulparams/elf32epiphany.sh: Likewise.
205 * emulparams/elf32epiphany_4x4.sh: Likewise.
206 * emulparams/elf32frvfd.sh: Likewise.
207 * emulparams/elf32ip2k.sh: Likewise.
208 * emulparams/elf32lm32.sh: Likewise.
209 * emulparams/elf32lm32fd.sh: Likewise.
210 * emulparams/elf32lriscv-defs.sh: Likewise.
211 * emulparams/elf32m32c.sh: Likewise.
212 * emulparams/elf32mb_linux.sh: Likewise.
213 * emulparams/elf32mbel_linux.sh: Likewise.
214 * emulparams/elf32mcore.sh: Likewise.
215 * emulparams/elf32mep.sh: Likewise.
216 * emulparams/elf32metag.sh: Likewise.
217 * emulparams/elf32microblaze.sh: Likewise.
218 * emulparams/elf32mipswindiss.sh: Likewise.
219 * emulparams/elf32or1k.sh: Likewise.
220 * emulparams/elf32ppccommon.sh: Likewise.
221 * emulparams/elf32rl78.sh: Likewise.
222 * emulparams/elf32rx.sh: Likewise.
223 * emulparams/elf32tilegx.sh: Likewise.
224 * emulparams/elf32tilepro.sh: Likewise.
225 * emulparams/elf32vax.sh: Likewise.
226 * emulparams/elf32visium.sh: Likewise.
227 * emulparams/elf32xc16x.sh: Likewise.
228 * emulparams/elf32xc16xl.sh: Likewise.
229 * emulparams/elf32xc16xs.sh: Likewise.
230 * emulparams/elf32xstormy16.sh: Likewise.
231 * emulparams/elf32xtensa.sh: Likewise.
232 * emulparams/elf64_aix.sh: Likewise.
233 * emulparams/elf64_ia64.sh: Likewise.
234 * emulparams/elf64_s390.sh: Likewise.
235 * emulparams/elf64_sparc.sh: Likewise.
236 * emulparams/elf64alpha.sh: Likewise.
237 * emulparams/elf64bpf.sh: Likewise.
238 * emulparams/elf64hppa.sh: Likewise.
239 * emulparams/elf64mmix.sh: Likewise.
240 * emulparams/elf64rdos.sh: Likewise.
241 * emulparams/elf64tilegx.sh: Likewise.
242 * emulparams/elf_i386.sh: Likewise.
243 * emulparams/elf_i386_be.sh: Likewise.
244 * emulparams/elf_i386_ldso.sh: Likewise.
245 * emulparams/elf_i386_vxworks.sh: Likewise.
246 * emulparams/elf_iamcu.sh: Likewise.
247 * emulparams/elf_k1om.sh: Likewise.
248 * emulparams/elf_l1om.sh: Likewise.
249 * emulparams/elf_s390.sh: Likewise.
250 * emulparams/elf_x86_64.sh: Likewise.
251 * emulparams/h8300elf.sh: Likewise.
252 * emulparams/h8300elf_linux.sh: Likewise.
253 * emulparams/hppa64linux.sh: Likewise.
254 * emulparams/hppaelf.sh: Likewise.
255 * emulparams/hppalinux.sh: Likewise.
256 * emulparams/i386lynx.sh: Likewise.
257 * emulparams/i386moss.sh: Likewise.
258 * emulparams/i386nto.sh: Likewise.
259 * emulparams/m32relf.sh: Likewise.
260 * emulparams/m32relf_linux.sh: Likewise.
261 * emulparams/m68hc11elf.sh: Likewise.
262 * emulparams/m68hc11elfb.sh: Likewise.
263 * emulparams/m68hc12elf.sh: Likewise.
264 * emulparams/m68hc12elfb.sh: Likewise.
265 * emulparams/m68kelf.sh: Likewise.
266 * emulparams/mn10300.sh: Likewise.
267 * emulparams/nds32elf.sh: Likewise.
268 * emulparams/nds32elf16m.sh: Likewise.
269 * emulparams/nds32elf_linux.sh: Likewise.
270 * emulparams/nios2elf.sh: Likewise.
271 * emulparams/nios2linux.sh: Likewise.
272 * emulparams/pruelf.sh: Likewise.
273 * emulparams/score3_elf.sh: Likewise.
274 * emulparams/shelf.sh: Likewise.
275 * emulparams/shelf_nto.sh: Likewise.
276 * emulparams/shelf_vxworks.sh: Likewise.
277 * emulparams/shlelf_linux.sh: Likewise.
278 * emulparams/shlelf_nto.sh: Likewise.
279 * emulparams/v850.sh: Likewise.
280 * emulparams/v850_rh850.sh: Likewise.
281 * ldelf.c: Update comment.
282 * ldelf.h: Likewise.
283 * emultempl/aarch64elf.em: Likewise.
284 * emultempl/alphaelf.em: Likewise.
285 * emultempl/arclinux.em: Likewise.
286 * emultempl/armelf.em: Likewise.
287 * emultempl/avrelf.em: Likewise.
288 * emultempl/bfin.em: Likewise.
289 * emultempl/cr16elf.em: Likewise.
290 * emultempl/crxelf.em: Likewise.
291 * emultempl/cskyelf.em: Likewise.
292 * emultempl/elf-generic.em: Likewise.
293 * emultempl/elf-x86.em: Likewise.
294 * emultempl/epiphanyelf_4x4.em: Likewise.
295 * emultempl/hppaelf.em: Likewise.
296 * emultempl/ia64elf.em: Likewise.
297 * emultempl/m68hc1xelf.em: Likewise.
298 * emultempl/m68kelf.em: Likewise.
299 * emultempl/metagelf.em: Likewise.
300 * emultempl/mmix-elfnmmo.em: Likewise.
301 * emultempl/mmixelf.em: Likewise.
302 * emultempl/mmo.em: Likewise.
303 * emultempl/needrelax.em: Likewise.
304 * emultempl/nios2elf.em: Likewise.
305 * emultempl/ppc32elf.em: Likewise.
306 * emultempl/ppc64elf.em: Likewise.
307 * emultempl/pruelf.em: Likewise.
308 * emultempl/rxelf.em: Likewise.
309 * emultempl/scoreelf.em: Likewise.
310 * emultempl/spuelf.em: Likewise.
311 * emultempl/tic6xdsbt.em: Likewise.
312 * emultempl/v850elf.em: Likewise.
313 * emultempl/vms.em: Likewise.
314 * emultempl/vxworks.em: Likewise.
315 * emultempl/xtensaelf.em: Likewise.
316 * scripttempl/arclinux.sc: Likewise.
317 * scripttempl/armbpabi.sc: Likewise.
318 * scripttempl/elf.sc: Likewise.
319 * scripttempl/elf64bpf.sc: Likewise.
320 * scripttempl/elf64hppa.sc: Likewise.
321 * scripttempl/elf_chaos.sc: Likewise.
322 * scripttempl/elfarc.sc: Likewise.
323 * scripttempl/elfarcv2.sc: Likewise.
324 * scripttempl/elfd10v.sc: Likewise.
325 * scripttempl/elfm68hc11.sc: Likewise.
326 * scripttempl/elfm68hc12.sc: Likewise.
327 * scripttempl/elfm9s12z.sc: Likewise.
328 * scripttempl/elfxgate.sc: Likewise.
329 * scripttempl/elfxtensa.sc: Likewise.
330 * scripttempl/epiphany_4x4.sc: Likewise.
331 * scripttempl/iq2000.sc: Likewise.
332 * scripttempl/mep.sc: Likewise.
333 * scripttempl/nds32elf.sc: Likewise.
334 * scripttempl/v850.sc: Likewise.
335 * scripttempl/v850_rh850.sc: Likewise.
336 * scripttempl/xstormy16.sc: Likewise.
337 * testsuite/ld-arm/arm-dyn.ld: Likewise.
338 * testsuite/ld-arm/arm-lib.ld: Likewise.
339 * testsuite/ld-arm/arm-no-rel-plt.ld: Likewise.
340 * testsuite/ld-arm/fdpic-main.ld: Likewise.
341 * testsuite/ld-arm/fdpic-shared.ld: Likewise.
342 * testsuite/ld-elf/elf.exp: Likewise.
343 * testsuite/ld-elf/orphan-region.d: Likewise.
344 * testsuite/ld-elf/orphan.d: Likewise.
345 * testsuite/ld-elf/pr349.d: Likewise.
346 * testsuite/ld-elf/warn2.d: Likewise.
347 * testsuite/ld-elfvsb/elf-offset.ld: Likewise.
348 * testsuite/ld-mips-elf/mips-dyn.ld: Likewise.
349 * testsuite/ld-mips-elf/mips-lib.ld: Likewise.
350 * testsuite/ld-scripts/dynamic-sections.t: Likewise.
351 * testsuite/ld-shared/elf-offset.ld: Likewise.
352 * configure: Regenerate.
353
354 2019-09-11 Alan Modra <amodra@gmail.com>
355
356 * Makefile.am (ALL_EMUL_EXTRA_OFILES): Add ldelf and ldelfgen.
357 (CFILES, HFILES, EXTRA_ld_new_SOURCES): Likewise.
358 * configure.tgt: Formatting.
359 (targ_extra_ofiles): Init to ldelf.o ldelfgen.o, reset to just
360 ldelfgen.o for generic ELF targets, and empty for non-ELF.
361 * emultempl/aarch64elf.em (gldaarch64_layout_sections_again): Use
362 ldelf_map_segments.
363 (gld${EMULATION_NAME}_after_allocation): Likewise.
364 (real_func, aarch64_for_each_input_file_wrapper),
365 (aarch64_lang_for_each_input_file): Delete.
366 (lang_for_each_input_file): Don't define.
367 * emultempl/alphaelf.em (alpha_after_parse): Use ldelf_map_segments.
368 * emultempl/armelf.em (gldarm_layout_sections_again): Likewise.
369 (gld${EMULATION_NAME}_after_allocation): Likewise.
370 (real_func, arm_for_each_input_file_wrapper),
371 (arm_lang_for_each_input_file): Delete.
372 (lang_for_each_input_file): Don't define.
373 * emultempl/cr16elf.em (cr16elf_after_parse): Use ldelf_map_segments.
374 * emultempl/crxelf.em (crxelf_after_parse): Likewise. Delete
375 declaration.
376 * emultempl/cskyelf.em (gldcsky_layout_sections_again): Use
377 ldelf_map_segments.
378 (gld${EMULATION_NAME}_after_allocation): Likewise.
379 (real_func, csky_for_each_input_file_wrapper),
380 (csky_lang_for_each_input_file): Delete.
381 (lang_for_each_input_file): Don't define.
382 * emultempl/genelf.em: Include ldelfgen.h.
383 (gld${EMULATION_NAME}_before_allocation): Use ldelf_map_segments.
384 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
385 (hppaelf_layout_sections_again): Likewise.
386 (gld${EMULATION_NAME}_after_allocation): Likewise.
387 (real_func, hppa_for_each_input_file_wrapper),
388 (hppa_lang_for_each_input_file): Delete.
389 (lang_for_each_input_file): Don't define.
390 * emultempl/ia64elf.em (ia64elf_after_parse): Use ldelf_map_segments.
391 * emultempl/m68hc1xelf.em (real_func),
392 (m68hc11_for_each_input_file_wrapper),
393 (m68hc11_lang_for_each_input_file): Delete.
394 (lang_for_each_input_file): Don't define.
395 * emultempl/metagelf.em (metagelf_layout_sections_again): Use
396 ldelf_map_segments.
397 (gld${EMULATION_NAME}_after_allocation): Likewise.
398 (real_func, metag_for_each_input_file_wrapper),
399 (metag_lang_for_each_input_file): Delete.
400 (lang_for_each_input_file): Don't define.
401 * emultempl/mipself.em (real_func),
402 (mips_for_each_input_file_wrapper),
403 (mips_lang_for_each_input_file): Delete.
404 (lang_for_each_input_file): Don't define.
405 * emultempl/mmo.em: Don't include elf-bfd.h, do include ldelfgen.h.
406 (gld${EMULATION_NAME}_after_allocation): Use ldelf_map_segments.
407 * emultempl/nds32elf.em (nds32_elf_after_parse): Use ldelf_after_parse.
408 (nds32_elf_after_allocation): Comment fix.
409 * emultempl/nios2elf.em (nios2elf_layout_sections_again): Use
410 ldelf_map_segments.
411 (gld${EMULATION_NAME}_after_allocation): Likewise.
412 (real_func, nios2_for_each_input_file_wrapper),
413 (nios2_lang_for_each_input_file): Delete.
414 (lang_for_each_input_file): Don't define.
415 * emultempl/ppc32elf.em (gld${EMULATION_NAME}_load_symbols): Delete
416 declaration.
417 (ppc_recognized_file): Call ldelf_load_symbols.
418 * emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
419 (gld${EMULATION_NAME}_after_allocation): Likewise.
420 (real_func, ppc_for_each_input_file_wrapper),
421 (ppc_lang_for_each_input_file): Delete.
422 (lang_for_each_input_file): Don't define.
423 (gld${EMULATION_NAME}_load_symbols): Don't declare.
424 (ppc64_recognized_file): Call ldelf_load_symbols.
425 * emultempl/riscvelf.em (gld${EMULATION_NAME}_after_allocation):
426 Use ldelf_map_segments.
427 * emultempl/spuelf.em (spu_place_special_section): Use
428 ldelf_place_orphan.
429 * emultempl/tic6xdsbt.em (gld${EMULATION_NAME}_after_allocation):
430 Use ldelf_map_segments.
431 * emultempl/vms.em: Include ldelfgen.h.
432 (gld${EMULATION_NAME}_after_allocation): Use ldelf_map_segments.
433 * emultempl/elf32.em: Remove unnecessary headers, include ldelf.h
434 and ldelfgen.h. Move much of file content to..
435 * ldelf.c: ..here. New file.
436 * ldelf.h: New file.
437 * emultempl/elf-generic.em: Move gld${EMULATION_NAME}_map_segments..
438 * ldelfgen.c: ..to here.
439 * ldelfgen.h: New file.
440 * ldlang.c (lang_for_each_input_file): Adjust to only call func
441 on real files.
442 (lang_for_each_file): Likewise.
443 * po/SRC-POTFILES.in: Regenerate.
444 * Makefile.in: Regenerate.
445
446 2019-09-11 Alan Modra <amodra@gmail.com>
447
448 * ldmisc.c: Don't #include elf-bfd.h or coff-bfd.h.
449 (vfinfo): Use bfd_group_name.
450
451 2019-09-11 Alan Modra <amodra@gmail.com>
452
453 * plugin.c (asymbol_from_plugin_symbol): Move code handling
454 ELF common symbols to block handling ELF visibility. Simplify
455 visibility setting.
456
457 2019-09-09 H.J. Lu <hongjiu.lu@intel.com>
458
459 PR binutils/24887
460 * testsuite/ld-i386/property-1.r: Adjust for new output format
461 from readelf.
462 * testsuite/ld-i386/property-1a.r: Likewise.
463 * testsuite/ld-i386/property-2.r: Likewise.
464 * testsuite/ld-i386/property-2a.r: Likewise.
465 * testsuite/ld-i386/property-3.r: Likewise.
466 * testsuite/ld-i386/property-3a.r: Likewise.
467 * testsuite/ld-i386/property-4.r: Likewise.
468 * testsuite/ld-i386/property-4a.r: Likewise.
469 * testsuite/ld-i386/property-5.r: Likewise.
470 * testsuite/ld-i386/property-5a.r: Likewise.
471 * testsuite/ld-i386/property-6.r: Likewise.
472 * testsuite/ld-i386/property-7.r: Likewise.
473 * testsuite/ld-i386/property-7a.r: Likewise.
474 * testsuite/ld-i386/property-1.r: Likewise.
475 * testsuite/ld-i386/property-1a.r: Likewise.
476 * testsuite/ld-i386/property-2.r: Likewise.
477 * testsuite/ld-i386/property-2a.r: Likewise.
478 * testsuite/ld-i386/property-3.r: Likewise.
479 * testsuite/ld-i386/property-3a.r: Likewise.
480 * testsuite/ld-i386/property-4.r: Likewise.
481 * testsuite/ld-i386/property-4a.r: Likewise.
482 * testsuite/ld-i386/property-5.r: Likewise.
483 * testsuite/ld-i386/property-5a.r: Likewise.
484 * testsuite/ld-i386/property-6.r: Likewise.
485 * testsuite/ld-i386/property-7.r: Likewise.
486 * testsuite/ld-i386/property-7a.r: Likewise.
487
488 2019-09-09 Phil Blundell <pb@pbcl.net>
489
490 binutils 2.33 branch created.
491
492 2019-09-06 Alan Modra <amodra@gmail.com>
493
494 * emultempl/beos.em (sort_by_file_name): Use appropriate
495 intermediary variables.
496 (sort_by_section_name): Likewise.
497
498 2019-09-06 Alan Modra <amodra@gmail.com>
499
500 * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Constify
501 variable.
502 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
503 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
504
505 2019-09-05 Eric Botcazou <ebotcazou@adacore.com>
506
507 PR ld/24574
508 * pe-dll.c (pe_find_data_imports): Replace again the original name of
509 the undefined symbol with the __imp_ prefixed one after it is resolved.
510
511 2019-09-05 Alan Modra <amodra@gmail.com>
512
513 * testsuite/ld-powerpc/pcrelopt.s,
514 * testsuite/ld-powerpc/pcrelopt.d: Test offset and prefix in
515 second instruction.
516
517 2019-08-29 Alan Modra <amodra@gmail.com>
518
519 PR ld/24406
520 * plugin.c (get_symbols): Test link_info.wrap_hash before calling
521 unwrap_hash_lookup.
522
523 2019-08-22 Tamar Christina <tamar.christina@arm.com>
524
525 PR ld/24601
526 * testsuite/ld-aarch64/aarch64-elf.exp (undef-tls, weak-tls): New.
527 * testsuite/ld-aarch64/undef-tls.d: New test.
528 * testsuite/ld-aarch64/undef-tls.s: New test.
529 * testsuite/ld-aarch64/weak-tls.d: New test.
530 * testsuite/ld-aarch64/weak-tls.s: New test.
531
532 2019-08-20 Tamar Christina <tamar.christina@arm.com>
533
534 * testsuite/ld-arm/cortex-a8-fix-b-plt.d: Update Testcase.
535 * testsuite/ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
536 * testsuite/ld-arm/cortex-a8-fix-bcc-plt.d: Likewise.
537 * testsuite/ld-arm/farcall-cond-thumb-arm.d: Likewise.
538 * testsuite/ld-arm/farcall-mixed-app.d: Likewise.
539 * testsuite/ld-arm/farcall-mixed-app2.d: Likewise.
540 * testsuite/ld-arm/farcall-mixed-lib-v4t.d: Likewise.
541 * testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
542 * testsuite/ld-arm/farcall-thumb-arm-short.d: Likewise.
543 * testsuite/ld-arm/farcall-thumb-arm.d: Likewise.
544 * testsuite/ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
545 * testsuite/ld-arm/farcall-thumb-thumb.d: Likewise.
546 * testsuite/ld-arm/fix-arm1176-on.d: Likewise.
547 * testsuite/ld-arm/ifunc-10.dd: Likewise.
548 * testsuite/ld-arm/ifunc-2.dd: Likewise.
549 * testsuite/ld-arm/ifunc-4.dd: Likewise.
550 * testsuite/ld-arm/ifunc-6.dd: Likewise.
551 * testsuite/ld-arm/ifunc-8.dd: Likewise.
552 * testsuite/ld-arm/jump-reloc-veneers-long.d: Likewise.
553 * testsuite/ld-arm/mixed-app.d: Likewise.
554 * testsuite/ld-arm/thumb2-b-interwork.d: Likewise.
555 * testsuite/ld-arm/tls-longplt.d: Likewise.
556 * testsuite/ld-arm/tls-thumb1.d: Likewise.
557
558 2019-08-16 H.J. Lu <hongjiu.lu@intel.com>
559
560 PR ld/24905
561 * testsuite/ld-x86-64/pr24905-x32.d: New file.
562 * testsuite/ld-x86-64/pr24905.d: Likewise.
563 * testsuite/ld-x86-64/pr24905.s: Likewise.
564 * testsuite/ld-x86-64/pr24905.t: Likewise.
565 * testsuite/ld-x86-64/x86-64.exp: Run pr24905 and pr24905-x32.
566
567 2019-08-16 Christophe Lyon <christophe.lyon@linaro.org>
568
569 * emulparams/armelf.sh (OTHER_SECTIONS): Add support for noinit
570 section.
571
572 2019-08-16 Alan Modra <amodra@gmail.com>
573
574 * emultempl/ppc32elf.em (ppc_before_allocation): Force running
575 prelim_size_sections before deciding whether branch trampolines
576 might be needed.
577
578 2019-08-15 Jim Wilson <jimw@sifive.com>
579
580 * testsuite/ld-riscv-elf/c-lui-2.d: New.
581 * testsuite/ld-riscv-elf/c-lui-2.ld: New.
582 * testsuite/ld-riscv-elf/c-lui-2.s: New.
583 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run the c-lui-2 test.
584
585 2019-08-10 Alan Modra <amodra@gmail.com>
586
587 * ldlang.h (enum statement_enum): Sort.
588 (union lang_statement_union): Sort.
589
590 2019-08-10 Alan Modra <amodra@gmail.com>
591
592 * ldlang.h (lang_common_statement_type): Delete.
593 (lang_object_symbols_statement_type): Delete.
594 (union lang_statement_union): Remove common_statement and
595 object_symbols_statement.
596
597 2019-08-10 Alan Modra <amodra@gmail.com>
598
599 * ldexp.c (exp_intop, exp_bigintop, exp_relop, exp_binop, exp_trinop),
600 (exp_unop, exp_nameop, exp_assop, exp_assert): Remove casts of
601 stat_alloc return value.
602 * ldlang.c (new_statement, new_afile, sort_def_symbol),
603 (lang_memory_region_lookup, lang_memory_region_alias),
604 (ldlang_add_undef, ldlang_add_require_defined, insert_pad),
605 (lang_add_gc_name, lang_new_phdr): Likewise.
606 * lexsup.c (set_segment_start): Likewise.
607
608 2019-08-10 Alan Modra <amodra@gmail.com>
609
610 * ldlang.h (lang_input_statement_type): Make next
611 and next_real_file a lang_input_statement_type pointer.
612 (lang_statement_append): Delete prototype.
613 (LANG_FOR_EACH_INPUT_STATEMENT): Update for lang_input_statement_type
614 change.
615 * ldmain.c (add_archive_element): Likewise.
616 * ldlang.c: Likewise throughout.
617 (lang_statement_append): Make static. Make element and field
618 void pointers. Remove casts in calls.
619 (lang_check): Use a lang_input_statement_type pointer for "file".
620 (find_rescan_insertion): Similarly for "iter" and return value.
621 (lang_process): Similarly for "insert", "iter" and "temp".
622 * emultempl/spuelf.em (embedded_spu_file): Likewise.
623 * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Expand
624 lang_statment_append call.
625
626 2019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
627
628 * emulparams/elf32bmip.sh: Add .MIPS.xhash section.
629 * emulparams/elf32bmipn32-defs.sh: Add .MIPS.xhash section.
630 * emulparams/elf64bmip-defs.sh: Add .MIPS.xhash section.
631 * emultempl/mipself.em: Remove mips_after_parse function.
632 * testsuite/ld-elf/hash.d: Update comment.
633 * testsuite/ld-mips-elf/hash1.d: New test.
634 * testsuite/ld-mips-elf/hash1.s: Ditto.
635 * testsuite/ld-mips-elf/hash1a.d: Remove.
636 * testsuite/ld-mips-elf/hash1b.d: Ditto.
637 * testsuite/ld-mips-elf/hash1c.d: Ditto
638 * testsuite/ld-mips-elf/hash2.d: New test.
639 * testsuite/ld-mips-elf/mips-elf.exp: New tests.
640 * testsuite/ld-mips-elf/start.s: New test.
641
642 2019-08-08 Nick Clifton <nickc@redhat.com>
643
644 PR 24887
645 * testsuite/ld-aarch64/bti-plt-2.d: Adjust for new output format
646 from readelf.
647 * testsuite/ld-aarch64/bti-plt-4.d: Likewise.
648 * testsuite/ld-aarch64/bti-plt-6.d: Likewise.
649 * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
650 * testsuite/ld-aarch64/bti-warn.d: Likewise.
651 * testsuite/ld-aarch64/property-bti-pac1.d: Likewise.
652 * testsuite/ld-aarch64/property-bti-pac2.d: Likewise.
653 * testsuite/ld-aarch64/property-bti-pac3.d: Likewise.
654 * testsuite/ld-elf/x86-feature-1a.rd: Likewise.
655 * testsuite/ld-elf/x86-feature-1b.rd: Likewise.
656 * testsuite/ld-elf/x86-feature-1c.rd: Likewise.
657 * testsuite/ld-elf/x86-feature-1d.rd: Likewise.
658 * testsuite/ld-elf/x86-feature-1e.rd: Likewise.
659 * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
660 * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
661 * testsuite/ld-i386/pr23372a.d: Likewise.
662 * testsuite/ld-i386/pr23372c.d: Likewise.
663 * testsuite/ld-i386/pr23486a.d: Likewise.
664 * testsuite/ld-i386/pr23486b.d: Likewise.
665 * testsuite/ld-i386/pr23486c.d: Likewise.
666 * testsuite/ld-i386/pr23486d.d: Likewise.
667 * testsuite/ld-i386/pr24322a.d: Likewise.
668 * testsuite/ld-i386/pr24322b.d: Likewise.
669 * testsuite/ld-i386/property-x86-3.d: Likewise.
670 * testsuite/ld-i386/property-x86-4a.d: Likewise.
671 * testsuite/ld-i386/property-x86-5.d: Likewise.
672 * testsuite/ld-i386/property-x86-cet1.d: Likewise.
673 * testsuite/ld-i386/property-x86-cet2a.d: Likewise.
674 * testsuite/ld-i386/property-x86-cet5a.d: Likewise.
675 * testsuite/ld-i386/property-x86-cet5b.d: Likewise.
676 * testsuite/ld-i386/property-x86-ibt1a.d: Likewise.
677 * testsuite/ld-i386/property-x86-ibt1b.d: Likewise.
678 * testsuite/ld-i386/property-x86-ibt2.d: Likewise.
679 * testsuite/ld-i386/property-x86-ibt3a.d: Likewise.
680 * testsuite/ld-i386/property-x86-ibt3b.d: Likewise.
681 * testsuite/ld-i386/property-x86-ibt4.d: Likewise.
682 * testsuite/ld-i386/property-x86-ibt5.d: Likewise.
683 * testsuite/ld-i386/property-x86-shstk1a.d: Likewise.
684 * testsuite/ld-i386/property-x86-shstk1b.d: Likewise.
685 * testsuite/ld-i386/property-x86-shstk2.d: Likewise.
686 * testsuite/ld-i386/property-x86-shstk3a.d: Likewise.
687 * testsuite/ld-i386/property-x86-shstk3b.d: Likewise.
688 * testsuite/ld-i386/property-x86-shstk4.d: Likewise.
689 * testsuite/ld-i386/property-x86-shstk5.d: Likewise.
690 * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
691 * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
692 * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
693 * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
694 * testsuite/ld-x86-64/pr23372a-x32.d: Likewise.
695 * testsuite/ld-x86-64/pr23372a.d: Likewise.
696 * testsuite/ld-x86-64/pr23372c-x32.d: Likewise.
697 * testsuite/ld-x86-64/pr23372c.d: Likewise.
698 * testsuite/ld-x86-64/pr23486a-x32.d: Likewise.
699 * testsuite/ld-x86-64/pr23486a.d: Likewise.
700 * testsuite/ld-x86-64/pr23486b-x32.d: Likewise.
701 * testsuite/ld-x86-64/pr23486b.d: Likewise.
702 * testsuite/ld-x86-64/pr23486c-x32.d: Likewise.
703 * testsuite/ld-x86-64/pr23486c.d: Likewise.
704 * testsuite/ld-x86-64/pr23486d-x32.d: Likewise.
705 * testsuite/ld-x86-64/pr23486d.d: Likewise.
706 * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
707 * testsuite/ld-x86-64/pr24322a.d: Likewise.
708 * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
709 * testsuite/ld-x86-64/pr24322b.d: Likewise.
710 * testsuite/ld-x86-64/pr24458a-x32.d: Likewise.
711 * testsuite/ld-x86-64/pr24458a.d: Likewise.
712 * testsuite/ld-x86-64/pr24458b-x32.d: Likewise.
713 * testsuite/ld-x86-64/pr24458b.d: Likewise.
714 * testsuite/ld-x86-64/pr24458c-x32.d: Likewise.
715 * testsuite/ld-x86-64/pr24458c.d: Likewise.
716 * testsuite/ld-x86-64/property-1.r: Likewise.
717 * testsuite/ld-x86-64/property-1a.r: Likewise.
718 * testsuite/ld-x86-64/property-2.r: Likewise.
719 * testsuite/ld-x86-64/property-2a.r: Likewise.
720 * testsuite/ld-x86-64/property-3.r: Likewise.
721 * testsuite/ld-x86-64/property-3a.r: Likewise.
722 * testsuite/ld-x86-64/property-4.r: Likewise.
723 * testsuite/ld-x86-64/property-4a.r: Likewise.
724 * testsuite/ld-x86-64/property-5.r: Likewise.
725 * testsuite/ld-x86-64/property-5a.r: Likewise.
726 * testsuite/ld-x86-64/property-6.r: Likewise.
727 * testsuite/ld-x86-64/property-7.r: Likewise.
728 * testsuite/ld-x86-64/property-7a.r: Likewise.
729 * testsuite/ld-x86-64/property-x86-3-x32.d: Likewise.
730 * testsuite/ld-x86-64/property-x86-3.d: Likewise.
731 * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
732 * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
733 * testsuite/ld-x86-64/property-x86-5-x32.d: Likewise.
734 * testsuite/ld-x86-64/property-x86-5.d: Likewise.
735 * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise.
736 * testsuite/ld-x86-64/property-x86-cet1.d: Likewise.
737 * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise.
738 * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise.
739 * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise.
740 * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise.
741 * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise.
742 * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise.
743 * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise.
744 * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise.
745 * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise.
746 * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise.
747 * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise.
748 * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise.
749 * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise.
750 * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise.
751 * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise.
752 * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise.
753 * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise.
754 * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise.
755 * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise.
756 * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise.
757 * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise.
758 * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise.
759 * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise.
760 * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise.
761 * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise.
762 * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise.
763 * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise.
764 * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise.
765 * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise.
766 * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise.
767 * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise.
768 * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise.
769 * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise.
770 * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise.
771
772 2019-08-07 Jose E. Marchesi <jose.marchesi@oracle.com>
773
774 * scripttempl/elf64bpf.sc: Adapted from elf.sc.
775 * emulparams/elf64bpf.sh (SCRIPT_NAME): Use elf64bpf.
776 (EMBEDDED): Define.
777 * testsuite/ld-bpf/call-1.d: Do not expect a warning regarding an
778 undefined entry symbol.
779 * testsuite/ld-bpf/jump-1.d: Likewise.
780 * testsuite/ld-undefined/undefined.exp: Do not pass '-e entry' to
781 ld in BPF targets, and do not expect line number information.
782 * testsuite/ld-srec/srec.exp (run_srec_test): xfail s-record tests
783 in BPF targets.
784
785 2019-08-06 Alan Modra <amodra@gmail.com>
786
787 PR 24873
788 * ldlang.c (find_replacements_insert_point): Return "before" flag.
789 (find_next_input_statement): New function.
790 (lang_process): When placing recompiled LTO objects before a
791 claimed archive, place them immediately before in the statement
792 list.
793
794 2019-08-06 Alan Modra <amodra@gmail.com>
795
796 PR 24873
797 * ldlang.c (plugin_undefs): New static var.
798 (open_input_bfds <lang_group_statement_enum>): Loop on
799 plugin_undefs and hitting plugin_insert point.
800 (lang_process <lto_plugin_active>): Set plugin_undefs.
801
802 2019-08-02 Alan Modra <amodra@gmail.com>
803
804 * testsuite/ld-powerpc/tlsie.s: Correct medium model ELF sequence.
805
806 2019-08-01 Alan Modra <amodra@gmail.com>
807
808 PR 24806
809 * ldlang.c (process_insert_statements): Add start of list
810 parameter. Use rather than lang_os_list.head. Process insert
811 statements inside group statements with a recursive call.
812 (lang_process): Adjust process_insert_statements call.
813 * lexsup.c (parse_args): Warn when adding missing --end-group.
814
815 2019-08-01 Alan Modra <amodra@gmail.com>
816
817 * ldlang.h (lang_os_list): Rename from lang_output_section_statement.
818 * ldlang.c: Likewise throughout file.
819 * emultempl/alphaelf.em: Likewise.
820 * emultempl/elf32.em: Likewise.
821 * emultempl/mmo.em: Likewise.
822 * emultempl/pe.em: Likewise.
823 * emultempl/pep.em: Likewise.
824 * emultempl/ppc32elf.em: Likewise.
825 * emultempl/spuelf.em: Likewise.
826
827 2019-07-26 Alan Modra <amodra@gmail.com>
828
829 * testsuite/ld-plugin/lto-3r.d: Accept D for powerpc64 descriptors.
830 * testsuite/ld-plugin/lto-5r.d: Likewise.
831
832 2019-07-24 H.J. Lu <hongjiu.lu@intel.com>
833
834 * testsuite/ld-plugin/lto-3r.d: Restored. Check foo instead
835 of __gnu_lto_v.*.
836 * testsuite/ld-plugin/lto-5r.d: Likewise.
837 * testsuite/ld-plugin/lto.exp: Run lto-3r and lto-5r tests.
838
839 2019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
840
841 * ld-arc/relax-local-pic.d: New test.
842 * ld-arc/relax-local-pic.s: New file.
843
844 2019-07-22 Martin Liska <mliska@suse.cz>
845
846 * testsuite/ld-plugin/lto-3r.d: Remove.
847 * testsuite/ld-plugin/lto-5r.d: Remove.
848 * testsuite/ld-plugin/lto.exp: Do not run lto-3r and lto-5r
849 tests.
850
851 2019-07-23 Alan Modra <amodra@gmail.com>
852
853 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Condition
854 SHF_GNU_MBIND on osabi. Set output elf_gnu_osabi_mbind.
855
856 2019-07-23 Alan Modra <amodra@gmail.com>
857
858 * testsuite/ld-elf/size-1.d,
859 * testsuite/ld-elf/size-1.s,
860 * testsuite/ld-elf/size-1.t: New test.
861 * testsuite/ld-elf/size-2.d,
862 * testsuite/ld-elf/size-2.s,
863 * testsuite/ld-elf/size-2.t: New test.
864 * testsuite/ld-scripts/size-1.d,
865 * testsuite/ld-scripts/size-1.s,
866 * testsuite/ld-scripts/size-1.t,
867 * testsuite/ld-scripts/size-2.s,
868 * testsuite/ld-scripts/size-2.d,
869 * testsuite/ld-scripts/size-2.t,
870 * testsuite/ld-scripts/size.exp: Delete.
871
872 2019-07-22 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
873
874 * ld/testsuite/ld-arm/cmse_main_sec_debug.d: Modify regexps to
875 allow for output from a arm-none-linux-gnueabihf target.
876
877 2019-07-20 Alan Modra <amodra@gmail.com>
878
879 PR 24827
880 * ldlex.l (comment): Check for 0 return from YY_INPUT, not EOF.
881
882 2019-07-19 Alan Modra <amodra@gmail.com>
883
884 * testsuite/ld-powerpc/tlsgd.d,
885 * testsuite/ld-powerpc/tlsgd.s,
886 * testsuite/ld-powerpc/tlsie.d,
887 * testsuite/ld-powerpc/tlsie.s,
888 * testsuite/ld-powerpc/tlsld.d,
889 * testsuite/ld-powerpc/tlsld.s: New tests.
890 * testsuite/ld-powerpc/powerpc.exp: Run them.
891
892 2019-07-19 Alan Modra <amodra@gmail.com>
893
894 * testsuite/ld-powerpc/tlsldopt.d: Rename from tlsld.d.
895 * testsuite/ld-powerpc/tlsldopt.s: Rename from tlsld.s.
896 * testsuite/ld-powerpc/tlsldopt32.d: Rename from tlsld32.d.
897 * testsuite/ld-powerpc/tlsldopt32.s: Rename from tlsld32.s.
898 * testsuite/ld-powerpc/powerpc.exp: Update.
899
900 2019-07-19 Alan Modra <amodra@gmail.com>
901
902 PR 24819
903 * testsuite/ld-elf/pr24819.d: xfail for genelf targets.
904
905 2019-07-18 H.J. Lu <hongjiu.lu@intel.com>
906
907 PR ld/24819
908 * emultempl/elf32.em (elf_orphan_compatible): Return FALSE for
909 member of output section group when doing a relocatable link.
910 * testsuite/ld-elf/pr24819.d: New file.
911 * testsuite/ld-elf/pr24819.s: Likewise.
912
913 2019-07-13 Alan Modra <amodra@gmail.com>
914
915 * testsuite/ld-powerpc/tlsso.r: Update.
916 * testsuite/ld-powerpc/tlsso32.g: Update.
917 * testsuite/ld-powerpc/tlsso32.r: Update.
918 * testsuite/ld-powerpc/tlstocso.r: Update.
919 * testsuite/ld-cris/tls-dso-dtpoffd2.d: Update.
920 * testsuite/ld-cris/tls-dso-dtpoffd4.d: Update.
921 * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d: Update.
922 * testsuite/ld-cris/tls-gd-1.d: Update.
923 * testsuite/ld-cris/tls-gd-1h.d: Update.
924 * testsuite/ld-cris/tls-gd-2.d: Update.
925 * testsuite/ld-cris/tls-gd-2h.d: Update.
926 * testsuite/ld-cris/tls-ie-10.d: Update.
927 * testsuite/ld-cris/tls-ie-11.d: Update.
928 * testsuite/ld-cris/tls-ie-8.d: Update.
929 * testsuite/ld-cris/tls-ie-9.d: Update.
930 * testsuite/ld-cris/tls-js1.d: Update.
931 * testsuite/ld-cris/tls-ld-4.d: Update.
932 * testsuite/ld-cris/tls-ld-5.d: Update.
933 * testsuite/ld-cris/tls-ld-6.d: Update.
934 * testsuite/ld-cris/tls-ld-7.d: Update.
935 * testsuite/ld-cris/tls-ldgd-14.d: Update.
936 * testsuite/ld-cris/tls-ldgd-15.d: Update.
937 * testsuite/ld-cris/tls-ldgdx-14.d: Update.
938 * testsuite/ld-cris/tls-ldgdx-15.d: Update.
939 * testsuite/ld-cris/tls-local-54.d: Update.
940 * testsuite/ld-cris/tls-local-60.d: Update.
941 * testsuite/ld-cris/tls-local-61.d: Update.
942 * testsuite/ld-cris/tls-local-63.d: Update.
943 * testsuite/ld-cris/tls-local-64.d: Update.
944 * testsuite/ld-cris/tls-ok-30.d: Update.
945 * testsuite/ld-cris/tls-ok-32.d: Update.
946 * testsuite/ld-cris/tls-ok-34.d: Update.
947 * testsuite/ld-mips-elf/tls-multi-got-1.got: Update.
948 * testsuite/ld-mips-elf/tls-multi-got-1.r: Update.
949 * testsuite/ld-mips-elf/tlsdyn-pie-o32.d: Update.
950 * testsuite/ld-mips-elf/tlsdyn-pie-o32.got: Update.
951 * testsuite/ld-mips-elf/tlslib-o32-hidden.got: Update.
952 * testsuite/ld-mips-elf/tlslib-o32-ver.got: Update.
953 * testsuite/ld-mips-elf/tlslib-o32.got: Update.
954 * testsuite/ld-s390/tlspic.rd: Update.
955 * testsuite/ld-s390/tlspic_64.rd: Update.
956 * testsuite/ld-sparc/tlssunnopic32.rd: Update.
957 * testsuite/ld-sparc/tlssunnopic64.rd: Update.
958 * testsuite/ld-sparc/tlssunpic32.rd: Update.
959 * testsuite/ld-sparc/tlssunpic64.rd: Update.
960
961 2019-07-13 Alan Modra <amodra@gmail.com>
962
963 PR 24786
964 * ldlang.h (enum section_type): Add first_overlay_section.
965 * ldlang.c (lang_add_section): Adjust switch statement.
966 (map_input_to_output_sections): Likewise.
967 (lang_size_sections_1): Always set last_os for first overlay section.
968 (lang_leave_overlay): Set sectype to first_overlay_section.
969
970 2019-07-08 Alan Modra <amodra@gmail.com>
971
972 * testsuite/ld-powerpc/callstub-1.d: Pass -melf64ppc to ld.
973 * testsuite/ld-powerpc/callstub-2.d: Likewise.
974
975 2019-07-04 Jan Beulich <jbeulich@suse.com>
976
977 * testsuite/ld-elf/group9.s: Correct argument of .type.
978
979 2019-07-02 Nick Clifton <nickc@redhat.com>
980
981 PR 24753
982 * emultempl/aarch64elf.em (_aarch64_add_stub_section): Include the
983 LINKER_CREATED section flag when creating the stub section.
984
985 2019-07-02 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
986
987 * testsuite/ld-arm/arm-elf.exp: Add tests.
988 * testsuite/ld-arm/cmse_main.s: New test.
989 * testsuite/ld-arm/cmse_main_sec_debug.d: Likewise.
990 * testsuite/ld-arm/cmse_sec_debug.s: Likewise.
991
992 2019-07-01 Nick Clifton <nickc@redhat.com>
993
994 PR 23839
995 * testsuite/ld-arm/unwind-4.d: Adjust for corrected calculation of
996 exidx relocs.
997
998 2019-06-28 Alan Modra <amodra@gmail.com>
999
1000 * testsuite/ld-powerpc/callstub-1.d,
1001 * testsuite/ld-powerpc/callstub-1.s: New test.
1002 * testsuite/ld-powerpc/callstub-2.d,
1003 * testsuite/ld-powerpc/callstub-2.s: New test.
1004 * testsuite/ld-powerpc/powerpc.exp: Run them.
1005
1006 2019-06-25 Jan Beulich <jbeulich@suse.com>
1007
1008 * plugin.c (get_lto_kind, get_lto_resolution,
1009 get_lto_visibility): Rename "index" to "idx".
1010
1011 2019-06-24 H.J. Lu <hongjiu.lu@intel.com>
1012
1013 PR ld/24721
1014 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/24721 tests.
1015 * testsuite/ld-x86-64/pr24721-x32.d: New file.
1016 * testsuite/ld-x86-64/pr24721.d: Likewise.
1017 * testsuite/ld-x86-64/pr24721.map: Likewise.
1018 * testsuite/ld-x86-64/pr24721a.s: Likewise.
1019 * testsuite/ld-x86-64/pr24721b.s: Likewise.
1020
1021 2019-06-23 Alan Modra <amodra@gmail.com>
1022
1023 PR 24704
1024 * testsuite/ld-powerpc/elfv2exe.d: Update.
1025 * testsuite/ld-powerpc/elfv2so.d: Update.
1026
1027 2019-06-14 Szabolcs Nagy <szabolcs.nagy@arm.com>
1028
1029 * testsuite/ld-aarch64/aarch64-elf.exp: Add emit-relocs-22 and -23.
1030 * testsuite/ld-aarch64/emit-relocs-22.d: New test.
1031 * testsuite/ld-aarch64/emit-relocs-22.s: New test.
1032 * testsuite/ld-aarch64/emit-relocs-23.d: New test.
1033 * testsuite/ld-aarch64/emit-relocs-23.s: New test.
1034
1035 2019-06-14 Alan Modra <amodra@gmail.com>
1036
1037 * Makefile.in: Regenerate.
1038 * configure: Regenerate.
1039
1040 2019-06-14 Alan Modra <amodra@gmail.com>
1041
1042 PR 24662
1043 * testsuite/ld-alpha/tlsbin.rd: Update.
1044 * testsuite/ld-alpha/tlsbinr.rd: Update.
1045 * testsuite/ld-alpha/tlspic.rd: Update.
1046
1047 2019-06-07 Maciej W. Rozycki <macro@wdc.com>
1048
1049 * ld.texi (Options): Also document `-rpath' option restrictions
1050 in the description of the option itself.
1051
1052 2019-06-06 Sudakshina Das <sudi.das@arm.com>
1053
1054 * testsuite/ld-aarch64/aarch64-elf.exp: Add new tests.
1055 * testsuite/ld-aarch64/property-bti-pac4-a.d: New test.
1056 * testsuite/ld-aarch64/property-bti-pac4-b.d: New test.
1057 * testsuite/ld-aarch64/property-bti-pac4.s: New test.
1058
1059 2019-06-06 Sudakshina Das <sudi.das@arm.com>
1060
1061 * NEWS: Update options names.
1062 * emultempl/aarch64elf.em (OPTION_FORCE_BTI, OPTION_PAC_PLT): Remove.
1063 (PARSE_AND_LIST_LONGOPTS): Remove force-bti and pac-plt.
1064 (PARSE_AND_LIST_OPTIONS): Update to -z.
1065 (PARSE_AND_LIST_ARGS_CASE_Z_AARCH64): New.
1066 (PARSE_AND_LIST_ARGS_CASE_Z): Add PARSE_AND_LIST_ARGS_CASE_Z_AARCH64.
1067 (PARSE_AND_LIST_ARGS_CASES): Move cases for these options.
1068 * testsuite/ld-aarch64/bti-pac-plt-1.d: Update option.
1069 * testsuite/ld-aarch64/bti-pac-plt-2.d: Likewise.
1070 * testsuite/ld-aarch64/bti-plt-1.d: Likewise.
1071 * testsuite/ld-aarch64/bti-plt-2.d: Likewise.
1072 * testsuite/ld-aarch64/bti-plt-3.d: Likewise.
1073 * testsuite/ld-aarch64/bti-plt-4.d: Likewise.
1074 * testsuite/ld-aarch64/bti-plt-6.d: Likewise.
1075 * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
1076 * testsuite/ld-aarch64/bti-warn.d: Likewise.
1077 * testsuite/ld-aarch64/pac-plt-1.d: Likewise.
1078 * testsuite/ld-aarch64/pac-plt-2.d: Likewise.
1079
1080 2019-05-30 Nick Clifton <nickc@redhat.com>
1081
1082 PR 24627
1083 * testsuite/ld-elf/ver_def.vd: Update expected output.
1084
1085 2019-05-30 Alan Modra <amodra@gmail.com>
1086
1087 PR 24596
1088 * emulparams/m9s12zelf.sh (TEMPLATE_NAME): Set to generic.
1089 (EXTRA_EM_FILE): Define to genelf.
1090 * testsuite/lib/ld-lib.exp (uses_genelf): Add s12z.
1091
1092 2019-05-30 Alan Modra <amodra@gmail.com>
1093
1094 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Support procedure
1095 calls in optional "xfail" args.
1096 (run_ld_link_exec_tests): Likewise.
1097 (is_generic): New.
1098 (uses_genelf): Rename from is_generic_elf. Delete bogus semicolons.
1099 * testsuite/ld-scripts/align.exp: Rename is_generic_elf call.
1100 * testsuite/ld-elf/elf.exp: Use is_generic and uses_genelf. Delete
1101 xfail_implib var.
1102 * testsuite/ld-elf/sec64k.exp: Use is_generic.
1103 * testsuite/ld-elf/shared.exp: Likewise.
1104 * testsuite/ld-discard/extern.d: Use is_generic in xfail.
1105 * testsuite/ld-discard/start.d: Likewise.
1106 * testsuite/ld-discard/static.d: Likewise.
1107 * testsuite/ld-elf/attributes.d: Likewise.
1108 * testsuite/ld-elf/group1.d: Likewise.
1109 * testsuite/ld-elf/group3b.d: Likewise.
1110 * testsuite/ld-elf/group8a.d: Likewise.
1111 * testsuite/ld-elf/group8b.d: Likewise.
1112 * testsuite/ld-elf/group9a.d: Likewise.
1113 * testsuite/ld-elf/group9b.d: Likewise.
1114 * testsuite/ld-elf/linkonce2.d: Likewise.
1115 * testsuite/ld-elf/merge2.d: Likewise.
1116 * testsuite/ld-elf/merge3.d: Likewise.
1117 * testsuite/ld-elf/pr12851.d: Likewise.
1118 * testsuite/ld-elf/pr12975.d: Likewise.
1119 * testsuite/ld-elf/pr13177.d: Likewise.
1120 * testsuite/ld-elf/pr13195.d: Likewise.
1121 * testsuite/ld-elf/pr17550c.d: Likewise.
1122 * testsuite/ld-elf/pr17550d.d: Likewise.
1123 * testsuite/ld-elf/pr17615.d: Likewise.
1124 * testsuite/ld-elf/pr21562a.d: Likewise.
1125 * testsuite/ld-elf/pr21562b.d: Likewise.
1126 * testsuite/ld-elf/pr21562c.d: Likewise.
1127 * testsuite/ld-elf/pr21562d.d: Likewise.
1128 * testsuite/ld-elf/pr21562i.d: Likewise.
1129 * testsuite/ld-elf/pr21562j.d: Likewise.
1130 * testsuite/ld-elf/pr21562k.d: Likewise.
1131 * testsuite/ld-elf/pr21562l.d: Likewise.
1132 * testsuite/ld-elf/pr21562m.d: Likewise.
1133 * testsuite/ld-elf/pr21562n.d: Likewise.
1134 * testsuite/ld-elf/pr22677.d: Likewise.
1135 * testsuite/ld-elf/pr22836-1a.d: Likewise.
1136 * testsuite/ld-elf/pr22836-1b.d: Likewise.
1137 * testsuite/ld-elf/warn3.d: Likewise.
1138 * testsuite/ld-elf/warn1.d: Likewise and xfail sparc solaris
1139 targets rather than notarget.
1140 * testsuite/ld-elf/compressed1d.d: Use uses_genelf in xfail.
1141 * testsuite/ld-elf/orphan-10.d: Likewise.
1142 * testsuite/ld-elf/orphan-9.d: Likewise.
1143 * testsuite/ld-elf/orphan-region.d: Likewise.
1144 * testsuite/ld-elf/orphan.d: Likewise.
1145 * testsuite/ld-elf/orphan3.d: Likewise.
1146 * testsuite/ld-elf/pr20528a.d: Likewise.
1147 * testsuite/ld-elf/pr20528b.d: Likewise.
1148 * testsuite/ld-elf/pr23658-1a.d: Likewise.
1149 * testsuite/ld-elf/pr23658-1b.d: Likewise.
1150 * testsuite/ld-elf/pr349.d: Likewise.
1151 * testsuite/ld-elf/warn2.d: Likewise and xfail sparc solaris
1152 targets rather than notarget.
1153 * testsuite/ld-elf/merge.d: Correct ms1-*-* to mt-*-*.
1154
1155 2019-05-28 Faraz Shahbazker <fshahbazker@wavecomp.com>
1156
1157 * testsuite/ld-mips-elf/undefweak-overflow.s: Remove test case
1158 for pcrel_hi/pcrel_lo.
1159 * testsuite/ld-mips-elf/undefweak-overflow.d: Update to match.
1160 * testsuite/ld-mips-elf/reloc-pcrel-r6.s: New test source.
1161 * testsuite/ld-mips-elf/reloc-pcrel-r6.d: New test linker script.
1162 * testsuite/ld-mips-elf/reloc-pcrel-r6.ld: New test.
1163 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1164
1165 2019-05-28 Alan Modra <amodra@gmail.com>
1166
1167 PR 24596
1168 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Check that
1169 the output is coff before accessing coff tdata.
1170 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
1171
1172 2019-05-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
1173
1174 * testsuite/ld-aarch64/variant_pcs-now.d: Use --hash-style=sysv.
1175 * testsuite/ld-aarch64/variant_pcs-shared.d: Likewise.
1176
1177 2019-05-27 Alan Modra <amodra@gmail.com>
1178
1179 PR 24596
1180 * emultempl/genelf.em (gld${EMULATION_NAME}_after_open): Set
1181 BFS_KEEP on group signature symbol.
1182
1183 2019-04-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
1184
1185 * testsuite/ld-aarch64/aarch64-elf.exp: Add new tests.
1186 * testsuite/ld-aarch64/variant_pcs-1.s: New asm for tests.
1187 * testsuite/ld-aarch64/variant_pcs-2.s: New asm for tests.
1188 * testsuite/ld-aarch64/variant_pcs-now.d: New test.
1189 * testsuite/ld-aarch64/variant_pcs-r.d: New test.
1190 * testsuite/ld-aarch64/variant_pcs-shared.d: New test.
1191 * testsuite/ld-aarch64/variant_pcs.ld: New linker script for tests.
1192
1193 2019-05-24 Alan Modra <amodra@gmail.com>
1194
1195 * po/BLD-POTFILES.in: Regenerate.
1196
1197 2019-05-24 Alan Modra <amodra@gmail.com>
1198
1199 * testsuite/ld-powerpc/notoc2.d,
1200 * testsuite/ld-powerpc/notoc2.s: New test.
1201 * testsuite/ld-powerpc/powerpc.exp: Run it.
1202
1203 2019-05-24 Alan Modra <amodra@gmail.com>
1204
1205 * testsuite/ld-powerpc/pcrelopt.s,
1206 * testsuite/ld-powerpc/pcrelopt.d,
1207 * testsuite/ld-powerpc/pcrelopt.sec: New test.
1208 * testsuite/ld-powerpc/powerpc.exp: Run it.
1209
1210 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
1211
1212 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64bpf.c.
1213 * Makefile.in (prefix): Regenerate.
1214 * configure.tgt (targ_extra_ofiles): Add case for bpf-*-* targets.
1215 * emulparams/elf64bpf.sh: New file.
1216 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Add
1217 bpf-*-* to the list of targets not supporting gc-sections.
1218 * testsuite/ld-bpf/bar.s: New file.
1219 * testsuite/ld-bpf/jump-1.d: Likewise.
1220 * testsuite/ld-bpf/foo.s: Likewise.
1221 * testsuite/ld-bpf/call-1.d: Likewise.
1222 * testsuite/ld-bpf/bpf.exp: Likewise.
1223 * testsuite/ld-bpf/baz.s: Likewise.
1224
1225 2019-05-23 Alan Modra <amodra@gmail.com>
1226
1227 PR 24576
1228 * ldfile.c (enum script_open_style): New.
1229 (struct script_name_list): New.
1230 (ldfile_open_command_file_1): Take a script_open_style param
1231 rather than booleans. Adjust callers. Only fail when -T or
1232 default -T script is invoked twice.
1233 (ldfile_try_open_bfd): Revert last change.
1234
1235 2019-05-22 Julius Werner <jwerner@chromium.org>
1236 Nick Clifton <nickc@redhat.com>
1237
1238 PR 24576
1239 * ld/ldfile.c: (ldfile_open_command_file_1): Add new parameter -
1240 is_script. If true check that the file has not already been
1241 parsed as a linker script.
1242 (ldfile_open_script_file): New function.
1243 (ldfile_try_open_bfd): Use the new function in place of
1244 ldfile_open_command_line.
1245 * ldmain.c (main): Likewise.
1246 * lexsup.c (parse_args): Use the new function for opening linker
1247 scripts with the -T option.
1248 * ldfile.h (ldfile_open_script_file): Add prototype.
1249
1250 2019-05-21 Faraz Shahbazker <fshahbazker@wavecomp.com>
1251
1252 * testsuite/ld-mips-elf/pic-reloc-5.s: Add tests for
1253 %tprel_hi and %tprel_lo relocations.
1254 * testsuite/ld-mips-elf/pic-reloc-6.s: Likewise.
1255 * testsuite/ld-mips-elf/pic-reloc-5.d: Update accordingly.
1256 * testsuite/ld-mips-elf/pic-reloc-6.d: Likewise.
1257 * testsuite/ld-mips-elf/pic-reloc-tls.ld: New test linker
1258 script file.
1259
1260 2019-05-21 Faraz Shahbazker <fshahbazker@wavecomp.com>
1261
1262 * testsuite/ld-mips-elf/pic-reloc-5.d: New test.
1263 * testsuite/ld-mips-elf/pic-reloc-6.d: New test.
1264 * testsuite/ld-mips-elf/pic-reloc-7.d: New test.
1265 * testsuite/ld-mips-elf/pic-reloc-5.s: New test source.
1266 * testsuite/ld-mips-elf/pic-reloc-6.s: New test source.
1267 * testsuite/ld-mips-elf/pic-reloc-7.s: New test source.
1268 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1269
1270 2019-05-21 Matthew Fortune <matthew.fortune@mips.com>
1271 Faraz Shahbazker <fshahbazker@wavecomp.com>
1272
1273 * emultempl/mipself.em (compact_branches): New static variable.
1274 (mips_create_output_section_statements): Call
1275 _bfd_mips_elf_compact_branches.
1276 (PARSE_AND_LIST_PROLOGUE): Add OPTION_COMPACT_BRANCHES and
1277 OPTION_NO_COMPACT_BRANCHES.
1278 (PARSE_AND_LIST_LONGOPTS): Add compact-branches,
1279 no-compact-branches.
1280 (PARSE_AND_LIST_OPTIONS): Add --compact-branches,
1281 --no-compact-branches.
1282 (PARSE_AND_LIST_ARGS_CASES): Handle the above.
1283 * ld.texinfo: Document --compact-branches, --no-compact-branches.
1284 * testsuite/ld-mips-elf/pic-and-nonpic-1-r6.dd: New test.
1285 * testsuite/ld-mips-elf/pic-and-nonpic-1-r6.nd: New test.
1286 * testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.dd: New test.
1287 * testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.gd: New test.
1288 * testsuite/ld-mips-elf/pic-and-nonpic-1a-r6.s: New test source.
1289 * testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.s: New test source.
1290 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1291
1292 2019-05-21 Andre Vieira <andre.simoesdiasvieira@arm.com>
1293
1294 * testsuite/ld-arm/arm-elf.exp: Add tests
1295 * testsuite/ld-arm/bfs-0.s: New test.
1296 * testsuite/ld-arm/bfs-1.s: New test.
1297 * testsuite/ld-arm/branch-futures.d: New test.
1298
1299 2019-05-21 Tamar Christina <tamar.christina@arm.com>
1300
1301 PR ld/24373
1302 * emultempl/aarch64elf.em (PARSE_AND_LIST_LONGOPTS): Add optional args
1303 to flags.
1304 * NEWS: Add changes to flag.
1305 (PARSE_AND_LIST_OPTIONS): Update help descriptions.
1306 (PARSE_AND_LIST_ARGS_CASES): Add new options to parser.
1307 * testsuite/ld-aarch64/aarch64-elf.exp: Add new run_dump_tests.
1308 * testsuite/ld-aarch64/erratum843419-adr.d: New test.
1309 * testsuite/ld-aarch64/erratum843419-adrp.d: New test.
1310 * testsuite/ld-aarch64/erratum843419-far-adr.d: New test.
1311 * testsuite/ld-aarch64/erratum843419-far-full.d: New test.
1312 * testsuite/ld-aarch64/erratum843419-far.s: New test.
1313 * testsuite/ld-aarch64/erratum843419-full.d: New test.
1314 * testsuite/ld-aarch64/erratum843419-near.s: New test.
1315 * testsuite/ld-aarch64/erratum843419-no-args.d: New test.
1316
1317 2019-05-21 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
1318
1319 PR ld/24571
1320 * ld/testsuite/ld-avr/relax-insn-at-range-boundary.d: New test.
1321 * ld/testsuite/ld-avr/relax-insn-at-range-boundary.s: New test.
1322
1323 2019-05-21 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
1324
1325 PR ld/24564
1326 * testsuite/ld-avr/wraparound-range-boundary.d: New test.
1327 * testsuite/ld-avr/wraparound-range-boundary.s: New test.
1328
1329 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
1330
1331 PR 14798
1332 * testsuite/ld-mips-elf/reloc-6a.s: Specify .text section for
1333 global code symbols.
1334 * testsuite/ld-mips-elf/reloc-6b.s: Likewise.
1335
1336 2019-05-17 Alan Modra <amodra@gmail.com>
1337
1338 PR 24567
1339 * plugin.c (plugin_notice): Do not let a common symbol override
1340 a non-common definition in IR.
1341
1342 2019-05-09 Dimitar Dimitrov <dimitar@dinux.eu>
1343
1344 * scripttempl/pru.sc (__init_array_begin, __init_array_begin):
1345 Rename.
1346
1347 2019-05-08 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
1348
1349 PR 24536
1350 * ldbuildid.c (generate_build_id): Cast return value from
1351 GetProcAddress in order to avoid a compile time warning.
1352
1353 2019-05-06 Alan Modra <amodra@gmail.com>
1354
1355 * testsuite/ld-undefined/weak-undef.exp: Don't xfail pj.
1356
1357 2019-05-04 Alan Modra <amodra@gmail.com>
1358
1359 * testsuite/ld-scripts/fill.d: Don't xfail m32c
1360 * testsuite/ld-scripts/fill16.d: Likewise.
1361
1362 2019-05-04 Alan Modra <amodra@gmail.com>
1363
1364 PR 24511
1365 * testsuite/ld-elf/pr14156a.d: Allow for .init/.fini being a
1366 data section on hppa64.
1367 * testsuite/ld-elf/pr14156b.d: Likewise.
1368 * testsuite/ld-scripts/pr18963.t: Map standard sections to set
1369 output section flags.
1370 * testsuite/ld-scripts/sane1.t: Likewise.
1371 * testsuite/ld-elf/init-fini-arrays.s: Reference __init_array_start
1372 and __fini_array_start. Define __start et al.
1373 * testsuite/ld-elf/pr24511.d: New test.
1374
1375 2019-04-30 Alan Modra <amodra@gmail.com>
1376
1377 * testsuite/ld-powerpc/elfv2exe.d: Update.
1378 * testsuite/ld-powerpc/elfv2so.d: Update.
1379 * testsuite/ld-powerpc/tocopt.d: Update.
1380 * testsuite/ld-powerpc/tocopt.s: Update.
1381 * testsuite/ld-powerpc/tocopt5.d: Update.
1382 * testsuite/ld-powerpc/tocopt5.s: Update.
1383 * testsuite/ld-powerpc/tocopt7.d: Update.
1384 * testsuite/ld-powerpc/tocopt7.s: Update.
1385 * testsuite/ld-powerpc/tocopt8.d: Update.
1386 * testsuite/ld-powerpc/tocopt8.s: Update.
1387
1388 2019-04-30 Alan Modra <amodra@gmail.com>
1389
1390 * ld.texi (How GNU properties are merged): Avoid pod2man error.
1391 Correct example.
1392
1393 2019-04-26 H.J. Lu <hongjiu.lu@intel.com>
1394
1395 PR ld/24486
1396 * testsuite/ld-plugin/lto.exp: Run PR ld/24486 tests.
1397 * testsuite/ld-plugin/pr24486a.c: New file.
1398 * testsuite/ld-plugin/pr24486b.c: Likewise.
1399 * testsuite/ld-plugin/pr24486c.c: Likewise.
1400
1401 2019-04-26 Nick Clifton <nickc@redhat.com>
1402
1403 * po/ru.po: Updated Russian translation.
1404
1405 2019-04-26 Christopher Yeleighton <giecrilj@stegny.2a.pl>
1406
1407 * ld.texi: Properly hyphenate the word "specific".
1408
1409 2019-04-25 H.J. Lu <hongjiu.lu@intel.com>
1410
1411 PR ld/24406
1412 * ld.texi: Remove LTO warning from --wrap.
1413 * plugin.c (get_symbols): Update resolution for wrapper and
1414 wrapped symbols.
1415 * testsuite/ld-plugin/lto.exp: Run ld/24406 tests.
1416 * testsuite/ld-plugin/pr24406-1.c: New file.
1417 * testsuite/ld-plugin/pr24406-2a.c: Likewise.
1418 * testsuite/ld-plugin/pr24406-2b.c: Likewise.
1419
1420 2019-04-25 Sudakshina Das <sudi.das@arm.com>
1421
1422 * testsuite/ld-aarch64/bti-pac-plt-1.d: Update.
1423 * testsuite/ld-aarch64/bti-pac-plt-2.d: Update.
1424 * testsuite/ld-aarch64/bti-plt-1.d: Update.
1425 * testsuite/ld-aarch64/bti-plt-3.d: Update.
1426 * testsuite/ld-aarch64/bti-plt-5.d: Update.
1427 * testsuite/ld-aarch64/pac-plt-1.d: Update.
1428 * testsuite/ld-aarch64/pac-plt-2.d: Update.
1429
1430 2019-04-24 Sandra Loosemore <sandra@codesourcery.com>
1431
1432 * testsuite/config/default.exp: Use [check_compiler_available]
1433 instead of [which $CC].
1434 * testsuite/ld-auto-import/auto-import.exp: Likewise.
1435 * testsuite/ld-cygwin/exe-export.exp: Likewise.
1436 * testsuite/ld-elf/audit.exp: Likewise.
1437 * testsuite/ld-elf/compress.exp: Likewise.
1438 * testsuite/ld-elf/dwarf.exp: Likewise.
1439 * testsuite/ld-elf/elf.exp: Likewise.
1440 * testsuite/ld-elf/indirect.exp: Likewise.
1441 * testsuite/ld-elf/linux-x86.exp: Likewise.
1442 * testsuite/ld-elf/shared.exp: Likewise.
1443 * testsuite/ld-elf/tls.exp: Likewise.
1444 * testsuite/ld-elf/wrap.exp: Likewise.
1445 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1446 * testsuite/ld-elfvers/vers.exp: Likewise.
1447 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1448 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1449 * testsuite/ld-gc/gc.exp: Likewise.
1450 * testsuite/ld-i386/i386.exp: Likewise.
1451 * testsuite/ld-i386/no-plt.exp: Likewise.
1452 * testsuite/ld-i386/tls.exp: Likewise.
1453 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1454 * testsuite/ld-mn10300/mn10300.exp: Likewise.
1455 * testsuite/ld-pe/pe-compile.exp: Likewise.
1456 * testsuite/ld-pe/pe-run.exp: Likewise.
1457 * testsuite/ld-pe/pe-run2.exp: Likewise.
1458 * testsuite/ld-pie/pie.exp: Likewise.
1459 * testsuite/ld-plugin/lto.exp: Likewise.
1460 * testsuite/ld-plugin/plugin.exp: Likewise.
1461 * testsuite/ld-scripts/crossref.exp: Likewise.
1462 * testsuite/ld-sh/sh.exp: Likewise.
1463 * testsuite/ld-shared/shared.exp: Likewise.
1464 * testsuite/ld-size/size.exp: Likewise.
1465 * testsuite/ld-srec/srec.exp: Likewise.
1466 * testsuite/ld-undefined/undefined.exp: Likewise.
1467 * testsuite/ld-unique/unique.exp: Likewise.
1468 * testsuite/ld-x86-64/mpx.exp: Likewise.
1469 * testsuite/ld-x86-64/no-plt.exp: Likewise.
1470 * testsuite/ld-x86-64/tls.exp: Likewise.
1471 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1472 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Call
1473 check_compiler_available before trying to use the compiler.
1474 (run_cc_link_tests): Likewise.
1475 (check_compiler_available): New. Use it instead of [which $CC].
1476
1477 2019-04-23 Alan Modra <amodra@gmail.com>
1478
1479 * Makefile.am (GENDEPDIR): New var, used..
1480 (GENSCRIPTS): ..here.
1481 * Makefile.in: Regenerate.
1482 * genscripts.sh: Test for $DEPDIR set before every use.
1483
1484 2019-04-22 Matthew Fortune <matthew.fortune@mips.com>
1485
1486 * testsuite/ld-mips-elf/mips-elf-flags.exp: Fix expected ASEs
1487 for M5100.
1488
1489 2019-04-19 Alan Modra <amodra@gmail.com>
1490
1491 * testsuite/ld-gc/skip-map-discarded.s: Add section attributes.
1492 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Add
1493 s12z to list of targets not supporting --gc-sections.
1494
1495 2019-04-17 H.J. Lu <hongjiu.lu@intel.com>
1496
1497 * testsuite/ld-i386/i386.exp: Run pr18801a and pr18801b instead
1498 of pr18801.
1499 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1500 * testsuite/ld-i386/pr18801.d: Removed.
1501 * testsuite/ld-x86-64/pr18801.d: Likewise.
1502 * testsuite/ld-i386/pr18801a.d: New file.
1503 * testsuite/ld-i386/pr18801b.d: Likewise.
1504 * testsuite/ld-x86-64/pr18801a.d: Likewise.
1505 * testsuite/ld-x86-64/pr18801b.d: Likewise.
1506 * testsuite/ld-x86-64/pie2.d: Suggest -fPIE instead of -fPIC.
1507 * testsuite/ld-x86-64/pie2.d: Likewise.
1508 * testsuite/ld-x86-64/pr19719.d: Likewise.
1509 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
1510 * testsuite/ld-x86-64/pr19969.d: Likewise.
1511 * testsuite/ld-x86-64/pr21997-1a.err: Likewise.
1512 * testsuite/ld-x86-64/pr21997-1b.err: Likewise.
1513 * testsuite/ld-x86-64/pr22001-1a.err: Likewise.
1514 * testsuite/ld-x86-64/pr22001-1b.err: Likewise.
1515 * testsuite/ld-x86-64/pr22791-1.err: Likewise.
1516
1517 2019-04-17 H.J. Lu <hongjiu.lu@intel.com>
1518
1519 PR ld/24458
1520 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/24458 tests.
1521 * testsuite/ld-x86-64/pr24458.s: New file.
1522 * testsuite/ld-x86-64/pr24458a-x32.d: Likewise.
1523 * testsuite/ld-x86-64/pr24458a.d: Likewise.
1524 * testsuite/ld-x86-64/pr24458b-x32.d: Likewise.
1525 * testsuite/ld-x86-64/pr24458b.d: Likewise.
1526 * testsuite/ld-x86-64/pr24458c-x32.d: Likewise.
1527 * testsuite/ld-x86-64/pr24458c.d: Likewise.
1528
1529 2019-04-17 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1530
1531 * config/tc-msp430.c (msp430_make_init_symbols): Define __crt0_init_bss
1532 symbol when .lower.bss or .either.bss sections exist.
1533 Define __crt0_movedata when .lower.data or .either.data sections exist.
1534 * testsuite/gas/msp430/either-data-bss-sym.d: New test.
1535 * testsuite/gas/msp430/low-data-bss-sym.d: New test.
1536 * testsuite/gas/msp430/either-data-bss-sym.s: New test source.
1537 * testsuite/gas/msp430/low-data-bss-sym.s: New test source.
1538 * testsuite/gas/msp430/msp430.exp: Run new tests.
1539 Enable large code model when running -mdata-region={upper,either}
1540 tests.
1541
1542 2019-04-16 Alan Modra <amodra@gmail.com>
1543
1544 * testsuite/ld-scripts/pr20302.d: Don't run for ns32k-*-*.
1545 * testsuite/ld-scripts/section-match-1.d: Likewise.
1546 * testsuite/ld-undefined/require-defined.exp: Likewise.
1547
1548 2019-04-15 Faraz Shahbazker <fshahbazker@wavecomp.com>
1549
1550 * testsuite/ld-gc/gc.exp: Skip print-map-discarded test for non-ELF
1551 targets.
1552
1553 2019-04-15 Sudakshina Das <sudi.das@arm.com>
1554
1555 * testsuite/ld-arm/bfcsel.s: New.
1556 * testsuite/ld-arm/bfcsel.d: New.
1557 * testsuite/ld-arm/arm-elf.exp: Add above test.
1558
1559 2019-04-15 Sudakshina Das <sudi.das@arm.com>
1560
1561 * testsuite/ld-arm/bfl.s: New.
1562 * testsuite/ld-arm/bfl.d: New.
1563 * testsuite/ld-arm/arm-elf.exp: Add above test.
1564
1565 2019-04-15 Sudakshina Das <sudi.das@arm.com>
1566
1567 * testsuite/ld-arm/bf.s: New.
1568 * testsuite/ld-arm/bf.d: New.
1569 * testsuite/ld-arm/arm-elf.exp: Add above test.
1570
1571 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1572
1573 * testsuite/ld-arm/attr-merge-13.attr: New test.
1574 * testsuite/ld-arm/attr-merge-13a.s: New test.
1575 * testsuite/ld-arm/attr-merge-13b.s: New test.
1576
1577 2019-04-13 Alan Modra <amodra@gmail.com>
1578
1579 * Makefile.am (GENSCRIPTS): Pass LIB_PATH as a parameter. Add
1580 DEPDIR parameter.
1581 (ELF_DEPS, ELF_GEN_DEPS, ELF_X86_DEPS): Delete.
1582 (ALL_EMULATION_SOURCES, ALL_64_EMULATION_SOURCES): Depend on
1583 $GEN_DEPENDS.
1584 (e*.c): Delete all dependencies, instead include dependencies
1585 from $DEPDIR/*.Pc.
1586 * Makefile.in: Regenerate.
1587 * configure.ac (source_sh): Define and use function.
1588 * configure: Regenerate.
1589 * emulparams/aarch64cloudabib.sh, * emulparams/aarch64elf32b.sh,
1590 * emulparams/aarch64elfb.sh, * emulparams/aarch64fbsdb.sh,
1591 * emulparams/aarch64linux32b.sh, * emulparams/aarch64linuxb.sh,
1592 * emulparams/arcelf.sh, * emulparams/arcelf_prof.sh,
1593 * emulparams/arclinux.sh, * emulparams/arclinux_nps.sh,
1594 * emulparams/arclinux_prof.sh, * emulparams/arcv2elf.sh,
1595 * emulparams/arcv2elfx.sh, * emulparams/armelf_fbsd.sh,
1596 * emulparams/armelf_linux_eabi.sh,
1597 * emulparams/armelf_linux_fdpiceabi.sh,
1598 * emulparams/armelf_nacl.sh, * emulparams/armelf_nbsd.sh,
1599 * emulparams/armelf_vxworks.sh, * emulparams/armelfb.sh,
1600 * emulparams/armelfb_fbsd.sh, * emulparams/armelfb_fuchsia.sh,
1601 * emulparams/armelfb_linux.sh, * emulparams/armelfb_linux_eabi.sh,
1602 * emulparams/armelfb_linux_fdpiceabi.sh,
1603 * emulparams/armelfb_nacl.sh, * emulparams/armelfb_nbsd.sh,
1604 * emulparams/armsymbian.sh, * emulparams/cskyelf_linux.sh,
1605 * emulparams/elf32_sparc_sol2.sh,
1606 * emulparams/elf32_sparc_vxworks.sh, * emulparams/elf32_tic6x_be.sh,
1607 * emulparams/elf32_tic6x_elf_be.sh,
1608 * emulparams/elf32_tic6x_elf_le.sh,
1609 * emulparams/elf32_tic6x_linux_be.sh,
1610 * emulparams/elf32_tic6x_linux_le.sh,
1611 * emulparams/elf32_x86_64.sh, * emulparams/elf32_x86_64_nacl.sh,
1612 * emulparams/elf32b4300.sh, * emulparams/elf32bfinfd.sh,
1613 * emulparams/elf32bmipn32.sh, * emulparams/elf32bsmip.sh,
1614 * emulparams/elf32btsmip.sh, * emulparams/elf32btsmip_fbsd.sh,
1615 * emulparams/elf32btsmipn32.sh, * emulparams/elf32btsmipn32_fbsd.sh,
1616 * emulparams/elf32ebmip.sh, * emulparams/elf32ebmipvxworks.sh,
1617 * emulparams/elf32elmip.sh, * emulparams/elf32elmipvxworks.sh,
1618 * emulparams/elf32frvfd.sh, * emulparams/elf32l4300.sh,
1619 * emulparams/elf32lm32fd.sh, * emulparams/elf32lmip.sh,
1620 * emulparams/elf32lppc.sh, * emulparams/elf32lppclinux.sh,
1621 * emulparams/elf32lppcnto.sh, * emulparams/elf32lppcsim.sh,
1622 * emulparams/elf32lr5900.sh, * emulparams/elf32lr5900n32.sh,
1623 * emulparams/elf32lriscv.sh, * emulparams/elf32lriscv_ilp32.sh,
1624 * emulparams/elf32lriscv_ilp32f.sh, * emulparams/elf32lsmip.sh,
1625 * emulparams/elf32ltsmip.sh, * emulparams/elf32ltsmip_fbsd.sh,
1626 * emulparams/elf32ltsmipn32.sh, * emulparams/elf32ltsmipn32_fbsd.sh,
1627 * emulparams/elf32microblazeel.sh, * emulparams/elf32or1k_linux.sh,
1628 * emulparams/elf32ppc.sh, * emulparams/elf32ppc_fbsd.sh,
1629 * emulparams/elf32ppccommon.sh, * emulparams/elf32ppclinux.sh,
1630 * emulparams/elf32ppcnto.sh, * emulparams/elf32ppcsim.sh,
1631 * emulparams/elf32ppcvxworks.sh, * emulparams/elf32ppcwindiss.sh,
1632 * emulparams/elf32tilegx_be.sh, * emulparams/elf64_ia64_fbsd.sh,
1633 * emulparams/elf64_sparc_fbsd.sh, * emulparams/elf64_sparc_sol2.sh,
1634 * emulparams/elf64alpha_fbsd.sh, * emulparams/elf64alpha_nbsd.sh,
1635 * emulparams/elf64bmip-defs.sh, * emulparams/elf64bmip.sh,
1636 * emulparams/elf64btsmip.sh, * emulparams/elf64btsmip_fbsd.sh,
1637 * emulparams/elf64lppc.sh, * emulparams/elf64lriscv-defs.sh,
1638 * emulparams/elf64lriscv.sh, * emulparams/elf64lriscv_lp64.sh,
1639 * emulparams/elf64lriscv_lp64f.sh, * emulparams/elf64ltsmip.sh,
1640 * emulparams/elf64ltsmip_fbsd.sh, * emulparams/elf64ppc.sh,
1641 * emulparams/elf64ppc_fbsd.sh, * emulparams/elf64rdos.sh,
1642 * emulparams/elf64tilegx_be.sh, * emulparams/elf_i386.sh,
1643 * emulparams/elf_i386_be.sh, * emulparams/elf_i386_fbsd.sh,
1644 * emulparams/elf_i386_ldso.sh, * emulparams/elf_i386_nacl.sh,
1645 * emulparams/elf_i386_sol2.sh, * emulparams/elf_i386_vxworks.sh,
1646 * emulparams/elf_iamcu.sh, * emulparams/elf_k1om.sh,
1647 * emulparams/elf_k1om_fbsd.sh, * emulparams/elf_l1om.sh,
1648 * emulparams/elf_l1om_fbsd.sh, * emulparams/elf_x86_64.sh,
1649 * emulparams/elf_x86_64_cloudabi.sh,
1650 * emulparams/elf_x86_64_fbsd.sh, * emulparams/elf_x86_64_nacl.sh,
1651 * emulparams/elf_x86_64_sol2.sh, * emulparams/h8300helf.sh,
1652 * emulparams/h8300helf_linux.sh, * emulparams/h8300hnelf.sh,
1653 * emulparams/h8300self.sh, * emulparams/h8300self_linux.sh,
1654 * emulparams/h8300snelf.sh, * emulparams/h8300sxelf.sh,
1655 * emulparams/h8300sxelf_linux.sh, * emulparams/h8300sxnelf.sh,
1656 * emulparams/hppanbsd.sh, * emulparams/hppaobsd.sh,
1657 * emulparams/m32rlelf.sh, * emulparams/m32rlelf_linux.sh,
1658 * emulparams/m68kelfnbsd.sh, * emulparams/mn10300.sh,
1659 * emulparams/msp430X.sh, * emulparams/nds32belf.sh,
1660 * emulparams/nds32belf16m.sh, * emulparams/nds32belf_linux.sh,
1661 * emulparams/pjlelf.sh, * emulparams/ppclynx.sh,
1662 * emulparams/score7_elf.sh, * emulparams/shelf_fd.sh,
1663 * emulparams/shelf_linux.sh, * emulparams/shelf_nbsd.sh,
1664 * emulparams/shelf_uclinux.sh, * emulparams/shelf_vxworks.sh,
1665 * emulparams/shl.sh, * emulparams/shlelf.sh,
1666 * emulparams/shlelf_fd.sh, * emulparams/shlelf_nbsd.sh,
1667 * emulparams/shlelf_vxworks.sh: Use source_sh.
1668 * genscripts.sh: Adjust for changed parameters. Emit dependencies
1669 for e*.c to .deps/*.Pc.
1670 (source_sh): New function, use it throughout to source scripts.
1671 * genscrba.sh (source_em): Use source_sh.
1672
1673 2019-04-13 Alan Modra <amodra@gmail.com>
1674
1675 * configure.ac (TDIRS): Build up tdirs in this variable and
1676 AC_SUBST, also using AM_SUBST_NOTMAKE.
1677 * configure: Regenerate.
1678 * Makefile.am (DISTCLEANFILES): Remove tdirs.
1679 * Makefile.in: Regenerate.
1680
1681 2019-04-12 Nick Clifton <nickc@redhat.com>
1682
1683 PR 24450
1684 * ld.texi (Output Section Attributes): Add ALIGN_WITH_INPUT to
1685 example of section attributes.
1686
1687 2019-04-11 Faraz Shahbazker <fshahbazker@wavecomp.com>
1688
1689 * NEWS: Mention new option --no-print-map-discarded.
1690 * ld.h (ld_config_type) <print_map_discarded>: New field.
1691 * ldlang.c (lang_map): Conditionally output discarded sections
1692 in map files based on configuration option.
1693 * ldlex.h (option_values) <OPTION_PRINT_MAP_DISCARDED,
1694 OPTION_NO_PRINT_MAP_DISCARDED>: New.
1695 * ldmain.c (main): Enabled print_map_discarded by default.
1696 * lexsup.c (ld_options): Add new command-line options.
1697 (parse_args) <OPTION_NO_PRINT_MAP_DISCARDED,
1698 OPTION_PRINT_MAP_DISCARDED>: New cases.
1699 * ld.texi: Document new options.
1700 * testsuite/ld-gc/gc.exp: Add new test.
1701 * testsuite/ld-gc/skip-map-discarded.s: New file.
1702 * testsuite/ld-gc/skip-map-discarded.d: New file.
1703 * testsuite/ld-gc/skip-map-discarded.map: New file.
1704
1705 2019-04-11 H.J. Lu <hongjiu.lu@intel.com>
1706
1707 * ld.texi: Document -z cet-report=[none|warning|error].
1708 * emulparams/cet.sh: Add -z cet-report=[none|warning|error].
1709 * testsuite/ld-i386/i386.exp: Run -z cet-report=[warning|error]
1710 tests.
1711 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1712 * testsuite/ld-i386/property-x86-cet1.d: New file.
1713 * testsuite/ld-i386/property-x86-cet2a.d: Likewise.
1714 * testsuite/ld-i386/property-x86-cet2b.d: Likewise.
1715 * testsuite/ld-i386/property-x86-cet3a.d: Likewise.
1716 * testsuite/ld-i386/property-x86-cet3b.d: Likewise.
1717 * testsuite/ld-i386/property-x86-cet4a.d: Likewise.
1718 * testsuite/ld-i386/property-x86-cet4b.d: Likewise.
1719 * testsuite/ld-i386/property-x86-cet5a.d: Likewise.
1720 * testsuite/ld-i386/property-x86-cet5b.d: Likewise.
1721 * testsuite/ld-i386/property-x86-cet6.d: Likewise.
1722 * testsuite/ld-x86-64/property-x86-cet.s: Likewise.
1723 * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise.
1724 * testsuite/ld-x86-64/property-x86-cet1.d: Likewise.
1725 * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise.
1726 * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise.
1727 * testsuite/ld-x86-64/property-x86-cet2b-x32.d: Likewise.
1728 * testsuite/ld-x86-64/property-x86-cet2b.d: Likewise.
1729 * testsuite/ld-x86-64/property-x86-cet3a-x32.d: Likewise.
1730 * testsuite/ld-x86-64/property-x86-cet3a.d: Likewise.
1731 * testsuite/ld-x86-64/property-x86-cet3b-x32.d: Likewise.
1732 * testsuite/ld-x86-64/property-x86-cet3b.d: Likewise.
1733 * testsuite/ld-x86-64/property-x86-cet4a-x32.d: Likewise.
1734 * testsuite/ld-x86-64/property-x86-cet4a.d: Likewise.
1735 * testsuite/ld-x86-64/property-x86-cet4b-x32.d: Likewise.
1736 * testsuite/ld-x86-64/property-x86-cet4b.d: Likewise.
1737 * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise.
1738 * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise.
1739 * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise.
1740 * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise.
1741 * testsuite/ld-x86-64/property-x86-cet6-x32.d: Likewise.
1742 * testsuite/ld-x86-64/property-x86-cet6.d: Likewise.
1743
1744 2019-04-11 H.J. Lu <hongjiu.lu@intel.com>
1745
1746 * testsuite/config/default.exp (STATIC_PIE_LDFLAGS): New. Set
1747 to "-static-pie" if target compiler supports it.
1748 * testsuite/ld-elf/elf.exp: Run -static-pie tests if
1749 $STATIC_PIE_LDFLAGS isn't empty.
1750 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1751
1752 2019-04-11 Tamar Christina <tamar.christina@arm.com>
1753
1754 PR ld/24302
1755 * testsuite/ld-aarch64/aarch64-elf.exp: Add new test.
1756 * testsuite/ld-aarch64/tls-relax-gdesc-le-now.d: New test.
1757
1758 2019-04-10 H.J. Lu <hongjiu.lu@intel.com>
1759
1760 * scripttempl/elf.sc (CREATE_PIC): New. Set for CREATE_SHLIB or
1761 CREATE_PIE.
1762 (__rel_iplt_start): Don't define for CREATE_PIC.
1763 (__rel_iplt_end): Likewise.
1764 (__rela_iplt_start): Likewise.
1765 (__rela_iplt_end): Likewise.
1766
1767 2019-04-10 Alan Modra <amodra@gmail.com>
1768
1769 * testsuite/ld-elf/shared.exp: Don't xfail PR ld/20995 for
1770 powerpc-nto.
1771
1772 2019-04-10 Alan Modra <amodra@gmail.com>
1773
1774 * emultempl/cskyelf.em (csk_elf_before_parse): New function,
1775 setting use_branch_stub false for linux.
1776 (csky_elf_create_output_section_statements): Do emit this
1777 function and all others in the file for linux, plus the branch
1778 option control. Disable branch stubs when non-ELF.
1779
1780 2019-04-10 Alan Modra <amodra@gmail.com>
1781
1782 * Makefile.am (eskyelf.c, eskyelf_linux.c): Depend on cskyelf.em.
1783 (ecskyelf_linux.c): Depend on cskyelf.sh.
1784 (eelf32microblazeel.c): Depend on elf32microblaze.sh.
1785 * Makefile.in: Regenerate.
1786 * emulparams/cskyelf.sh: Comment regarding cskelf_linux.sh.
1787 (PAGE_SIZE): Don't define.
1788 * emulparams/cskyelf_linux.sh: Source sckyelf.sh, leaving just
1789 the differing variable defs/undefs.
1790 * emulparams/elf32mcore.sh (PAGE_SIZE): Don't define.
1791 * emulparams/elf32microblaze.sh: Comment re. elf32microblazeel.sh.
1792 (OUTPUT_FORMAT): Use BIG_OUTPUT_FORMAT.
1793 (PAGE_SIZE): Don't define.
1794 * emulparams/elf32microblazeel.sh: Source elf32microblaze.sh,
1795 leaving just the differing OUTPUT_FORMAT.
1796
1797 2019-04-10 Alan Modra <amodra@gmail.com>
1798
1799 * po/BLD-POTFILES.in: Regenerate.
1800
1801 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1802
1803 * testsuite/ld-elf/shared.exp: XFAIL PR ld/20995 tests for
1804 lynxos and nto targets.
1805
1806 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1807
1808 * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_chaos.c.
1809 (eelf_i386_chaos.c): Removed.
1810 * Makefile.in: Regenerated.
1811 * configure.tgt: Remove i[3-7]86-*-kaos*.
1812 * emulparams/elf_i386_chaos.sh: Removed.
1813
1814 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1815
1816 * emulparams/elf_i386_be.sh (EXTRA_EM_FILE): New.
1817 * emulparams/i386moss.sh (EXTRA_EM_FILE): Likewise.
1818
1819 2019-04-08 Alan Modra <amodra@gmail.com>
1820
1821 * emulparams/elf64rdos.sh (EXTRA_EM_FILE): Define.
1822 * emulparams/i386lynx.sh (EXTRA_EM_FILE): Define.
1823 * emulparams/i386nto.sh (EXTRA_EM_FILE): Define.
1824
1825 2019-04-06 H.J. Lu <hongjiu.lu@intel.com>
1826
1827 * Makefile.am (ELF_X86_DEPS): Add $(srcdir)/emultempl/elf-x86.em.
1828 (eelf_i386_sol2.c): Also depend on
1829 $(srcdir)/emultempl/solaris2-x86.em.
1830 (eelf_x86_64_sol2.c): Likewise.
1831 * Makefile.in: Regenerated.
1832 * emulparams/call_nop.sh: Set x86-specific linker options via
1833 params.
1834 * emulparams/cet.sh: Likewise.
1835 * emulparams/reloc_overflow.sh: Likewise.
1836 * emulparams/elf32_x86_64.sh (EXTRA_EM_FILE): New. Set to
1837 "elf-x86".
1838 * emulparams/elf_i386.sh: Likewise.
1839 * emulparams/elf_i386_be.sh: Likewise.
1840 * emulparams/elf_i386_chaos.sh: Likewise.
1841 * emulparams/elf_i386_ldso.sh: Likewise.
1842 * emulparams/elf_i386_vxworks.sh: Likewise.
1843 * emulparams/elf_iamcu.sh: Likewise.
1844 * emulparams/elf_k1om.sh: Likewise.
1845 * emulparams/elf_l1om.sh: Likewise.
1846 * emulparams/elf_x86_64.sh: Likewise.
1847 * emulparams/elf_i386_sol2.sh (EXTRA_EM_FILE): Changed to
1848 "solaris2-x86".
1849 * emulparams/elf_x86_64_sol2.sh: Likewise.
1850 * emultempl/elf-x86.em: New file.
1851 * emultempl/solaris2-x86.em: Likewise.
1852 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
1853 set link_info.call_nop_byte.
1854
1855 2019-04-05 Alan Modra <amodra@gmail.com>
1856
1857 * testsuite/ld-powerpc/tlsexe32.d: Remove trailing spaces.
1858 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
1859 * testsuite/ld-powerpc/tlsopt5_32.d: Likewise.
1860
1861 2019-04-03 Alan Modra <amodra@gmail.com>
1862
1863 PR 24411
1864 ldlex.l (SYMBOLNAMECHAR1): Don't match '/'.
1865 (<EXPRESSION>"/DISCARD/"): New.
1866
1867 2019-04-03 Alan Modra <amodra@gmail.com>
1868
1869 * ldlex.l: Formatting.
1870 (CMDFILENAMECHAR, CMDFILENAMECHAR1): Delete.
1871 (FILENAMECHAR1, SYMBOLNAMECHAR1, FILENAMECHAR, WILDCHAR),
1872 (NOCFILENAMECHAR): Remove duplicate chars. Reorder.
1873 (SYMBOLCHARN): Likewise. Rename to SYMBOLNAMECHAR.
1874 (<INPUTLIST>"$SYSROOT"..): Delete rule.
1875
1876 2019-03-29 Max Filippov <jcmvbkbc@gmail.com>
1877
1878 * testsuite/ld-xtensa/relax-undef-weak-pie-export-dynamic.d: New
1879 test definition.
1880 * testsuite/ld-xtensa/xtensa.exp
1881 (relax-undef-weak-pie-export-dynamic): Add new test.
1882
1883 2019-03-26 Martin Liska <mliska@suse.cz>
1884
1885 * plugin.c (get_symbols): Add lto_kind_str, lto_resolution_str,
1886 lto_visibility_str and use then to inform about plugin-symbols.
1887 * testsuite/ld-plugin/plugin-12.d: Adjust expected pattern.
1888
1889 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1890
1891 * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Update disassembly.
1892 * testsuite/ld-arm/jump-reloc-veneers-long.d: Update disassembly.
1893
1894 2019-03-21 Sudakshina Das <sudi.das@arm.com>
1895
1896 * testsuite/ld-aarch64/aarch64-elf.exp: Add new test.
1897 * testsuite/ld-aarch64/bti-plt-1.s: Add .ifdef for PAC note section.
1898 * testsuite/ld-aarch64/bti-plt-6.d: Update warning.
1899 * testsuite/ld-aarch64/bti-plt-7.d: Likewise.
1900 * testsuite/ld-aarch64/bti-warn.d: New test.
1901
1902 2019-03-21 Alan Modra <amodra@gmail.com>
1903
1904 * testsuite/ld-elf/fini2.s: Reduce alignment.
1905 * testsuite/ld-elf/fini3.s: Likewise.
1906 * testsuite/ld-elf/finin.s: Likewise.
1907 * testsuite/ld-elf/init2.s: Likewise.
1908 * testsuite/ld-elf/init3.s: Likewise.
1909 * testsuite/ld-elf/initn.s: Likewise.
1910 * testsuite/ld-elf/pr14156a.d: Don't xfail m68hc1*-* or xgate-*.
1911 * testsuite/ld-elf/pr14156b.d: Don't xfail xgate-*.
1912
1913 2019-03-21 Alan Modra <amodra@gmail.com>
1914
1915 * scripttempl/alpha.sc, * scripttempl/armbpabi.sc,
1916 * scripttempl/crisaout.sc, * scripttempl/elf32cr16.sc,
1917 * scripttempl/elf32crx.sc, * scripttempl/elf32xc16x.sc,
1918 * scripttempl/elf32xc16xl.sc, * scripttempl/elf32xc16xs.sc,
1919 * scripttempl/elf64hppa.sc, * scripttempl/elf_chaos.sc,
1920 * scripttempl/elfarc.sc, * scripttempl/elfarcv2.sc,
1921 * scripttempl/elfd30v.sc, * scripttempl/elfm68hc11.sc,
1922 * scripttempl/elfm68hc12.sc, * scripttempl/elfm9s12z.sc,
1923 * scripttempl/elfmicroblaze.sc, * scripttempl/elfxgate.sc,
1924 * scripttempl/elfxtensa.sc, * scripttempl/epiphany_4x4.sc,
1925 * scripttempl/ft32.sc, * scripttempl/i386beos.sc,
1926 * scripttempl/iq2000.sc, * scripttempl/mcorepe.sc,
1927 * scripttempl/mep.sc, * scripttempl/mips.sc, * scripttempl/moxie.sc,
1928 * scripttempl/pe.sc, * scripttempl/pep.sc, * scripttempl/ppcpe.sc,
1929 * scripttempl/tic4xcoff.sc, * scripttempl/tic80coff.sc,
1930 * scripttempl/v850.sc, * scripttempl/v850_rh850.sc,
1931 * scripttempl/visium.sc, * scripttempl/xstormy16.sc: Add KEEP and
1932 SORT_NONE to .init and .fini wildcards.
1933 * scripttempl/elf32xc16x.sc,
1934 * scripttempl/elf32xc16xl.sc,
1935 * scripttempl/elf32xc16xs.sc: Add .fini wildcard.
1936 * scripttempl/elf_chaos.sc: Add .init output section.
1937 * scripttempl/elfd30v.sc: Remove duplicate .init.
1938 * scripttempl/elfm68hc11.sc, * scripttempl/elfm68hc12.sc,
1939 * scripttempl/elfm9s12z.sc, * scripttempl/elfxgate.sc: Remove
1940 duplicate .init, and add .fini wildcard.
1941 * scripttempl/ppcpe.sc (INIT, FINI): Delete.
1942 * ldlang.c (update_wild_statements): Special case .init and
1943 .fini in the wildcard, not the output section.
1944
1945 2019-03-21 Alan Modra <amodra@gmail.com>
1946
1947 * emulparams/elf32lm32fd.sh (DYNAMIC_LINK): Undef.
1948
1949 2019-03-21 Alan Modra <amodra@gmail.com>
1950
1951 * ldlang.c (lang_size_sections_1): Set SEC_KEEP on
1952 create_object_symbols_section.
1953 * testsuite/ld-elf/pr22319.d: Don't xfail dlx.
1954
1955 2019-03-18 Alan Modra <amodra@gmail.com>
1956
1957 * testsuite/ld-elf/merge.d: Remove csky from xfails, add moxie.
1958 * testsuite/ld-elf/pr21884.d: Remove csky from xfails.
1959 * testsuite/ld-elf/shared.exp: Add csky to list not xfailing pr22374.
1960 * testsuite/ld-unique/pr21529.d: Remove csky from xfails
1961
1962 2019-03-15 Nick Clifton <nickc@redhat.com>
1963
1964 PR 24262
1965 * ld.texi (-plugin): Correct the path used to locate linker
1966 plugins.
1967
1968 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1969
1970 * NEWS: Document --pac-plt.
1971 * emultempl/aarch64elf.em (OPTION_PAC_PLT): New.
1972 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add pac-plt.
1973 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_PAC_PLT.
1974 * testsuite/ld-aarch64/aarch64-elf.exp: Add the following tests.
1975 * testsuite/ld-aarch64/bti-pac-plt-1.d: New test.
1976 * testsuite/ld-aarch64/bti-pac-plt-2.d: New test.
1977 * testsuite/ld-aarch64/pac-plt-1.d: New test.
1978 * testsuite/ld-aarch64/pac-plt-2.d: New test.
1979 * testsuite/ld-aarch64/bti-plt-1.s: Add .ifndef directive.
1980
1981 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1982 Szabolcs Nagy <szabolcs.nagy@arm.com>
1983
1984 * NEWS: Document --force-bti.
1985 * emultempl/aarch64elf.em (plt_type, bti_type, OPTION_FORCE_BTI): New.
1986 (PARSE_AND_LIST_SHORTOPTS, PARSE_AND_LIST_OPTIONS): Add force-bti.
1987 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_FORCE_BTI.
1988 * testsuite/ld-aarch64/aarch64-elf.exp: Add all the tests below.
1989 * testsuite/ld-aarch64/bti-plt-1.d: New test.
1990 * testsuite/ld-aarch64/bti-plt-1.s: New test.
1991 * testsuite/ld-aarch64/bti-plt-2.d: New test.
1992 * testsuite/ld-aarch64/bti-plt-3.d: New test.
1993 * testsuite/ld-aarch64/bti-plt-4.d: New test.
1994 * testsuite/ld-aarch64/bti-plt-5.d: New test.
1995 * testsuite/ld-aarch64/bti-plt-6.d: New test.
1996 * testsuite/ld-aarch64/bti-plt-7.d: New test.
1997 * testsuite/ld-aarch64/bti-plt-so.s: New test.
1998 * testsuite/ld-aarch64/bti-plt.ld: New test.
1999
2000 2019-03-13 Sudakshina Das <sudi.das@arm.com>
2001
2002 * NEWS: Document GNU_PROPERTY_AARCH64_FEATURE_1_BTI and
2003 GNU_PROPERTY_AARCH64_FEATURE_1_PAC.
2004 * testsuite/ld-aarch64/aarch64-elf.exp: Add run commands for new tests.
2005 * testsuite/ld-aarch64/property-bti-pac1.d: New test.
2006 * testsuite/ld-aarch64/property-bti-pac1.s: New test.
2007 * testsuite/ld-aarch64/property-bti-pac2.d: New test.
2008 * testsuite/ld-aarch64/property-bti-pac2.s: New test.
2009 * testsuite/ld-aarch64/property-bti-pac3.d: New test.
2010
2011 2019-03-13 H.J. Lu <hongjiu.lu@intel.com>
2012
2013 PR ld/24322
2014 * testsuite/ld-i386/i386.exp: Run PR ld/24322 tests.
2015 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2016 * testsuite/ld-i386/pr24322a.d: New file.
2017 * testsuite/ld-i386/pr24322b.d: Likewise.
2018 * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
2019 * testsuite/ld-x86-64/pr24322a.d: Likewise.
2020 * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
2021 * testsuite/ld-x86-64/pr24322b.d: Likewise.
2022 * testsuite/ld-x86-64/pr24322a.s: Likewise.
2023 * testsuite/ld-x86-64/pr24322b.s: Likewise.
2024 * testsuite/ld-x86-64/pr24322c.s: Likewise.
2025
2026 2019-03-06 Nick Bowler <nbowler@draconx.ca>
2027
2028 PR 24289
2029 * ldexp.c (fold_name): Allow lookups of the LENGTH and ORIGIN
2030 attributes during the first phase.
2031
2032 2019-03-01 Andreas Krebbel <krebbel@linux.ibm.com>
2033
2034 This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.
2035 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
2036
2037 PR 20113
2038 * emulparams/elf64_s390.sh (SEPARATE_GOTPLT): Define.
2039 * emulparams/elf_s390.sh (SEPARATE_GOTPLT): Define.
2040 * testsuite/ld-s390/gotreloc_31-1.dd: Update expected output.
2041 * testsuite/ld-s390/tlsbin.dd: Likewise.
2042 * testsuite/ld-s390/tlsbin.rd: Likewise.
2043 * testsuite/ld-s390/tlsbin.sd: Likewise.
2044 * testsuite/ld-s390/tlsbin_64.dd: Likewise.
2045 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
2046 * testsuite/ld-s390/tlsbin_64.sd: Likewise.
2047 * testsuite/ld-s390/tlspic.dd: Likewise.
2048 * testsuite/ld-s390/tlspic.rd: Likewise.
2049 * testsuite/ld-s390/tlspic.sd: Likewise.
2050 * testsuite/ld-s390/tlspic_64.dd: Likewise.
2051 * testsuite/ld-s390/tlspic_64.rd: Likewise.
2052 * testsuite/ld-s390/tlspic_64.sd: Likewise.
2053 * testsuite/ld-s390/s390.exp: Skip s390 tests for tpf targets.
2054
2055 2019-02-27 H.J. Lu <hongjiu.lu@intel.com>
2056
2057 PR ld/24276
2058 * testsuite/ld-i386/i386.exp: Run PR ld/24276 test.
2059 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2060 * testsuite/ld-i386/pr24276.dso: New file.
2061 * testsuite/ld-i386/pr24276.warn: Likewise.
2062 * testsuite/ld-x86-64/pr24276.dso: Likewise.
2063 * testsuite/ld-x86-64/pr24276.warn: Likewise.
2064
2065 2019-02-20 Eric Tsai <erictsai@cadence.com>
2066
2067 * testsuite/ld-xtensa/call_overflow.d: New test definition.
2068 * testsuite/ld-xtensa/call_overflow1.s: New test source.
2069 * testsuite/ld-xtensa/call_overflow2.s: New test source.
2070 * testsuite/ld-xtensa/call_overflow3.s: New test source.
2071 * testsuite/ld-xtensa/xtensa.exp: Add call_overflow test.
2072
2073 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
2074
2075 * testsuite/ld-elf/elf.exp: Remove Hurd XFAILs.
2076
2077 2019-02-12 Nick Clifton <nickc@redhat.com>
2078
2079 * po/fr.po: Updated French translation.
2080
2081 2019-02-09 Vineet Gupta <vgupta@synopsys.com>
2082
2083 * emultempl/arclinux.em: Delete special INIT/FINI handling.
2084
2085 2019-02-07 Nick Clifton <nickc@redhat.com>
2086
2087 PR 24175
2088 * ld.texi (Options): Add missing word to the description of the
2089 --start-group option.
2090
2091 2019-02-06 Alan Modra <amodra@gmail.com>
2092
2093 PR ld/24008
2094 * testsuite/ld-scripts/pr24008.d: Pass with extra target
2095 defined symbols.
2096
2097 2019-02-05 H.J. Lu <hongjiu.lu@intel.com>
2098
2099 PR ld/24151
2100 * testsuite/ld-x86-64/pr24151a-x32.d: New file.
2101 * testsuite/ld-x86-64/pr24151a.d: Likewise.
2102 * testsuite/ld-x86-64/pr24151a.s: Likewise.
2103 * testsuite/ld-x86-64/x86-64.exp: Run pr24151a and pr24151a-x32.
2104
2105 2019-01-31 Alan Modra <amodra@gmail.com>
2106
2107 * NEWS: Mention -t change.
2108 * ld.texi (--trace/-t): Expand documentation a little.
2109
2110 2019-01-29 H.J. Lu <hongjiu.lu@intel.com>
2111
2112 PR ld/24008
2113 * testsuite/ld-scripts/defined.exp: Run pr24008.
2114 * testsuite/ld-scripts/pr24008.d: New file.
2115 * testsuite/ld-scripts/pr24008.map: Likewise.
2116 * testsuite/ld-scripts/pr24008.s: Likewise.
2117 * testsuite/ld-scripts/pr24008.t: Likewise.
2118
2119 2019-01-29 Eric Botcazou <ebotcazou@adacore.com>
2120
2121 * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on SPARC.
2122
2123 2019-01-28 Alan Modra <amodra@gmail.com>
2124
2125 PR 24008
2126 * ldexp.h (lang_phase_type): Add lang_fixed_phase_enum.
2127 * ldexp.c (fold_name): Move expld.assign_name check later to
2128 avoid an extra lookup.
2129 (exp_fold_tree_1): When lang_fixed_phase_enum, don't change symbol
2130 values, and don't clear expld.assign_name.
2131 * ldlang.c (lang_map): Set expld.phase to lang_fixed_phase_enum.
2132 (print_assignment): Resolve entire assignment expression.
2133 Don't access symbol u.def unless symbol is defined.
2134
2135 2019-01-25 Nick Clifton <nickc@redhat.com>
2136
2137 * po/bg.po: Updated Bulgarian translation.
2138
2139 2019-01-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
2140
2141 * ld.texi (--wrap): Add warning that LTO may make this feature
2142 ineffective.
2143
2144 2019-01-21 Nick Clifton <nickc@redhat.com>
2145
2146 * po/uk.po: Updated Ukranian translation.
2147 * po/pr_BR.po: Updated Brazilian Portuguese translation.
2148
2149 2019-01-21 Nick Clifton <nickc@redhat.com>
2150
2151 PR 24108
2152 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update
2153 expected error message.
2154
2155 2019-01-19 Nick Clifton <nickc@redhat.com>
2156
2157 * configure: Regenerate.
2158 * po/ld.pot: Regenerate.
2159
2160 2018-06-24 Nick Clifton <nickc@redhat.com>
2161
2162 2.32 branch created.
2163
2164 2019-01-16 Kito Cheng <kito@andestech.com>
2165
2166 * testsuite/ld-elf/orphan-region.d: XFAIL for RISC-V, because add new
2167 section.
2168 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Add new tests.
2169 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: New test.
2170 * testsuite/ld-riscv-elf/attr-merge-arch-01a.s: Likewise.
2171 * testsuite/ld-riscv-elf/attr-merge-arch-01b.s: Likewise.
2172 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2173 * testsuite/ld-riscv-elf/attr-merge-arch-02a.s: Likewise.
2174 * testsuite/ld-riscv-elf/attr-merge-arch-02b.s: Likewise.
2175 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2176 * testsuite/ld-riscv-elf/attr-merge-arch-03a.s: Likewise.
2177 * testsuite/ld-riscv-elf/attr-merge-arch-03b.s: Likewise.
2178 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Likewise.
2179 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01a.s: Likewise.
2180 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01b.s: Likewise.
2181 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
2182 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
2183 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
2184 * testsuite/ld-riscv-elf/attr-merge-stack-align-a.s: Likewise.
2185 * testsuite/ld-riscv-elf/attr-merge-stack-align-b.s: Likewise.
2186 * testsuite/ld-riscv-elf/attr-merge-stack-align-failed-a.s: Likewise.
2187 * testsuite/ld-riscv-elf/attr-merge-stack-align-failed-b.s: Likewise.
2188 * testsuite/ld-riscv-elf/attr-merge-stack-align-failed.d: Likewise.
2189 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
2190 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
2191 * testsuite/ld-riscv-elf/attr-merge-strict-align-01a.s: Likewise.
2192 * testsuite/ld-riscv-elf/attr-merge-strict-align-01b.s: Likewise.
2193 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
2194 * testsuite/ld-riscv-elf/attr-merge-strict-align-02a.s: Likewise.
2195 * testsuite/ld-riscv-elf/attr-merge-strict-align-02b.s: Likewise.
2196 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
2197 * testsuite/ld-riscv-elf/attr-merge-strict-align-03a.s: Likewise.
2198 * testsuite/ld-riscv-elf/attr-merge-strict-align-03b.s: Likewise.
2199 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
2200 * testsuite/ld-riscv-elf/attr-merge-strict-align-04a.s: Likewise.
2201 * testsuite/ld-riscv-elf/attr-merge-strict-align-04b.s: Likewise.
2202 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
2203 * testsuite/ld-riscv-elf/attr-merge-strict-align-05a.s: Likewise.
2204 * testsuite/ld-riscv-elf/attr-merge-strict-align-05b.s: Likewise.
2205
2206 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
2207
2208 PR 20113
2209 * emulparams/elf64_s390.sh (SEPARATE_GOTPLT): Define.
2210 * emulparams/elf_s390.sh (SEPARATE_GOTPLT): Define.
2211 * testsuite/ld-s390/gotreloc_31-1.dd: Update expected output.
2212 * testsuite/ld-s390/tlsbin.dd: Likewise.
2213 * testsuite/ld-s390/tlsbin.rd: Likewise.
2214 * testsuite/ld-s390/tlsbin.sd: Likewise.
2215 * testsuite/ld-s390/tlsbin_64.dd: Likewise.
2216 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
2217 * testsuite/ld-s390/tlsbin_64.sd: Likewise.
2218 * testsuite/ld-s390/tlspic.dd: Likewise.
2219 * testsuite/ld-s390/tlspic.rd: Likewise.
2220 * testsuite/ld-s390/tlspic.sd: Likewise.
2221 * testsuite/ld-s390/tlspic_64.dd: Likewise.
2222 * testsuite/ld-s390/tlspic_64.rd: Likewise.
2223 * testsuite/ld-s390/tlspic_64.sd: Likewise.
2224 * testsuite/ld-s390/s390.exp: Skip s390 tests for tpf targets.
2225
2226 2019-01-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
2227
2228 * ld.texi (--wrap): Add example to emphasise that only undefined
2229 references are replaced by the linker.
2230
2231 2019-01-09 Nick Clifton <nickc@redhat.com>
2232
2233 * po/es.po: Updated Spanish translation.
2234
2235 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
2236
2237 * configure: Regenerate.
2238
2239 2019-01-08 Alan Modra <amodra@gmail.com>
2240
2241 * testsuite/ld-elf/sec64k.exp: Use . rather than $objdir in
2242 generated source file names.
2243 * testsuite/ld-m68k/m68k-got.exp: Likewise.
2244
2245 2019-01-01 Alan Modra <amodra@gmail.com>
2246
2247 Update year range in copyright notice of all files.
2248
2249 For older changes see ChangeLog-2018
2250 \f
2251 Copyright (C) 2019 Free Software Foundation, Inc.
2252
2253 Copying and distribution of this file, with or without modification,
2254 are permitted in any medium without royalty provided the copyright
2255 notice and this notice are preserved.
2256
2257 Local Variables:
2258 mode: change-log
2259 left-margin: 8
2260 fill-column: 74
2261 version-control: never
2262 End: