]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
[AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
389b8029
MS
12015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
2
3 * elfnn-aarch64.c (IS_AARCH64_TLSDESC_RELOC) BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21 move.
4 (aarch64_tls_transition_without_check)
5 (aarch64_reloc_got_type, elfNN_aarch64_final_link_relocate)
6 (elfNN_aarch64_tls_relax, elfNN_aarch64_relocate_section)
7 (elfNN_aarch64_gc_sweep_hook, elfNN_aarch64_check_relocs): Handle
8 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
9 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
10 (_bfd_aarch64_elf_resolve_relocation): Likewise.
11 * reloc.c (BFD_RELOC_AARCH64_TLSGD_ADR_PREL21): Define.
12
3c12b054
MS
132015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
14
15 * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC)
16 (elfNN_aarch64_howto_table, aarch64_tls_transition_without_check)
17 (aarch64_reloc_got_type, elfNN_aarch64_final_link_relocate)
18 (elfNN_aarch64_tls_relax, elfNN_aarch64_relocate_section)
19 (elfNN_aarch64_gc_sweep_hook, elfNN_aarch64_check_relocs): Handle
20 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
21 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
22 (_bfd_aarch64_elf_resolve_relocation): Likewise.
23 * reloc.c (BFD_RELOC_AARCH64_TLSGD_ADR_PREL21): Define.
24
043bf05a
MS
252015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
26
27 * elfnn-aarch64.c: (TLSIE_LD_GOTTREL_PREL19): Fix HOWTO bit field width.
28 (aarch64_tls_transition_without_check, aarch64_reloc_got_type)
29 (elfNN_aarch64_final_link_relocate, elfNN_aarch64_tls_relax)
30 (elfNN_aarch64_relocate_section, elfNN_aarch64_gc_sweep_hook)
31 (elfNN_aarch64_check_relocs): Handle
32 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
33
34 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
35 (_bfd_aarch64_elf_resolve_relocation): Likewise.
36
7366006f
MS
372015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
38
39 * elfnn-aarch64.c: (TLSDESC_CALL): Fix HOWTO bit field width.
40
07875fbc
MS
412015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
42
43 * elfnn-aarch64.c (TLSLE_MOVW_TPREL_G2)
44 (TLSLE_MOVW_TPREL_G1, TLSLE_MOVW_TPREL_G1_NC)
45 (TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC): Fix bit field
46 width.
47
49d8f92c
MS
482015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
49
50 * elfnn-aarch64.c: (TLSIE_MOVW_GOTTPREL_G0_NC): Fix HOWTO bit
51 field width.
52
c86934ce
NC
532015-02-26 Nick Clifton <nickc@redhat.com>
54
55 PR binutils/17512
56 * coffcode.h (coff_compute_section_file_positions): Report
57 negative page sizes.
58 * elf.c (elf_fake_sections): Handle excessive alignmment powers.
59 (assign_file_positions_for_non_load_sections): Replace assertion
60 with an error message.
61 (rewrite_elf_program_header): Handle excessive segment
62 alignments.
63 * mach-o.c (bfd_mach_o_read_section_32): Likewise.
64 (bfd_mach_o_read_section_64): Likewise.
65 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Use %B to
66 print a bfd name, not %A.
67
bd4d2eaa
AM
682015-02-26 Alan Modra <amodra@gmail.com>
69
70 * elf64-ppc.c (plt_stub_size, build_plt_stub): Don't build
71 thread-safe stubs for iplt.
72 (build_tls_get_addr_stub): Restore r2 immediately after call.
73
99654aaf
TG
742015-02-26 Terry Guo <terry.guo@arm.com>
75
76 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Update how we
77 merge Tag_ABI_HardFP_use.
78
a127494f
AM
792015-02-26 Alan Modra <amodra@gmail.com>
80
81 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Heed -z nocopyreloc.
82 Use text relocs rather than giving an error on trying to use
83 .dynbss for protected shared lib vars.
84 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
85
bac13f5a
AB
862015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * elf32-avr.c (struct elf_avr_section_data): New structure.
89 (struct avr_relax_info): New structure.
90 (elf_avr_new_section_hook): New function.
91 (struct elf_avr_section_data): Add relax_info.
92 (get_avr_relax_info): New function.
93 (init_avr_relax_info): New function.
94 (elf32_avr_relax_delete_bytes): Find next property record before
95 deleting bytes. When deleting don't move bytes beyond the next
96 property record.
97 (avr_elf32_assign_records_to_section): New function.
98 (avr_property_record_compare): New function.
99 (avr_load_all_property_sections): New function.
100 (elf32_avr_relax_section): Load property data. After relaxing the
101 section, move any .align directives that have enough deleted bytes
102 before them.
103 (bfd_elf32_new_section_hook): Define.
104
137c83d6
AB
1052015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * elf32-avr.h (struct avr_property_header): New strucure.
108 (avr_elf32_load_property_records): Declare.
109 (avr_elf32_property_record_name): Declare.
110 * elf32-avr.c: Add bfd_stdint.h include.
111 (retrieve_local_syms): New function.
112 (get_elf_r_symndx_section): New function.
113 (get_elf_r_symndx_offset): New function.
114 (internal_reloc_compare): New function.
115 (struct avr_find_section_data): New structure.
116 (avr_is_section_for_address): New function.
117 (avr_find_section_for_address): New function.
118 (avr_elf32_load_records_from_section): New function.
119 (avr_elf32_load_property_records): New function.
120 (avr_elf32_property_record_name): New function.
121
fdd410ac
AB
1222015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * elf32-avr.h (AVR_PROPERTY_RECORD_SECTION_NAME): Define.
125 (AVR_PROPERTY_RECORDS_VERSION): Define.
126 (AVR_PROPERTY_SECTION_HEADER_SIZE): Define.
127 (struct avr_property_record): New structure.
128
685080f2
NC
1292015-02-24 Nick Clifton <nickc@redhat.com>
130
131 * elf32-v850.c (v850_set_note): New function. Creates a Renesas
132 style note entry.
133 (v850_elf_make_note_section): New function. Creates a note
134 section.
135 (v850_elf_create_sections): New function. Create a note section
136 if one is not already present.
137 (v850_elf_set_note): New function. Adds a note to a bfd.
138 (v850_elf_copy_private_bfd_data): New function. Copies V850
139 notes.
140 (v850_elf_merge_notes): New function. Merges V850 notes.
141 (print_v850_note): New function. Displays a V850 note.
142 (v850_elf_print_notes): New function. Displays all notes attached
143 to a bfd.
144 (v850_elf_merge_private_bfd_data): Call v850_elf_merge_notes.
145 (v850_elf_print_private_bfd_data): Call v850_elf_print_notes.
146 (v850_elf_fake_sections): Set the type of the V850 note section.
147 * bfd-in.h (v850_elf_create_sections): Add prototype.
148 (v850_elf_set_note): Add prototype.
149 * bfd-in2.h: Regenerate.
150
31593e1b
NC
1512015-02-24 Nick Clifton <nickc@redhat.com>
152
153 * configure.ac (AC_CHECK_HEADERS): Add wctype.h.
154 * configure: Regenerate.
155 * config.in: Regenerate.
156 * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
157 (u16_mbtowc): Use wint_t types if HAVE_WCTYPE_H is defined.
158 (rsrc_cmp): Use towlower instead of wcsncasecmp if HAVE_WCTYPE_H
159 is defined.
160
3ad797fd
NC
1612015-02-24 Nick Clifton <nickc@redhat.com>
162
163 * pdp11.c (set_section_contents): Pad the .text and .data sections
164 to their aligned sizes.
165
5518c738
YS
1662015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
167
168 * config.bfd: Add h8300-*-linux.
169 * configure.ac: Add h8300_elf32_linux_vec.
170 * configure: Regenerate.
171 * elf32-h8300.c: Likewise.
172 * targets.c(_bfd_target_vector): Likewise.
173
cb967f0d
NC
1742015-02-23 Nick Clifton <nickc@redhat.com>
175
176 PR 17914
177 * cpu-w65.c: Correct typos in license notice.
178
0f8f0c57
NC
179 PR 17940
180 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Adjust debug
181 symbols at end of sections. Adjust function sizes.
182
4ef9f41a
AA
1832015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
184
185 * elf-bfd.h (elfcore_write_s390_vxrs_low): Add prototype.
186 (elfcore_write_s390_vxrs_high): Likewise.
187 * elf.c (elfcore_grok_s390_vxrs_low): New function.
188 (elfcore_grok_s390_vxrs_high): New function.
189 (elfcore_grok_note): Call them.
190 (elfcore_write_s390_vxrs_low): New function.
191 (elfcore_write_s390_vxrs_high): New function.
192 (elfcore_write_register_note): Call them.
193
837914ee
BD
1942015-02-19 Branko Drevensek <branko.drevensek@gmail.com>
195
196 PR 17995
197 * verilog.c (verilog_write_record): Correct buffer size.
198
cf18fda4
AM
1992015-02-19 Alan Modra <amodra@gmail.com>
200
201 * elflink.c (_bfd_elf_define_linkage_sym): Set 'bed' earlier.
202
d983c8c5
AM
2032015-02-19 Alan Modra <amodra@gmail.com>
204
205 PR ld/4317
206 * elflink.c (elf_link_input_bfd): Drop undefined local syms.
207 (elf_link_output_extsym): Drop local and global undefined syms.
208 Tidy. Expand comment.
209
2ec55de3
AM
2102015-02-17 Alan Modra <amodra@gmail.com>
211
212 PR ld/17975
213 * elflink.c (struct elf_outext_info): Remove need_second_pass
214 and second_pass.
215 (elf_link_output_extsym): Delete code handling second forced
216 local pass. Move code emitting NULL STT_FILE symbol later, so
217 that it can be omitted if forced local is stripped. Don't
218 emit the NULL STT_FILE if no file symbols have been output.
219 (bfd_elf_final_link): Remove second forced local pass.
220 * elf32-ppc.c (add_stub_sym): Set linker_def on linker syms.
221 (ppc_elf_size_dynamic_sections): Likewise.
222 * elf64-ppc.c (ppc_build_one_stub): Likewise.
223 (build_global_entry_stubs): Likewise.
224 (ppc64_elf_build_stubs): Likewise.
225
6dfb72b9
L
2262015-02-16 H.J. Lu <hongjiu.lu@intel.com>
227
228 PR ld/17975
229 * elflink.c (elf_link_output_extsym): Only check filesym_count
230 when outputting a NULL FILE symbol. Set second_pass_sym to
231 h->forced_local && !h->root.linker_def.
232
576fa883
L
2332015-02-15 H.J. Lu <hongjiu.lu@intel.com>
234
235 * elf32-i386.c (elf_i386_always_size_sections): Set root.linker_def
236 on _TLS_MODULE_BASE_.
237 * elf64-x86-64.c (elf_x86_64_always_size_sections): Likewise.
238
62f8d217
AM
2392015-02-15 Alan Modra <amodra@gmail.com>
240
241 * dwarf2.c (read_rangelist): Correct buffer overflow check
242 Whitespace throughout file.
243
ce875075
AM
2442015-02-14 Alan Modra <amodra@gmail.com>
245
246 PR ld/17973
247 * bfd.c (struct bfd): Add lto_output.
248 * linker.c (_bfd_handle_already_linked): Explicitly test for
249 objects added by the lto plugin.
250 * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and
251 no_export flags from archive.
252 * archive.c (open_nested_file): New function, setting lto_output
253 and no_export, extracted from..
254 (find_nested_archive): ..here. Flip params. Rename from
255 _bfd_find_nested_archive.
256 (_bfd_get_elt_at_filepos): Correct var typo. Use open_nested_file.
257 (_bfd_look_for_bfd_in_cache): Copy no_export.
258 * elflink.c (elf_link_add_object_symbols): Remove now unnecessary
259 my_archive->no_export test.
260 (elf_link_input_bfd): Drop existing lto_output STT_FILE syms.
261 Don't use the file name when adding lto_output STT_FILE sym.
262 * bfd-in2.h: Regenerate.
263
451dfd38
AM
2642015-02-13 Alan Modra <amodra@gmail.com>
265
266 PR binutils/17512
267 * elf64-ppc.c (opd_entry_value): Tighten offset check. Remove
268 now redundant assert.
269
dbb3fbbb
NC
2702015-02-12 Nick Clifton <nickc@redhat.com>
271
272 PR binutils/17512
273 * dwarf.c (read_1_byte, read_1_signed_byte, read_2_bytes)
274 (read_4_bytes, read_8_bytes, read_n_bytes, read_string)
275 (read_indirect_string, read_alt_indirect_string)
276 (read_alt_indirect_ref, read_address, read_abbrevs)
277 (read_attribute_value, read_attribute, decode_line_info)
278 (find_abstract_instance_name, read_rangelist)
279 (scan_unit_for_symbols, parse_comp_unit)
280 (_bfd_dwarf2_find_nearest_line): Harden DWARF reading code. Pass
281 end pointers to reading functions and check for offsets taking
282 pointers out of range. Replace calls to read_*_leb128 with calls
283 to safe_read_leb128.
284
285 (* elf64-ppc.c (opd_entry_value): Add a check for an overlarge
286 offset.
287 * syms.c (_bfd_stab_section_find_nearest_line): Add checks for
288 computed file_name address being before the start of the string
289 table.
290
b9dc5a87
L
2912015-02-11 H.J. Lu <hongjiu.lu@intel.com>
292
293 PR ld/17878
294 * bfd.c (bfd_plugin_format): New.
295 (bfd): Add plugin_format and plugin_dummy_bfd.
296 * plugin.c (try_load_plugin): Take a pointer to bfd_boolean
297 argument to return TRUE if any plugin is found. Set plugin_format.
298 (has_plugin): New.
299 (bfd_plugin_target_p): New.
300 (bfd_plugin_specified_p): Likewise.
301 (bfd_plugin_target_p): Likewise.
302 (register_ld_plugin_object_p): Likewise.
303 (bfd_plugin_set_plugin): Set has_plugin.
304 (load_plugin): Cache try_load_plugin result.
305 (bfd_plugin_object_p): Try ld_plugin_object_p first. Check
306 plugin_format.
307 * plugin.h (bfd_plugin_target_p): New.
308 (bfd_plugin_specified_p): Likewise.
309 (register_ld_plugin_object_p): Likewise.
310 * bfd-in2.h: Regenerated.
311
55172d69
PA
3122015-02-11 Pedro Alves <palves@redhat.com>
313
314 * libbfd-in.h [__cplusplus]: Open extern "C" scope.
315 * libcoff-in.h [__cplusplus]: Open extern "C" scope.
316 * libbfd.h: Regenerate.
317 * libcoff.h: Regenerate.
318
319 * elf-bfd.h [__cplusplus]: Wrap in extern "C".
320 * mach-o.h [__cplusplus]: Wrap in extern "C".
321 * som.h [__cplusplus]: Wrap in extern "C".
322
77ef8654
NC
3232015-02-10 Nick Clifton <nickc@redhat.com>
324
325 PR binutils/17512
326 * coffcode.h (styp_to_sec_flags): Use an unsigned long type to
327 hold the flag bits.
328 * peXXigen.c (pe_print_reloc): Use unsigned types to hold the
329 size and number of relocs.
330 (pe_print_debugdata): Use a 32-bit aligned buffer to store the
331 codeview record.
332 * versados.c (process_otr): Check the esdid value before using it
333 to access the EDATA.
334
35181b3e
EM
3352015-02-09 Ed Maste <emaste@freebsd.org>
336
337 * elf32-i386.c (elf_i386_get_plt_sym_val): Avoid incrementing
338 uninitialized and unused variable.
339 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
340
989f9879
AM
3412015-02-09 Alan Modra <amodra@gmail.com>
342
343 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault on NULL
344 tls_sec.
345 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
346 * elflink.c (elf_link_output_extsym): Don't assert on NULL tls_sec.
347
ca4be51c
AM
3482015-02-09 Alan Modra <amodra@gmail.com>
349
350 * elflink.c: Whitespace, formatting fixes.
351 (elf_link_input_bfd): Clarify comment.
352 (elf_link_output_extsym): Exclude symbols in linker created
353 sections when testing for plugin symbols.
354
1952c5cd
L
3552015-02-07 H.J. Lu <hongjiu.lu@intel.com>
356
357 PR ld/17935
358 * elf32-i386.c (elf_i386_readonly_dynrelocs): Also issue a
359 warning for relocation in readonly section for -z text.
360 (elf_i386_size_dynamic_sections): Likewise.
361 * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
362 (elf_x86_64_size_dynamic_sections): Likewise.
363
9e2dec47
L
3642015-02-06 H.J. Lu <hongjiu.lu@intel.com>
365
366 PR ld/12365
367 PR ld/14272
368 * elflink.c (_bfd_elf_fix_symbol_flags): Revert the last change.
369 (elf_link_input_bfd): Mark the plugin symbol undefined if it is
370 referenced from a non-IR file.
371
5929c344
NC
3722015-02-06 Nick Clifton <nickc@redhat.com>
373
374 PR binutils/17512
375 * peXXigen.c (rsrc_print_resource_entries): Add range check for
376 addresses that wrap around the address space.
377 (rsrc_parse_entry): Likewise.
378
60f79275
L
3792015-02-03 H.J. Lu <hongjiu.lu@intel.com>
380
381 PR ld/12365
382 PR ld/14272
383 * elflink.c (_bfd_elf_fix_symbol_flags): Mark the plugin symbol
384 undefined if it is referenced from a non-IR file.
385
64d29018
NC
3862015-02-03 Nick Clifton <nickc@redhat.com>
387
388 PR binutils/17512
389 * ecoff.c: Use bfd_alloc2 to allocate space for structure arrays.
390 (_bfd_ecoff_slurp_symbol_table): Check for a negative symbol
391 index or an out of range fdr index.
392 * elf-m10300.c (mn10300_info_to_howto): Fix typo in error message.
393 * elf32-arc.c (arc_info_to_howto_rel): Likewise.
394 * elf32-avr.c (avr_info_to_howto_rela): Likewise.
395 * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
396 * elf32-cr16c.c (elf_cr16c_info_to_howto_rel): Likewise.
397 * elf32-cris.c (cris_info_to_howto_rela): Likewise.
398 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
399 * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
400 * elf32-d30v.c (d30v_info_to_howto_rel): Likewise.
401 * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
402 * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
403 * elf32-frv.c (frv_info_to_howto_rela): Likewise.
404 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
405 * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
406 * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
407 * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
408 * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
409 * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
410 * elf32-m32r.c (m32r_info_to_howto_rel): Likewise.
411 * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
412 * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
413 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
414 * elf32-mep.c (mep_info_to_howto_rela): Likewise.
415 * elf32-metag.c (metag_info_to_howto_rela): Likewise.
416 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
417 * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
418 * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
419 * elf32-mt.c (mt_info_to_howto_rela): Likewise.
420 * elf32-nds32.c (nds32_info_to_howto_rel): Likewise.
421 * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
422 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
423 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
424 * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
425 * elf32-rx.c (rx_info_to_howto_rela): Likewise.
426 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
427 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
428 * elf32-v850.c (v850_elf_perform_relocation): Likewise.
429 * elf32-vax.c (rtype_to_howto): Likewise.
430 * elf32-visium.c (visium_info_to_howto_rela): Likewise.
431 * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
432 * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
433 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
434 * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
435 * mach-o.c: Use bfd_alloc2 to allocate space for structure arrays.
436 (bfd_mach_o_canonicalize_one_reloc): Fix check on out
437 of range symbol indicies.
438 (bfd_mach_o_canonicalize_relocs): Check for out of range alloc.
439 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise.
440 (bfd_mach_o_build_dysymtab): Likewise.
441 (bfd_mach_o_write_symtab_content): Set the string table size to
442 zero upon error.
443 (bfd_mach_o_read_symtab_symbols): Reset the nsyms value if the
444 read fails.
445 * peXXigen.c (pe_print_edata): Check for numeric overflow in edt
446 fields.
447 * tekhex.c (first_phase): Check for src pointer reaching end of
448 buffer.
449
3a635617
WN
4502015-02-03 Will Newton <will.newton@linaro.org>
451
46b87d49
WN
452 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol):
453 Set st_value to zero for undefined symbols if the reference
454 is weak or pointer_equality_needed is FALSE.
455
3a635617
WN
456 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Improve
457 comment discussing why we clear st_value for some symbols.
458
0c4bd9d9
KLC
4592015-02-02 Kuan-Lin Chen <kuanlinchentw@gmail.com>
460
461 * elf32-nds32.c (nds32_get_section_contents): Add one more argument.
462 (nds32_elf_relocate_section): Do not relocate R_NDS32_LONGJUMP7.
463
b86ac8e3
AM
4642015-01-29 Alan Modra <amodra@gmail.com>
465
466 * elf64-ppc.c (ppc64_elf_relocate_section): Correct GOT_TLSLD
467 optimization. Tidy mask for GOT_TLSGD optimization.
468 * elf32-ppc.c (ppc_elf_relocate_section): Likewise. Correct
469 location of nop zapping high insn too.
470
dbd1e97e
AM
4712015-01-28 Alan Modra <amodra@gmail.com>
472
473 * elf64-ppc.h (struct ppc64_elf_params): Add "object_in_toc".
474 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Assume that global symbols
475 in .toc indicate xlc compiled code that might require a rw .toc.
476
3f8107ab
AM
4772015-01-28 James Bowman <james.bowman@ftdichip.com>
478
479 * Makefile.am: Add FT32 files.
480 * archures.c (enum bfd_architecture): Add bfd_arch_ft32.
481 (bfd_mach_ft32): Define.
482 (bfd_ft32_arch): Declare.
483 (bfd_archures_list): Add bfd_ft32_arch.
484 * config.bfd: Handle FT32.
485 * configure.ac: Likewise.
486 * cpu-ft32.c: New file.
487 * elf32-ft32.c: New file.
488 * reloc.c (BFD_RELOC_FT32_10, BFD_RELOC_FT32_20, BFD_RELOC_FT32_17,
489 BFD_RELOC_FT32_18): Define.
490 * targets.c (_bfd_target_vector): Add ft32_elf32_vec.
491 * bfd-in2.h: Regenerate.
492 * libbfd.h: Regenerate.
493 * Makefile.in: Regenerate.
494 * configure: Regenerate.
495 * po/SRC-POTFILES.in: Regenerate.
496
37e3922e
NC
4972015-01-27 Nick Clifton <nickc@redhat.com>
498
499 PR binutils/17512
500 * pdp11.c (aout_get_external_symbols): Return false if there are
501 no symbols.
502
877a8638
NC
503 * dwarf2.c (concat_filename): Check for an empty directory table.
504 (scan_unit_for_symbols): Check for reading off the end of the
505 unit.
506 (parse_comp_unit): Check for a DW_AT_comp_dir attribute with a
507 non-string form.
508 * elf64-ppc.c (opd_entry_value): Fail if there are no relocs
509 available.
510
18393a2e
KLC
5112015-01-26 Kuan-Lin Chen <kuanlinchentw@gmail.com>
512
513 * elf32-nds32.c (nds32_elf_pick_relax): Fix again setting.
514
055173ca
DD
5152015-01-22 DJ Delorie <dj@redhat.com>
516
517 * elf32-m32c.c (m32c_apply_reloc_24): New.
518 (m32c_elf_howto_table): Use it for R_M32C_24.
519 (m32c_elf_relocate_section): Handle R_M32C_24 specially.
520
4e5cb37e
NC
5212015-01-22 Nick Clifton <nickc@redhat.com>
522
523 PR binutils/17512
524 * coffcode.h (handle_COMDAT): When searching for the section
525 symbol, make sure that there is space left in the symbol table.
526 * vms-alpha.c (_bfd_vms_slurp_ehdr): Add range checks.
527
86eafac0
NC
5282015-01-21 Nick Clifton <nickc@redhat.com>
529
530 PR binutils/17512
531 * coffcode.h (coff_set_arch_mach_hook): Check return value from
532 bfd_malloc.
533 (coff_slurp_line_table): Return FALSE if the line number
534 information was corrupt.
535 (coff_slurp_symbol_table): Return FALSE if the symbol information
536 was corrupt.
537 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Always
538 initialise the fields of the dyld_info structure.
539 (bfd_mach_o_build_exec_seg_command): Replace assertion with an
540 error message and a return value.
541 (bfd_mach_o_layout_commands): Change the function to boolean.
542 Return FALSE if the function fails.
543 (bfd_mach_o_build_commands): Fail if bfd_mach_o_layout_commands
544 fails.
545 (bfd_mach_o_read_command): Fail if an unrecognised command is
546 encountered.
547 * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Set bfd_error if the
548 read fails.
549 (slurp_symtab): Check the return from bfd_malloc.
550 (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if the copy
551 encountered an error.
552 (_bfd_XXi_final_link_postscript): Fail if a section could not be
553 copied.
554 * peicode.h (pe_bfd_object_p): Fail if the header could not be
555 swapped in.
556 * tekhex.c (first_phase): Fail if the section is too big.
557 * versados.c (struct esdid): Add content_size field.
558 (process_otr): Use and check the new field.
559 (versados_get_section_contents): Check that the section exists and
560 that the requested data is available.
561
03d5b773
CLT
5622015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
563
564 * elf32-nios2.c (elf_backend_default_execstack): Define as 0.
565
1c9177d9
AM
5662015-01-20 Alan Modra <amodra@gmail.com>
567
568 PR ld/17615
569 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Don't drop
570 ELF_COMMON_DEF syms.
571
c4621b33
AM
5722015-01-19 Alan Modra <amodra@gmail.com>
573
3e2aa5bb 574 PR ld/17615
c4621b33
AM
575 * elf-bfd.h (ELF_COMMON_DEF_P): Note that this might be true for
576 linker script assignments too.
577 * elflink.c (elf_gc_sweep_symbol): Don't drop ELF_COMMON_DEF syms.
578 (bfd_elf_gc_mark_dynamic_ref_symbol): Similarly.
579
0ba38529
AM
5802015-01-19 Alan Modra <amodra@gmail.com>
581
582 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Correct loop iteration
583 to allow return of first howto.
584 * elf32-fr30.c (fr30_reloc_type_lookup): Likewise.
585 * elf32-m32c.c (m32c_reloc_type_lookup): Likewise.
586 * elf32-moxie.c (moxie_reloc_type_lookup): Likewise.
587 * elf32-or1k.c (or1k_reloc_type_lookup): Likewise.
588 * elf32-rl78.c (rl78_reloc_type_lookup): Likewise.
589 * elf32-rx.c (rx_reloc_type_lookup): Likewise.
590 * elf32-tilepro.c (tilepro_reloc_type_lookup): Likewise.
591 * elf32-xstormy16.c (xstormy16_reloc_type_lookup): Likewise.
592 * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
593 * elf32-nios2.c (nios2_reloc_map): Add mapping for R_NIOS2_NONE.
594 * elf32-spu.c (spu_elf_bfd_to_reloc_type): Allow return of R_SPU_NONE.
595 (spu_elf_reloc_type_lookup): Adjust to suit.
596
6346d5ca
AM
5972015-01-19 Alan Modra <amodra@gmail.com>
598
599 * bfd-in.h (bfd_get_section_limit_octets): New define, extracted from..
600 (bfd_get_section_limit): ..here.
601 * reloc.c (bfd_perform_relocation): Correct bfd_reloc_outofrange check.
602 (bfd_install_relocation, _bfd_final_link_relocate): Add same check here.
603 * elf32-sh.c (sh_elf_reloc): Correct bfd_reloc_outofrange check.
604 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Remove duplicated
605 bfd_reloc_outofrange check.
606 * bfd-in2.h: Regenerate.
607
608 * cpu-ns32k.c (_bfd_do_ns32k_reloc_contents): Return bfd_reloc_ok
609 on zero size relocs.
610 * ecoff.c (ecoff_reloc_link_order): Likewise.
611 * elf32-nds32.c (nds32_relocate_contents): Likewise.
612 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
613
614 * reloc.c (_bfd_relocate_contents): Don't bomb on zero size relocs.
615 (_bfd_clear_contents): Likewise.
616 * elfxx-mips.c (mips_elf_obtain_contents): Likewise.
617 (mips_elf_perform_relocation): Likewise.
618
619 * aoutx.h (aout_link_reloc_link_order): Allow for NULL return
620 from malloc on zero size alloc.
621 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
622 * elflink.c (elf_reloc_link_order): Likewise.
623 * linker.c (_bfd_generic_reloc_link_order): Likewise.
624 * pdp11.c (aout_link_reloc_link_order): Likewise.
625 * xcofflink.c (xcoff_reloc_link_order): Likewise.
626
627 * aoutx.h (howto_table_ext): Ensure NONE relocs have size 3,
628 bitsize 0, and complain_overflow_dont.
629 * coff-sparc.c (coff_sparc_howto_table): Likewise.
630 * elf-hppa.h (elf_hppa_howto_table): Likewise.
631 * elf-m10200.c (elf_mn10200_howto_table): Likewise.
632 * elf-m10300.c (elf_mn10300_howto_table): Likewise.
633 * elf32-arc.c (elf_arc_howto_table): Likewise.
634 * elf32-arm.c (elf32_arm_howto_table_1): Likewise.
635 * elf32-avr.c (elf_avr_howto_table): Likewise.
636 * elf32-bfin.c (bfin_howto_table): Likewise.
637 * elf32-cr16.c (cr16_elf_howto_table): Likewise.
638 * elf32-cris.c (cris_elf_howto_table): Likewise.
639 * elf32-crx.c (crx_elf_howto_table): Likewise.
640 * elf32-d10v.c (elf_d10v_howto_table): Likewise.
641 * elf32-d30v.c (elf_d30v_howto_table): Likewise.
642 * elf32-dlx.c (dlx_elf_howto_table): Likewise.
643 * elf32-epiphany.c (epiphany_elf_howto_table): Likewise.
644 * elf32-fr30.c (fr30_elf_howto_table): Likewise.
645 * elf32-frv.c (elf32_frv_howto_table): Likewise.
646 * elf32-h8300.c (h8_elf_howto_table): Likewise.
647 * elf32-i370.c (i370_elf_howto_raw): Likewise.
648 * elf32-i386.c (elf_howto_table): Likewise.
649 * elf32-i860.c (elf32_i860_howto_table): Likewise.
650 * elf32-i960.c (elf32_i960_relocate): Likewise.
651 * elf32-ip2k.c (ip2k_elf_howto_table): Likewise.
652 * elf32-iq2000.c (iq2000_elf_howto_table): Likewise.
653 * elf32-lm32.c (lm32_elf_howto_table): Likewise.
654 * elf32-m32c.c (m32c_elf_howto_table): Likewise.
655 * elf32-m32r.c (m32r_elf_howto_table): Likewise.
656 * elf32-m68hc11.c (elf_m68hc11_howto_table): Likewise.
657 * elf32-m68hc12.c (elf_m68hc11_howto_table): Likewise.
658 * elf32-m68k.c (howto_table): Likewise.
659 * elf32-mcore.c (mcore_elf_howto_raw): Likewise.
660 * elf32-mep.c (mep_elf_howto_table): Likewise.
661 * elf32-metag.c (elf_metag_howto_table): Likewise.
662 * elf32-microblaze.c (microblaze_elf_howto_raw): Likewise.
663 * elf32-mips.c (elf_mips_howto_table_rel): Likewise.
664 * elf32-moxie.c (moxie_elf_howto_table): Likewise.
665 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
666 * elf32-mt.c (mt_elf_howto_table): Likewise.
667 * elf32-nds32.c (nds32_elf_howto_table): Likewise.
668 * elf32-nios2.c (elf_nios2_howto_table_rel): Likewise.
669 * elf32-or1k.c (or1k_elf_howto_table): Likewise.
670 * elf32-pj.c (pj_elf_howto_table): Likewise.
671 * elf32-ppc.c (ppc_elf_howto_raw): Likewise.
672 * elf32-rl78.c (rl78_elf_howto_table): Likewise.
673 * elf32-rx.c (rx_elf_howto_table): Likewise.
674 * elf32-s390.c (elf_howto_table): Likewise.
675 * elf32-score.c (elf32_score_howto_table): Likewise.
676 * elf32-score7.c (elf32_score_howto_table): Likewise.
677 * elf32-sh-relocs.h (R_SH_NONE): Likewise.
678 * elf32-spu.c (elf_howto_table): Likewise.
679 * elf32-tic6x.c (elf32_tic6x_howto_table): Likewise.
680 * elf32-tilepro.c (tilepro_elf_howto_table): Likewise.
681 * elf32-v850.c (v850_elf_howto_table): Likewise.
682 * elf32-vax.c (howto_table): Likewise.
683 * elf32-visium.c (visium_elf_howto_table): Likewise.
684 * elf32-xc16x.c (xc16x_elf_howto_table): Likewise.
685 * elf32-xgate.c (elf_xgate_howto_table): Likewise.
686 * elf32-xstormy16.c (xstormy16_elf_howto_table): Likewise.
687 * elf32-xtensa.c (elf_howto_table): Likewise.
688 * elf64-alpha.c (elf64_alpha_howto_table): Likewise.
689 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
690 * elf64-mmix.c (elf_mmix_howto_table): Likewise.
691 * elf64-ppc.c (ppc64_elf_howto_raw): Likewise.
692 * elf64-s390.c (elf_howto_table): Likewise.
693 * elf64-sh64.c (sh_elf64_howto_table): Likewise.
694 * elf64-x86-64.c (x86_64_elf_howto_table): Likewise.
695 * elfn32-mips.c (elf_mips_howto_table_rel): Likewise.
696 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Likewise.
697 (elfNN_aarch64_howto_none): Likewise.
698 * elfxx-ia64.c (ia64_howto_table): Likewise.
699 * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Likewise.
700 * elfxx-tilegx.c (tilegx_elf_howto_table): Likewise.
701 * nlm32-sparc.c (nlm32_sparc_howto_table): Likewise.
702
6333bc0d
L
7032015-01-15 H.J. Lu <hongjiu.lu@intel.com>
704
705 PR ld/17847
706 * elf64-x86-64.c (elf_x86_64_relocate_section): Don't complain
707 about -fPIC if the symbol is undefined when building executable.
708
cd21f5da
NC
7092015-01-15 Nick Clifton <nickc@redhat.com>
710
711 PR binutils/17512
712 * elf-m10300.c (mn10300_info_to_howto): Replace assertion with an
713 error message. Never return an invalid howto pointer.
714 * elf32-cr16.c (cr16_info_to_howto): Likewise.
715 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
716 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
717 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
718 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
719 * elf32-mips.c (mips_elf32_rtype_to_howto): Likewise.
720 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
721 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
722 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
723 * elf32-v850.c (v850_elf_info_to_howto_rela): Likewise.
724 * elf32-vax.c (rtype_to_howto): Likewise.
725 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
726 * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
727 * elfn32-mips.c (sh_elf_info_to_howto): Likewise.
728 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
729 (sh_elf_reloc): Check that the reloc is in range.
730 * reloc.c (bfd_perform_relocation): Check that the section is big
731 enough for the entire reloc.
732 (bfd_generic_get_relocated_section_contents): Report unexpected
733 return values from perform_reloc.
734
2d071cfc
NC
7352015-01-15 Nick Clifton <nickc@redhat.com>
736
737 * elf32-msp430.c (msp430_elf_relax_section): Skip unhandled
738 relocs. Include PC-relative adjustment for R_MSP430X_ABS16
739 relaxation.
740
ca55926c
AM
7412015-01-15 Alan Modra <amodra@gmail.com>
742
743 * elflink.c (_bfd_elf_link_omit_section_dynsym): Return true for
744 any output section matching a linker created dynobj section.
745
8539e4e8
AM
7462015-01-15 Alan Modra <amodra@gmail.com>
747
748 PR 17842
749 * elflink.c (elf_link_output_sym): Assert elf_onesymtab set.
750 (bfd_elf_final_link): Always create a symbol table when emit_relocs.
751 Don't assign symtab file position unless symbols will be output.
752 Merge blocks with condition in common. Don't call
753 elf_backend_output_arch_local_syms or elf_backend_output_arch_syms
754 unless other symbols are output. Move assignment of symtab_shndx
755 file position. Localize variable.
756
52db4ec2
JW
7572015-01-14 Jiong Wang <jiong.wang@arm.com>
758
759 * elf32-arm.c (elf32_arm_final_link_relocate): Reject R_ARM_32/_NOI when
760 trying to defer them to runtime.
761
0941db69
JW
7622015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
763
764 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use SYMBOLIC_BIND
765 to check if a symbol should be bound symbolically.
766
0172429c
JW
7672015-01-13 Jiong Wang <jiong.wang@arm.com>
768
769 * elfnn-aarch64.c: (elfNN_aarch64_howto_table): Enable overflow check
770 for TLSLE_MOVW_TPREL_G2.
771
bab91cce
JW
7722015-01-13 Jiong Wang <jiong.wang@arm.com>
773
774 PR ld/17415
775 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Mark
776 R_AARCH64_TLSLE_ADD_TPREL_HI12 as complain_overflow_unsigned.
777 * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Correct the
778 bit mask.
779
3c758495
TG
7802015-01-12 Terry Guo <terry.guo@arm.com>
781
782 * elflink.c (_bfd_elf_gc_mark_debug_special_section_group): New
783 function.
784 (_bfd_elf_gc_mark_extra_sections): Use it.
785
9d1d54d5
L
7862015-01-11 H.J. Lu <hongjiu.lu@intel.com>
787
788 PR ld/17827
789 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): For PIE,
790 only discard space for pc-relative relocs symbols which turn
791 out to need copy relocs.
792
c6e8e93a
NC
7932015-01-09 Nick Clifton <nickc@redhat.com>
794
795 * tekhex.c (getvalue): Fix thinko in test for correct extraction
796 of value.
797 (getsym): Return false if there was not enough data to extract the
798 symbol.
799
400cf8cb
AG
8002015-01-09 Anthony Green <green@moxielogic.com>
801
802 * elf32-moxie.c (ELF_MACHINE_ALT1): Define.
803
23d4663e
NC
8042015-01-08 Nick Clifton <nickc@redhat.com>
805
806 * elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
807 16-bit absolute BR instructions to 10-bit pc-relative JMP
808 instructions.
809
063bb025
NC
8102015-01-08 Nick Clifton <nickc@redhat.com>
811
812 PR binutils/17512
813 * coffcode.h (coff_slurp_symbol_table): Return false if we failed
814 to load the line table.
815 * elf.c (_bfd_elf_map_sections_to_segments): Enforce a minimum
816 maxpagesize of 1.
817 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if
818 the Data Directory Size is too large.
819
6f25f223
L
8202015-01-06 H.J. Lu <hongjiu.lu@intel.com>
821
822 PR binutils/17512
823 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocation.
824 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
825
85880250
NC
8262015-01-06 Nick Clifton <nickc@redhat.com>
827
828 PR binutils/17512
e7287c7f
NC
829 * mach-o.c (bfd_mach_o_read_symtab_strtab): Zero terminate the
830 string table.
831
ec93045b
NC
832 * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
833 (bfd_perform_relocation): Include the size of the reloc in the
834 test for an out of range relocation.
835 (bfd_generic_get_relocated_section_contents): Remove reloc range
836 test.
837
85880250
NC
838 * coff-i860.c (CALC_ADDEND): Always set an addend value.
839 * tekhex.c (getvalue): Add an end pointer parameter. Use it to
840 avoid reading off the end of the buffer.
841 (getsym): Likewise.
842 (first_phase): Likewise.
843 (pass_over): Pass an end pointer to the invoked function.
844
533d0af0
L
8452015-01-05 H.J. Lu <hongjiu.lu@intel.com>
846
847 PR binutils/17512
848 * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
849 input.
850 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
851
896ca098
NC
8522015-01-05 Nick Clifton <nickc@redhat.com>
853
854 PR binutils/17512
855 * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
856 is at least big enough for the header to be read.
857 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
858 * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
859 (bfd_mach_o_read_command): Prevetn duplicate error messages about
860 unrecognized commands.
861 * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
862 when indexing into the string table.
863
b90efa5b 8642015-01-01 Alan Modra <amodra@gmail.com>
ee3b52e9 865
b90efa5b 866 Update year range in copyright notice of all files.
ee3b52e9 867
b90efa5b 868For older changes see ChangeLog-2014
56882138 869\f
b90efa5b 870Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
871
872Copying and distribution of this file, with or without modification,
873are permitted in any medium without royalty provided the copyright
874notice and this notice are preserved.
875
56882138
AM
876Local Variables:
877mode: change-log
878left-margin: 8
879fill-column: 74
880version-control: never
881End: