3 * configure.ac (AC_CHECK_HEADERS): Add wctype.h.
4 * configure: Regenerate.
5 * config.in: Regenerate.
6 * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
7 (u16_mbtowc): Use wint_t types if HAVE_WCTYPE_H is defined.
8 (rsrc_cmp): Use towlower instead of wcsncasecmp if HAVE_WCTYPE_H
13 * pdp11.c (set_section_contents): Pad the .text and .data sections
14 to their aligned sizes.
18 * config.bfd: Add h8300-*-linux.
19 * configure.ac: Add h8300_elf32_linux_vec.
20 * configure: Regenerate.
21 * elf32-h8300.c: Likewise.
22 * targets.c(_bfd_target_vector): Likewise.
27 * cpu-w65.c: Correct typos in license notice.
30 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Adjust debug
31 symbols at end of sections. Adjust function sizes.
35 * elf-bfd.h (elfcore_write_s390_vxrs_low): Add prototype.
36 (elfcore_write_s390_vxrs_high): Likewise.
37 * elf.c (elfcore_grok_s390_vxrs_low): New function.
38 (elfcore_grok_s390_vxrs_high): New function.
39 (elfcore_grok_note): Call them.
40 (elfcore_write_s390_vxrs_low): New function.
41 (elfcore_write_s390_vxrs_high): New function.
42 (elfcore_write_register_note): Call them.
47 * verilog.c (verilog_write_record): Correct buffer size.
51 * elflink.c (_bfd_elf_define_linkage_sym): Set 'bed' earlier.
56 * elflink.c (elf_link_input_bfd): Drop undefined local syms.
57 (elf_link_output_extsym): Drop local and global undefined syms.
63 * elflink.c (struct elf_outext_info): Remove need_second_pass
65 (elf_link_output_extsym): Delete code handling second forced
66 local pass. Move code emitting NULL STT_FILE symbol later, so
67 that it can be omitted if forced local is stripped. Don't
68 emit the NULL STT_FILE if no file symbols have been output.
69 (bfd_elf_final_link): Remove second forced local pass.
70 * elf32-ppc.c (add_stub_sym): Set linker_def on linker syms.
71 (ppc_elf_size_dynamic_sections): Likewise.
72 * elf64-ppc.c (ppc_build_one_stub): Likewise.
73 (build_global_entry_stubs): Likewise.
74 (ppc64_elf_build_stubs): Likewise.
79 * elflink.c (elf_link_output_extsym): Only check filesym_count
80 when outputting a NULL FILE symbol. Set second_pass_sym to
81 h->forced_local && !h->root.linker_def.
85 * elf32-i386.c (elf_i386_always_size_sections): Set root.linker_def
87 * elf64-x86-64.c (elf_x86_64_always_size_sections): Likewise.
91 * dwarf2.c (read_rangelist): Correct buffer overflow check
92 Whitespace throughout file.
97 * bfd.c (struct bfd): Add lto_output.
98 * linker.c (_bfd_handle_already_linked): Explicitly test for
99 objects added by the lto plugin.
100 * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and
101 no_export flags from archive.
102 * archive.c (open_nested_file): New function, setting lto_output
103 and no_export, extracted from..
104 (find_nested_archive): ..here. Flip params. Rename from
105 _bfd_find_nested_archive.
106 (_bfd_get_elt_at_filepos): Correct var typo. Use open_nested_file.
107 (_bfd_look_for_bfd_in_cache): Copy no_export.
108 * elflink.c (elf_link_add_object_symbols): Remove now unnecessary
109 my_archive->no_export test.
110 (elf_link_input_bfd): Drop existing lto_output STT_FILE syms.
111 Don't use the file name when adding lto_output STT_FILE sym.
112 * bfd-in2.h: Regenerate.
117 * elf64-ppc.c (opd_entry_value): Tighten offset check. Remove
118 now redundant assert.
123 * dwarf.c (read_1_byte, read_1_signed_byte, read_2_bytes)
124 (read_4_bytes, read_8_bytes, read_n_bytes, read_string)
125 (read_indirect_string, read_alt_indirect_string)
126 (read_alt_indirect_ref, read_address, read_abbrevs)
127 (read_attribute_value, read_attribute, decode_line_info)
128 (find_abstract_instance_name, read_rangelist)
129 (scan_unit_for_symbols, parse_comp_unit)
130 (_bfd_dwarf2_find_nearest_line): Harden DWARF reading code. Pass
131 end pointers to reading functions and check for offsets taking
132 pointers out of range. Replace calls to read_*_leb128 with calls
135 (* elf64-ppc.c (opd_entry_value): Add a check for an overlarge
137 * syms.c (_bfd_stab_section_find_nearest_line): Add checks for
138 computed file_name address being before the start of the string
144 * bfd.c (bfd_plugin_format): New.
145 (bfd): Add plugin_format and plugin_dummy_bfd.
146 * plugin.c (try_load_plugin): Take a pointer to bfd_boolean
147 argument to return TRUE if any plugin is found. Set plugin_format.
149 (bfd_plugin_target_p): New.
150 (bfd_plugin_specified_p): Likewise.
151 (bfd_plugin_target_p): Likewise.
152 (register_ld_plugin_object_p): Likewise.
153 (bfd_plugin_set_plugin): Set has_plugin.
154 (load_plugin): Cache try_load_plugin result.
155 (bfd_plugin_object_p): Try ld_plugin_object_p first. Check
157 * plugin.h (bfd_plugin_target_p): New.
158 (bfd_plugin_specified_p): Likewise.
159 (register_ld_plugin_object_p): Likewise.
160 * bfd-in2.h: Regenerated.
164 * libbfd-in.h [__cplusplus]: Open extern "C" scope.
165 * libcoff-in.h [__cplusplus]: Open extern "C" scope.
166 * libbfd.h: Regenerate.
167 * libcoff.h: Regenerate.
169 * elf-bfd.h [__cplusplus]: Wrap in extern "C".
170 * mach-o.h [__cplusplus]: Wrap in extern "C".
171 * som.h [__cplusplus]: Wrap in extern "C".
176 * coffcode.h (styp_to_sec_flags): Use an unsigned long type to
178 * peXXigen.c (pe_print_reloc): Use unsigned types to hold the
179 size and number of relocs.
180 (pe_print_debugdata): Use a 32-bit aligned buffer to store the
182 * versados.c (process_otr): Check the esdid value before using it
187 * elf32-i386.c (elf_i386_get_plt_sym_val): Avoid incrementing
188 uninitialized and unused variable.
189 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
193 * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault on NULL
195 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
196 * elflink.c (elf_link_output_extsym): Don't assert on NULL tls_sec.
200 * elflink.c: Whitespace, formatting fixes.
201 (elf_link_input_bfd): Clarify comment.
202 (elf_link_output_extsym): Exclude symbols in linker created
203 sections when testing for plugin symbols.
208 * elf32-i386.c (elf_i386_readonly_dynrelocs): Also issue a
209 warning for relocation in readonly section for -z text.
210 (elf_i386_size_dynamic_sections): Likewise.
211 * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
212 (elf_x86_64_size_dynamic_sections): Likewise.
218 * elflink.c (_bfd_elf_fix_symbol_flags): Revert the last change.
219 (elf_link_input_bfd): Mark the plugin symbol undefined if it is
220 referenced from a non-IR file.
225 * peXXigen.c (rsrc_print_resource_entries): Add range check for
226 addresses that wrap around the address space.
227 (rsrc_parse_entry): Likewise.
233 * elflink.c (_bfd_elf_fix_symbol_flags): Mark the plugin symbol
234 undefined if it is referenced from a non-IR file.
239 * ecoff.c: Use bfd_alloc2 to allocate space for structure arrays.
240 (_bfd_ecoff_slurp_symbol_table): Check for a negative symbol
241 index or an out of range fdr index.
242 * elf-m10300.c (mn10300_info_to_howto): Fix typo in error message.
243 * elf32-arc.c (arc_info_to_howto_rel): Likewise.
244 * elf32-avr.c (avr_info_to_howto_rela): Likewise.
245 * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
246 * elf32-cr16c.c (elf_cr16c_info_to_howto_rel): Likewise.
247 * elf32-cris.c (cris_info_to_howto_rela): Likewise.
248 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
249 * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
250 * elf32-d30v.c (d30v_info_to_howto_rel): Likewise.
251 * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
252 * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
253 * elf32-frv.c (frv_info_to_howto_rela): Likewise.
254 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
255 * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
256 * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
257 * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
258 * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
259 * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
260 * elf32-m32r.c (m32r_info_to_howto_rel): Likewise.
261 * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
262 * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
263 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
264 * elf32-mep.c (mep_info_to_howto_rela): Likewise.
265 * elf32-metag.c (metag_info_to_howto_rela): Likewise.
266 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
267 * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
268 * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
269 * elf32-mt.c (mt_info_to_howto_rela): Likewise.
270 * elf32-nds32.c (nds32_info_to_howto_rel): Likewise.
271 * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
272 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
273 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
274 * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
275 * elf32-rx.c (rx_info_to_howto_rela): Likewise.
276 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
277 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
278 * elf32-v850.c (v850_elf_perform_relocation): Likewise.
279 * elf32-vax.c (rtype_to_howto): Likewise.
280 * elf32-visium.c (visium_info_to_howto_rela): Likewise.
281 * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
282 * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
283 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
284 * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
285 * mach-o.c: Use bfd_alloc2 to allocate space for structure arrays.
286 (bfd_mach_o_canonicalize_one_reloc): Fix check on out
287 of range symbol indicies.
288 (bfd_mach_o_canonicalize_relocs): Check for out of range alloc.
289 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise.
290 (bfd_mach_o_build_dysymtab): Likewise.
291 (bfd_mach_o_write_symtab_content): Set the string table size to
293 (bfd_mach_o_read_symtab_symbols): Reset the nsyms value if the
295 * peXXigen.c (pe_print_edata): Check for numeric overflow in edt
297 * tekhex.c (first_phase): Check for src pointer reaching end of
302 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol):
303 Set st_value to zero for undefined symbols if the reference
304 is weak or pointer_equality_needed is FALSE.
306 * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Improve
307 comment discussing why we clear st_value for some symbols.
311 * elf32-nds32.c (nds32_get_section_contents): Add one more argument.
312 (nds32_elf_relocate_section): Do not relocate R_NDS32_LONGJUMP7.
316 * elf64-ppc.c (ppc64_elf_relocate_section): Correct GOT_TLSLD
317 optimization. Tidy mask for GOT_TLSGD optimization.
318 * elf32-ppc.c (ppc_elf_relocate_section): Likewise. Correct
319 location of nop zapping high insn too.
323 * elf64-ppc.h (struct ppc64_elf_params): Add "object_in_toc".
324 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Assume that global symbols
325 in .toc indicate xlc compiled code that might require a rw .toc.
329 * Makefile.am: Add FT32 files.
330 * archures.c (enum bfd_architecture): Add bfd_arch_ft32.
331 (bfd_mach_ft32): Define.
332 (bfd_ft32_arch): Declare.
333 (bfd_archures_list): Add bfd_ft32_arch.
334 * config.bfd: Handle FT32.
335 * configure.ac: Likewise.
336 * cpu-ft32.c: New file.
337 * elf32-ft32.c: New file.
338 * reloc.c (BFD_RELOC_FT32_10, BFD_RELOC_FT32_20, BFD_RELOC_FT32_17,
339 BFD_RELOC_FT32_18): Define.
340 * targets.c (_bfd_target_vector): Add ft32_elf32_vec.
341 * bfd-in2.h: Regenerate.
342 * libbfd.h: Regenerate.
343 * Makefile.in: Regenerate.
344 * configure: Regenerate.
345 * po/SRC-POTFILES.in: Regenerate.
350 * pdp11.c (aout_get_external_symbols): Return false if there are
353 * dwarf2.c (concat_filename): Check for an empty directory table.
354 (scan_unit_for_symbols): Check for reading off the end of the
356 (parse_comp_unit): Check for a DW_AT_comp_dir attribute with a
358 * elf64-ppc.c (opd_entry_value): Fail if there are no relocs
363 * elf32-nds32.c (nds32_elf_pick_relax): Fix again setting.
367 * elf32-m32c.c (m32c_apply_reloc_24): New.
368 (m32c_elf_howto_table): Use it for R_M32C_24.
369 (m32c_elf_relocate_section): Handle R_M32C_24 specially.
374 * coffcode.h (handle_COMDAT): When searching for the section
375 symbol, make sure that there is space left in the symbol table.
376 * vms-alpha.c (_bfd_vms_slurp_ehdr): Add range checks.
381 * coffcode.h (coff_set_arch_mach_hook): Check return value from
383 (coff_slurp_line_table): Return FALSE if the line number
384 information was corrupt.
385 (coff_slurp_symbol_table): Return FALSE if the symbol information
387 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Always
388 initialise the fields of the dyld_info structure.
389 (bfd_mach_o_build_exec_seg_command): Replace assertion with an
390 error message and a return value.
391 (bfd_mach_o_layout_commands): Change the function to boolean.
392 Return FALSE if the function fails.
393 (bfd_mach_o_build_commands): Fail if bfd_mach_o_layout_commands
395 (bfd_mach_o_read_command): Fail if an unrecognised command is
397 * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Set bfd_error if the
399 (slurp_symtab): Check the return from bfd_malloc.
400 (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if the copy
401 encountered an error.
402 (_bfd_XXi_final_link_postscript): Fail if a section could not be
404 * peicode.h (pe_bfd_object_p): Fail if the header could not be
406 * tekhex.c (first_phase): Fail if the section is too big.
407 * versados.c (struct esdid): Add content_size field.
408 (process_otr): Use and check the new field.
409 (versados_get_section_contents): Check that the section exists and
410 that the requested data is available.
414 * elf32-nios2.c (elf_backend_default_execstack): Define as 0.
419 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Don't drop
425 * elf-bfd.h (ELF_COMMON_DEF_P): Note that this might be true for
426 linker script assignments too.
427 * elflink.c (elf_gc_sweep_symbol): Don't drop ELF_COMMON_DEF syms.
428 (bfd_elf_gc_mark_dynamic_ref_symbol): Similarly.
432 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Correct loop iteration
433 to allow return of first howto.
434 * elf32-fr30.c (fr30_reloc_type_lookup): Likewise.
435 * elf32-m32c.c (m32c_reloc_type_lookup): Likewise.
436 * elf32-moxie.c (moxie_reloc_type_lookup): Likewise.
437 * elf32-or1k.c (or1k_reloc_type_lookup): Likewise.
438 * elf32-rl78.c (rl78_reloc_type_lookup): Likewise.
439 * elf32-rx.c (rx_reloc_type_lookup): Likewise.
440 * elf32-tilepro.c (tilepro_reloc_type_lookup): Likewise.
441 * elf32-xstormy16.c (xstormy16_reloc_type_lookup): Likewise.
442 * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
443 * elf32-nios2.c (nios2_reloc_map): Add mapping for R_NIOS2_NONE.
444 * elf32-spu.c (spu_elf_bfd_to_reloc_type): Allow return of R_SPU_NONE.
445 (spu_elf_reloc_type_lookup): Adjust to suit.
449 * bfd-in.h (bfd_get_section_limit_octets): New define, extracted from..
450 (bfd_get_section_limit): ..here.
451 * reloc.c (bfd_perform_relocation): Correct bfd_reloc_outofrange check.
452 (bfd_install_relocation, _bfd_final_link_relocate): Add same check here.
453 * elf32-sh.c (sh_elf_reloc): Correct bfd_reloc_outofrange check.
454 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Remove duplicated
455 bfd_reloc_outofrange check.
456 * bfd-in2.h: Regenerate.
458 * cpu-ns32k.c (_bfd_do_ns32k_reloc_contents): Return bfd_reloc_ok
460 * ecoff.c (ecoff_reloc_link_order): Likewise.
461 * elf32-nds32.c (nds32_relocate_contents): Likewise.
462 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
464 * reloc.c (_bfd_relocate_contents): Don't bomb on zero size relocs.
465 (_bfd_clear_contents): Likewise.
466 * elfxx-mips.c (mips_elf_obtain_contents): Likewise.
467 (mips_elf_perform_relocation): Likewise.
469 * aoutx.h (aout_link_reloc_link_order): Allow for NULL return
470 from malloc on zero size alloc.
471 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
472 * elflink.c (elf_reloc_link_order): Likewise.
473 * linker.c (_bfd_generic_reloc_link_order): Likewise.
474 * pdp11.c (aout_link_reloc_link_order): Likewise.
475 * xcofflink.c (xcoff_reloc_link_order): Likewise.
477 * aoutx.h (howto_table_ext): Ensure NONE relocs have size 3,
478 bitsize 0, and complain_overflow_dont.
479 * coff-sparc.c (coff_sparc_howto_table): Likewise.
480 * elf-hppa.h (elf_hppa_howto_table): Likewise.
481 * elf-m10200.c (elf_mn10200_howto_table): Likewise.
482 * elf-m10300.c (elf_mn10300_howto_table): Likewise.
483 * elf32-arc.c (elf_arc_howto_table): Likewise.
484 * elf32-arm.c (elf32_arm_howto_table_1): Likewise.
485 * elf32-avr.c (elf_avr_howto_table): Likewise.
486 * elf32-bfin.c (bfin_howto_table): Likewise.
487 * elf32-cr16.c (cr16_elf_howto_table): Likewise.
488 * elf32-cris.c (cris_elf_howto_table): Likewise.
489 * elf32-crx.c (crx_elf_howto_table): Likewise.
490 * elf32-d10v.c (elf_d10v_howto_table): Likewise.
491 * elf32-d30v.c (elf_d30v_howto_table): Likewise.
492 * elf32-dlx.c (dlx_elf_howto_table): Likewise.
493 * elf32-epiphany.c (epiphany_elf_howto_table): Likewise.
494 * elf32-fr30.c (fr30_elf_howto_table): Likewise.
495 * elf32-frv.c (elf32_frv_howto_table): Likewise.
496 * elf32-h8300.c (h8_elf_howto_table): Likewise.
497 * elf32-i370.c (i370_elf_howto_raw): Likewise.
498 * elf32-i386.c (elf_howto_table): Likewise.
499 * elf32-i860.c (elf32_i860_howto_table): Likewise.
500 * elf32-i960.c (elf32_i960_relocate): Likewise.
501 * elf32-ip2k.c (ip2k_elf_howto_table): Likewise.
502 * elf32-iq2000.c (iq2000_elf_howto_table): Likewise.
503 * elf32-lm32.c (lm32_elf_howto_table): Likewise.
504 * elf32-m32c.c (m32c_elf_howto_table): Likewise.
505 * elf32-m32r.c (m32r_elf_howto_table): Likewise.
506 * elf32-m68hc11.c (elf_m68hc11_howto_table): Likewise.
507 * elf32-m68hc12.c (elf_m68hc11_howto_table): Likewise.
508 * elf32-m68k.c (howto_table): Likewise.
509 * elf32-mcore.c (mcore_elf_howto_raw): Likewise.
510 * elf32-mep.c (mep_elf_howto_table): Likewise.
511 * elf32-metag.c (elf_metag_howto_table): Likewise.
512 * elf32-microblaze.c (microblaze_elf_howto_raw): Likewise.
513 * elf32-mips.c (elf_mips_howto_table_rel): Likewise.
514 * elf32-moxie.c (moxie_elf_howto_table): Likewise.
515 * elf32-msp430.c (elf_msp430_howto_table): Likewise.
516 * elf32-mt.c (mt_elf_howto_table): Likewise.
517 * elf32-nds32.c (nds32_elf_howto_table): Likewise.
518 * elf32-nios2.c (elf_nios2_howto_table_rel): Likewise.
519 * elf32-or1k.c (or1k_elf_howto_table): Likewise.
520 * elf32-pj.c (pj_elf_howto_table): Likewise.
521 * elf32-ppc.c (ppc_elf_howto_raw): Likewise.
522 * elf32-rl78.c (rl78_elf_howto_table): Likewise.
523 * elf32-rx.c (rx_elf_howto_table): Likewise.
524 * elf32-s390.c (elf_howto_table): Likewise.
525 * elf32-score.c (elf32_score_howto_table): Likewise.
526 * elf32-score7.c (elf32_score_howto_table): Likewise.
527 * elf32-sh-relocs.h (R_SH_NONE): Likewise.
528 * elf32-spu.c (elf_howto_table): Likewise.
529 * elf32-tic6x.c (elf32_tic6x_howto_table): Likewise.
530 * elf32-tilepro.c (tilepro_elf_howto_table): Likewise.
531 * elf32-v850.c (v850_elf_howto_table): Likewise.
532 * elf32-vax.c (howto_table): Likewise.
533 * elf32-visium.c (visium_elf_howto_table): Likewise.
534 * elf32-xc16x.c (xc16x_elf_howto_table): Likewise.
535 * elf32-xgate.c (elf_xgate_howto_table): Likewise.
536 * elf32-xstormy16.c (xstormy16_elf_howto_table): Likewise.
537 * elf32-xtensa.c (elf_howto_table): Likewise.
538 * elf64-alpha.c (elf64_alpha_howto_table): Likewise.
539 * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
540 * elf64-mmix.c (elf_mmix_howto_table): Likewise.
541 * elf64-ppc.c (ppc64_elf_howto_raw): Likewise.
542 * elf64-s390.c (elf_howto_table): Likewise.
543 * elf64-sh64.c (sh_elf64_howto_table): Likewise.
544 * elf64-x86-64.c (x86_64_elf_howto_table): Likewise.
545 * elfn32-mips.c (elf_mips_howto_table_rel): Likewise.
546 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Likewise.
547 (elfNN_aarch64_howto_none): Likewise.
548 * elfxx-ia64.c (ia64_howto_table): Likewise.
549 * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Likewise.
550 * elfxx-tilegx.c (tilegx_elf_howto_table): Likewise.
551 * nlm32-sparc.c (nlm32_sparc_howto_table): Likewise.
556 * elf64-x86-64.c (elf_x86_64_relocate_section): Don't complain
557 about -fPIC if the symbol is undefined when building executable.
562 * elf-m10300.c (mn10300_info_to_howto): Replace assertion with an
563 error message. Never return an invalid howto pointer.
564 * elf32-cr16.c (cr16_info_to_howto): Likewise.
565 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
566 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
567 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
568 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
569 * elf32-mips.c (mips_elf32_rtype_to_howto): Likewise.
570 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
571 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
572 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
573 * elf32-v850.c (v850_elf_info_to_howto_rela): Likewise.
574 * elf32-vax.c (rtype_to_howto): Likewise.
575 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
576 * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
577 * elfn32-mips.c (sh_elf_info_to_howto): Likewise.
578 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
579 (sh_elf_reloc): Check that the reloc is in range.
580 * reloc.c (bfd_perform_relocation): Check that the section is big
581 enough for the entire reloc.
582 (bfd_generic_get_relocated_section_contents): Report unexpected
583 return values from perform_reloc.
587 * elf32-msp430.c (msp430_elf_relax_section): Skip unhandled
588 relocs. Include PC-relative adjustment for R_MSP430X_ABS16
593 * elflink.c (_bfd_elf_link_omit_section_dynsym): Return true for
594 any output section matching a linker created dynobj section.
599 * elflink.c (elf_link_output_sym): Assert elf_onesymtab set.
600 (bfd_elf_final_link): Always create a symbol table when emit_relocs.
601 Don't assign symtab file position unless symbols will be output.
602 Merge blocks with condition in common. Don't call
603 elf_backend_output_arch_local_syms or elf_backend_output_arch_syms
604 unless other symbols are output. Move assignment of symtab_shndx
605 file position. Localize variable.
609 * elf32-arm.c (elf32_arm_final_link_relocate): Reject R_ARM_32/_NOI when
610 trying to defer them to runtime.
614 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use SYMBOLIC_BIND
615 to check if a symbol should be bound symbolically.
619 * elfnn-aarch64.c: (elfNN_aarch64_howto_table): Enable overflow check
620 for TLSLE_MOVW_TPREL_G2.
625 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Mark
626 R_AARCH64_TLSLE_ADD_TPREL_HI12 as complain_overflow_unsigned.
627 * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Correct the
632 * elflink.c (_bfd_elf_gc_mark_debug_special_section_group): New
634 (_bfd_elf_gc_mark_extra_sections): Use it.
639 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): For PIE,
640 only discard space for pc-relative relocs symbols which turn
641 out to need copy relocs.
645 * tekhex.c (getvalue): Fix thinko in test for correct extraction
647 (getsym): Return false if there was not enough data to extract the
652 * elf32-moxie.c (ELF_MACHINE_ALT1): Define.
656 * elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
657 16-bit absolute BR instructions to 10-bit pc-relative JMP
663 * coffcode.h (coff_slurp_symbol_table): Return false if we failed
664 to load the line table.
665 * elf.c (_bfd_elf_map_sections_to_segments): Enforce a minimum
667 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if
668 the Data Directory Size is too large.
673 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocation.
674 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
679 * mach-o.c (bfd_mach_o_read_symtab_strtab): Zero terminate the
682 * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
683 (bfd_perform_relocation): Include the size of the reloc in the
684 test for an out of range relocation.
685 (bfd_generic_get_relocated_section_contents): Remove reloc range
688 * coff-i860.c (CALC_ADDEND): Always set an addend value.
689 * tekhex.c (getvalue): Add an end pointer parameter. Use it to
690 avoid reading off the end of the buffer.
692 (first_phase): Likewise.
693 (pass_over): Pass an end pointer to the invoked function.
698 * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
700 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
705 * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
706 is at least big enough for the header to be read.
707 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
708 * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
709 (bfd_mach_o_read_command): Prevetn duplicate error messages about
710 unrecognized commands.
711 * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
712 when indexing into the string table.
716 Update year range in copyright notice of all files.
718 For older changes see ChangeLog-2014
720 Copyright (C) 2015 Free Software Foundation, Inc.
722 Copying and distribution of this file, with or without modification,
723 are permitted in any medium without royalty provided the copyright
724 notice and this notice are preserved.
730 version-control: never