]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Add a test for PR ld/21384
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
73ec947d
AM
12017-05-02 Alan Modra <amodra@gmail.com>
2
3 PR 21384
4 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Test h->non_elf
5 rather than h->root.type == bfd_link_hash_new.
6 (bfd_elf_record_link_assignment): Similarly, call
7 bfd_elf_link_mark_dynamic_symbol when h->non_elf.
8
a941291c
AM
92017-04-29 Alan Modra <amodra@gmail.com>
10
11 PR 21432
12 * reloc.c (reloc_offset_in_range): New function.
13 (bfd_perform_relocation, bfd_install_relocation): Use it.
14 (_bfd_final_link_relocate): Likewise.
15
750eaa47
L
162017-04-28 H.J. Lu <hongjiu.lu@intel.com>
17
18 * elf32-i386.c (elf_i386_allocate_dynrelocs): Check plt_got
19 before using .plt.got.
20 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
21
5b66fac4
L
222017-04-27 H.J. Lu <hongjiu.lu@intel.com>
23
24 * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Use "="
25 instead of "+=" to update 0.
26
de9a3c42
L
272017-04-27 H.J. Lu <hongjiu.lu@intel.com>
28
29 * elf32-i386.c (elf_i386_create_dynamic_sections): Create the
30 .plt.got section here.
31 (elf_i386_check_relocs): Don't create the .plt.got section.
32 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Create
33 the .plt.got and .plt.bnd sections here.
34 (elf_x86_64_check_relocs): Don't create the .plt.got nor
35 .plt.bnd sections.
36
da3d25af
L
372017-04-27 H.J. Lu <hongjiu.lu@intel.com>
38
39 * elf64-x86-64.c (elf_x86_64_link_hash_entry): Remove
40 has_bnd_reloc.
41 (elf_x86_64_link_hash_newfunc): Don't clear has_bnd_reloc.
42 (elf_x86_64_copy_indirect_symbol): Don't copy has_bnd_reloc.
43 (elf_x86_64_check_relocs): Don't set has_bnd_reloc.
44 (elf_x86_64_finish_dynamic_symbol): Check bndplt instead of
45 has_bnd_reloc.
46
fba37edd
L
472017-04-27 H.J. Lu <hongjiu.lu@intel.com>
48
49 * elf-bfd.h (elf_backend_data): Change setup_gnu_properties
50 to return bfd *.
51 (_bfd_elf_link_setup_gnu_properties): Return bfd *.
52 * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Return
53 the first relocatable ELF input with GNU properties.
54
1f78f649
L
552017-04-27 H.J. Lu <hongjiu.lu@intel.com>
56
57 * elf32-i386.c (elf_i386_finish_dynamic_sections): Simplify
58 VxWorks for non-PIC.
59
76c20d54
AM
602017-04-27 Alan Modra <amodra@gmail.com>
61
62 * elf-bfd.h (struct elf_backend_data): Make asection param of
63 elf_backend_eh_frame_address_size const.
64 (_bfd_elf_eh_frame_address_size): Likewise.
65 * elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): Likewise.
66 * elf32-msp430.c (elf32_msp430_eh_frame_address_size): Likewise.
67 * elfxx-mips.c (_bfd_mips_elf_eh_frame_address_size): Likewise.
68 * elfxx-mips.h (_bfd_mips_elf_eh_frame_address_size): Likewise.
69 * elf-eh-frame.c (_bfd_elf_eh_frame_address_size): Likewise.
70 (next_cie_fde_offset): Constify params.
71 (offset_adjust, adjust_eh_frame_local_symbols): Likewise.
72
d7153c4a
AM
732017-04-27 Alan Modra <amodra@gmail.com>
74
75 * elf-bfd.h (struct eh_cie_fde): Add aug_str_len and aug_data_len.
76 (_bfd_elf_adjust_eh_frame_global_symbol): Declare.
77 * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Set aug_str_len and
78 aug_data_len.
79 (offset_adjust): New function.
80 (_bfd_elf_adjust_eh_frame_global_symbol): Likewise.
81 (adjust_eh_frame_local_symbols): Likewise.
82 (_bfd_elf_discard_section_eh_frame): Call adjust_eh_frame_local_symbols
83 after changing anything. Return true if anything changed.
84 * elflink.c (bfd_elf_discard_info): If .eh_frame changed, call
85 _bfd_elf_adjust_eh_frame_global_symbol for globals.
86
641338d8
AM
872017-04-27 Alan Modra <amodra@gmail.com>
88
89 * elflink.c (_bfd_elf_link_hash_hide_symbol): Clear dynstr_index
90 when force_local.
91
21d68fcd
AM
922017-04-27 Alan Modra <amodra@gmail.com>
93
94 * elf32-ppc.c (UNDEFWEAK_NO_DYNAMIC_RELOC): Define.
95 (ppc_elf_select_plt_layout, ppc_elf_tls_setup): Use it.
96 (ppc_elf_adjust_dynamic_symbol, allocate_dynrelocs): Likewise.
97 (ppc_elf_relocate_section): Likewise. Delete silly optimisation
98 for undef and undefweak dyn_relocs.
99 * elf64-ppc.c (UNDEFWEAK_NO_DYNAMIC_RELOC): Define.
100 (ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup): Use it.
101 (allocate_got, allocate_dynrelocs): Likewise.
102 (ppc64_elf_relocate_section): Likewise.
103
97d343d4
L
1042017-04-26 H.J. Lu <hongjiu.lu@intel.com>
105
106 * elf32-i386.c (elf_i386_size_dynamic_sections): Alwasys add
107 DT_PLTRELSZ, DT_PLTREL and DT_JMPREL for .rel.plt section.
108 * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Alwasys
109 add DT_PLTRELSZ, DT_PLTREL and DT_JMPREL for .rela.plt section.
110
04b31182
NC
1112017-04-26 Nick Clifton <nickc@redhat.com>
112
113 PR binutils/21434
114 * reloc.c (bfd_perform_relocation): Check for a negative address
115 in the reloc.
116
23ec1e32
MR
1172017-04-26 Maciej W. Rozycki <macro@imgtec.com>
118
119 PR ld/21334
120 * elf-bfd.h (elf_backend_data): Add `always_renumber_dynsyms'
121 member.
122 * elfxx-target.h [!elf_backend_always_renumber_dynsyms]
123 (elf_backend_always_renumber_dynsyms): Define.
124 (elfNN_bed): Initialize `always_renumber_dynsyms' member.
125 * elfxx-mips.h (elf_backend_always_renumber_dynsyms): Define.
126 * elflink.c (bfd_elf_size_dynamic_sections): Also call
127 `_bfd_elf_link_renumber_dynsyms' if the backend has requested
128 it.
129 (bfd_elf_size_dynsym_hash_dynstr): Likewise.
130
c46cec3a
MR
1312017-04-26 Maciej W. Rozycki <macro@imgtec.com>
132
133 * elflink.c (bfd_elf_size_dynamic_sections): Only call
134 `_bfd_elf_link_renumber_dynsyms' after section GC if dynamic
135 sections have been created.
136
e63d1232
NC
1372017-04-26 Nick Clifton <nickc@redhat.com>
138
139 PR binutils/21431
140 * compress.c (bfd_init_section_compress_status): Check the return
141 value from bfd_malloc.
142
9e9821dd
L
1432017-04-24 H.J. Lu <hongjiu.lu@intel.com>
144
145 * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add
146 no_finish_dynamic_symbol.
147 (elf_x86_64_link_hash_newfunc): Set no_finish_dynamic_symbol to
148 0.
149 (elf_x86_64_allocate_dynrelocs): If a symbol isn't undefined
150 weak symbol, don't make it dynamic.
151 (elf_x86_64_relocate_section): If a symbol isn't dynamic in PIC,
152 set no_finish_dynamic_symbol and generate R_X86_64_RELATIVE
153 relocation for GOT reference.
154 (elf_x86_64_finish_dynamic_symbol): Abort if
155 no_finish_dynamic_symbol isn't 0.
156
0dc9a308
L
1572017-04-24 H.J. Lu <hongjiu.lu@intel.com>
158
159 PR ld/21402
160 * elf32-i386.c (elf_i386_allocate_dynrelocs): If a symbol isn't
161 undefined weak symbol, don't make it dynamic.
162 (elf_i386_relocate_section): If a symbol isn't dynamic in PIC,
163 set no_finish_dynamic_symbol and generate R_386_RELATIVE
164 relocation for R_386_GOT32.
165
1587442d
L
1662017-04-24 H.J. Lu <hongjiu.lu@intel.com>
167
168 PR ld/21425
169 * elf32-i386.c (ELF_MAXPAGESIZE): Set to 0x1000 for VxWorks.
170
7eacd66b
AM
1712017-04-23 Alan Modra <amodra@gmail.com>
172
173 PR 21414
174 * section.c (GLOBAL_SYM_INIT): Make available in bfd.h.
175 * elf.c (lcomm_sym): New.
176 (_bfd_elf_large_com_section): Use lcomm_sym section symbol.
177 * bfd-in2.h: Regenerate.
178
bce964aa
AM
1792017-04-23 Alan Modra <amodra@gmail.com>
180
181 PR 21412
182 * elf-bfd.h (struct elf_backend_data <get_reloc_section>): Change
183 parameters and comment.
184 (_bfd_elf_get_reloc_section): Delete.
185 (_bfd_elf_plt_get_reloc_section): Declare.
186 * elf.c (_bfd_elf_plt_get_reloc_section, elf_get_reloc_section):
187 New functions. Don't blindly skip over assumed .rel/.rela prefix.
188 Extracted from..
189 (_bfd_elf_get_reloc_section): ..here. Delete.
190 (assign_section_numbers): Call elf_get_reloc_section.
191 * elf64-ppc.c (elf_backend_get_reloc_section): Define.
192 * elfxx-target.h (elf_backend_get_reloc_section): Update.
193
97e83a10
AM
1942017-04-23 Alan Modra <amodra@gmail.com>
195
196 PR 21409
197 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Don't segfault when
198 no symbols.
199
e133d005
L
2002017-04-21 H.J. Lu <hongjiu.lu@intel.com>
201
202 PR ld/21402
203 * elf32-i386.c (elf_i386_link_hash_entry): Add
204 no_finish_dynamic_symbol.
205 (elf_i386_link_hash_newfunc): Set no_finish_dynamic_symbol to 0.
206 (elf_i386_allocate_dynrelocs): If a symbol isn't undefined weak
207 symbol, don't make it dynamic in PIE.
208 (elf_i386_relocate_section): If a symbol isn't dynamic in PIE,
209 set no_finish_dynamic_symbol and generate R_386_RELATIVE
210 relocation for R_386_GOT32
211 (elf_i386_finish_dynamic_symbol): Abort if no_finish_dynamic_symbol
212 isn't 0.
213
3c5fce9b
L
2142017-04-21 H.J. Lu <hongjiu.lu@intel.com>
215
216 PR ld/19617
217 PR ld/21086
218 * elflink.c (elf_link_add_object_symbols): Require
219 --no-dynamic-linker with -E/--dynamic-list when creating
220 dynamic sections.
221
0fad2956
MR
2222017-04-20 Maciej W. Rozycki <macro@imgtec.com>
223
224 * elflink.c (_bfd_elf_symbol_refs_local_p): Always return TRUE
225 if forced local.
226
64575f78
MR
2272017-04-20 Maciej W. Rozycki <macro@imgtec.com>
228
229 * elfxx-mips.c (_bfd_mips_elf_final_link): Reorder comment about
230 dynamic symbol sorting.
231
59fa66c5
L
2322017-04-20 H.J. Lu <hongjiu.lu@intel.com>
233
234 PR ld/21382
235 * elflink.c (elf_link_add_object_symbols): Preserve
236 dynamic_ref_after_ir_def when restoring the symbol table for
237 unneeded dynamic object.
238
e492d2f8
L
2392017-04-19 H.J. Lu <hongjiu.lu@intel.com>
240
241 PR ld/21401
242 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Don't abort
243 on on undefined IFUNC symbol in the second PLT.
244
10169134
WAF
2452017-04-19 Wedson Almeida Filho <wedsonaf@gmail.com>
246
247 * peXXigen.c (pe_print_reloc): Correct chunk_end.
248
954b63d4
AM
2492017-04-19 Alan Modra <amodra@gmail.com>
250
251 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Hide undefweak
252 or make dynamic for info->dynamic_undefined_weak 0 and 1.
253 * elf32-ppc.c:Formatting.
254 (ensure_undefweak_dynamic): Don't make dynamic when
255 info->dynamic_undefined_weak is zero.
256 (allocate_dynrelocs): Discard undefweak dyn_relocs for
257 info->dynamic_undefined_weak. Discard undef dyn_relocs when
258 not default visibility. Discard undef and undefweak
259 dyn_relocs earlier.
260 (ppc_elf_relocate_section): Adjust to suit.
261 * elf64-ppc.c: Formatting.
262 (ensure_undefweak_dynamic): Don't make dynamic when
263 info->dynamic_undefined_weak is zero.
264 (allocate_dynrelocs): Discard undefweak dyn_relocs for
265 info->dynamic_undefined_weak. Discard them earlier.
266
e6699019
L
2672017-04-17 H.J. Lu <hongjiu.lu@intel.com>
268
269 PR ld/21389
270 * elflink.c (bfd_elf_size_dynamic_sections): Get soname index
271 before generating the version definition section.
272
c5d37467
AM
2732017-04-17 Alan Modra <amodra@gmail.com>
274
275 * elflink.c (_bfd_elf_merge_symbol): Undo dynamic linking
276 state when a regular object file defines a symbol with
277 incompatible type to that defined by an earlier shared lib.
278
63a5468a
AM
2792017-04-13 Alan Modra <amodra@gmail.com>
280
281 * coffcode.h: Wrap some overly long _bfd_error_handler args.
282 * elf.c: Likewise.
283 * elf32-arm.c: Likewise.
284 * elf32-i386.c: Likewise.
285 * elf32-mep.c: Likewise.
286 * elf64-ia64-vms.c: Likewise.
287 * elf64-x86-64.c: Likewise.
288 * elflink.c: Likewise.
289 * elfnn-ia64.c: Likewise.
290 * elfxx-mips.c: Likewise.
291
dae82561
AM
2922017-04-13 Alan Modra <amodra@gmail.com>
293
294 * aoutx.h: Use %B and %A in error messages throughout file.
295 * aout-cris.c: Likewise.
296 * archive.c: Likewise.
297 * binary.c: Likewise.
298 * coff-rs6000.c: Likewise.
299 * coff-tic4x.c: Likewise.
300 * coffcode.h: Likewise.
301 * coffgen.c: Likewise.
302 * cofflink.c: Likewise.
303 * coffswap.h: Likewise.
304 * cpu-arm.c: Likewise.
305 * elf-eh-frame.c: Likewise.
306 * elf-m10300.c: Likewise.
307 * elf.c: Likewise.
308 * elf32-arc.c: Likewise.
309 * elf32-arm.c: Likewise.
310 * elf32-bfin.c: Likewise.
311 * elf32-frv.c: Likewise.
312 * elf32-iq2000.c: Likewise.
313 * elf32-m32c.c: Likewise.
314 * elf32-microblaze.c: Likewise.
315 * elf32-nds32.c: Likewise.
316 * elf32-rl78.c: Likewise.
317 * elf32-rx.c: Likewise.
318 * elf32-score.c: Likewise.
319 * elf32-score7.c: Likewise.
320 * elf32-sh64.c: Likewise.
321 * elf32-v850.c: Likewise.
322 * elf32-vax.c: Likewise.
323 * elf32-visium.c: Likewise.
324 * elf64-ia64-vms.c: Likewise.
325 * elf64-mmix.c: Likewise.
326 * elf64-sh64.c: Likewise.
327 * elfcode.h: Likewise.
328 * elfnn-aarch64.c: Likewise.
329 * elfnn-ia64.c: Likewise.
330 * elfxx-mips.c: Likewise.
331 * hpux-core.c: Likewise.
332 * ieee.c: Likewise.
333 * ihex.c: Likewise.
334 * linker.c: Likewise.
335 * merge.c: Likewise.
336 * mmo.c: Likewise.
337 * oasys.c: Likewise.
338 * pdp11.c: Likewise.
339 * peXXigen.c: Likewise.
340 * rs6000-core.c: Likewise.
341 * vms-alpha.c: Likewise.
342 * xcofflink.c: Likewise.
343
c08bb8dd
AM
3442017-04-13 Alan Modra <amodra@gmail.com>
345
346 * bfd.c (PRINT_TYPE): Define.
347 (_doprnt): New function.
348 (error_handler_internal): Use _doprnt.
349 * coff-arm.c: Put %A and %B arguments to _bfd_error_handler
350 calls in their natural order, throughout file.
351 * coff-mcore.c: Likewise.
352 * coff-ppc.c: Likewise.
353 * coff-tic80.c: Likewise.
354 * cofflink.c: Likewise.
355 * elf-s390-common.c: Likewise.
356 * elf.c: Likewise.
357 * elf32-arm.c: Likewise.
358 * elf32-i386.c: Likewise.
359 * elf32-m32r.c: Likewise.
360 * elf32-msp430.c: Likewise.
361 * elf32-spu.c: Likewise.
362 * elf64-ia64-vms.c: Likewise.
363 * elf64-sparc.c: Likewise.
364 * elf64-x86-64.c: Likewise.
365 * elflink.c: Likewise.
366 * elfnn-aarch64.c: Likewise.
367 * elfnn-ia64.c: Likewise.
368 * elfxx-mips.c: Likewise.
369
10463f39
AM
3702017-04-13 Alan Modra <amodra@gmail.com>
371
372 * elf32-arm.c (arm_type_of_stub): Supply missing args to "long
373 branch veneers" error. Fix double space and format message.
374 * elf32-avr.c (avr_add_stub): Do not pass NULL as %B arg.
375 * elf64-ppc.c (tocsave_find): Supply missing %B arg.
376
4af8774e
AM
3772017-04-13 Alan Modra <amodra@gmail.com>
378
379 * bfd-in2.h: Regenerate.
380
e4097f5e
L
3812017-04-11 H.J. Lu <hongjiu.lu@intel.com>
382
383 * elf-properties.c (_bfd_elf_parse_gnu_properties): Remove the
384 extra `\n' in warning/error messages.
385 * elf32-i386.c (elf_i386_parse_gnu_properties): Likewise.
386 * elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
387
537616aa
L
3882017-04-11 H.J. Lu <hongjiu.lu@intel.com>
389
390 * elf-properties.c (_bfd_elf_parse_gnu_properties): Ignore
391 processor-specific properties with generic ELF target vector.
392
bb1dd176
QZ
3932017-04-10 Qing Zhao <qing.zhao@oracle.com>
394
395 * elf32-sparc.c (elf_backend_fixup_symbol): New.
396 * elf64-sparc.c (elf_backend_fixup_symbol): New.
397 * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
398 (_bfd_sparc_elf_link_hash_entry): Add has_got_reloc and
399 has_non_got_reloc.
400 (link_hash_newfunc): Initialize has_got_reloc and
401 has_non_got_reloc.
402 (_bfd_sparc_elf_size_dynamic_sections): Set interp to .interp
403 section.
404 (_bfd_sparc_elf_copy_indirect_symbol): Copy has_got_reloc and
405 has_non_got_reloc.
406 (_bfd_sparc_elf_check_relocs): Set has_got_reloc and
407 has_non_got_reloc.
408 (_bfd_sparc_elf_fixup_symbol): New function.
409 (allocate_dynrelocs): Don't allocate space for dynamic
410 relocations and discard relocations against resolved undefined
411 weak symbols in executable. Don't make resolved undefined weak
412 symbols in executable dynamic. Keep dynamic non-GOT/non-PLT
413 relocation against undefined weak symbols in PIE.
414 (_bfd_sparc_elf_relocate_section): Don't generate dynamic
415 relocations against resolved undefined weak symbols in PIE
416 (_bfd_sparc_elf_finish_dynamic_symbol): Keep PLT/GOT entries
417 without ynamic PLT/GOT relocations for resolved undefined weak
418 symbols.
419 Don't generate dynamic relocation against resolved undefined
420 weak symbol in executable.
421 (pie_finish_undefweak_symbol): New function.
422 (_bfd_sparc_elf_finish_dynamic_sections): Call
423 pie_finish_undefweak_symbol on all symbols in PIE.
424 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add interp.
425 (_bfd_sparc_elf_fixup_symbol): New function.
426
d236cfd4
NC
4272017-04-10 Nick Clifton <nickc@redhat.com>
428
429 * config.bfd: Remove ns32k from obsolete list.
430
6f9dbcd4
AM
4312017-04-10 Alan Modra <amodra@gmail.com>
432
433 PR 21287
434 * elf.c (special_sections_f): Match .fini_array and .fini_array.*.
435 (special_sections_i): Likewise for .init_array.
436 (special_sections_p): Likewise for .preinit_array.
437
8170f769
L
4382017-04-07 H.J. Lu <hongjiu.lu@intel.com>
439
440 PR ld/19579
441 PR ld/21306
442 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Check
443 ELF_COMMON_DEF_P for common symbols.
444 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
445 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
446 * elflink.c (_bfd_elf_merge_symbol): Revert commits
447 202ac193bbbecc96a4978d1ac3d17148253f9b01 and
448 07492f668d2173da7a2bda3707ff0985e0f460b6.
449
49f4617b
PA
4502017-04-07 Pedro Alves <palves@redhat.com>
451
452 * opncls.c (bfd_get_debug_link_info): Rename to...
453 (bfd_get_debug_link_info_1): ... this. Change type of second
454 parameter to void pointer. Adjust.
455 (bfd_get_debug_link_info): Reimplement on top of
456 bfd_get_debug_link_info_1.
457 (separate_debug_file_exists, separate_alt_debug_file_exists):
458 Change type of second parameter to void pointer. Adjust.
459 (get_func_type, check_func_type): Change type of second parameter
460 to void pointer.
461 (find_separate_debug_file): Add 'func_data' parameter. Pass it to
462 the callback functions instead of passing the address of a local.
463 (bfd_follow_gnu_debuglink): Pass address of unsigned long local to
464 find_separate_debug_file.
465 (get_alt_debug_link_info_shim): Change type of second parameter to
466 void pointer. Adjust.
467 (bfd_follow_gnu_debugaltlink): Adjust to pass NULL to
468 find_separate_debug_file.
469 (get_build_id_name, bfd_boolean check_build_id_file): Change type
470 of second parameter to void pointer. Adjust.
471 (bfd_follow_build_id_debuglink): Pass address of bfd_build_id
472 pointer local to find_separate_debug_file.
473
4742017-04-07 Tristan Gingold <gingold@gingold-Precision-7510>
1fd6d111
TG
475
476 * coffgen.c (_bfd_coff_gc_mark_hook): Handle PE weak
477 external symbols with a definition.
478 (_bfd_coff_gc_mark_extra_sections): Fix typo.
479
86abf93a
AM
4802017-04-07 Alan Modra <amodra@gmail.com>
481
482 * po/SRC-POTFILES.in: Regenerate.
483
8dea77f0
AM
4842017-04-05 Alan Modra <amodra@gmail.com>
485
486 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Support ELFv2 PLT
487 reference counting.
488
477bdd39
JT
4892017-04-02 Jon Turney <jon.turney@dronecode.org.uk>
490
491 (_bfd_XXi_swap_aouthdr_out): For clarity, use defines rather than
492 numbers for DataDirectory entry indicies passed to
493 add_data_entry().
494
a91e1603
L
4952017-04-04 H.J. Lu <hongjiu.lu@intel.com>
496
497 * elf.c (get_program_header_size): Add a GNU_MBIND segment for
498 each GNU_MBIND section and align GNU_MBIND section to page size.
499 (_bfd_elf_map_sections_to_segments): Create a GNU_MBIND
500 segment for each GNU_MBIND section.
501 (_bfd_elf_init_private_section_data): Copy sh_info from input
502 for GNU_MBIND section.
503
b5292032
PD
5042017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
505
506 * elfnn-riscv.c (GP_NAME): Delete.
507 (riscv_global_pointer_value): Change GP_NAME to RISCV_GP_SYMBOL.
508 (_bfd_riscv_relax_lui): Likewise.
509
ad32986f
NC
5102017-04-04 Nick Clifton <nickc@redhat.com>
511
512 PR binutils/21342
513 * elflink.c (_bfd_elf_define_linkage_sym): Prevent null pointer
514 dereference.
515 (bfd_elf_final_link): Only initialize the extended symbol index
516 section if there are extended symbol tables to list.
517
46bed679
L
5182017-04-03 H.J. Lu <hongjiu.lu@intel.com>
519
520 * Makefile.am (BFD32_BACKENDS): Add elf-properties.lo.
521 (BFD32_BACKENDS_CFILES): Add elf-properties.c.
522 * configure.ac (elf): Add elf-properties.lo.
523 * Makefile.in: Regenerated.
524 * configure: Likewise.
525 * elf-bfd.h (elf_property_kind): New.
526 (elf_property): Likewise.
527 (elf_property_list): Likewise.
528 (elf_properties): Likewise.
529 (_bfd_elf_parse_gnu_properties): Likewise.
530 (_bfd_elf_get_property): Likewise.
531 (_bfd_elf_link_setup_gnu_properties): Likewise.
532 (elf_backend_data): Add parse_gnu_properties, merge_gnu_properties
533 and setup_gnu_properties.
534 (elf_obj_tdata): Add properties.
535 * elf-properties.c: New file.
536 * elf32-i386.c (elf_i386_parse_gnu_properties): New.
537 (elf_i386_merge_gnu_properties): Likewise.
538 (elf_backend_parse_gnu_properties): Likewise.
539 (elf_backend_merge_gnu_properties): Likewise.
540 * elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
541 (elf_x86_64_merge_gnu_properties): Likewise.
542 (elf_backend_parse_gnu_properties): Likewise.
543 (elf_backend_merge_gnu_properties): Likewise.
544 * elfxx-target.h (elf_backend_merge_gnu_properties): Likewise.
545 (elf_backend_parse_gnu_properties): Likewise.
546 (elf_backend_setup_gnu_properties): Likewise.
547 (elfNN_bed): Add elf_backend_parse_gnu_properties,
548 elf_backend_merge_gnu_properties and
549 elf_backend_setup_gnu_properties.
550
f96bd6c2
PC
5512017-03-30 Pip Cet <pipcet@gmail.com>
552
553 * elf32-wasm32.c: Add relocation code, two relocs.
554 * reloc.c: Add wasm32 relocations.
555 * libbfd.h: Regenerate.
556 * bfd-in2.h: Regenerate.
557 * bfd/po/bfd.pot: Regenerate.
558
e643cb45
NC
5592017-03-29 Nick Clifton <nickc@redhat.com>
560
561 PR binutils/18025
562 * coff-bfd.h (struct coff_section_data): Add new fields:
563 saved_bias and bias.
564 * coffgen.c (coff_find_nearest_line_with_names): Cache the bias
565 computed for PE binaries.
566 * dwarf2.c (scan_unit_for_symbols): Only warn once about each
567 missing abbrev.
568
086554e8
HPN
5692017-03-28 Hans-Peter Nilsson <hp@axis.com>
570
571 PR ld/16044
572 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Adjust BFD_ASSERT
573 to handle a local symbol with a hash-symbol-entry; without PLT.
574 Add BFD_ASSERT for an incidental case with GOT entry present.
575 (cris_elf_check_relocs): Increment PLT refcount only if the symbol
576 isn't forced-or-set local.
577
a6be0538
PC
5782017-03-27 Pip Cet <pipcet@gmail.com>
579
580 * wasm-module.c: New file to support WebAssembly modules.
581 * wasm-module.h: New file to support WebAssembly modules.
582 * doc/webassembly.texi: Start documenting wasm-module.c.
583 * config.bfd: Add wasm_vec.
584 * targets.c: Likewise.
585 * configure.ac: Likewise.
586 * Makefile.am: Add entries for wasm-module.c.
587 * Makefile.in: Regenerate.
588 * configure: Regenerate.
589 * po/SRC-POTFILES.in: Regenerate.
590
79b1d3cb
PC
5912017-03-27 Pip Cet <pipcet@gmail.com>
592
593 * cpu-wasm32.c: New file to support wasm32 architecture.
594 * elf32-wasm32.c: New file to support wasm32 architecture.
595 * Makefile.am: Add wasm32 architecture.
596 * archures.c: Likewise.
597 * config.bfd: Likewise.
598 * configure.ac: Likewise.
599 * targets.c: Likewise.
600 * Makefile.in: Regenerate.
601 * bfd-in2.h: Regenerate.
602 * configure: Regenerate.
603 * po/SRC-POTFILES.in: Regenerate.
604
aaed6f5b
AM
6052017-03-20 Alan Modra <amodra@gmail.com>
606
607 PR 21266
608 * elf64-ppc.c (compare_symbols): Stabilize sort.
609
82e66161
AM
6102017-03-18 Alan Modra <amodra@gmail.com>
611
612 * elf64-ppc.c (struct ppc_link_hash_table): Add
613 local_ifunc_resolver and maybe_local_ifunc_resolver.
614 (ppc_build_one_stub): Set flags on emitting dynamic
615 relocation to ifunc.
616 (ppc64_elf_relocate_section): Likewise.
617 (ppc64_elf_finish_dynamic_symbol): Likewise.
618 (ppc64_elf_finish_dynamic_sections): Error on DT_TEXTREL with
619 local dynamic relocs to ifuncs.
620 * elf32-ppc.c (struct ppc_elf_link_hash_table): Add
621 local_ifunc_resolver and maybe_local_ifunc_resolver.
622 (ppc_elf_relocate_section): Set flag on emitting dynamic
623 relocation to ifuncs.
624 (ppc_elf_finish_dynamic_symbol): Likewise.
625 (ppc_elf_finish_dynamic_sections): Error on DT_TEXTREL with local
626 dynamic relocs to ifuncs.
627
f955cccf
NC
6282017-03-13 Nick Clifton <nickc@redhat.com>
629
630 PR binutils/21202
631 * reloc.c (BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC): Rename to
632 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12.
633 (BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC): Rename to
634 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
635 * bfd-in2.h: Regenerate.
636 * libbfd.h: Regenerate.
637 * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Update reloc
638 names.
639 (IS_AARCH64_TLSDESC_RELOC): Likewise.
640 (elfNN_aarch64_howto_table): Likewise.
641 (aarch64_tls_transition_without_check): Likewise.
642 (aarch64_reloc_got_type): Likewise.
643 (elfNN_aarch64_final_link_relocate): Likewise.
644 (elfNN_aarch64_tls_relax): Likewise.
645 (elfNN_aarch64_relocate_section): Likewise.
646 (elfNN_aarch64_gc_sweep_hook): Likewise.
647 (elfNN_aarch64_check_relocs): Likewise.
648 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
649 (_bfd_aarch64_elf_resolve_relocation): Likewise.
650
4aef7643
AM
6512017-03-11 Alan Modra <amodra@gmail.com>
652
653 * elf32-ppc.c: Remove ATTRIBUTE_UNUSED throughout when function
654 parameter is in fact used. Whitespace fixes.
655 * elf64-ppc.c: Likewise.
656
f03265d9
ST
6572017-03-09 Sam Thursfield <sam.thursfield@codethink.co.uk>
658
659 * rs6000-core.c (CORE_NEW): Simplify macro when
660 AIX_CORE_DUMPX_CORE and BFD64 are true to avoid compile warning.
661
b1b07054
AM
6622017-03-07 Alan Modra <amodra@gmail.com>
663
664 PR 21224
665 PR 20519
666 * elf64-ppc.c (ppc64_elf_relocate_section): Add missing
667 dyn_relocs check.
668
2e0ce1c8
AM
6692017-03-05 Alan Modra <amodra@gmail.com>
670
671 * elf-bfd.h (struct eh_cie_fde): Add u.cie.per_encoding_aligned8.
672 * elf-eh-frame.c (size_of_output_cie_fde): Don't align here.
673 (next_cie_fde_offset): New function.
674 (_bfd_elf_parse_eh_frame): Set u.cie.per_encoding_aligned8.
675 (_bfd_elf_discard_section_eh_frame): Align zero terminator to
676 four bytes. Align CIEs to four or eight bytes depending on
677 per_encoding_aligned8. Align FDEs according to their encoding.
678 Pad last FDE to output section alignment.
679 (_bfd_elf_write_section_eh_frame): Adjust to suit. Remove
680 assertion.
681 * elf64-ppc.c (glink_eh_frame_cie): Delete padding.
682 (ppc64_elf_size_stubs): Pad glink eh_frame as per elf-eh-frame.c.
683 (ppc64_elf_finish_dynamic_sections): Adjust to suit.
684
f98450c6
NC
6852017-03-02 Martin Bickel <binutils@ineranves.de>
686
687 PR ld/21212
688 * elf.c (rewrite_elf_program_header): Do not issue a warning for
d20928fa 689 empty segments which have a zero filesz, but a non-zero memsz.
f98450c6 690
673cff9b
AM
6912017-03-02 Alan Modra <amodra@gmail.com>
692
693 * elf32-ppc.c (ppc_elf_vle_split16): Correct insn mask typo.
694
3de43e7b
AM
6952017-02-28 Alan Modra <amodra@gmail.com>
696
697 * elf64-ppc.c (ppc64_elf_ha_reloc): Revert last change.
698 (ppc64_elf_relocate_section): Likewise.
699
4ef97a1b
AM
7002017-02-28 Alan Modra <amodra@gmail.com>
701
702 PR 20995
703 * elf32-nios2.c (nios2_elf32_relocate_section): Use htab
704 rather than elf32_nios2_hash_table or elf_hash_table.
705 (create_got_section): Likewise.
706 (nios2_elf32_finish_dynamic_symbol): Likewise.
707 (nios2_elf32_adjust_dynamic_symbol): Likewise.
708 (nios2_elf32_size_dynamic_sections): Likewise.
709 (nios2_elf32_check_relocs): Delete dynobj, sgot, and srelgot
710 vars. Use htab equivalents directly instead. Don't create
711 all dynamic sections on needing just the GOT. Use a goto
712 rather than a fall-through with reloc test. Ensure
713 htab->dynobj is set when making dynamic sreloc section.
714 (nios2_elf32_finish_dynamic_sections): Delete dynobj, use htab
715 equivalent directly instead. Don't segfault on looking for
716 .dynamic when dynamic sections have not been created. Don't
717 segfault on .got.plt being discarded.
718 (nios2_elf32_size_dynamic_sections): Delete plt and got vars.
719 Don't set "relocs" on .rela.plt. Do handle .sbss. Delete
720 fixme and another not so relevant comment.
721 (nios2_elf_add_symbol_hook): Delete dynobj var. If not
722 already set, set hash table dynobj on creating .sbss.
723
7ba71655
AM
7242017-02-28 Alan Modra <amodra@gmail.com>
725
726 * reloc.c (BFD_RELOC_PPC_16DX_HA): New.
727 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_16DX_HA>): New howto.
728 (ppc64_elf_reloc_type_lookup): Translate new bfd reloc.
729 (ppc64_elf_ha_reloc): Correct overflow test on REL16DX_HA.
730 (ppc64_elf_relocate_section): Likewise.
731 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_16DX_HA>): New howto.
732 (ppc_elf_reloc_type_lookup): Translate new bfd reloc.
733 (ppc_elf_check_relocs): Handle R_PPC_16DX_HA to pacify gcc.
734 * libbfd.h: Regenerate.
735 * bfd-in2.h: Regenerate.
736
afbf7e8e
AM
7372017-02-28 Alan Modra <amodra@gmail.com>
738
739 * elflink.c (_bfd_elf_create_dynamic_sections): Don't make
740 dynamic .data.rel.ro read-only.
741 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Compare section
742 rather than section flags when deciding where copy reloc goes.
743 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
744 * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
745 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
746 * elf32-metag.c (elf_metag_finish_dynamic_symbol): Likewise.
747 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Likewise.
748 * elf32-nios2.c (nios2_elf32_finish_dynamic_symbol): Likewise.
749 * elf32-or1k.c (or1k_elf_finish_dynamic_symbol): Likewise.
750 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Likewise.
751 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
752 * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol): Likewise.
753 * elf32-tilepro.c (tilepro_elf_finish_dynamic_symbol): Likewise.
754 * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Likewise.
755 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
756 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
757 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol): Likewise.
758 * elfnn-riscv.c (riscv_elf_finish_dynamic_symbol): Likewise.
759 * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
760 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
761 * elfxx-tilegx.c (tilegx_elf_finish_dynamic_symbol): Likewise.
762
0e392101
MR
7632017-02-28 Maciej W. Rozycki <macro@imgtec.com>
764
765 * elfxx-mips.c (mips_elf_perform_relocation): Also handle the
766 `jalr $0, $25' instruction encoding.
767
bd757ca7
NC
7682017-02-27 Nick Clifton <nickc@redhat.com>
769
770 PR ld/21180
771 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Avoid
772 generating a seg-fault when encountering a symbol that has been
773 deleted by garbage collection.
774
034fed0b
AM
7752017-02-25 Alan Modra <amodra@gmail.com>
776
777 * elf32-arc.c (struct dynamic_sections): Delete.
778 (enum dyn_section_types): Delete.
779 (dyn_section_names): Delete.
780 (arc_create_dynamic_sections): Delete.
781 (elf_arc_finish_dynamic_sections): Don't call the above. Don't
782 segfault on discarded .rela.plt section.
783 (elf_arc_size_dynamic_sections): Formatting. Don't call
784 arc_create_dynamic_sections. Don't allocate memory for sections
785 handled by the generic linker. Correct code finding relocs in
786 read-only sections. Set SEC_EXCLUDE on zero size .got,
787 .got.plt, and .dynbss sections. Do set .interp for pies.
788
d0f744f9
AW
7892017-02-24 Andrew Waterman <andrew@sifive.com>
790
791 * elfnn-riscv.c (GP_NAME): New macro.
792 (riscv_global_pointer_value): Use it.
793 (_bfd_riscv_relax_lui): If symbol and global pointer are in same
794 output section, consider only that section's alignment.
795
5d58c733
MR
7962017-02-23 Maciej W. Rozycki <macro@imgtec.com>
797
798 * elfxx-mips.h (_bfd_mips_relax_section): Remove prototype.
799 * elfxx-mips.c (_bfd_mips_relax_section): Remove function.
800 * elf64-mips.c (bfd_elf64_bfd_relax_section): Remove macro.
801 * elfn32-mips.c (bfd_elf32_bfd_relax_section): Likewise.
802
c1556ecd
MR
8032017-02-23 Maciej W. Rozycki <macro@imgtec.com>
804
805 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS_JALR>
806 <R_MICROMIPS_JALR>: Discard relocation if `cross_mode_jump_p'
807 or misaligned.
808
5499c7c7
AM
8092017-02-23 Alan Modra <amodra@gmail.com>
810
811 PR 20744
812 * elf32-ppc.c (ppc_elf_howto_raw): Correct dst_mask on all VLE
813 16D relocations.
814 (ppc_elf_vle_split16): Correct field mask and shift for 16D relocs.
815 (ppc_elf_relocate_section): Correct calculation for VLE SDAREL
816 relocs.
817
902e9fc7
MR
8182017-02-22 Maciej W. Rozycki <macro@imgtec.com>
819
820 PR ld/20828
821 * elflink.c (bfd_elf_size_dynamic_sections): Move symbol version
822 processing ahead of the call to `elf_gc_sweep_symbol'.
823
758d96d8
NC
8242017-02-22 Nick Clifton <nickc@redhat.com>
825
826 PR binutils/21193
827 * opncls.c (bfd_create_gnu_debuglink_section): Give the newly
828 created section 4-byte alignment.
829
6528b6eb
AM
8302017-02-22 Alan Modra <amodra@gmail.com>
831
832 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Don't segfault
833 on .got or .plt output section being discarded by script.
834 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Likewise. Move
835 vxworks splt temp.
836
24f1a751
AM
8372017-02-21 Alan Modra <amodra@gmail.com>
838
839 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only emit
840 DT_RELA, DT_RELASZ, and DT_RELAENT when DT_RELASZ is non-zero.
841
64487780
AM
8422017-02-20 Alan Modra <amodra@gmail.com>
843
844 PR 21181
845 * elflink.c (bfd_elf_final_link): Make DT_REL/DT_RELA zero
846 if DT_RELSZ/DT_RELASZ is zero.
847
6438d1be
NC
8482017-02-17 Nick Clifton <nickc@redhat.com>
849
850 * compress.c (bfd_get_full_section_contents): Remember to reduce
851 compressed size by the sizeof the compression header when
852 decompressing the contents.
853
4bc26c69
PA
8542017-02-17 Pedro Alves <palves@redhat.com>
855
856 * srec.c (Chunk): Rename to ...
857 (_bfd_srec_len): ... this.
858 (S3Forced): Rename to ...
859 (_bfd_srec_forceS3): ... this.
860 * objcopy.c: Adjust all references.
861
7ec22e0f
PA
8622017-02-17 Pedro Alves <palves@redhat.com>
863
864 * archive.c (bsd_write_armap): Rename to ...
865 (_bfd_bsd_write_armap): ... this.
866 (coff_write_armap): Rename to ...
867 (_bfd_coff_write_armap): ... this.
868 * libbfd-in.h (bsd_write_armap): Rename to ...
869 (_bfd_bsd_write_armap): ... this.
870 (coff_write_armap): Rename to ...
871 (_bfd_coff_write_armap): ... this.
872 * aout-target.h, aout-tic30.c: Adjust all users.
873 * libbfd.h: Regenerate.
874
8c8402cc
PA
8752017-02-17 Pedro Alves <palves@redhat.com>
876
877 * bfd-in.h (bfd_read, bfd_write): Adjust to rename.
878 (warn_deprecated): Rename to ...
879 (_bfd_warn_deprecated): ... this.
880 * libbfd.c (warn_deprecated): Rename to ...
881 (_bfd_warn_deprecated): ... this.
882 * bfd-in2.h: Regenerate.
883
c7c3d11b
PA
8842017-02-17 Pedro Alves <palves@redhat.com>
885
886 * bfdio.c (real_ftell): Rename to ...
887 (_bfd_real_ftell): ... this.
888 (real_fseek): Rename to ...
889 (_bfd_real_fseek): ... this.
890 (real_fopen): Rename to ...
891 (_bfd_real_fopen): ... this.
892 * libbfd-in.h (real_ftell): Rename to ...
893 (_bfd_real_ftell): ... this.
894 (real_fseek): Rename to ...
895 (_bfd_real_fseek): ... this.
896 (real_fopen): Rename to ...
897 (_bfd_real_fopen): ... this.
898 * cache.c, dwarf2.c, opncls.c: Adjust all callers.
899 * libbfd.h: Regenerate.
900
4265548c
PA
9012017-02-17 Pedro Alves <palves@redhat.com>
902
903 * dwarf2.c, elf-attrs.c, elf32-nds32.c: Adjust all callers.
904 * libbfd.c (read_unsigned_leb128): Rename to ...
905 (_bfd_read_unsigned_leb128): ... this.
906 (read_signed_leb128): Rename to ...
907 (_bfd_read_signed_leb128): ... this.
908 (safe_read_leb128): Rename to ...
909 (_bfd_safe_read_leb128): ... this.
910 * libbfd-in.h (read_unsigned_leb128): Rename to ...
911 (_bfd_read_unsigned_leb128): ... this.
912 (read_signed_leb128): Rename to ...
913 (_bfd_read_signed_leb128): ... this.
914 (safe_read_leb128): Rename to ...
915 (_bfd_safe_read_leb128): ... this.
916 * libbfd.h: Renegerate.
917
3239a423
AB
9182017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Perform symbol lookup
921 before trying to fine matching file and line information.
922
90ed9b8b
AB
9232017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * dwarf2.c (struct dwarf2_debug): Add orig_bfd member.
926 (_bfd_dwarf2_slurp_debug_info): If stashed debug information does
927 not match current bfd, then reload debug information. Record bfd
928 we're loading debug info for in the stash. If we have debug
929 informatin in the cache then perform section placement before
930 returning.
931
a8c75b76
AM
9322017-02-16 Alan Modra <amodra@gmail.com>
933
934 PR 21000
935 * elf-bfd.h (struct elf_backend_data): Add no_page_alias.
936 * elfxx-target.h (elf_backend_no_page_alias): Define.
937 (elfNN_bed): Init new field.
938 * elf.c (assign_file_positions_for_load_sections): If no_page_alias
939 ensure PT_LOAD segment starts on a new page.
940 * elf32-hppa.c (elf_backend_no_page_alias): Define.
941
247d6c4c
AM
9422017-02-16 Alan Modra <amodra@gmail.com>
943
944 PR 21132
945 * elf32-hppa.c (allocate_plt_static): Allocate space for relocs
946 if pic.
947
90571206
JW
9482017-02-16 Jiong Wang <jiong.wang@arm.com>
949
950 * bfd.c (BFD_FLAGS_SAVED): Add BFD_LINKER_CREATED.
951 * bfd-in2.h: Regenerated.
952
2a568401
L
9532017-02-15 H.J. Lu <hongjiu.lu@intel.com>
954
955 PR ld/21168
956 * elf32-i386.c (elf_i386_relocate_section): Allow
957 "lea foo@GOT, %reg" in PIC.
958
a5def14f
L
9592017-02-15 H.J. Lu <hongjiu.lu@intel.com>
960
961 PR ld/20244
962 * elf32-i386.c (elf_i386_relocate_section): Properly get IFUNC
963 symbol name when reporting R_386_GOT32/R_386_GOT32X relocation
964 error against local IFUNC symbol without a base register for
965 PIC.
966
174d0a74
MR
9672017-02-15 Maciej W. Rozycki <macro@imgtec.com>
968
969 * elf32-ppc.c (ppc_elf_check_relocs): Use `%H:' rather than
970 `%P: %H:' with `info->callbacks->einfo'.
971 (ppc_elf_relocate_section): Likewise.
972 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
973 (ppc64_elf_edit_toc): Likewise.
974 (ppc64_elf_relocate_section): Likewise.
975
e278ae05
AM
9762017-02-14 Alan Modra <amodra@gmail.com>
977
978 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Support
979 --gc-keep-exported, and test versioned field of sym rather than
980 looking for @ in name.
981
10ddfe62
PD
9822017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
983
984 * elfnn-riscv.c (riscv_global_pointer_value): Change _gp to
985 __global_pointer$.
986
d11135f5
NC
9872017-02-13 Nick Clifton <nickc@redhat.com>
988
989 PR binutils/21151
990 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Check for an invalid
991 unit length field.
992
cc162427
AW
9932017-02-07 Andrew Waterman <andrew@sifive.com>
994
995 * elfnn-riscv.c (riscv_elf_finish_dynamic_sections): Only write PLT
996 entry size if PLT header is written.
997
3d044c0c
SL
9982017-02-06 Sheldon Lobo <sheldon.lobo@oracle.com>
999
1000 Fix sparc64 dynamic relocation processing to use the dynamic
1001 symbol count.
1002 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Use 'dynamic'
1003 to determine if bfd_get_symcount() or bfd_get_dynamic_symcount()
1004 should be used.
1005
1b7e3d2f
NC
10062017-02-03 Nick Clifton <nickc@redhat.com>
1007
1008 PR 21096
1009 * coffcode.h (coff_write_object_contents): Enlarge size of
1010 s_name_buf in order to avoid compile time warning about possible
1011 integer truncation.
1012 * elf32-nds32.c (nds32_elf_ex9_import_table): Mask off lower
1013 32-bits of insn value before printing into buffer.
1014
e17b0c35
MR
10152017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1016
1017 * elfxx-mips.c (mips_elf_hash_sort_data): Add
1018 `max_local_dynindx'.
1019 (mips_elf_sort_hash_table): Handle it.
1020 (mips_elf_sort_hash_table_f) <GGA_NONE>: For forced local
1021 symbols bump up `max_local_dynindx' rather than
1022 `max_non_got_dynindx'.
1023
55f8b9d2
MR
10242017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1025
1026 * elfxx-mips.c (mips_elf_hash_sort_data): Convert the
1027 `min_got_dynindx', `max_unref_got_dynindx' and
1028 `max_non_got_dynindx' members to the `bfd_size_type' data type.
1029 (mips_elf_sort_hash_table): Adjust accordingly.
1030
0f8c4b60
MR
10312017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1032
1033 * elfxx-mips.c (mips_elf_sort_hash_table): Use `htab' throughout
1034 to access the hash table.
1035
17a80fa8
MR
10362017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1037
1038 * elfxx-mips.c (mips_elf_sort_hash_table): Move assertion on
1039 non-NULL `htab' to the beginning.
1040
8f56d4fd
MR
10412017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1042
1043 * elflink.c (elf_gc_sweep): Wrap overlong line.
1044
8b10b0b3
MR
10452017-01-30 Maciej W. Rozycki <macro@imgtec.com>
1046
1047 * elfxx-mips.h (_bfd_mips_elf_insn32): Rename prototype to...
1048 (_bfd_mips_elf_linker_flags): ... this. Add another parameter.
1049 * elfxx-mips.c (mips_elf_link_hash_table): Add
1050 `ignore_branch_isa' member.
1051 (mips_elf_perform_relocation): Do not treat an ISA mode mismatch
1052 in branch relocation calculation as an error if
1053 `ignore_branch_isa' has been set.
1054 (_bfd_mips_elf_insn32): Rename to...
1055 (_bfd_mips_elf_linker_flags): ... this. Rename the `on'
1056 parameter to `insn32' and add an `ignore_branch_isa' parameter.
1057 Handle the new parameter.
1058
1fbd05e1
HPN
10592017-01-27 Hans-Peter Nilsson <hp@axis.com>
1060
22d9a0de
HPN
1061 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Remove now unused
1062 local variable dynobj.
1063
1fbd05e1
HPN
1064 PR ld/20995
1065 * elf32-cris.c (elf_cris_size_dynamic_sections): Handle sdynrelro.
1066 (elf_cris_adjust_dynamic_symbol): Place variables copied into the
1067 executable from read-only sections into sdynrelro.
1068 (elf_cris_finish_dynamic_symbol): Select sreldynrelro for
1069 dynamic relocs in sdynrelro.
1070 (elf_backend_want_dynrelro): Define.
1071
4a7324e1
SH
10722017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1073
1074 * config.bfd (*-*-rtemsaout*): Mark as removed.
1075
c75b4ebd
SH
10762017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1077
1078 * config.bfd (powerpcle-*-rtems*): Do not mark as removed.
1079 (arm-*-rtems*): Move to (arm*-*-eabi*).
1080 (i[3-7]86-*-rtems*): Move to (i[3-7]86-*-elf*).
1081 (m68-*-rtems*): Move to (m68*-*-elf*).
1082
850d84f6
SH
10832017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1084
1085 * config.bfd (*-*-rtemscoff*): Mark as removed.
1086
b531344c
MR
10872017-01-24 Maciej W. Rozycki <macro@imgtec.com>
1088
1089 PR ld/20828
1090 * elflink.c (bfd_elf_record_link_assignment): Revert last
1091 change and don't ever clear `forced_local'. Set `mark'
1092 unconditionally.
1093 (elf_gc_sweep_symbol_info, elf_gc_sweep_symbol): Reorder within
1094 file.
1095 (elf_gc_sweep): Move the call to `elf_gc_sweep_symbol'...
1096 (bfd_elf_size_dynamic_sections): ... here.
1097 * elf32-ppc.c (ppc_elf_tls_setup): Don't clear `forced_local'
1098 and set `mark' instead in `__tls_get_addr_opt' processing.
1099 * elf64-ppc.c (ppc64_elf_tls_setup): Likewise.
1100
f0158f44
AM
11012017-01-24 Alan Modra <amodra@gmail.com>
1102
1103 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Merge two cases
1104 where dynamic relocs are preferable. Allow ifunc too.
1105 (ensure_undefweak_dynamic): New function.
1106 (allocate_dynrelocs): Use it here. Move plt handling last and
1107 don't make symbols dynamic, simplifying loop. Only make undef
1108 weak symbols with GOT entries dynamic. Correct condition
1109 for GOT relocs. Handle dynamic relocs on ifuncs. Correct
1110 comments. Remove goto.
1111 (ppc_elf_relocate_section): Correct test for using dynamic
1112 symbol on GOT relocs. Rearrange test for emitting GOT relocs
1113 to suit. Set up explicit tls_index entries and implicit GOT
1114 tls_index entries resolvable at link time for
1115 __tls_get_addr_opt. Simplify test to clear mem for prelink.
1116 * elf64-ppc.c (allocate_got): Correct condition for GOT relocs.
1117 (ensure_undefweak_dynamic): New function.
1118 (allocate_dynrelocs): Use it here. Only make undef weak symbols
1119 with GOT entries dynamic. Remove unnecessary test of
1120 WILL_CALL_FINISH_DYNAMIC_SYMBOL in PLT handling.
1121 (ppc64_elf_relocate_section): Correct test for using dynamic
1122 symbol on GOT relocs. Rearrange test for emitting GOT relocs
1123 to suit. Set up explicit tls_index entries and implicit GOT
1124 tls_index entries resolvable at link time for __tls_get_addr_opt.
1125 Simplify expression to clear mem for prelink.
1126
2d0ca824
YN
11272017-01-23 Yury Norov <ynorov@caviumnetworks.com>
1128
1129 * elfnn-aarch64.c: Fix relaxations for ILP32 mode.
1130
7f784814
JW
11312017-01-20 Jiong Wang <jiong.wang@arm.com>
1132
1133 * elfnn-aarch64.c (elf_aarch64_hash_symbol): New function.
1134 (elf_backend_hash_symbol): Define.
1135
81ff47b3
MR
11362017-01-18 Maciej W. Rozycki <macro@imgtec.com>
1137
1138 PR ld/20828
1139 * elflink.c (bfd_elf_record_link_assignment): Clear any
1140 `forced_local' marking for DSO symbols that are not being
1141 provided.
1142
640d6bfd
KLC
11432017-01-17 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1144
1145 * elfnn-riscv.c (riscv_elf_object_p): New function.
1146
8361ed4d
L
11472017-01-12 H.J. Lu <hongjiu.lu@intel.com>
1148
1149 PR ld/21038
1150 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
1151 plt_bnd_eh_frame.
1152 (elf_x86_64_check_relocs): Create .eh_frame section for the
1153 .plt.bnd section.
1154 (elf_x86_64_size_dynamic_sections): Allocate and initialize
1155 .eh_frame section for the .plt.bnd section.
1156 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
1157 for the .plt.bnd section.
1158
2425a30e
NC
11592017-01-12 Nick Clifton <nickc@redhat.com>
1160
1161 PR binutils/20876
1162 * opncls.c (find_separate_debug_file): Add include_dirs
1163 parameter. Only include the directory part of the bfd's filename
1164 in search paths if include_dirs is true. Add a couple of extra
1165 locations for looking for debug files.
1166 ( bfd_follow_gnu_debuglink): Update invocation of
1167 find_separate_debug_file.
1168 (bfd_follow_gnu_debugaltlink): Likewise.
1169 (get_build_id): New function: Finds the build-id of the given bfd.
1170 (get_build_id_name): New function: Computes the name of the
1171 separate debug info file for a bfd, based upon its build-id.
1172 (check_build_id_file): New function: Checks to see if a separate
1173 debug info file exists at the given location, and that its
1174 build-id matches that of the original bfd.
1175 (bfd_follow_build_id_debuglink): New function: Finds a separate
1176 debug info file for a given bfd by using the build-id method.
1177 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Try using the build-id
1178 method of locating a separate debug info file before using the
1179 debuglink method.
1180 * bfd-in2.h: Regenerate.
1181
9e659176
L
11822017-01-11 H.J. Lu <hongjiu.lu@intel.com>
1183
1184 PR ld/21038
1185 * elf64-x86-64.c (elf_x86_64_eh_frame_bnd_plt): New.
1186 (elf_x86_64_bnd_arch_bed): Use elf_x86_64_eh_frame_bnd_plt and
1187 elf_x86_64_eh_frame_plt_got.
1188 (elf_x86_64_size_dynamic_sections): Get unwind info from
1189 elf_x86_64_bnd_arch_bed for the BND PLT.
1190
f2e2d2f5
JS
11912017-01-11 Jeremy Soller <jackpot51@gmail.com>
1192
1193 * config.bfd: Add entries for i686-redox and x86_64-redox.
1194
52b232b3
L
11952017-01-10 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 * elf32-i386.c (elf_i386_check_relocs): Align .eh_frame section
1198 to 4 bytes.
1199 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
1200 .eh_frame section to 4 bytes for x32.
1201 (elf_x86_64_check_relocs): Likewise.
1202
fff53dae
L
12032017-01-10 H.J. Lu <hongjiu.lu@intel.com>
1204
1205 PR ld/20830
1206 * elf32-i386.c (elf_i386_eh_frame_plt_got): New.
1207 (PLT_GOT_FDE_LENGTH): Likewise.
1208 (elf_i386_plt_layout): Add eh_frame_plt_got and
1209 eh_frame_plt_got_size.
1210 (elf_i386_plt): Updated.
1211 (elf_i386_link_hash_table): Add plt_got_eh_frame.
1212 (elf_i386_check_relocs): Create .eh_frame section for .plt.got.
1213 (elf_i386_size_dynamic_sections): Allocate and initialize
1214 .eh_frame section for .plt.got.
1215 (elf_i386_finish_dynamic_sections): Adjust .eh_frame section for
1216 .plt.got.
1217 (elf_i386_nacl_plt): Add FIXME for eh_frame_plt_got and
1218 eh_frame_plt_got_size.
1219 * elf64-x86-64.c (elf_x86_64_eh_frame_plt_got): New.
1220 (PLT_GOT_FDE_LENGTH): Likewise.
1221 (elf_x86_64_backend_data): Add eh_frame_plt_got and
1222 eh_frame_plt_got_size.
1223 (elf_x86_64_arch_bed): Updated.
1224 (elf_x86_64_bnd_arch_bed): Add FIXME for eh_frame_plt_got and
1225 eh_frame_plt_got_size.
1226 (elf_x86_64_nacl_arch_bed): Likewise.
1227 (elf_x86_64_link_hash_table): Add plt_got_eh_frame.
1228 (elf_x86_64_check_relocs): Create .eh_frame section for .plt.got.
1229 (elf_x86_64_size_dynamic_sections): Allocate and initialize
1230 .eh_frame section for .plt.got.
1231 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
1232 for .plt.got.
1233
f129e49f
L
12342017-01-10 H.J. Lu <hongjiu.lu@intel.com>
1235
1236 * elf32-i386.c (elf_i386_size_dynamic_sections): Set
1237 plt_eh_frame->size to eh_frame_plt_size and use eh_frame_plt.
1238
cd6581da
NC
12392017-01-09 Nick Clifton <nickc@redhat.com>
1240
1241 * dwarf2.c (lookup_address_in_function_table): Return early if
1242 there are no functions in the given comp unit, or if the high
1243 address of the last function in the comp unit is less than the
1244 desired address.
1245
98f02962
NC
12462017-01-09 Nick Clifton <nickc@redhat.com>
1247
1248 PR binutils/21013
1249 * coffgen.c (_bfd_coff_get_external_symbols): Generate an error
1250 message if there are too many symbols to load.
1251
ae4fda66
JC
12522017-01-04 James Clarke <jrtc27@jrtc27.com>
1253
1254 * elf64-alpha.c (elf64_alpha_relax_opt_call): Don't set tsec_free
1255 if relocs are cached.
1256
de1010f4
RF
12572017-01-03 Rich Felker <bugdal@aerifal.cx>
1258
1259 PR ld/21017
1260 * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
1261 for R_MICROBLAZE_GOTOFF_64.
1262
09fe2662
NC
12632017-01-03 Nick Clifton <nickc@redhat.com>
1264
1265 * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
1266 warning about using a possibly uninitialised variable.
1267
595e0a47
AM
12682017-01-02 Alan Modra <amodra@gmail.com>
1269
1270 * elf32-hppa.c (ensure_undef_weak_dynamic): New function.
1271 (allocate_plt_static, allocate_dynrelocs): Use it.
1272
7bd9df3b
AM
12732017-01-02 Alan Modra <amodra@gmail.com>
1274
1275 * elf-hppa.h (elf_hppa_fake_sections): Set SHF_INFO_LINK for
1276 .PARISC.unwind section.
1277
5b86074c
AM
12782017-01-02 Alan Modra <amodra@gmail.com>
1279
1280 PR ld/20989
1281 * elfxx-sparc.c (gdop_relative_offset_ok): New function.
1282 (_bfd_sparc_elf_relocate_section): Use it to validate GOT
1283 indirect to GOT pointer relative code edit.
1284
2571583a
AM
12852017-01-02 Alan Modra <amodra@gmail.com>
1286
1287 Update year range in copyright notice of all files.
1288
5c1ad6b5 1289For older changes see ChangeLog-2016
3499769a 1290\f
5c1ad6b5 1291Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
1292
1293Copying and distribution of this file, with or without modification,
1294are permitted in any medium without royalty provided the copyright
1295notice and this notice are preserved.
1296
1297Local Variables:
1298mode: change-log
1299left-margin: 8
1300fill-column: 74
1301version-control: never
1302End: