PR ld/20828: Move symbol version processing ahead of GC symbol sweep
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
902e9fc7
MR
12017-02-22 Maciej W. Rozycki <macro@imgtec.com>
2
3 PR ld/20828
4 * elflink.c (bfd_elf_size_dynamic_sections): Move symbol version
5 processing ahead of the call to `elf_gc_sweep_symbol'.
6
758d96d8
NC
72017-02-22 Nick Clifton <nickc@redhat.com>
8
9 PR binutils/21193
10 * opncls.c (bfd_create_gnu_debuglink_section): Give the newly
11 created section 4-byte alignment.
12
6528b6eb
AM
132017-02-22 Alan Modra <amodra@gmail.com>
14
15 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Don't segfault
16 on .got or .plt output section being discarded by script.
17 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Likewise. Move
18 vxworks splt temp.
19
24f1a751
AM
202017-02-21 Alan Modra <amodra@gmail.com>
21
22 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only emit
23 DT_RELA, DT_RELASZ, and DT_RELAENT when DT_RELASZ is non-zero.
24
64487780
AM
252017-02-20 Alan Modra <amodra@gmail.com>
26
27 PR 21181
28 * elflink.c (bfd_elf_final_link): Make DT_REL/DT_RELA zero
29 if DT_RELSZ/DT_RELASZ is zero.
30
6438d1be
NC
312017-02-17 Nick Clifton <nickc@redhat.com>
32
33 * compress.c (bfd_get_full_section_contents): Remember to reduce
34 compressed size by the sizeof the compression header when
35 decompressing the contents.
36
4bc26c69
PA
372017-02-17 Pedro Alves <palves@redhat.com>
38
39 * srec.c (Chunk): Rename to ...
40 (_bfd_srec_len): ... this.
41 (S3Forced): Rename to ...
42 (_bfd_srec_forceS3): ... this.
43 * objcopy.c: Adjust all references.
44
7ec22e0f
PA
452017-02-17 Pedro Alves <palves@redhat.com>
46
47 * archive.c (bsd_write_armap): Rename to ...
48 (_bfd_bsd_write_armap): ... this.
49 (coff_write_armap): Rename to ...
50 (_bfd_coff_write_armap): ... this.
51 * libbfd-in.h (bsd_write_armap): Rename to ...
52 (_bfd_bsd_write_armap): ... this.
53 (coff_write_armap): Rename to ...
54 (_bfd_coff_write_armap): ... this.
55 * aout-target.h, aout-tic30.c: Adjust all users.
56 * libbfd.h: Regenerate.
57
8c8402cc
PA
582017-02-17 Pedro Alves <palves@redhat.com>
59
60 * bfd-in.h (bfd_read, bfd_write): Adjust to rename.
61 (warn_deprecated): Rename to ...
62 (_bfd_warn_deprecated): ... this.
63 * libbfd.c (warn_deprecated): Rename to ...
64 (_bfd_warn_deprecated): ... this.
65 * bfd-in2.h: Regenerate.
66
c7c3d11b
PA
672017-02-17 Pedro Alves <palves@redhat.com>
68
69 * bfdio.c (real_ftell): Rename to ...
70 (_bfd_real_ftell): ... this.
71 (real_fseek): Rename to ...
72 (_bfd_real_fseek): ... this.
73 (real_fopen): Rename to ...
74 (_bfd_real_fopen): ... this.
75 * libbfd-in.h (real_ftell): Rename to ...
76 (_bfd_real_ftell): ... this.
77 (real_fseek): Rename to ...
78 (_bfd_real_fseek): ... this.
79 (real_fopen): Rename to ...
80 (_bfd_real_fopen): ... this.
81 * cache.c, dwarf2.c, opncls.c: Adjust all callers.
82 * libbfd.h: Regenerate.
83
4265548c
PA
842017-02-17 Pedro Alves <palves@redhat.com>
85
86 * dwarf2.c, elf-attrs.c, elf32-nds32.c: Adjust all callers.
87 * libbfd.c (read_unsigned_leb128): Rename to ...
88 (_bfd_read_unsigned_leb128): ... this.
89 (read_signed_leb128): Rename to ...
90 (_bfd_read_signed_leb128): ... this.
91 (safe_read_leb128): Rename to ...
92 (_bfd_safe_read_leb128): ... this.
93 * libbfd-in.h (read_unsigned_leb128): Rename to ...
94 (_bfd_read_unsigned_leb128): ... this.
95 (read_signed_leb128): Rename to ...
96 (_bfd_read_signed_leb128): ... this.
97 (safe_read_leb128): Rename to ...
98 (_bfd_safe_read_leb128): ... this.
99 * libbfd.h: Renegerate.
100
3239a423
AB
1012017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Perform symbol lookup
104 before trying to fine matching file and line information.
105
90ed9b8b
AB
1062017-02-16 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * dwarf2.c (struct dwarf2_debug): Add orig_bfd member.
109 (_bfd_dwarf2_slurp_debug_info): If stashed debug information does
110 not match current bfd, then reload debug information. Record bfd
111 we're loading debug info for in the stash. If we have debug
112 informatin in the cache then perform section placement before
113 returning.
114
a8c75b76
AM
1152017-02-16 Alan Modra <amodra@gmail.com>
116
117 PR 21000
118 * elf-bfd.h (struct elf_backend_data): Add no_page_alias.
119 * elfxx-target.h (elf_backend_no_page_alias): Define.
120 (elfNN_bed): Init new field.
121 * elf.c (assign_file_positions_for_load_sections): If no_page_alias
122 ensure PT_LOAD segment starts on a new page.
123 * elf32-hppa.c (elf_backend_no_page_alias): Define.
124
247d6c4c
AM
1252017-02-16 Alan Modra <amodra@gmail.com>
126
127 PR 21132
128 * elf32-hppa.c (allocate_plt_static): Allocate space for relocs
129 if pic.
130
90571206
JW
1312017-02-16 Jiong Wang <jiong.wang@arm.com>
132
133 * bfd.c (BFD_FLAGS_SAVED): Add BFD_LINKER_CREATED.
134 * bfd-in2.h: Regenerated.
135
2a568401
L
1362017-02-15 H.J. Lu <hongjiu.lu@intel.com>
137
138 PR ld/21168
139 * elf32-i386.c (elf_i386_relocate_section): Allow
140 "lea foo@GOT, %reg" in PIC.
141
a5def14f
L
1422017-02-15 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR ld/20244
145 * elf32-i386.c (elf_i386_relocate_section): Properly get IFUNC
146 symbol name when reporting R_386_GOT32/R_386_GOT32X relocation
147 error against local IFUNC symbol without a base register for
148 PIC.
149
174d0a74
MR
1502017-02-15 Maciej W. Rozycki <macro@imgtec.com>
151
152 * elf32-ppc.c (ppc_elf_check_relocs): Use `%H:' rather than
153 `%P: %H:' with `info->callbacks->einfo'.
154 (ppc_elf_relocate_section): Likewise.
155 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
156 (ppc64_elf_edit_toc): Likewise.
157 (ppc64_elf_relocate_section): Likewise.
158
e278ae05
AM
1592017-02-14 Alan Modra <amodra@gmail.com>
160
161 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Support
162 --gc-keep-exported, and test versioned field of sym rather than
163 looking for @ in name.
164
10ddfe62
PD
1652017-02-13 Palmer Dabbelt <palmer@dabbelt.com>
166
167 * elfnn-riscv.c (riscv_global_pointer_value): Change _gp to
168 __global_pointer$.
169
d11135f5
NC
1702017-02-13 Nick Clifton <nickc@redhat.com>
171
172 PR binutils/21151
173 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Check for an invalid
174 unit length field.
175
cc162427
AW
1762017-02-07 Andrew Waterman <andrew@sifive.com>
177
178 * elfnn-riscv.c (riscv_elf_finish_dynamic_sections): Only write PLT
179 entry size if PLT header is written.
180
3d044c0c
SL
1812017-02-06 Sheldon Lobo <sheldon.lobo@oracle.com>
182
183 Fix sparc64 dynamic relocation processing to use the dynamic
184 symbol count.
185 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Use 'dynamic'
186 to determine if bfd_get_symcount() or bfd_get_dynamic_symcount()
187 should be used.
188
1b7e3d2f
NC
1892017-02-03 Nick Clifton <nickc@redhat.com>
190
191 PR 21096
192 * coffcode.h (coff_write_object_contents): Enlarge size of
193 s_name_buf in order to avoid compile time warning about possible
194 integer truncation.
195 * elf32-nds32.c (nds32_elf_ex9_import_table): Mask off lower
196 32-bits of insn value before printing into buffer.
197
e17b0c35
MR
1982017-02-02 Maciej W. Rozycki <macro@imgtec.com>
199
200 * elfxx-mips.c (mips_elf_hash_sort_data): Add
201 `max_local_dynindx'.
202 (mips_elf_sort_hash_table): Handle it.
203 (mips_elf_sort_hash_table_f) <GGA_NONE>: For forced local
204 symbols bump up `max_local_dynindx' rather than
205 `max_non_got_dynindx'.
206
55f8b9d2
MR
2072017-02-02 Maciej W. Rozycki <macro@imgtec.com>
208
209 * elfxx-mips.c (mips_elf_hash_sort_data): Convert the
210 `min_got_dynindx', `max_unref_got_dynindx' and
211 `max_non_got_dynindx' members to the `bfd_size_type' data type.
212 (mips_elf_sort_hash_table): Adjust accordingly.
213
0f8c4b60
MR
2142017-02-02 Maciej W. Rozycki <macro@imgtec.com>
215
216 * elfxx-mips.c (mips_elf_sort_hash_table): Use `htab' throughout
217 to access the hash table.
218
17a80fa8
MR
2192017-02-02 Maciej W. Rozycki <macro@imgtec.com>
220
221 * elfxx-mips.c (mips_elf_sort_hash_table): Move assertion on
222 non-NULL `htab' to the beginning.
223
8f56d4fd
MR
2242017-02-02 Maciej W. Rozycki <macro@imgtec.com>
225
226 * elflink.c (elf_gc_sweep): Wrap overlong line.
227
8b10b0b3
MR
2282017-01-30 Maciej W. Rozycki <macro@imgtec.com>
229
230 * elfxx-mips.h (_bfd_mips_elf_insn32): Rename prototype to...
231 (_bfd_mips_elf_linker_flags): ... this. Add another parameter.
232 * elfxx-mips.c (mips_elf_link_hash_table): Add
233 `ignore_branch_isa' member.
234 (mips_elf_perform_relocation): Do not treat an ISA mode mismatch
235 in branch relocation calculation as an error if
236 `ignore_branch_isa' has been set.
237 (_bfd_mips_elf_insn32): Rename to...
238 (_bfd_mips_elf_linker_flags): ... this. Rename the `on'
239 parameter to `insn32' and add an `ignore_branch_isa' parameter.
240 Handle the new parameter.
241
1fbd05e1
HPN
2422017-01-27 Hans-Peter Nilsson <hp@axis.com>
243
22d9a0de
HPN
244 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Remove now unused
245 local variable dynobj.
246
1fbd05e1
HPN
247 PR ld/20995
248 * elf32-cris.c (elf_cris_size_dynamic_sections): Handle sdynrelro.
249 (elf_cris_adjust_dynamic_symbol): Place variables copied into the
250 executable from read-only sections into sdynrelro.
251 (elf_cris_finish_dynamic_symbol): Select sreldynrelro for
252 dynamic relocs in sdynrelro.
253 (elf_backend_want_dynrelro): Define.
254
4a7324e1
SH
2552017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
256
257 * config.bfd (*-*-rtemsaout*): Mark as removed.
258
c75b4ebd
SH
2592017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
260
261 * config.bfd (powerpcle-*-rtems*): Do not mark as removed.
262 (arm-*-rtems*): Move to (arm*-*-eabi*).
263 (i[3-7]86-*-rtems*): Move to (i[3-7]86-*-elf*).
264 (m68-*-rtems*): Move to (m68*-*-elf*).
265
850d84f6
SH
2662017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
267
268 * config.bfd (*-*-rtemscoff*): Mark as removed.
269
b531344c
MR
2702017-01-24 Maciej W. Rozycki <macro@imgtec.com>
271
272 PR ld/20828
273 * elflink.c (bfd_elf_record_link_assignment): Revert last
274 change and don't ever clear `forced_local'. Set `mark'
275 unconditionally.
276 (elf_gc_sweep_symbol_info, elf_gc_sweep_symbol): Reorder within
277 file.
278 (elf_gc_sweep): Move the call to `elf_gc_sweep_symbol'...
279 (bfd_elf_size_dynamic_sections): ... here.
280 * elf32-ppc.c (ppc_elf_tls_setup): Don't clear `forced_local'
281 and set `mark' instead in `__tls_get_addr_opt' processing.
282 * elf64-ppc.c (ppc64_elf_tls_setup): Likewise.
283
f0158f44
AM
2842017-01-24 Alan Modra <amodra@gmail.com>
285
286 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Merge two cases
287 where dynamic relocs are preferable. Allow ifunc too.
288 (ensure_undefweak_dynamic): New function.
289 (allocate_dynrelocs): Use it here. Move plt handling last and
290 don't make symbols dynamic, simplifying loop. Only make undef
291 weak symbols with GOT entries dynamic. Correct condition
292 for GOT relocs. Handle dynamic relocs on ifuncs. Correct
293 comments. Remove goto.
294 (ppc_elf_relocate_section): Correct test for using dynamic
295 symbol on GOT relocs. Rearrange test for emitting GOT relocs
296 to suit. Set up explicit tls_index entries and implicit GOT
297 tls_index entries resolvable at link time for
298 __tls_get_addr_opt. Simplify test to clear mem for prelink.
299 * elf64-ppc.c (allocate_got): Correct condition for GOT relocs.
300 (ensure_undefweak_dynamic): New function.
301 (allocate_dynrelocs): Use it here. Only make undef weak symbols
302 with GOT entries dynamic. Remove unnecessary test of
303 WILL_CALL_FINISH_DYNAMIC_SYMBOL in PLT handling.
304 (ppc64_elf_relocate_section): Correct test for using dynamic
305 symbol on GOT relocs. Rearrange test for emitting GOT relocs
306 to suit. Set up explicit tls_index entries and implicit GOT
307 tls_index entries resolvable at link time for __tls_get_addr_opt.
308 Simplify expression to clear mem for prelink.
309
2d0ca824
YN
3102017-01-23 Yury Norov <ynorov@caviumnetworks.com>
311
312 * elfnn-aarch64.c: Fix relaxations for ILP32 mode.
313
7f784814
JW
3142017-01-20 Jiong Wang <jiong.wang@arm.com>
315
316 * elfnn-aarch64.c (elf_aarch64_hash_symbol): New function.
317 (elf_backend_hash_symbol): Define.
318
81ff47b3
MR
3192017-01-18 Maciej W. Rozycki <macro@imgtec.com>
320
321 PR ld/20828
322 * elflink.c (bfd_elf_record_link_assignment): Clear any
323 `forced_local' marking for DSO symbols that are not being
324 provided.
325
640d6bfd
KLC
3262017-01-17 Kuan-Lin Chen <kuanlinchentw@gmail.com>
327
328 * elfnn-riscv.c (riscv_elf_object_p): New function.
329
8361ed4d
L
3302017-01-12 H.J. Lu <hongjiu.lu@intel.com>
331
332 PR ld/21038
333 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
334 plt_bnd_eh_frame.
335 (elf_x86_64_check_relocs): Create .eh_frame section for the
336 .plt.bnd section.
337 (elf_x86_64_size_dynamic_sections): Allocate and initialize
338 .eh_frame section for the .plt.bnd section.
339 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
340 for the .plt.bnd section.
341
2425a30e
NC
3422017-01-12 Nick Clifton <nickc@redhat.com>
343
344 PR binutils/20876
345 * opncls.c (find_separate_debug_file): Add include_dirs
346 parameter. Only include the directory part of the bfd's filename
347 in search paths if include_dirs is true. Add a couple of extra
348 locations for looking for debug files.
349 ( bfd_follow_gnu_debuglink): Update invocation of
350 find_separate_debug_file.
351 (bfd_follow_gnu_debugaltlink): Likewise.
352 (get_build_id): New function: Finds the build-id of the given bfd.
353 (get_build_id_name): New function: Computes the name of the
354 separate debug info file for a bfd, based upon its build-id.
355 (check_build_id_file): New function: Checks to see if a separate
356 debug info file exists at the given location, and that its
357 build-id matches that of the original bfd.
358 (bfd_follow_build_id_debuglink): New function: Finds a separate
359 debug info file for a given bfd by using the build-id method.
360 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Try using the build-id
361 method of locating a separate debug info file before using the
362 debuglink method.
363 * bfd-in2.h: Regenerate.
364
9e659176
L
3652017-01-11 H.J. Lu <hongjiu.lu@intel.com>
366
367 PR ld/21038
368 * elf64-x86-64.c (elf_x86_64_eh_frame_bnd_plt): New.
369 (elf_x86_64_bnd_arch_bed): Use elf_x86_64_eh_frame_bnd_plt and
370 elf_x86_64_eh_frame_plt_got.
371 (elf_x86_64_size_dynamic_sections): Get unwind info from
372 elf_x86_64_bnd_arch_bed for the BND PLT.
373
f2e2d2f5
JS
3742017-01-11 Jeremy Soller <jackpot51@gmail.com>
375
376 * config.bfd: Add entries for i686-redox and x86_64-redox.
377
52b232b3
L
3782017-01-10 H.J. Lu <hongjiu.lu@intel.com>
379
380 * elf32-i386.c (elf_i386_check_relocs): Align .eh_frame section
381 to 4 bytes.
382 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
383 .eh_frame section to 4 bytes for x32.
384 (elf_x86_64_check_relocs): Likewise.
385
fff53dae
L
3862017-01-10 H.J. Lu <hongjiu.lu@intel.com>
387
388 PR ld/20830
389 * elf32-i386.c (elf_i386_eh_frame_plt_got): New.
390 (PLT_GOT_FDE_LENGTH): Likewise.
391 (elf_i386_plt_layout): Add eh_frame_plt_got and
392 eh_frame_plt_got_size.
393 (elf_i386_plt): Updated.
394 (elf_i386_link_hash_table): Add plt_got_eh_frame.
395 (elf_i386_check_relocs): Create .eh_frame section for .plt.got.
396 (elf_i386_size_dynamic_sections): Allocate and initialize
397 .eh_frame section for .plt.got.
398 (elf_i386_finish_dynamic_sections): Adjust .eh_frame section for
399 .plt.got.
400 (elf_i386_nacl_plt): Add FIXME for eh_frame_plt_got and
401 eh_frame_plt_got_size.
402 * elf64-x86-64.c (elf_x86_64_eh_frame_plt_got): New.
403 (PLT_GOT_FDE_LENGTH): Likewise.
404 (elf_x86_64_backend_data): Add eh_frame_plt_got and
405 eh_frame_plt_got_size.
406 (elf_x86_64_arch_bed): Updated.
407 (elf_x86_64_bnd_arch_bed): Add FIXME for eh_frame_plt_got and
408 eh_frame_plt_got_size.
409 (elf_x86_64_nacl_arch_bed): Likewise.
410 (elf_x86_64_link_hash_table): Add plt_got_eh_frame.
411 (elf_x86_64_check_relocs): Create .eh_frame section for .plt.got.
412 (elf_x86_64_size_dynamic_sections): Allocate and initialize
413 .eh_frame section for .plt.got.
414 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
415 for .plt.got.
416
f129e49f
L
4172017-01-10 H.J. Lu <hongjiu.lu@intel.com>
418
419 * elf32-i386.c (elf_i386_size_dynamic_sections): Set
420 plt_eh_frame->size to eh_frame_plt_size and use eh_frame_plt.
421
cd6581da
NC
4222017-01-09 Nick Clifton <nickc@redhat.com>
423
424 * dwarf2.c (lookup_address_in_function_table): Return early if
425 there are no functions in the given comp unit, or if the high
426 address of the last function in the comp unit is less than the
427 desired address.
428
98f02962
NC
4292017-01-09 Nick Clifton <nickc@redhat.com>
430
431 PR binutils/21013
432 * coffgen.c (_bfd_coff_get_external_symbols): Generate an error
433 message if there are too many symbols to load.
434
ae4fda66
JC
4352017-01-04 James Clarke <jrtc27@jrtc27.com>
436
437 * elf64-alpha.c (elf64_alpha_relax_opt_call): Don't set tsec_free
438 if relocs are cached.
439
de1010f4
RF
4402017-01-03 Rich Felker <bugdal@aerifal.cx>
441
442 PR ld/21017
443 * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
444 for R_MICROBLAZE_GOTOFF_64.
445
09fe2662
NC
4462017-01-03 Nick Clifton <nickc@redhat.com>
447
448 * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
449 warning about using a possibly uninitialised variable.
450
595e0a47
AM
4512017-01-02 Alan Modra <amodra@gmail.com>
452
453 * elf32-hppa.c (ensure_undef_weak_dynamic): New function.
454 (allocate_plt_static, allocate_dynrelocs): Use it.
455
7bd9df3b
AM
4562017-01-02 Alan Modra <amodra@gmail.com>
457
458 * elf-hppa.h (elf_hppa_fake_sections): Set SHF_INFO_LINK for
459 .PARISC.unwind section.
460
5b86074c
AM
4612017-01-02 Alan Modra <amodra@gmail.com>
462
463 PR ld/20989
464 * elfxx-sparc.c (gdop_relative_offset_ok): New function.
465 (_bfd_sparc_elf_relocate_section): Use it to validate GOT
466 indirect to GOT pointer relative code edit.
467
2571583a
AM
4682017-01-02 Alan Modra <amodra@gmail.com>
469
470 Update year range in copyright notice of all files.
471
5c1ad6b5 472For older changes see ChangeLog-2016
3499769a 473\f
5c1ad6b5 474Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
475
476Copying and distribution of this file, with or without modification,
477are permitted in any medium without royalty provided the copyright
478notice and this notice are preserved.
479
480Local Variables:
481mode: change-log
482left-margin: 8
483fill-column: 74
484version-control: never
485End:
This page took 0.138576 seconds and 4 git commands to generate.