mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
eea6121ac0
* section.c (struct sec): Rename "_cooked_size" to "size". Rename "_raw_size" to "rawsize". (STD_SECTION): Adjust comments. (bfd_set_section_size, bfd_get_section_contents): Use size. (bfd_malloc_and_get_section): New function. * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size. * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early. Correctly free reloc and contents memory. * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME and fake CIE now that we can shink section size to zero. (_bfd_elf_write_section_eh_frame): Likewise.. * elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents. * elf-m10300.c (mn10300_elf_final_link_relocate): Don't use _bfd_stab_section_offset. Use _bfd_elf_section_offset. * stabs.c (_bfd_stab_section_offset_): Remove unused args and unneeded indirection. * elf.c (_bfd_elf_section_offset): .. and update call. * libbfd-in.h (_bfd_stab_section_offset): Update prototype. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate. Replace occurrences of "_raw_size" and "_cooked_size" in most places with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE sections. Use "rawsize", if non-zero, for bfd_get_section_contents calls if the section might be a stabs, eh_frame, or SEC_MERGE section. Similarly use "rawsize", if non-zero, in reloc functions to validate reloc addresses. Use new bfd_malloc_and_get_section in most places where bfd_get_section_contents was called. Expand all occurrences of bfd_section_size and bfd_get_section_size. Rename "raw_size" var in grok_prstatus and similar functions to "size". * aix386-core.c (aix386_core_file_p): .. * aix5ppc-core.c (xcoff64_core_p): .. * aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents, aout_adobe_set_section_contents): .. * aout-target.h (callback): .. * aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate, MY_bfd_final_link): .. * aoutf1.h (sunos4_core_file_p): .. * aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic, adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags, final_link, aout_link_input_section): .. * binary.c (binary_object_p, binary_canonicalize_symtab, binary_set_section_contents): .. * bout.c (b_out_callback, b_out_write_object_contents, b_out_set_section_contents, b_out_bfd_relax_section, b_out_bfd_get_relocated_section_contents): .. * cisco-core.c (cisco_core_file_validate): .. * coff-alpha.c (alpha_ecoff_object_p, alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): .. * coff-arm.c (coff_arm_relocate_section, bfd_arm_allocate_interworking_sections): .. * coff-h8300.c (h8300_reloc16_extra_cases, h8300_bfd_link_add_symbols): .. * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): .. * coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section, ppc_bfd_coff_final_link): .. * coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): .. * coff-sh.c (sh_relax_section, sh_relax_delete_bytes, sh_align_loads, sh_coff_get_relocated_section_contents): .. * coff64-rs6000.c (xcoff64_write_object_contents, xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): .. * coffcode.h (coff_compute_section_file_positions, coff_write_object_contents): .. * coffgen.c (make_a_section_from_file, coff_write_symbols, coff_section_symbol, build_debug_section): .. * cofflink.c (coff_link_add_symbols, _bfd_coff_final_link, process_embedded_commands, _bfd_coff_link_input_bfd, _bfd_coff_write_global_sym): .. * cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): .. * cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): .. * dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): .. * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info, _bfd_dwarf2_find_nearest_line): .. * ecoff.c (bfd_debug_section, ecoff_set_symbol_info, ecoff_compute_section_file_positions, _bfd_ecoff_write_object_contents, ecoff_indirect_link_order): .. * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame, _bfd_elf_discard_section_eh_frame_hdr, _bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset, _bfd_elf_write_section_eh_frame, _bfd_elf_write_section_eh_frame_hdr): .. * elf-hppa.h (elf_hppa_sort_unwind): .. * elf-m10200.c (mn10200_elf_relax_section, mn10200_elf_relax_delete_bytes, mn10200_elf_get_relocated_section_contents): .. * elf-m10300.c (_bfd_mn10300_elf_create_got_section, mn10300_elf_check_relocs, mn10300_elf_relax_section, mn10300_elf_relax_delete_bytes, mn10300_elf_get_relocated_section_contents, _bfd_mn10300_elf_adjust_dynamic_symbol, _bfd_mn10300_elf_discard_copies, _bfd_mn10300_elf_size_dynamic_sections, _bfd_mn10300_elf_finish_dynamic_sections): .. * elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list, _bfd_elf_make_section_from_phdr, elf_fake_sections, bfd_elf_set_group_contents, map_sections_to_segments, elf_sort_sections, assign_file_positions_for_segments, SECTION_SIZE, copy_private_bfd_data, _bfd_elf_get_dynamic_reloc_upper_bound, _bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect, _bfd_elfcore_make_pseudosection, elfcore_grok_prstatus, elfcore_grok_lwpstatus, elfcore_grok_win32pstatus, elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs, _bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): .. * elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect, bfd_elf32_arm_process_before_allocation, elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs, elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections, elf32_arm_write_section): .. * elf32-cris.c (cris_elf_grok_prstatus, elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook, elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol, cris_elf_check_relocs, elf_cris_size_dynamic_sections, elf_cris_discard_excess_dso_dynamics, elf_cris_discard_excess_program_dynamics): .. * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): .. * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): .. * elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup, _frv_create_got_section, _frvfdpic_assign_plt_entries, elf32_frvfdpic_size_dynamic_sections, elf32_frvfdpic_modify_segment_map, elf32_frvfdpic_finish_dynamic_sections): .. * elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes, elf32_h8_get_relocated_section_contents): .. * elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub, elf32_hppa_adjust_dynamic_symbol, allocate_plt_static, allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections, elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs, elf32_hppa_finish_dynamic_sections): .. * elf32-i370.c (i370_elf_adjust_dynamic_symbol, i370_elf_size_dynamic_sections, i370_elf_check_relocs, i370_elf_finish_dynamic_sections): .. * elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol, allocate_dynrelocs, elf_i386_size_dynamic_sections, elf_i386_relocate_section, elf_i386_finish_dynamic_sections): .. * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc, i860_howto_highadj_reloc, i860_howto_splitn_reloc): .. * elf32-ip2k.c (ip2k_is_switch_table_128, ip2k_relax_switch_table_128, ip2k_is_switch_table_256, ip2k_relax_switch_table_256, ip2k_elf_relax_section, adjust_all_relocations, ip2k_elf_relax_delete_bytes): .. * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc, m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol, allocate_dynrelocs, m32r_elf_size_dynamic_sections, m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections, m32r_elf_relax_section, m32r_elf_relax_delete_bytes, m32r_elf_get_relocated_section_contents): .. * elf32-m68hc11.c (m68hc11_elf_build_one_stub, m68hc11_elf_size_one_stub, m68hc11_elf_relax_section, m68hc11_elf_relax_delete_bytes): .. * elf32-m68hc12.c (m68hc12_elf_build_one_stub, m68hc12_elf_size_one_stub): .. * elf32-m68hc1x.c (elf32_m68hc11_size_stubs, elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): .. * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook, elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections, elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): .. * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc, elf32_mips_grok_prstatus): .. * elf32-or32.c (or32_elf_consth_reloc): .. * elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc, elf_create_pointer_linker_section, ppc_elf_create_linker_section, ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol, allocate_dynrelocs, ppc_elf_size_dynamic_sections, ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus, ppc_elf_final_write_processing): .. * elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol, allocate_dynrelocs, elf_s390_size_dynamic_sections, elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): .. * elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section, sh_elf_relax_delete_bytes, sh_elf_align_loads, sh_elf_adjust_dynamic_symbol, allocate_dynrelocs, sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents, sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): .. * elf32-sh64-com.c (sh64_address_in_cranges, sh64_get_contents_type): .. * elf32-sh64.c (sh64_find_section_for_address, sh64_elf_final_write_processing): .. * elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol, allocate_dynrelocs, elf32_sparc_size_dynamic_sections, elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): .. * elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): .. * elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol, elf_vax_size_dynamic_sections, elf_vax_discard_copies, elf_vax_instantiate_got_entries, elf_vax_relocate_section, elf_vax_finish_dynamic_sections): .. * elf32-xstormy16.c (xstormy16_elf_24_reloc, xstormy16_elf_check_relocs, xstormy16_relax_plt_check, xstormy16_elf_relax_section, xstormy16_elf_always_size_sections, xstormy16_elf_finish_dynamic_sections): .. * elf32-xtensa.c (xtensa_read_table_entries, elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size, elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc, bfd_elf_xtensa_reloc, elf_xtensa_relocate_section, elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections, elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus, get_relocation_opcode, retrieve_contents, find_relaxable_sections, collect_source_relocs, is_resolvable_asm_expansion, remove_literals, relax_section, shrink_dynamic_reloc_sections, relax_property_section, xtensa_callback_required_dependence): .. * elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section, elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol, elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets, elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1, elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes, elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1, elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel, elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): .. * elf64-hppa.c (allocate_dynrel_entries, elf64_hppa_size_dynamic_sections, elf64_hppa_finish_dynamic_sections): .. * elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc, mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table, elf64_mips_grok_prstatus): .. * elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc, mmix_elf_relocate_section, mmix_elf_final_link, mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation, mmix_elf_relax_section, mmix_elf_get_section_contents): .. * elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus, ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust, ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd, allocate_dynrelocs, ppc64_elf_size_dynamic_sections, ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section, toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs, ppc64_elf_build_stubs, ppc64_elf_relocate_section, ppc64_elf_finish_dynamic_sections): .. * elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol, allocate_dynrelocs, elf_s390_size_dynamic_sections, elf_s390_finish_dynamic_sections): .. * elf64-sh64.c (sh_elf64_get_relocated_section_contents, sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections, sh64_elf64_finish_dynamic_sections): .. * elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc, sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol, sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section, sparc64_elf_finish_dynamic_symbol, sparc64_elf_finish_dynamic_sections): .. * elf64-x86-64.c (elf64_x86_64_grok_prstatus, elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs, elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section, elf64_x86_64_finish_dynamic_sections): .. * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): .. * elfcode.h (elf_slurp_reloc_table): .. * elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag, elf_finalize_dynstr, elf_link_add_object_symbols, bfd_elf_size_dynamic_sections, elf_link_sort_relocs, elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): .. * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc, elf32_mips_grok_prstatus): .. * elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries, elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc, elfNN_ia64_choose_gp, elfNN_ia64_final_link, elfNN_ia64_finish_dynamic_sections): .. * elfxx-mips.c (mips_elf_create_procedure_table, mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp, _bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc, mips_elf_global_got_index, mips_elf_multi_got, mips_elf_create_compact_rel_section, mips_elf_calculate_relocation, mips_elf_allocate_dynamic_relocations, mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections, _bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol, _bfd_mips_elf_always_size_sections, _bfd_mips_elf_size_dynamic_sections, _bfd_mips_elf_finish_dynamic_symbol, _bfd_mips_elf_finish_dynamic_sections, _bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info, _bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents, _bfd_elf_mips_get_relocated_section_contents, _bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): .. * hp300hpux.c (callback): .. * hppabsd-core.c (make_bfd_asection): .. * hpux-core.c (make_bfd_asection): .. * i386linux.c (linux_link_create_dynamic_sections, bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): .. * i386msdos.c (msdos_write_object_contents): .. * i386os9k.c (os9k_callback, os9k_write_object_contents, os9k_set_section_contents): .. * ieee.c (parse_expression, ieee_slurp_external_symbols, ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data, ieee_write_section_part, do_with_relocs, do_as_repeat, do_without_relocs, ieee_write_debug_part, init_for_output, ieee_set_section_contents): .. * ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): .. * irix-core.c (do_sections, make_bfd_asection): .. * libaout.h (aout_section_merge_with_text_p): .. * libbfd.c (_bfd_generic_get_section_contents, _bfd_generic_get_section_contents_in_window): .. * linker.c (default_indirect_link_order): .. * lynx-core.c (make_bfd_asection): .. * m68klinux.c (linux_link_create_dynamic_sections, bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): .. * mach-o.c (bfd_mach_o_make_bfd_section, bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib, bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab, bfd_mach_o_scan_read_segment): .. * merge.c (_bfd_add_merge_section, record_section, merge_strings, _bfd_merge_sections): .. * mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc, mmo_map_set_sizes, mmo_canonicalize_symtab, mmo_internal_write_section, mmo_write_object_contents): .. * netbsd-core.c (netbsd_core_file_p): .. * nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import, nlm_alpha_set_public_section): .. * nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): .. * nlm32-sparc.c (nlm_sparc_write_import): .. * nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in, nlm_compute_section_file_positions): .. * oasys.c (oasys_object_p, oasys_slurp_section_data, oasys_write_sections, oasys_write_data, oasys_set_section_contents): .. * opncls.c (get_debug_link_info): .. * osf-core.c (make_bfd_asection): .. * pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic, adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs, final_link, aout_link_input_section): .. * peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out, pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): .. * pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section, bfd_pef_scan_start_address, bfd_pef_parse_symbols): .. * ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): .. * ptrace-core.c (ptrace_unix_core_file_p): .. * reloc.c (bfd_perform_relocation, bfd_install_relocation, _bfd_final_link_relocate, bfd_generic_relax_section, bfd_generic_get_relocated_section_contents): .. * reloc16.c (bfd_coff_reloc16_relax_section, bfd_coff_reloc16_get_relocated_section_c): .. * riscix.c (riscix_some_aout_object_p): .. * rs6000-core.c (read_hdr, make_bfd_asection): .. * sco5-core.c (make_bfd_asection): .. * simple.c (bfd_simple_get_relocated_section_contents): .. * som.c (som_object_setup, setup_sections, som_prep_headers, som_write_fixups, som_begin_writing, bfd_section_from_som_symbol, som_set_reloc_info, som_get_section_contents, som_bfd_link_split_section): .. * sparclinux.c (linux_link_create_dynamic_sections, bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): .. * srec.c (srec_scan, srec_read_section, srec_get_section_contents): .. * stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs, _bfd_write_stab_strings, _bfd_stab_section_offset): .. * sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections, bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs, sunos_scan_ext_relocs, sunos_scan_dynamic_symbol, sunos_write_dynamic_symbol, sunos_check_dynamic_reloc, sunos_finish_dynamic_link): .. * syms.c (_bfd_stab_section_find_nearest_line): .. * tekhex.c (first_phase, tekhex_set_section_contents, tekhex_write_object_contents): .. * trad-core.c (trad_unix_core_file_p): .. * versados.c (process_esd, process_otr, process_otr): .. * vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): .. * vms-misc.c (add_new_contents): .. * vms-tir.c (check_section, new_section, _bfd_vms_write_tir): .. * vms.c (vms_set_section_contents): .. * xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols, xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms, _bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): .. * xsym.c (bfd_sym_scan): .. See above. binutils/ * objcopy.c (copy_section): Don't set _cooked_size. include/ * bfdlink.h (struct bfd_link_order): Update comment. ld/ * ldlang.c (print_output_section_statement): Don't print size before relaxation. (IGNORE_SECTION): Remove bfd arg. Update all callers. * ldexp.c (fold_name): .. See below. * ldlang.c (section_already_linked, print_output_section_statement, print_input_section, insert_pad, size_input_section, lang_check_section_addresses, lang_size_sections_1, lang_size_sections, lang_do_assignments_1, lang_set_startof, lang_one_common, lang_reset_memory_regions, lang_process, lang_abs_symbol_at_end_of, lang_do_version_exports_section): .. * ldwrite.c (build_link_order, clone_section, ds, split_sections): .. * pe-dll.c (process_def_file, generate_reloc): .. * emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment, gld${EMULATION_NAME}_before_allocation): .. * emultempl/mmix-elfnmmo.em (mmix_after_allocation): .. * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation, sh64_elf_${EMULATION_NAME}_after_allocation): .. * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): .. * emultempl/xtensaelf.em (ld_assign_relative_paged_dot, ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use "size" instead of "_raw_size" and "_cooked_size". Expand bfd_section_size macro invocations.
713 lines
26 KiB
Plaintext
713 lines
26 KiB
Plaintext
2004-06-24 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (print_output_section_statement): Don't print size before
|
||
relaxation.
|
||
(IGNORE_SECTION): Remove bfd arg. Update all callers.
|
||
|
||
* ldexp.c (fold_name): .. See below.
|
||
* ldlang.c (section_already_linked, print_output_section_statement,
|
||
print_input_section, insert_pad, size_input_section,
|
||
lang_check_section_addresses, lang_size_sections_1,
|
||
lang_size_sections, lang_do_assignments_1, lang_set_startof,
|
||
lang_one_common, lang_reset_memory_regions, lang_process,
|
||
lang_abs_symbol_at_end_of, lang_do_version_exports_section): ..
|
||
* ldwrite.c (build_link_order, clone_section, ds, split_sections): ..
|
||
* pe-dll.c (process_def_file, generate_reloc): ..
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_find_statement_assignment,
|
||
gld${EMULATION_NAME}_before_allocation): ..
|
||
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): ..
|
||
* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_before_allocation,
|
||
sh64_elf_${EMULATION_NAME}_after_allocation): ..
|
||
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): ..
|
||
* emultempl/xtensaelf.em (ld_assign_relative_paged_dot,
|
||
ld_local_file_relocations_fit, ld_xtensa_insert_page_offsets): Use
|
||
"size" instead of "_raw_size" and "_cooked_size". Expand
|
||
bfd_section_size macro invocations.
|
||
|
||
2004-06-22 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
|
||
|
||
* ld/scripttemp/pe.sc (.CRT): Define ___crt_xc_start__,
|
||
___crt_xc_end__, ___crt_xi_start__, ___crt_xi_end__, ___crt_xl_start__,
|
||
___crt_xp_start__, ___crt_xp_end__, ___crt_xt_start__ and
|
||
___crt_xt_end__.
|
||
(.tls): Define ___tls_start__ and ___tls_end__.
|
||
|
||
2004-06-21 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
* emulparams/elf32frvfd.sh (GENERATE_PIE_SCRIPT): Set to yes.
|
||
|
||
2004-06-18 Adam Nemet <anemet@lnxw.com>
|
||
|
||
* configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS.
|
||
* configure: Regenerate.
|
||
|
||
2004-06-15 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* scripttempl/elf.sc: Readd KEEP and .gcc_except_table.* to
|
||
.gcc_except_table output sections lost accidentally with
|
||
-z relro patch.
|
||
|
||
2004-06-15 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldwrite.c (build_link_order): Use bfd_get_section_size
|
||
instead of bfd_get_section_size_before_reloc or _raw_size.
|
||
* pe-dll.c (process_def_file): Likewise.
|
||
|
||
2004-06-14 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
From Richard Wirth <r.wirth@wirthware.de>
|
||
* ldlang.c (lang_finish): Don't free lang_definedness_table.
|
||
|
||
2004-05-29 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (gc_section_callback): Move SEC_EXCLUDE twiddles..
|
||
(lang_gc_sections): .. to a LANG_FOR_EACH_INPUT_STATEMENT loop here.
|
||
|
||
2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
|
||
|
||
* testsuite/ld-sh/arch/arch.exp: New test script.
|
||
* testsuite/ld-sh/arch/arch_expected.txt: New file.
|
||
* testsuite/ld-sh/arch/sh.s: New file.
|
||
* testsuite/ld-sh/arch/sh2.s: New file.
|
||
* testsuite/ld-sh/arch/sh-dsp.s: New file.
|
||
* testsuite/ld-sh/arch/sh2e.s: New file.
|
||
* testsuite/ld-sh/arch/sh3-nommu.s: New file.
|
||
* testsuite/ld-sh/arch/sh3.s: New file.
|
||
* testsuite/ld-sh/arch/sh3-dsp.s: New file.
|
||
* testsuite/ld-sh/arch/sh3e.s: New file.
|
||
* testsuite/ld-sh/arch/sh4-nommu-nofpu.s: New file.
|
||
* testsuite/ld-sh/arch/sh4-nofpu.s: New file.
|
||
* testsuite/ld-sh/arch/sh4.s: New file.
|
||
* testsuite/ld-sh/arch/sh4a-nofpu.s: New file.
|
||
* testsuite/ld-sh/arch/sh4al-dsp.s: New file.
|
||
* testsuite/ld-sh/arch/sh4a.s: New file.
|
||
|
||
2004-05-28 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c: Formatting. Wrap long lines, expand bfd_get_section_flags
|
||
throughout file.
|
||
* lexsup.c: Formatting. Wrap long lines.
|
||
* ldwrite.c: Update copyright date.
|
||
|
||
* ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
|
||
(output_section_callback): Nor SEC_KEEP here.
|
||
(gc_section_callback): Twiddle SEC_EXCLUDE here.
|
||
(lang_gc_wild): Delete. Fold into..
|
||
(lang_gc_sections_1): ..here. Only call bfd_gc_sections when garbage
|
||
collecting.
|
||
(lang_process): Always call lang_gc_sections.
|
||
(lang_place_orphans): Handle SEC_EXCLUDE sections.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
|
||
SEC_EXCLUDE code.
|
||
|
||
2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Clear
|
||
SEC_EXCLUDE on non-SEC_DEBUGGING sections for relocatable link.
|
||
* ldlang.c (lang_add_section): Likewise.
|
||
|
||
2004-05-26 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (lang_add_section): Set SEC_EXCLUDE for SEC_GROUP
|
||
sections when doing a final link. Clear SEC_EXCLUDE when doing
|
||
a relocable link, except for SEC_DEBUGGING sections.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Use the
|
||
same condition here to drop SEC_EXCLUDE orphan sections.
|
||
|
||
2004-05-25 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (lang_process): Call bfd_merge_sections later, and
|
||
only when not a relocatable link.
|
||
(print_input_section): Handle SEC_EXCLUDE sections.
|
||
(size_input_section): Don't update dot on SEC_EXCLUDE sections.
|
||
(lang_do_assignments_1): Likewise.
|
||
* ldwrite.c (build_link_order): Ignore SEC_EXCLUDE input sections.
|
||
* emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
|
||
* emultempl/hppaelf.em (build_section_lists): Likewise.
|
||
* emultempl/ppc64elf.em (build_toc_list): Likewise.
|
||
(build_section_lists): Likewise.
|
||
|
||
2004-05-23 Andreas Schwab <schwab@suse.de>
|
||
|
||
* ld.texinfo (Options): Fix typo in last change.
|
||
|
||
2004-05-21 Andy Chittenden <achittenden@bluearc.com>
|
||
|
||
* ld.h (ld_config_type): Add new field: hash_table_size.
|
||
* ldmain.c: Initialise the new field to zero. If it is non-zero
|
||
after parsing the linker's command line call
|
||
bfd_hash_set_default_size.
|
||
* lexsup.c (option_values): Add OPTION_HASH_SIZE.
|
||
(ld_options): Add hash-size.
|
||
(parse_args): Parse --hash-size option. Allow
|
||
--reduce-memory-overheads to set the default hash table size as
|
||
well.
|
||
* ld.texinfo: Document the new switch. Also mention that
|
||
--reduce-memory-overheads can affect the hash table size.
|
||
* NEWS: Mention the new feature.
|
||
|
||
2004-05-19 J"orn Rennecke <joern.rennecke@superh.com>
|
||
|
||
* NEWS: Mention new linker map file generation and the
|
||
--reduce-memory-overheads option.
|
||
* ld.texinfo: Document --reduce-memory-overheads option.
|
||
* ld.h (map_symbol_def): New struct.
|
||
(struct user_section_struct, section_userdata_type): Rename to:
|
||
(struct lean_user_section_struct, lean_section_userdata_type).
|
||
(struct fat_user_section_struct, fat_section_userdata_type): New.
|
||
(SECTION_USERDATA_SIZE): Define.
|
||
(args_type): New member reduce_memory_overheads.
|
||
* ldlang.c (map_obstack): New static variable.
|
||
(init_map_userdata, print_all_symbols, sort_def_symbol): New functions.
|
||
(lang_map): Unless command_line.reduce_memory_overheads is set,
|
||
initialize lists of defined symbols for each section.
|
||
(print_input_section): Unless command_line.reduce_memory_overheads
|
||
is set, use print_all_symbols.
|
||
(init_os): Use lean_section_userdata_type / SECTION_USERDATA_SIZE.
|
||
* ldmain.c (main): Initialize command_line.reduce_memory_overheads.
|
||
* lexsup.c (enum option_values): Add OPTION_REDUCE_MEMORY_OVERHEADS.
|
||
(ld_options): Add entry for --reduce-memory-overheads.
|
||
(parse_args): Handle OPTION_REDUCE_MEMORY_OVERHEADS.
|
||
|
||
2004-05-19 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* ldgram.y (sect_constraint): New.
|
||
(ONLY_IF_RO, ONLY_IF_RW): New tokens.
|
||
(section): Add sect_constraint. Pass additional argument
|
||
to lang_enter_output_section_statement.
|
||
* mri.c (mri_draw_tree): Pass additional argument to
|
||
lang_enter_output_section_statement.
|
||
* emultempl/pe.em (place_orphan): Likewise.
|
||
(output_prev_sec_find): Disregard output section statements with
|
||
constraint == -1.
|
||
* emultempl/mmo.em (output_prev_sec_find): Likewise.
|
||
(mmo_place_orphan): Pass additional argument to
|
||
lang_enter_output_section_statement.
|
||
* emultempl/elf32.em (output_prev_sec_find): Disregard output section
|
||
statements with constraint == -1.
|
||
(place_orphan): Pass additional argument to
|
||
lang_enter_output_section_statement.
|
||
* ldlang.c (lang_enter_overlay_section): Likewise.
|
||
(lang_output_section_find_1): New.
|
||
(lang_output_section_find): Use it.
|
||
(lang_output_section_statement_lookup_1): New.
|
||
(lang_output_section_statement_lookup): Use it.
|
||
(check_section_callback, check_input_sections): New.
|
||
(map_input_to_output_sections): Check if all input sections
|
||
are readonly if ONLY_IF_RO or ONLY_IF_RW was seen.
|
||
(strip_excluded_output_sections): Disregard output section statements
|
||
with constraint == -1.
|
||
(lang_record_phdrs): Likewise.
|
||
(lang_enter_output_section_statement): Add constraint argument.
|
||
Use lang_output_section_statement_lookup_1.
|
||
* ldlang.h (lang_output_section_statement_type): Add constraint
|
||
and all_input_readonly fields.
|
||
(lang_enter_output_section_statement): Adjust prototype.
|
||
* ldlex.l (ONLY_IF_RO, ONLY_IF_RW): New tokens.
|
||
* scripttempl/elf.sc (.eh_frame, .gcc_except_table): Move into text
|
||
segment if all input sections are readonly.
|
||
|
||
2004-05-19 Adam Nemet <anemet@lnxw.com>
|
||
|
||
* scripttempl/i386lynx.sc: Remove file.
|
||
|
||
2004-05-17 Bob Wilson <bob.wilson@acm.org>
|
||
|
||
* ld.texinfo (Output Section Address): Correct subsection name.
|
||
|
||
2004-05-17 Adam Nemet <anemet@lnxw.com>
|
||
|
||
* configure.tgt (powerpc-*-lynxos* case): New case.
|
||
* configure.host (i[3-7]86-*-lynxos* case): Remove case.
|
||
* emulparams/ppclynx.sh: New file.
|
||
* emulparams/i386lynx.sh (SCRIPT_NAME): Update to LynxOS 4.0.
|
||
* Makefile.am (ALL_EMULATIONS): Add eppclynx.o
|
||
(ei386lynx.c): Update rule to LynxOS 4.0 ELF.
|
||
(eppclynx.c): New rule.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2004-05-13 Joel Sherrill <joel@oarcorp.com>
|
||
|
||
* configure.tgt (or32-*-rtems*): Switch to elf and
|
||
support versioned targets.
|
||
|
||
2004-05-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/fr.po: Updated French translation.
|
||
|
||
2004-05-11 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* genscripts.sh: Generate -z combreloc -z now -z relro scripts
|
||
for binaries, -shared and -pie.
|
||
* emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
|
||
* emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
|
||
* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
|
||
(OTHER_RELRO_SECTIONS): ... this.
|
||
* ldlex.l (DATA_SEGMENT_RELRO_END): Add.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
|
||
-z relro and -z norelro.
|
||
(gld${EMULATION_NAME}_list_options): Add it to usage.
|
||
(gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
|
||
-z relro scripts when appropriate.
|
||
* scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
|
||
Create separate .got.plt section if SEPARATE_GOTPLT.
|
||
Move sections which are only written during relocation handling
|
||
to the beginning of RW segment. If NO_SMALL_DATA, move .got
|
||
before .data. Add DATA_SEGMENT_RELRO_END directive.
|
||
Include OTHER_RELRO_SECTIONS.
|
||
* ldgram.y (DATA_SEGMENT_RELRO_END): Add.
|
||
* ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
|
||
(fold_unary): Likewise.
|
||
(fold_binary): Handle -z relro.
|
||
* ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
|
||
exp_dataseg_relro_adjust phases. Add relro_end field.
|
||
* ldmain.c (main): Initialize link_info.relro to FALSE.
|
||
* ldlang.c (lang_size_sections): Handle -z relro.
|
||
|
||
2004-05-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
|
||
|
||
* scripttempl/avr.sc: Do not set LMA for "eeprom" section.
|
||
|
||
2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
|
||
|
||
* ldlang.c (print_padding_statement): Cast size_t to bfd_vma
|
||
before printing it with %W.
|
||
|
||
2004-05-07 Brian Ford <ford@vss.fsi.com>
|
||
DJ Delorie <dj@redhat.com>
|
||
|
||
* emultempl/pe.em (real_flags): New static.
|
||
(OPTION_LARGE_ADDRESS_AWARE): New define.
|
||
(gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
|
||
(gld_${EMULATION_NAME}_list_options): Likewise.
|
||
(gld${EMULATION_NAME}_handle_option): Likewise.
|
||
(gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
|
||
* ld.texinfo: Document it.
|
||
* NEWS: Mention it.
|
||
|
||
2004-05-07 Brian Ford <ford@vss.fsi.com>
|
||
|
||
* NEWS: Mention DWARF 2 support for i386pe.
|
||
|
||
2004-05-05 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
* emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
|
||
elf32-frvfdpic.
|
||
|
||
2004-04-30 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (unique_section_p): Pass section parm, return true on
|
||
group sections.
|
||
(output_section_callback): Adjust.
|
||
* ldlang.h (unique_section_p): Update prototype.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
|
||
|
||
2004-04-30 Eric Botcazou <ebotcazou@act-europe.fr>
|
||
|
||
* ld.texinfo (--gc-sections): Remove restriction for
|
||
dynamic linking.
|
||
|
||
2004-04-29 Brian Ford <ford@vss.fsi.com>
|
||
|
||
* scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
|
||
for DWARF 2/3. Update stab section's syntax.
|
||
|
||
2004-04-29 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* pe-dll.c: Revert changes accidentally committed 2004-03-08.
|
||
(fill_edata): Correct pointer arithmetic.
|
||
|
||
2004-04-21 Chris Demetriou <cgd@broadcom.com>
|
||
|
||
* ld.texinfo: Remove MIPS --embedded-relocs documentation.
|
||
* emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
|
||
* emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
|
||
(EXTRA_EM_FILE): Use mipsecoff.em
|
||
* emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
|
||
(EXTRA_EM_FILE): Use mipsecoff.em
|
||
* emultempl/mipsecoff.em: Restructure to be included as an
|
||
extra emulation file.
|
||
(check_sections, gld${EMULATION_NAME}_after_open)
|
||
(gld${EMULATION_NAME}_after_allocation)
|
||
(gld${EMULATION_NAME}_get_script)
|
||
(ld_${EMULATION_NAME}_emulation): Remove
|
||
(gld${EMULATION_NAME}_before_parse): Rename to...
|
||
(mipsecoff_before_parse): This.
|
||
(LDEMUL_BEFORE_PARSE): Define.
|
||
* emultempl/mipself.em: Remove file.
|
||
* scripttempl/mips.sc (.rel.sdata): Do not include in output.
|
||
(__runtime_reloc_start, __runtime_reloc_stop): Stop providing
|
||
these symbols.
|
||
* Makefile.am: Remove dependencies on emultempl/mipself.em.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2004-04-21 Anil Paranjpe <anilp1@kpitcummins.com>
|
||
|
||
* ld.texinfo (synthesizing on H8/300): Information about linker
|
||
relaxation support for bit manipulation instructions and system
|
||
control instructions is added.
|
||
|
||
2004-04-21 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
* NEWS: Mention change in DEFINED semantics.
|
||
|
||
2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
|
||
|
||
* scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
|
||
(.data): Add KEEP for .gnu.linkonce.d.*personality*.
|
||
(.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
|
||
|
||
2004-04-21 Ben Elliston <bje@au.ibm.com>
|
||
|
||
* ld.texinfo (Simple Example): Add missing punctuation.
|
||
|
||
2004-04-20 Chris Demetriou <cgd@broadcom.com>
|
||
|
||
* NEWS: Note that MIPS --embedded-relocs option is deprecated.
|
||
|
||
2004-04-19 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* ldlang.c (lang_do_assignments_1): Handle .tbss output section
|
||
specially.
|
||
|
||
2004-04-18 Danny Smith <dannysmith@users.sourceforge.net>
|
||
|
||
* scriptempl/pe.sc: Put numbered .ctors.* after .ctors
|
||
with default priority. Likewise for dtors.
|
||
|
||
2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||
|
||
* configure.host: Remove mips*-dec-bsd* target.
|
||
* configure.tgt: Likewise.
|
||
|
||
2004-04-08 Richard Sandiford <rsandifo@redhat.com>
|
||
|
||
* emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
|
||
* emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
|
||
* emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
|
||
* emultempl/irix.em: New file.
|
||
* Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
|
||
dependencies.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2004-04-01 Paul Brook <paul@codesourcery.com>
|
||
|
||
* emultempl/armelf.em (byteswap_code): Add.
|
||
(arm_elf_before_allocation): Pass extra parameter.
|
||
(PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
|
||
(PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
|
||
(PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
|
||
* emultempl/armelf_oabi.em: Pass extra parameter.
|
||
* ld.texinfo: Document --be8.
|
||
|
||
2004-03-30 Stan Shebs <shebs@apple.com>
|
||
|
||
Remove long-obsolete MPW support.
|
||
* mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
|
||
* Makefile.am (mpw): Remove file-presynthesizing actions.
|
||
* Makefile.in: Likewise.
|
||
* ldfile.c (slash): Remove MPW case.
|
||
* ldlex.l [MPW]: Remove unused definition.
|
||
|
||
2004-03-30 Galit Heller <Galit.Heller@nsc.com>
|
||
|
||
* Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
|
||
(eelf32cr16c.c): New target.
|
||
* Makefile.in: Regenerate.
|
||
* configure.tgt: Handle cr16c-*-elf*.
|
||
* emulparams/elf32cr16c.sh: New file.
|
||
* scripttempl/elfcr16c.sc: Likewise
|
||
* NEWS: Mention support for new target.
|
||
|
||
2004-03-30 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/sv.po: Updated Swedish translation.
|
||
|
||
2004-03-27 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* emultempl/elf32.em: Update new bfd_elf_discard_info name.
|
||
* emultempl/hppaelf.em: Likewise.
|
||
* emultempl/ppc64elf.em: Likewise.
|
||
* emultempl/sh64elf.em: Likewise.
|
||
|
||
2004-03-25 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Update
|
||
size_dynamic_sections call.
|
||
|
||
2004-03-23 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
PR 51.
|
||
* emultempl/ppc64elf.em (ppc_create_output_section_statements): Set
|
||
link_info.wrap_char.
|
||
|
||
2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* lexsup.c (parse_args): Don't set unresolved_syms_in_objects
|
||
or unresolved_syms_in_shared_libs for -Bdynamic and -Bstatic.
|
||
|
||
2004-03-20 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
* emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb.
|
||
|
||
2004-03-19 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* config.in: Regenerate.
|
||
* po/ld.pot: Regenerate.
|
||
|
||
2004-03-18 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ld.texinfo: Add --as-needed doco.
|
||
* ldmain.c (as_needed): New global var.
|
||
* ldmain.h (as_needed): Declare.
|
||
* lexsup.c (option_values): Add OPTION_AS_NEEDED and
|
||
OPTION_NO_AS_NEEDED.
|
||
(ld_options): Likewise.
|
||
(parse_args): Handle them.
|
||
* ldlang.h (lang_input_statement_type): Add as_needed field.
|
||
* ldlang.c (new_afile): Set p->as_needed.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): New function.
|
||
(gld${EMULATION_NAME}_try_needed): Use bfd_elf_set_dyn_lib_class.
|
||
(ld_${EMULATION_NAME}_emulation): Set LDEMUL_RECOGNIZED_FILE entry.
|
||
|
||
* ldlang.c (open_input_bfds): Remove useless cast.
|
||
(lang_do_assignments_1): Likewise.
|
||
(lang_for_each_input_section): Delete.
|
||
|
||
2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||
|
||
* configure.tgt: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
|
||
|
||
2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
|
||
|
||
* pe-dll.c (pe_dll_generate_implib): Skip sections marked as
|
||
private when building implib.
|
||
|
||
2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ldlang.c (lang_add_section): Don't force SEC_LOAD on
|
||
SEC_THREAD_LOCAL.
|
||
(IGNORE_SECTION): Ignore .tbss sections too.
|
||
(lang_size_sections_1): .tbss sections do not advance dot.
|
||
|
||
2004-03-01 Andreas Schwab <schwab@suse.de>
|
||
|
||
* ld.texinfo (Options): Fix example for --wrap.
|
||
|
||
2004-02-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||
|
||
* pe-dll.c (fill_edata): Check that exported_symbol_sections is
|
||
not NULL.
|
||
|
||
2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
|
||
|
||
* ldlang.c (lang_check): Use %P, not %E, in error message.
|
||
|
||
2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ldlang.h (struct lang_output_section_state): Change processed
|
||
field's type.
|
||
* ldexp.c (check, invalid): Remove.
|
||
(fold_name): Move valid_p assignments. Create undefined symbol
|
||
when needed. Directly exampine section's processd flag.
|
||
* ldlang.c (lang_output_section_statement_lookup): Adjust
|
||
processed field init.
|
||
(lang_size_sections_1): Allow LOADADDR when determining section's
|
||
VMA. Adjust error message. Fold data statement's expr.
|
||
(lang_size_sections): Correctly increment lang_statement_iteration.
|
||
|
||
2004-02-23 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldexp.c (fold_tree): Follow indirect symbols.
|
||
|
||
2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ldgram.y (exp): Add two operand ALIGN.
|
||
* ldexp.c (fold_binary): Add ALIGN_K case.
|
||
* ld.texinfo (ALIGN): Document two operand version.
|
||
|
||
2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ldlang.c (map_input_to_output_sections): Initialize sections
|
||
mentioned in a data statement expression.
|
||
(lang_do_assignments_1): Add data statement's expression's
|
||
section's vma.
|
||
|
||
2004-02-18 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ldgram.y (statement_anywhere): Add assert rule.
|
||
* ldlang.c (exp_init_os): Add assert case.
|
||
|
||
2004-02-14 Andrew Cagney <cagney@redhat.com>
|
||
|
||
* ldmain.c (remove_output): Call bfd_cache_close.
|
||
|
||
2004-02-14 Richard Sandiford <rsandifo@redhat.com>
|
||
|
||
* emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
|
||
.MIPS.content* and .MIPS.events* sections.
|
||
|
||
2004-02-09 Daniel Jacobowitz <drow@mvista.com>
|
||
|
||
* emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
|
||
.note.gnu.arm.ident to after allocated sections. Mark its
|
||
address as 0.
|
||
|
||
2004-02-09 Daniel Jacobowitz <drow@mvista.com>
|
||
|
||
* emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
|
||
* emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
|
||
* emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
|
||
* emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
|
||
* emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
|
||
|
||
2004-02-05 Nick Clifton <nickc@redhat.com>
|
||
|
||
* emultempl/pe.em (_after_open): Fix typo in previous delta.
|
||
|
||
2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||
|
||
* emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
|
||
|
||
2004-01-28 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* genscripts.sh: Fix typo.
|
||
|
||
* genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
|
||
|
||
2004-01-24 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* emulparams/elf64_ia64.sh: Put .rela.opd into
|
||
OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
|
||
|
||
2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
|
||
|
||
* pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
|
||
* ld.texinfo (--omagic): Note that writable text section
|
||
does not conform to published PE-COFF specs.
|
||
(--enable-auto-import): Likewise.
|
||
|
||
2004-01-15 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
|
||
|
||
2004-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
|
||
which if true will prevent the LMA region being used as a
|
||
replacement for a default VMA region.
|
||
(lang_leave_output_section_statement): Pass extra parameter.
|
||
(lang_leave_overlay): Likewise.
|
||
* ld.texinfo (Output Section LMA): Document that the LMA
|
||
region can be set to the VMA region if no VMA has been set.
|
||
* ldlang.h (struct lang_output_section_phdr_list): Create a
|
||
typedef for this type. Minor formatting fixes.
|
||
|
||
2004-01-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* ldlang.c (lang_size_sections_1): If dot is advanced, then
|
||
assume that the section should be allocated.
|
||
|
||
2004-01-13 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
|
||
sections. Do ignore SEC_NEVER_LOAD sections.
|
||
(lang_size_sections_1): Remove test made redundant with the above.
|
||
|
||
2004-01-09 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
|
||
program_header_size.
|
||
|
||
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
2003-11-28 Alexandre Oliva <aoliva@redhat.com>
|
||
* emulparams/elf32frvfd.sh (EMBEDDED): Clear.
|
||
2003-11-05 Alexandre Oliva <aoliva@redhat.com>
|
||
* emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
|
||
(MAXPAGESIZE): Set to 64Kb.
|
||
(OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
|
||
__ROFIXUP_END__. Don't map .rofixup.got any more.
|
||
* emulparams/elf32frv.sh (NOP): Set.
|
||
2003-10-31 Alexandre Oliva <aoliva@redhat.com>
|
||
* configure.tgt: Add frv-*-*linux*.
|
||
2003-09-30 Alexandre Oliva <aoliva@redhat.com>
|
||
* Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
|
||
(eelf32frvfd.c): New.
|
||
* configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
|
||
* emulparams/elf32frv.sh: Reverted previous two patches.
|
||
* emulparams/elf32frvfd.sh: New.
|
||
* Makefile.in: Rebuilt.
|
||
2003-09-18 Alexandre Oliva <aoliva@redhat.com>
|
||
* emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
|
||
.rofixup.got to .rofixup.
|
||
2003-09-15 Alexandre Oliva <aoliva@redhat.com>
|
||
* emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
|
||
(TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
|
||
|
||
2004-01-05 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
* emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
|
||
* emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
|
||
|
||
2004-01-03 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldexp.c (align_n): Make static.
|
||
* ldexp.h (align_n): Delete declaration.
|
||
* ldlang.h (lang_enter_output_section_statement): Remove
|
||
block_value param.
|
||
* ldlang.c (lang_enter_output_section_statement): Likewise.
|
||
(TO_ADDR, TO_SIZE): Define.
|
||
(opb_shift): New var.
|
||
(init_opb): New function.
|
||
(print_input_section): Call init_opb and use TO_ADDR.
|
||
(print_data_statement, print_reloc_statement): Likewise.
|
||
(print_padding_statement): Likewise.
|
||
(size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
|
||
(lang_check_section_addresses): Likewise.
|
||
(lang_size_sections_1): Likewise.
|
||
(lang_do_assignments_1): Likewise.
|
||
(lang_set_startof): Likewise.
|
||
(lang_one_common): Likewise. Combine power_of_two and opb_shift align.
|
||
(lang_process): Call init_opb.
|
||
(lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
|
||
(lang_enter_overlay_section): Adjust
|
||
lang_enter_output_section_statement call.
|
||
* ldgram.y: Likewise.
|
||
* mri.c (mri_draw_tree): Likewise.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
|
||
* emultempl/mmo.em (mmo_place_orphan): Likewise.
|
||
* emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
|
||
|
||
* ldfile.c (ldfile_set_output_arch): Add defarch param.
|
||
* ldfile.h (ldfile_set_output_arch): Ditto.
|
||
* emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
|
||
ldfile_set_output_arch.
|
||
* emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* ldgram.y: Adjust ldfile_set_output_arch call.
|
||
* emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/gld960c.em (gld960_set_output_arch): Ditto.
|
||
* emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
* emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
|
||
|
||
2004-01-02 Bernardo Innocenti <bernie@develer.com>
|
||
|
||
* configure.tgt: Add m68k-uClinux target.
|
||
|
||
For older changes see ChangeLog-0203
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|