OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [ChangeLog] - Diff between revs 14 and 148

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 14 Rev 148
Line 1... Line 1...
 
2011-06-13  Nick Clifton  
 
 
 
        * elf32-tilepro.c (tilepro_elf_check_relocs): Delete unused local
 
        variable 'local_got_offsets'.
 
        * elfxx-tilegx.c (tilegx_elf_check_relocs): Likewise.
 
        (tilegx_finish_dyn): Delete unused local variable 'abi_64_p'.
 
 
 
2011-06-13  Walter Lee  
 
 
 
        * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo.
 
        (ALL_MACHINE_CFILES): Add cpu-tilegx.c and cpu-tilepro.c.
 
        (BFD32_BACKENDS): Add elf32-tilegx.lo, elf32-tilepro.lo,
 
        and elfxx-tilegx.lo.
 
        (BFD32_BACKENDS_CFILES): Add elf32-tilegx.c elf32-tilepro.c, and
 
        elfxx-tilegx.c.
 
        (BFD64_BACKENDS): Add elf64-tilegx.lo.
 
        (BFD64_BACKENDS_CFILES): Add elf64-tilegx.c.
 
        * Makefile.in: Regenerate.
 
        * arctures.c (bfd_architecture): Define bfd_arch_tilepro,
 
        bfd_arch_tilegx, bfd_mach_tilepro, bfd_mach_tilegx.
 
        (bfd_arch_info): Add bfd_tilegx_arch, bfd_tilepro_arch.
 
        (bfd_archures_list): Add bfd_tilegx_arch, bfd_tilepro_arch.
 
        bfd-in2.h: Regenerate.
 
        * config.bfd: Handle tilegx-*-* and tilepro-*-*.
 
        * configure.in: Handle bfd_elf32_tilegx_vec, bfd_elf32_tilepro_vec,
 
        and bfd_elf64_tilegx_vec.
 
        * configure: Regenerate.
 
        * elf-bfd.h (enum elf_target_id): Define TILEGX_ELF_DATA and
 
        TILEPRO_ELF_DATA.
 
        * libbfd.h: Regenerate.
 
        * reloc.c: Add BFD_RELOC_TILEPRO_{COPY, GLOB_DAT, JMP_SLOT,
 
        RELATIVE, BROFF_X1, JOFFLONG_X1, JOFFLONG_X1_PLT, IMM8_X0,
 
        IMM8_Y0, IMM8_X1, IMM8_Y1, DEST_IMM8_X1, MT_IMM15_X1, MF_IMM15_X1,
 
        IMM16_X0, IMM16_X1, IMM16_X0_LO, IMM16_X1_LO, IMM16_X0_HI,
 
        IMM16_X1_HI, IMM16_X0_HA, IMM16_X1_HA, IMM16_X0_PCREL,
 
        IMM16_X1_PCREL, IMM16_X0_LO_PCREL, IMM16_X1_LO_PCREL,
 
        IMM16_X0_HI_PCREL, IMM16_X1_HI_PCREL, IMM16_X0_HA_PCREL,
 
        IMM16_X1_HA_PCREL, IMM16_X0_GOT, IMM16_X1_GOT, IMM16_X0_GOT_LO,
 
        IMM16_X1_GOT_LO, IMM16_X0_GOT_HI, IMM16_X1_GOT_HI,
 
        IMM16_X0_GOT_HA, IMM16_X1_GOT_HA, MMSTART_X0, MMEND_X0,
 
        MMSTART_X1, MMEND_X1, SHAMT_X0, SHAMT_X1, SHAMT_Y0, SHAMT_Y1,
 
        IMM16_X0_TLS_GD, IMM16_X1_TLS_GD, IMM16_X0_TLS_GD_LO,
 
        IMM16_X1_TLS_GD_LO, IMM16_X0_TLS_GD_HI, IMM16_X1_TLS_GD_HI,
 
        IMM16_X0_TLS_GD_HA, IMM16_X1_TLS_GD_HA, IMM16_X0_TLS_IE,
 
        IMM16_X1_TLS_IE, IMM16_X0_TLS_IE_LO, IMM16_X1_TLS_IE_LO,
 
        IMM16_X0_TLS_IE_HI, IMM16_X1_TLS_IE_HI, IMM16_X0_TLS_IE_HA,
 
        IMM16_X1_TLS_IE_HA, TLS_DTPMOD32, TLS_DTPOFF32, TLS_TPOFF32}
 
        Add BFD_RELOC_TILEGX_{HW0, HW1, HW2, HW3, HW0_LAST, HW1_LAST,
 
        HW2_LAST, COPY, GLOB_DAT, JMP_SLOT, RELATIVE, BROFF_X1,
 
        JUMPOFF_X1, JUMPOFF_X1_PLT, IMM8_X0, IMM8_Y0, IMM8_X1, IMM8_Y1,
 
        DEST_IMM8_X1, MT_IMM14_X1, MF_IMM14_X1, MMSTART_X0, MMEND_X0,
 
        SHAMT_X0, SHAMT_X1, SHAMT_Y0, SHAMT_Y1, IMM16_X0_HW0,
 
        IMM16_X1_HW0, IMM16_X0_HW1, IMM16_X1_HW1, IMM16_X0_HW2,
 
        IMM16_X1_HW2, IMM16_X0_HW3, IMM16_X1_HW3, IMM16_X0_HW0_LAST,
 
        IMM16_X1_HW0_LAST, IMM16_X0_HW1_LAST, IMM16_X1_HW1_LAST,
 
        IMM16_X0_HW2_LAST, IMM16_X1_HW2_LAST, IMM16_X0_HW0_PCREL,
 
        IMM16_X1_HW0_PCREL, IMM16_X0_HW1_PCREL, IMM16_X1_HW1_PCREL,
 
        IMM16_X0_HW2_PCREL, IMM16_X1_HW2_PCREL, IMM16_X0_HW3_PCREL,
 
        IMM16_X1_HW3_PCREL, IMM16_X0_HW0_LAST_PCREL,
 
        IMM16_X1_HW0_LAST_PCREL, IMM16_X0_HW1_LAST_PCREL,
 
        IMM16_X1_HW1_LAST_PCREL, IMM16_X0_HW2_LAST_PCREL,
 
        IMM16_X1_HW2_LAST_PCREL, IMM16_X0_HW0_GOT, IMM16_X1_HW0_GOT,
 
        IMM16_X0_HW1_GOT, IMM16_X1_HW1_GOT, IMM16_X0_HW2_GOT,
 
        IMM16_X1_HW2_GOT, IMM16_X0_HW3_GOT, IMM16_X1_HW3_GOT,
 
        IMM16_X0_HW0_LAST_GOT, IMM16_X1_HW0_LAST_GOT,
 
        IMM16_X0_HW1_LAST_GOT, IMM16_X1_HW1_LAST_GOT,
 
        IMM16_X0_HW2_LAST_GOT, IMM16_X1_HW2_LAST_GOT, IMM16_X0_HW0_TLS_GD,
 
        IMM16_X1_HW0_TLS_GD, IMM16_X0_HW1_TLS_GD, IMM16_X1_HW1_TLS_GD,
 
        IMM16_X0_HW2_TLS_GD, IMM16_X1_HW2_TLS_GD, IMM16_X0_HW3_TLS_GD,
 
        IMM16_X1_HW3_TLS_GD, IMM16_X0_HW0_LAST_TLS_GD,
 
        IMM16_X1_HW0_LAST_TLS_GD, IMM16_X0_HW1_LAST_TLS_GD,
 
        IMM16_X1_HW1_LAST_TLS_GD, IMM16_X0_HW2_LAST_TLS_GD,
 
        IMM16_X1_HW2_LAST_TLS_GD, IMM16_X0_HW0_TLS_IE,
 
        IMM16_X1_HW0_TLS_IE, IMM16_X0_HW1_TLS_IE, IMM16_X1_HW1_TLS_IE,
 
        IMM16_X0_HW2_TLS_IE, IMM16_X1_HW2_TLS_IE, IMM16_X0_HW3_TLS_IE,
 
        IMM16_X1_HW3_TLS_IE, IMM16_X0_HW0_LAST_TLS_IE,
 
        IMM16_X1_HW0_LAST_TLS_IE, IMM16_X0_HW1_LAST_TLS_IE,
 
        IMM16_X1_HW1_LAST_TLS_IE, IMM16_X0_HW2_LAST_TLS_IE,
 
        IMM16_X1_HW2_LAST_TLS_IE, TLS_DTPMOD64, TLS_DTPOFF64, TLS_TPOFF64,
 
        TLS_DTPMOD32, TLS_DTPOFF32, TLS_TPOFF32}
 
        * targets.c (bfd_elf32_tilegx_vec): Declare.
 
        (bfd_elf32_tilepro_vec): Declare.
 
        (bfd_elf64_tilegx_vec): Declare.
 
        (bfd_target_vector): Add bfd_elf32_tilegx_vec, bfd_elf32_tilepro_vec,
 
        and bfd_elf64_tilegx_vec.
 
        * cpu-tilegx.c: New file.
 
        * cpu-tilepro.c: New file.
 
        * elf32-tilepro.h: New file.
 
        * elf32-tilepro.c: New file.
 
        * elf32-tilegx.c: New file.
 
        * elf32-tilegx.h: New file.
 
        * elf64-tilegx.c: New file.
 
        * elf64-tilegx.h: New file.
 
        * elfxx-tilegx.c: New file.
 
        * elfxx-tilegx.h: New file.
 
 
 
2011-06-13  Alan Modra  
 
 
 
        * linker.c (bfd_link_hash_traverse): Follow warning symbol link.
 
        (_bfd_generic_link_write_global_symbol, fix_syms): Don't handle
 
        warning symbols here.
 
        * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
 
        * elf32-arm.c (allocate_dynrelocs_for_symbol,
 
        elf32_arm_readonly_dynrelocs): Likewise.
 
        * elf32-bfin.c (bfin_discard_copies): Likewise.
 
        * elf32-cris.c (elf_cris_adjust_gotplt_to_got,
 
        elf_cris_discard_excess_dso_dynamics,
 
        elf_cris_discard_excess_program_dynamics): Likewise.
 
        * elf32-hppa.c (allocate_plt_static, allocate_dynrelocs,
 
        clobber_millicode_symbols, readonly_dynrelocs): Likewise.
 
        * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
 
        * elf32-i386.c (elf_i386_allocate_dynrelocs,
 
        elf_i386_readonly_dynrelocs): Likewise.
 
        * elf32-lm32.c (allocate_dynrelocs, readonly_dynrelocs): Likewise.
 
        * elf32-m32c.c (m32c_relax_plt_check, m32c_relax_plt_realloc): Likewise.
 
        * elf32-m32r.c (allocate_dynrelocs, readonly_dynrelocs): Likewise.
 
        * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
 
        * elf32-microblaze.c (allocate_dynrelocs): Likewise.
 
        * elf32-ppc.c (allocate_dynrelocs, maybe_set_textrel): Likewise.
 
        * elf32-s390.c (allocate_dynrelocs, readonly_dynrelocs): Likewise.
 
        * elf32-score.c (score_elf_sort_hash_table_f): Likewise.
 
        * elf32-score7.c (score_elf_sort_hash_table_f): Likewise.
 
        * elf32-sh.c (allocate_dynrelocs, readonly_dynrelocs): Likewise.
 
        * elf32-tic6x.c (elf32_tic6x_allocate_dynrelocs,
 
        elf32_tic6x_readonly_dynrelocs): Likewise.
 
        * elf32-vax.c (elf_vax_discard_copies): Likewise.
 
        * elf32-xstormy16.c (xstormy16_relax_plt_check,
 
        xstormy16_relax_plt_realloc): Likewise.
 
        * elf32-xtensa.c (elf_xtensa_allocate_dynrelocs): Likewise.
 
        * elf64-alpha.c (elf64_alpha_output_extsym,
 
        elf64_alpha_calc_got_offsets_for_symbol,
 
        elf64_alpha_calc_dynrel_sizes, elf64_alpha_size_rela_got_1): Likewise.
 
        * elf64-hppa.c (elf64_hppa_mark_exported_functions,
 
        allocate_global_data_opd, elf64_hppa_mark_milli_and_exported_functions,
 
        elf_hppa_unmark_useless_dynamic_symbols,
 
        elf_hppa_remark_useless_dynamic_symbols): Likewise.
 
        * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref, func_desc_adjust,
 
        adjust_opd_syms, adjust_toc_syms, allocate_dynrelocs,
 
        readonly_dynrelocs, merge_global_got, reallocate_got,
 
        undo_symbol_twiddle): Likewise.
 
        * elf64-s390.c (allocate_dynrelocs, readonly_dynrelocs): Likewise.
 
        * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
 
        * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs,
 
        elf_x86_64_readonly_dynrelocs): Likewise.
 
        * elflink.c (elf_link_renumber_hash_table_dynsyms,
 
        elf_link_renumber_local_hash_table_dynsyms, _bfd_elf_export_symbol,
 
        _bfd_elf_link_find_version_dependencies,
 
        _bfd_elf_link_assign_sym_version, _bfd_elf_adjust_dynamic_symbol,
 
        _bfd_elf_link_sec_merge_syms, elf_adjust_dynstr_offsets,
 
        elf_collect_hash_codes, elf_collect_gnu_hash_codes,
 
        elf_renumber_gnu_hash_syms, elf_gc_sweep_symbol,
 
        elf_gc_propagate_vtable_entries_used,
 
        elf_gc_smash_unused_vtentry_relocs, bfd_elf_gc_mark_dynamic_ref_symbol,
 
        elf_gc_allocate_got_offsets): Likewise.
 
        * elfnn-ia64.c (elfNN_ia64_global_dyn_info_free,
 
        elfNN_ia64_global_dyn_sym_thunk): Likewise.
 
        * elfxx-mips.c (mips_elf_check_symbols, mips_elf_output_extsym,
 
        mips_elf_sort_hash_table_f, allocate_dynrelocs): Likewise.
 
        * elfxx-sparc.c (allocate_dynrelocs, readonly_dynrelocs): Likewise.
 
        * i386linux.c (linux_tally_symbols): Likewise.
 
        * m68klinux.c (linux_tally_symbols): Likewise.
 
        * sparclinux.c (linux_tally_symbols): Likewise.
 
        * sunos.c (sunos_scan_dynamic_symbol): Likewise.
 
        * xcofflink.c (xcoff_post_gc_symbol): Likewise.
 
 
 
        * elflink.c (elf_link_output_extsym): Make it a bfd_hash_traverse
 
        function.  Update all callers.
 
        * aoutx.h (aout_link_write_other_symbol): Likewise.
 
        * pdp11.c (aout_link_write_other_symbol): Likewise.
 
        * cofflink.c (_bfd_coff_write_global_sym): Likewise.
 
        * ecoff.c (ecoff_link_write_external): Likewise.
 
        * xcofflink.c (xcoff_write_global_symbol): Likewise.
 
        * vms-alpha.c (alpha_vms_link_output_symbol): Likewise.  Handle
 
        warning symbols.
 
        * ecoff.c (ecoff_link_hash_traverse): Delete.
 
        * coff-ppc.c (ppc_bfd_coff_final_link): Use bfd_hash_traverse for
 
        _bfd_coff_write_global_sym.
 
        * libcoff-in.h (_bfd_coff_write_global_sym): Update prototype.
 
        * libcoff.h: Regenerate.
 
 
 
2011-06-10  Nick Clifton  
 
 
 
        * elflink.c (_bfd_elf_link_create_dynamic_sections): If the
 
        backend does not provide a function for creating dynamic sections
 
        then fail.
 
        (bfd_elf_final_link): Issue a warning message if a dynamic section
 
        has the SHT_NOTE type.
 
        (bfd_elf_final_link): Do not look for dynamic strings in a section
 
        that does not have the SHT_STRTAB type or the name .dynstr.
 
        * elf32-arm.c (elf32_arm_finish_dynamic_sections): Fail if the got
 
        section is not in the output binary.
 
        * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Likewise.
 
 
 
2011-06-09  Tristan Gingold  
 
 
 
        * elfnn-ia64.c (elfNN_ia64_relax_section, elfNN_ia64_choose_gp)
 
        (elfNN_ia64_relocate_section, elfNN_vms_object_p): Remove trailing
 
        spaces.
 
 
 
2011-06-09  Tristan Gingold  
 
 
 
        * bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.
 
 
 
2011-06-09  Nick Clifton  
 
 
 
        PR ld/12845
 
        * elf.c (_bfd_elf_init_private_section_data): Add an assertion
 
        that the output section has an allocated bfd_elf_section_data
 
        structure.
 
        * elfxx-mips.c (mips_elf_check_symbols): Do not create a stub for
 
        symbols in sections that have been removed by garbage collection.
 
 
 
2011-06-08  H.J. Lu  
 
 
 
        * elf64-x86-64.c (elf_x86_64_check_relocs): Allow R_X86_64_64
 
        relocations in SEC_DEBUGGING sections when building shared
 
        libraries.
 
 
 
2011-06-08  H.J. Lu  
 
 
 
        PR ld/12851
 
        * elflink.c (elf_gc_sweep): Don't check SHT_NOTE sections here.
 
        (bfd_elf_gc_sections): Also check SHT_NOTE sections.
 
 
 
2011-06-08  Tristan Gingold  
 
 
 
        * makefile.vms (OBJS): Add elfxx-ia64.obj
 
        Remove vax case.
 
 
 
2011-06-08  Alan Modra  
 
 
 
        * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c,
 
        * sco5-core.c: Init match_priority field.
 
 
 
2011-06-08  Alan Modra  
 
 
 
        * elflink.c (_bfd_elf_archive_symbol_lookup): Follow warning and
 
        indirect links here.
 
 
 
2011-06-07  Joel Brobecker  
 
 
 
        * irix-core.c (irix_core_vec): Add match_priority field.
 
 
 
2011-06-06  Alan Modra  
 
 
 
        * targets.c (bfd_target): Make ar_max_namelen an unsigned char.
 
        Add match_priority.
 
        * configure.in: Bump bfd version.
 
        * elfcode.h (elf_object_p): Delete hacks preventing match of
 
        EM_NONE and ELFOSABI_NONE targets when a better match exists.
 
        * elfxx-target.h (elf_match_priority): Define and use.
 
        * format.c (bfd_check_format_matches): Use target match_priority
 
        to choose best of multiple matching targets.  In cases with multiple
 
        matches rerun _bfd_check_format if we don't choose the last match.
 
        * aout-adobe.c, * aout-arm.c, * aout-target.h, * aout-tic30.c,
 
        * binary.c, * bout.c, * coff-alpha.c, * coff-i386.c, * coff-i860.c,
 
        * coff-i960.c, * coff-ia64.c, * coff-mips.c, * coff-or32.c,
 
        * coff-ppc.c, * coff-rs6000.c, * coff-sh.c, * coff-tic30.c,
 
        * coff-tic54x.c, * coff-x86_64.c, * coff64-rs6000.c, * coffcode.h,
 
        * i386msdos.c, * i386os9k.c, * ieee.c, * ihex.c, * mach-o-target.c,
 
        * mipsbsd.c, * mmo.c, * nlm-target.h, * oasys.c, * pdp11.c,
 
        * pe-mips.c, * pef.c, * plugin.c, * ppcboot.c, * som.c, * srec.c,
 
        * tekhex.c, * trad-core.c, * verilog.c, * versados.c, * vms-alpha.c,
 
        * vms-lib.c, * xsym.c: Init match_priority field.
 
        * configure: Regenerate.
 
        * bfd-in2.h: Regenerate.
 
 
 
2011-06-04  H.J. Lu  
 
 
 
        PR ld/12842
 
        * elfcode.h (elf_object_p): Revert the last change.
 
 
 
2011-06-04  Alan Modra  
 
 
 
        * archures.c (bfd_arch_get_compatible): If one arch is unknown,
 
        return the other arch.
 
        * elfcode.h (elf_object_p): Allow explicit match to generic ELF
 
        target.
 
 
2011-06-03  Bertram Felgenhauer  
2011-06-03  Bertram Felgenhauer  
 
 
        PR ld/12682
        PR ld/12682
        * hash.c (higher_primer_number): Add more, small, prime numbers.
        * hash.c (higher_primer_number): Add more, small, prime numbers.
        (bfd_hash_set_default_size): Likewise.
        (bfd_hash_set_default_size): Likewise.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.