]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
ld: add an error in case of address space overflow.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
4aef7643
AM
12017-03-11 Alan Modra <amodra@gmail.com>
2
3 * elf32-ppc.c: Remove ATTRIBUTE_UNUSED throughout when function
4 parameter is in fact used. Whitespace fixes.
5 * elf64-ppc.c: Likewise.
6
f03265d9
ST
72017-03-09 Sam Thursfield <sam.thursfield@codethink.co.uk>
8
9 * rs6000-core.c (CORE_NEW): Simplify macro when
10 AIX_CORE_DUMPX_CORE and BFD64 are true to avoid compile warning.
11
b1b07054
AM
122017-03-07 Alan Modra <amodra@gmail.com>
13
14 PR 21224
15 PR 20519
16 * elf64-ppc.c (ppc64_elf_relocate_section): Add missing
17 dyn_relocs check.
18
2e0ce1c8
AM
192017-03-05 Alan Modra <amodra@gmail.com>
20
21 * elf-bfd.h (struct eh_cie_fde): Add u.cie.per_encoding_aligned8.
22 * elf-eh-frame.c (size_of_output_cie_fde): Don't align here.
23 (next_cie_fde_offset): New function.
24 (_bfd_elf_parse_eh_frame): Set u.cie.per_encoding_aligned8.
25 (_bfd_elf_discard_section_eh_frame): Align zero terminator to
26 four bytes. Align CIEs to four or eight bytes depending on
27 per_encoding_aligned8. Align FDEs according to their encoding.
28 Pad last FDE to output section alignment.
29 (_bfd_elf_write_section_eh_frame): Adjust to suit. Remove
30 assertion.
31 * elf64-ppc.c (glink_eh_frame_cie): Delete padding.
32 (ppc64_elf_size_stubs): Pad glink eh_frame as per elf-eh-frame.c.
33 (ppc64_elf_finish_dynamic_sections): Adjust to suit.
34
f98450c6
NC
352017-03-02 Martin Bickel <binutils@ineranves.de>
36
37 PR ld/21212
38 * elf.c (rewrite_elf_program_header): Do not issue a warning for
d20928fa 39 empty segments which have a zero filesz, but a non-zero memsz.
f98450c6 40
673cff9b
AM
412017-03-02 Alan Modra <amodra@gmail.com>
42
43 * elf32-ppc.c (ppc_elf_vle_split16): Correct insn mask typo.
44
3de43e7b
AM
452017-02-28 Alan Modra <amodra@gmail.com>
46
47 * elf64-ppc.c (ppc64_elf_ha_reloc): Revert last change.
48 (ppc64_elf_relocate_section): Likewise.
49
4ef97a1b
AM
502017-02-28 Alan Modra <amodra@gmail.com>
51
52 PR 20995
53 * elf32-nios2.c (nios2_elf32_relocate_section): Use htab
54 rather than elf32_nios2_hash_table or elf_hash_table.
55 (create_got_section): Likewise.
56 (nios2_elf32_finish_dynamic_symbol): Likewise.
57 (nios2_elf32_adjust_dynamic_symbol): Likewise.
58 (nios2_elf32_size_dynamic_sections): Likewise.
59 (nios2_elf32_check_relocs): Delete dynobj, sgot, and srelgot
60 vars. Use htab equivalents directly instead. Don't create
61 all dynamic sections on needing just the GOT. Use a goto
62 rather than a fall-through with reloc test. Ensure
63 htab->dynobj is set when making dynamic sreloc section.
64 (nios2_elf32_finish_dynamic_sections): Delete dynobj, use htab
65 equivalent directly instead. Don't segfault on looking for
66 .dynamic when dynamic sections have not been created. Don't
67 segfault on .got.plt being discarded.
68 (nios2_elf32_size_dynamic_sections): Delete plt and got vars.
69 Don't set "relocs" on .rela.plt. Do handle .sbss. Delete
70 fixme and another not so relevant comment.
71 (nios2_elf_add_symbol_hook): Delete dynobj var. If not
72 already set, set hash table dynobj on creating .sbss.
73
7ba71655
AM
742017-02-28 Alan Modra <amodra@gmail.com>
75
76 * reloc.c (BFD_RELOC_PPC_16DX_HA): New.
77 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_16DX_HA>): New howto.
78 (ppc64_elf_reloc_type_lookup): Translate new bfd reloc.
79 (ppc64_elf_ha_reloc): Correct overflow test on REL16DX_HA.
80 (ppc64_elf_relocate_section): Likewise.
81 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_16DX_HA>): New howto.
82 (ppc_elf_reloc_type_lookup): Translate new bfd reloc.
83 (ppc_elf_check_relocs): Handle R_PPC_16DX_HA to pacify gcc.
84 * libbfd.h: Regenerate.
85 * bfd-in2.h: Regenerate.
86
afbf7e8e
AM
872017-02-28 Alan Modra <amodra@gmail.com>
88
89 * elflink.c (_bfd_elf_create_dynamic_sections): Don't make
90 dynamic .data.rel.ro read-only.
91 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Compare section
92 rather than section flags when deciding where copy reloc goes.
93 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
94 * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
95 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
96 * elf32-metag.c (elf_metag_finish_dynamic_symbol): Likewise.
97 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Likewise.
98 * elf32-nios2.c (nios2_elf32_finish_dynamic_symbol): Likewise.
99 * elf32-or1k.c (or1k_elf_finish_dynamic_symbol): Likewise.
100 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Likewise.
101 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
102 * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol): Likewise.
103 * elf32-tilepro.c (tilepro_elf_finish_dynamic_symbol): Likewise.
104 * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Likewise.
105 * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
106 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
107 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol): Likewise.
108 * elfnn-riscv.c (riscv_elf_finish_dynamic_symbol): Likewise.
109 * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
110 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
111 * elfxx-tilegx.c (tilegx_elf_finish_dynamic_symbol): Likewise.
112
0e392101
MR
1132017-02-28 Maciej W. Rozycki <macro@imgtec.com>
114
115 * elfxx-mips.c (mips_elf_perform_relocation): Also handle the
116 `jalr $0, $25' instruction encoding.
117
bd757ca7
NC
1182017-02-27 Nick Clifton <nickc@redhat.com>
119
120 PR ld/21180
121 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Avoid
122 generating a seg-fault when encountering a symbol that has been
123 deleted by garbage collection.
124
034fed0b
AM
1252017-02-25 Alan Modra <amodra@gmail.com>
126
127 * elf32-arc.c (struct dynamic_sections): Delete.
128 (enum dyn_section_types): Delete.
129 (dyn_section_names): Delete.
130 (arc_create_dynamic_sections): Delete.
131 (elf_arc_finish_dynamic_sections): Don't call the above. Don't
132 segfault on discarded .rela.plt section.
133 (elf_arc_size_dynamic_sections): Formatting. Don't call
134 arc_create_dynamic_sections. Don't allocate memory for sections
135 handled by the generic linker. Correct code finding relocs in
136 read-only sections. Set SEC_EXCLUDE on zero size .got,
137 .got.plt, and .dynbss sections. Do set .interp for pies.
138
d0f744f9
AW
1392017-02-24 Andrew Waterman <andrew@sifive.com>
140
141 * elfnn-riscv.c (GP_NAME): New macro.
142 (riscv_global_pointer_value): Use it.
143 (_bfd_riscv_relax_lui): If symbol and global pointer are in same
144 output section, consider only that section's alignment.
145
5d58c733
MR
1462017-02-23 Maciej W. Rozycki <macro@imgtec.com>
147
148 * elfxx-mips.h (_bfd_mips_relax_section): Remove prototype.
149 * elfxx-mips.c (_bfd_mips_relax_section): Remove function.
150 * elf64-mips.c (bfd_elf64_bfd_relax_section): Remove macro.
151 * elfn32-mips.c (bfd_elf32_bfd_relax_section): Likewise.
152
c1556ecd
MR
1532017-02-23 Maciej W. Rozycki <macro@imgtec.com>
154
155 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS_JALR>
156 <R_MICROMIPS_JALR>: Discard relocation if `cross_mode_jump_p'
157 or misaligned.
158
5499c7c7
AM
1592017-02-23 Alan Modra <amodra@gmail.com>
160
161 PR 20744
162 * elf32-ppc.c (ppc_elf_howto_raw): Correct dst_mask on all VLE
163 16D relocations.
164 (ppc_elf_vle_split16): Correct field mask and shift for 16D relocs.
165 (ppc_elf_relocate_section): Correct calculation for VLE SDAREL
166 relocs.
167
902e9fc7
MR
1682017-02-22 Maciej W. Rozycki <macro@imgtec.com>
169
170 PR ld/20828
171 * elflink.c (bfd_elf_size_dynamic_sections): Move symbol version
172 processing ahead of the call to `elf_gc_sweep_symbol'.
173
758d96d8
NC
1742017-02-22 Nick Clifton <nickc@redhat.com>
175
176 PR binutils/21193
177 * opncls.c (bfd_create_gnu_debuglink_section): Give the newly
178 created section 4-byte alignment.
179
6528b6eb
AM
1802017-02-22 Alan Modra <amodra@gmail.com>
181
182 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Don't segfault
183 on .got or .plt output section being discarded by script.
184 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Likewise. Move
185 vxworks splt temp.
186
24f1a751
AM
1872017-02-21 Alan Modra <amodra@gmail.com>
188
189 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only emit
190 DT_RELA, DT_RELASZ, and DT_RELAENT when DT_RELASZ is non-zero.
191
64487780
AM
1922017-02-20 Alan Modra <amodra@gmail.com>
193
194 PR 21181
195 * elflink.c (bfd_elf_final_link): Make DT_REL/DT_RELA zero
196 if DT_RELSZ/DT_RELASZ is zero.
197
6438d1be
NC
1982017-02-17 Nick Clifton <nickc@redhat.com>
199
200 * compress.c (bfd_get_full_section_contents): Remember to reduce
201 compressed size by the sizeof the compression header when
202 decompressing the contents.
203
4bc26c69
PA
2042017-02-17 Pedro Alves <palves@redhat.com>
205
206 * srec.c (Chunk): Rename to ...
207 (_bfd_srec_len): ... this.
208 (S3Forced): Rename to ...
209 (_bfd_srec_forceS3): ... this.
210 * objcopy.c: Adjust all references.
211
7ec22e0f
PA
2122017-02-17 Pedro Alves <palves@redhat.com>
213
214 * archive.c (bsd_write_armap): Rename to ...
215 (_bfd_bsd_write_armap): ... this.
216 (coff_write_armap): Rename to ...
217 (_bfd_coff_write_armap): ... this.
218 * libbfd-in.h (bsd_write_armap): Rename to ...
219 (_bfd_bsd_write_armap): ... this.
220 (coff_write_armap): Rename to ...
221 (_bfd_coff_write_armap): ... this.
222 * aout-target.h, aout-tic30.c: Adjust all users.
223 * libbfd.h: Regenerate.
224
8c8402cc
PA
2252017-02-17 Pedro Alves <palves@redhat.com>
226
227 * bfd-in.h (bfd_read, bfd_write): Adjust to rename.
228 (warn_deprecated): Rename to ...
229 (_bfd_warn_deprecated): ... this.
230 * libbfd.c (warn_deprecated): Rename to ...
231 (_bfd_warn_deprecated): ... this.
232 * bfd-in2.h: Regenerate.
233
c7c3d11b
PA
2342017-02-17 Pedro Alves <palves@redhat.com>
235
236 * bfdio.c (real_ftell): Rename to ...
237 (_bfd_real_ftell): ... this.
238 (real_fseek): Rename to ...
239 (_bfd_real_fseek): ... this.
240 (real_fopen): Rename to ...
241 (_bfd_real_fopen): ... this.
242 * libbfd-in.h (real_ftell): Rename to ...
243 (_bfd_real_ftell): ... this.
244 (real_fseek): Rename to ...
245 (_bfd_real_fseek): ... this.
246 (real_fopen): Rename to ...
247 (_bfd_real_fopen): ... this.
248 * cache.c, dwarf2.c, opncls.c: Adjust all callers.
249 * libbfd.h: Regenerate.
250
4265548c
PA
2512017-02-17 Pedro Alves <palves@redhat.com>
252
253 * dwarf2.c, elf-attrs.c, elf32-nds32.c: Adjust all callers.
254 * libbfd.c (read_unsigned_leb128): Rename to ...
255 (_bfd_read_unsigned_leb128): ... this.
256 (read_signed_leb128): Rename to ...
257 (_bfd_read_signed_leb128): ... this.
258 (safe_read_leb128): Rename to ...
259 (_bfd_safe_read_leb128): ... this.
260 * libbfd-in.h (read_unsigned_leb128): Rename to ...
261 (_bfd_read_unsigned_leb128): ... this.
262 (read_signed_leb128): Rename to ...
263 (_bfd_read_signed_leb128): ... this.
264 (safe_read_leb128): Rename to ...
265 (_bfd_safe_read_leb128): ... this.
266 * libbfd.h: Renegerate.
267
3239a423
AB
2682017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Perform symbol lookup
271 before trying to fine matching file and line information.
272
90ed9b8b
AB
2732017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * dwarf2.c (struct dwarf2_debug): Add orig_bfd member.
276 (_bfd_dwarf2_slurp_debug_info): If stashed debug information does
277 not match current bfd, then reload debug information. Record bfd
278 we're loading debug info for in the stash. If we have debug
279 informatin in the cache then perform section placement before
280 returning.
281
a8c75b76
AM
2822017-02-16 Alan Modra <amodra@gmail.com>
283
284 PR 21000
285 * elf-bfd.h (struct elf_backend_data): Add no_page_alias.
286 * elfxx-target.h (elf_backend_no_page_alias): Define.
287 (elfNN_bed): Init new field.
288 * elf.c (assign_file_positions_for_load_sections): If no_page_alias
289 ensure PT_LOAD segment starts on a new page.
290 * elf32-hppa.c (elf_backend_no_page_alias): Define.
291
247d6c4c
AM
2922017-02-16 Alan Modra <amodra@gmail.com>
293
294 PR 21132
295 * elf32-hppa.c (allocate_plt_static): Allocate space for relocs
296 if pic.
297
90571206
JW
2982017-02-16 Jiong Wang <jiong.wang@arm.com>
299
300 * bfd.c (BFD_FLAGS_SAVED): Add BFD_LINKER_CREATED.
301 * bfd-in2.h: Regenerated.
302
2a568401
L
3032017-02-15 H.J. Lu <hongjiu.lu@intel.com>
304
305 PR ld/21168
306 * elf32-i386.c (elf_i386_relocate_section): Allow
307 "lea foo@GOT, %reg" in PIC.
308
a5def14f
L
3092017-02-15 H.J. Lu <hongjiu.lu@intel.com>
310
311 PR ld/20244
312 * elf32-i386.c (elf_i386_relocate_section): Properly get IFUNC
313 symbol name when reporting R_386_GOT32/R_386_GOT32X relocation
314 error against local IFUNC symbol without a base register for
315 PIC.
316
174d0a74
MR
3172017-02-15 Maciej W. Rozycki <macro@imgtec.com>
318
319 * elf32-ppc.c (ppc_elf_check_relocs): Use `%H:' rather than
320 `%P: %H:' with `info->callbacks->einfo'.
321 (ppc_elf_relocate_section): Likewise.
322 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
323 (ppc64_elf_edit_toc): Likewise.
324 (ppc64_elf_relocate_section): Likewise.
325
e278ae05
AM
3262017-02-14 Alan Modra <amodra@gmail.com>
327
328 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Support
329 --gc-keep-exported, and test versioned field of sym rather than
330 looking for @ in name.
331
10ddfe62
PD
3322017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
333
334 * elfnn-riscv.c (riscv_global_pointer_value): Change _gp to
335 __global_pointer$.
336
d11135f5
NC
3372017-02-13 Nick Clifton <nickc@redhat.com>
338
339 PR binutils/21151
340 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Check for an invalid
341 unit length field.
342
cc162427
AW
3432017-02-07 Andrew Waterman <andrew@sifive.com>
344
345 * elfnn-riscv.c (riscv_elf_finish_dynamic_sections): Only write PLT
346 entry size if PLT header is written.
347
3d044c0c
SL
3482017-02-06 Sheldon Lobo <sheldon.lobo@oracle.com>
349
350 Fix sparc64 dynamic relocation processing to use the dynamic
351 symbol count.
352 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Use 'dynamic'
353 to determine if bfd_get_symcount() or bfd_get_dynamic_symcount()
354 should be used.
355
1b7e3d2f
NC
3562017-02-03 Nick Clifton <nickc@redhat.com>
357
358 PR 21096
359 * coffcode.h (coff_write_object_contents): Enlarge size of
360 s_name_buf in order to avoid compile time warning about possible
361 integer truncation.
362 * elf32-nds32.c (nds32_elf_ex9_import_table): Mask off lower
363 32-bits of insn value before printing into buffer.
364
e17b0c35
MR
3652017-02-02 Maciej W. Rozycki <macro@imgtec.com>
366
367 * elfxx-mips.c (mips_elf_hash_sort_data): Add
368 `max_local_dynindx'.
369 (mips_elf_sort_hash_table): Handle it.
370 (mips_elf_sort_hash_table_f) <GGA_NONE>: For forced local
371 symbols bump up `max_local_dynindx' rather than
372 `max_non_got_dynindx'.
373
55f8b9d2
MR
3742017-02-02 Maciej W. Rozycki <macro@imgtec.com>
375
376 * elfxx-mips.c (mips_elf_hash_sort_data): Convert the
377 `min_got_dynindx', `max_unref_got_dynindx' and
378 `max_non_got_dynindx' members to the `bfd_size_type' data type.
379 (mips_elf_sort_hash_table): Adjust accordingly.
380
0f8c4b60
MR
3812017-02-02 Maciej W. Rozycki <macro@imgtec.com>
382
383 * elfxx-mips.c (mips_elf_sort_hash_table): Use `htab' throughout
384 to access the hash table.
385
17a80fa8
MR
3862017-02-02 Maciej W. Rozycki <macro@imgtec.com>
387
388 * elfxx-mips.c (mips_elf_sort_hash_table): Move assertion on
389 non-NULL `htab' to the beginning.
390
8f56d4fd
MR
3912017-02-02 Maciej W. Rozycki <macro@imgtec.com>
392
393 * elflink.c (elf_gc_sweep): Wrap overlong line.
394
8b10b0b3
MR
3952017-01-30 Maciej W. Rozycki <macro@imgtec.com>
396
397 * elfxx-mips.h (_bfd_mips_elf_insn32): Rename prototype to...
398 (_bfd_mips_elf_linker_flags): ... this. Add another parameter.
399 * elfxx-mips.c (mips_elf_link_hash_table): Add
400 `ignore_branch_isa' member.
401 (mips_elf_perform_relocation): Do not treat an ISA mode mismatch
402 in branch relocation calculation as an error if
403 `ignore_branch_isa' has been set.
404 (_bfd_mips_elf_insn32): Rename to...
405 (_bfd_mips_elf_linker_flags): ... this. Rename the `on'
406 parameter to `insn32' and add an `ignore_branch_isa' parameter.
407 Handle the new parameter.
408
1fbd05e1
HPN
4092017-01-27 Hans-Peter Nilsson <hp@axis.com>
410
22d9a0de
HPN
411 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Remove now unused
412 local variable dynobj.
413
1fbd05e1
HPN
414 PR ld/20995
415 * elf32-cris.c (elf_cris_size_dynamic_sections): Handle sdynrelro.
416 (elf_cris_adjust_dynamic_symbol): Place variables copied into the
417 executable from read-only sections into sdynrelro.
418 (elf_cris_finish_dynamic_symbol): Select sreldynrelro for
419 dynamic relocs in sdynrelro.
420 (elf_backend_want_dynrelro): Define.
421
4a7324e1
SH
4222017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
423
424 * config.bfd (*-*-rtemsaout*): Mark as removed.
425
c75b4ebd
SH
4262017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
427
428 * config.bfd (powerpcle-*-rtems*): Do not mark as removed.
429 (arm-*-rtems*): Move to (arm*-*-eabi*).
430 (i[3-7]86-*-rtems*): Move to (i[3-7]86-*-elf*).
431 (m68-*-rtems*): Move to (m68*-*-elf*).
432
850d84f6
SH
4332017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
434
435 * config.bfd (*-*-rtemscoff*): Mark as removed.
436
b531344c
MR
4372017-01-24 Maciej W. Rozycki <macro@imgtec.com>
438
439 PR ld/20828
440 * elflink.c (bfd_elf_record_link_assignment): Revert last
441 change and don't ever clear `forced_local'. Set `mark'
442 unconditionally.
443 (elf_gc_sweep_symbol_info, elf_gc_sweep_symbol): Reorder within
444 file.
445 (elf_gc_sweep): Move the call to `elf_gc_sweep_symbol'...
446 (bfd_elf_size_dynamic_sections): ... here.
447 * elf32-ppc.c (ppc_elf_tls_setup): Don't clear `forced_local'
448 and set `mark' instead in `__tls_get_addr_opt' processing.
449 * elf64-ppc.c (ppc64_elf_tls_setup): Likewise.
450
f0158f44
AM
4512017-01-24 Alan Modra <amodra@gmail.com>
452
453 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Merge two cases
454 where dynamic relocs are preferable. Allow ifunc too.
455 (ensure_undefweak_dynamic): New function.
456 (allocate_dynrelocs): Use it here. Move plt handling last and
457 don't make symbols dynamic, simplifying loop. Only make undef
458 weak symbols with GOT entries dynamic. Correct condition
459 for GOT relocs. Handle dynamic relocs on ifuncs. Correct
460 comments. Remove goto.
461 (ppc_elf_relocate_section): Correct test for using dynamic
462 symbol on GOT relocs. Rearrange test for emitting GOT relocs
463 to suit. Set up explicit tls_index entries and implicit GOT
464 tls_index entries resolvable at link time for
465 __tls_get_addr_opt. Simplify test to clear mem for prelink.
466 * elf64-ppc.c (allocate_got): Correct condition for GOT relocs.
467 (ensure_undefweak_dynamic): New function.
468 (allocate_dynrelocs): Use it here. Only make undef weak symbols
469 with GOT entries dynamic. Remove unnecessary test of
470 WILL_CALL_FINISH_DYNAMIC_SYMBOL in PLT handling.
471 (ppc64_elf_relocate_section): Correct test for using dynamic
472 symbol on GOT relocs. Rearrange test for emitting GOT relocs
473 to suit. Set up explicit tls_index entries and implicit GOT
474 tls_index entries resolvable at link time for __tls_get_addr_opt.
475 Simplify expression to clear mem for prelink.
476
2d0ca824
YN
4772017-01-23 Yury Norov <ynorov@caviumnetworks.com>
478
479 * elfnn-aarch64.c: Fix relaxations for ILP32 mode.
480
7f784814
JW
4812017-01-20 Jiong Wang <jiong.wang@arm.com>
482
483 * elfnn-aarch64.c (elf_aarch64_hash_symbol): New function.
484 (elf_backend_hash_symbol): Define.
485
81ff47b3
MR
4862017-01-18 Maciej W. Rozycki <macro@imgtec.com>
487
488 PR ld/20828
489 * elflink.c (bfd_elf_record_link_assignment): Clear any
490 `forced_local' marking for DSO symbols that are not being
491 provided.
492
640d6bfd
KLC
4932017-01-17 Kuan-Lin Chen <kuanlinchentw@gmail.com>
494
495 * elfnn-riscv.c (riscv_elf_object_p): New function.
496
8361ed4d
L
4972017-01-12 H.J. Lu <hongjiu.lu@intel.com>
498
499 PR ld/21038
500 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
501 plt_bnd_eh_frame.
502 (elf_x86_64_check_relocs): Create .eh_frame section for the
503 .plt.bnd section.
504 (elf_x86_64_size_dynamic_sections): Allocate and initialize
505 .eh_frame section for the .plt.bnd section.
506 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
507 for the .plt.bnd section.
508
2425a30e
NC
5092017-01-12 Nick Clifton <nickc@redhat.com>
510
511 PR binutils/20876
512 * opncls.c (find_separate_debug_file): Add include_dirs
513 parameter. Only include the directory part of the bfd's filename
514 in search paths if include_dirs is true. Add a couple of extra
515 locations for looking for debug files.
516 ( bfd_follow_gnu_debuglink): Update invocation of
517 find_separate_debug_file.
518 (bfd_follow_gnu_debugaltlink): Likewise.
519 (get_build_id): New function: Finds the build-id of the given bfd.
520 (get_build_id_name): New function: Computes the name of the
521 separate debug info file for a bfd, based upon its build-id.
522 (check_build_id_file): New function: Checks to see if a separate
523 debug info file exists at the given location, and that its
524 build-id matches that of the original bfd.
525 (bfd_follow_build_id_debuglink): New function: Finds a separate
526 debug info file for a given bfd by using the build-id method.
527 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Try using the build-id
528 method of locating a separate debug info file before using the
529 debuglink method.
530 * bfd-in2.h: Regenerate.
531
9e659176
L
5322017-01-11 H.J. Lu <hongjiu.lu@intel.com>
533
534 PR ld/21038
535 * elf64-x86-64.c (elf_x86_64_eh_frame_bnd_plt): New.
536 (elf_x86_64_bnd_arch_bed): Use elf_x86_64_eh_frame_bnd_plt and
537 elf_x86_64_eh_frame_plt_got.
538 (elf_x86_64_size_dynamic_sections): Get unwind info from
539 elf_x86_64_bnd_arch_bed for the BND PLT.
540
f2e2d2f5
JS
5412017-01-11 Jeremy Soller <jackpot51@gmail.com>
542
543 * config.bfd: Add entries for i686-redox and x86_64-redox.
544
52b232b3
L
5452017-01-10 H.J. Lu <hongjiu.lu@intel.com>
546
547 * elf32-i386.c (elf_i386_check_relocs): Align .eh_frame section
548 to 4 bytes.
549 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
550 .eh_frame section to 4 bytes for x32.
551 (elf_x86_64_check_relocs): Likewise.
552
fff53dae
L
5532017-01-10 H.J. Lu <hongjiu.lu@intel.com>
554
555 PR ld/20830
556 * elf32-i386.c (elf_i386_eh_frame_plt_got): New.
557 (PLT_GOT_FDE_LENGTH): Likewise.
558 (elf_i386_plt_layout): Add eh_frame_plt_got and
559 eh_frame_plt_got_size.
560 (elf_i386_plt): Updated.
561 (elf_i386_link_hash_table): Add plt_got_eh_frame.
562 (elf_i386_check_relocs): Create .eh_frame section for .plt.got.
563 (elf_i386_size_dynamic_sections): Allocate and initialize
564 .eh_frame section for .plt.got.
565 (elf_i386_finish_dynamic_sections): Adjust .eh_frame section for
566 .plt.got.
567 (elf_i386_nacl_plt): Add FIXME for eh_frame_plt_got and
568 eh_frame_plt_got_size.
569 * elf64-x86-64.c (elf_x86_64_eh_frame_plt_got): New.
570 (PLT_GOT_FDE_LENGTH): Likewise.
571 (elf_x86_64_backend_data): Add eh_frame_plt_got and
572 eh_frame_plt_got_size.
573 (elf_x86_64_arch_bed): Updated.
574 (elf_x86_64_bnd_arch_bed): Add FIXME for eh_frame_plt_got and
575 eh_frame_plt_got_size.
576 (elf_x86_64_nacl_arch_bed): Likewise.
577 (elf_x86_64_link_hash_table): Add plt_got_eh_frame.
578 (elf_x86_64_check_relocs): Create .eh_frame section for .plt.got.
579 (elf_x86_64_size_dynamic_sections): Allocate and initialize
580 .eh_frame section for .plt.got.
581 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
582 for .plt.got.
583
f129e49f
L
5842017-01-10 H.J. Lu <hongjiu.lu@intel.com>
585
586 * elf32-i386.c (elf_i386_size_dynamic_sections): Set
587 plt_eh_frame->size to eh_frame_plt_size and use eh_frame_plt.
588
cd6581da
NC
5892017-01-09 Nick Clifton <nickc@redhat.com>
590
591 * dwarf2.c (lookup_address_in_function_table): Return early if
592 there are no functions in the given comp unit, or if the high
593 address of the last function in the comp unit is less than the
594 desired address.
595
98f02962
NC
5962017-01-09 Nick Clifton <nickc@redhat.com>
597
598 PR binutils/21013
599 * coffgen.c (_bfd_coff_get_external_symbols): Generate an error
600 message if there are too many symbols to load.
601
ae4fda66
JC
6022017-01-04 James Clarke <jrtc27@jrtc27.com>
603
604 * elf64-alpha.c (elf64_alpha_relax_opt_call): Don't set tsec_free
605 if relocs are cached.
606
de1010f4
RF
6072017-01-03 Rich Felker <bugdal@aerifal.cx>
608
609 PR ld/21017
610 * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
611 for R_MICROBLAZE_GOTOFF_64.
612
09fe2662
NC
6132017-01-03 Nick Clifton <nickc@redhat.com>
614
615 * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
616 warning about using a possibly uninitialised variable.
617
595e0a47
AM
6182017-01-02 Alan Modra <amodra@gmail.com>
619
620 * elf32-hppa.c (ensure_undef_weak_dynamic): New function.
621 (allocate_plt_static, allocate_dynrelocs): Use it.
622
7bd9df3b
AM
6232017-01-02 Alan Modra <amodra@gmail.com>
624
625 * elf-hppa.h (elf_hppa_fake_sections): Set SHF_INFO_LINK for
626 .PARISC.unwind section.
627
5b86074c
AM
6282017-01-02 Alan Modra <amodra@gmail.com>
629
630 PR ld/20989
631 * elfxx-sparc.c (gdop_relative_offset_ok): New function.
632 (_bfd_sparc_elf_relocate_section): Use it to validate GOT
633 indirect to GOT pointer relative code edit.
634
2571583a
AM
6352017-01-02 Alan Modra <amodra@gmail.com>
636
637 Update year range in copyright notice of all files.
638
5c1ad6b5 639For older changes see ChangeLog-2016
3499769a 640\f
5c1ad6b5 641Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
642
643Copying and distribution of this file, with or without modification,
644are permitted in any medium without royalty provided the copyright
645notice and this notice are preserved.
646
647Local Variables:
648mode: change-log
649left-margin: 8
650fill-column: 74
651version-control: never
652End: