2010-01-26 13:42:26 +00:00
|
|
|
|
2010-01-26 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* targets.c (BFD_JUMP_TABLE_ARCHIVE): Add initializer for write_ar_hdr.
|
|
|
|
|
(bfd_target): Add _bfd_write_ar_hdr_fn field.
|
|
|
|
|
* archive.c (is_bsd44_extended_name): New macro.
|
|
|
|
|
(_bfd_generic_read_ar_hdr_mag): Use it. Add extra_size.
|
|
|
|
|
(bfd_slurp_armap): Also check for "__.SYMDEF" as a BSD4.4 extended
|
|
|
|
|
name.
|
|
|
|
|
(_bfd_archive_bsd44_construct_extended_name_table): New function.
|
|
|
|
|
(_bfd_generic_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_bsd44_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_write_archive_contents): Call _bfd_write_ar_hdr.
|
|
|
|
|
(bsd_write_armap): Adjust firstreal computation.
|
|
|
|
|
* libbfd-in.h (struct areltdata): Add extra_size field.
|
|
|
|
|
(_bfd_generic_write_ar_hdr): Add prototype.
|
|
|
|
|
(_bfd_bsd44_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_write_ar_hdr): Define.
|
|
|
|
|
(_bfd_noarchive_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_archive_bsd_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_archive_coff_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_slurp_armap): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_slurp_extended_name_table): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_construct_extended_name_table): New prototype.
|
|
|
|
|
(_bfd_archive_bsd44_truncate_arname): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_write_armap): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_read_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_write_ar_hdr): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_openr_next_archived_file): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_get_elt_at_index): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_generic_stat_arch_elt): Ditto.
|
|
|
|
|
(_bfd_archive_bsd44_update_armap_timestamp): Ditto.
|
|
|
|
|
* libbfd.h: Regenerate.
|
|
|
|
|
* oasys.c (oasys_write_ar_hdr): Define.
|
|
|
|
|
* libecoff.h (_bfd_ecoff_write_ar_hdr): Define.
|
|
|
|
|
* ieee.c (ieee_write_ar_hdr): Define.
|
|
|
|
|
* elf64-mips.c (bfd_elf64_archive_write_ar_hdr): Define.
|
|
|
|
|
* coff-rs6000.c (rs6000coff_vec): Adjust for write_ar_hdr field.
|
|
|
|
|
(bfd_pmac_xcoff_backend_data): Ditto.
|
|
|
|
|
* coff64-rs6000.c (rs6000coff64_vec): Ditto.
|
|
|
|
|
(bfd_xcoff_aix5_backend_data): Ditto.
|
|
|
|
|
* coff-alpha.c (alpha_ecoff_write_ar_hdr): Define.
|
|
|
|
|
* aout-target.h (MY_write_ar_hdr): Define it if not defined.
|
|
|
|
|
* aout-tic30.c (MY_write_ar_hdr): Ditto.
|
|
|
|
|
* mach-o-target.c (TARGET_NAME): Use _bfd_archive_bsd44 archive.
|
|
|
|
|
(bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
|
|
|
|
|
(bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
|
|
|
|
|
(bfd_mach_o_construct_extended_name_table)
|
|
|
|
|
(bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
|
|
|
|
|
(bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
|
|
|
|
|
(bfd_mach_o_update_armap_timestamp): Moved to mach-o.c
|
|
|
|
|
* mach-o.c (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
|
|
|
|
|
(bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
|
|
|
|
|
(bfd_mach_o_construct_extended_name_table)
|
|
|
|
|
(bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
|
|
|
|
|
(bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
|
|
|
|
|
(bfd_mach_o_update_armap_timestamp): Moved from mach-o-target.c
|
|
|
|
|
* bfd-in2.h: Regenerate.
|
|
|
|
|
|
2010-01-26 13:21:36 +00:00
|
|
|
|
2010-01-26 Alan Modra <amodra@gmail.com>
|
|
|
|
|
H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11218
|
|
|
|
|
* elflink.c (elf_link_output_extsym): Do not ignore undefined
|
|
|
|
|
symbols with ref_regular set when gc_sections is active.
|
|
|
|
|
|
2010-01-25 06:47:16 +00:00
|
|
|
|
2010-01-25 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11217
|
|
|
|
|
* elf64-ppc.c (ppc64_elf_tls_optimize): Optimize tls sequences
|
|
|
|
|
with relocations against undefined weak symbols.
|
|
|
|
|
(ppc64_elf_relocate_section): Don't optimize calls to undefined
|
|
|
|
|
weak functions if the symbol is dynamic.
|
|
|
|
|
(ppc64_elf_relocate_section): Edit tprel tls sequences.
|
|
|
|
|
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
|
|
|
|
|
(_bfd_elf_ppc_at_tprel_transform): New function.
|
|
|
|
|
* bfd-in.h (_bfd_elf_ppc_at_tprel_transform): Declare.
|
|
|
|
|
* bfd-in2.h: Regenerate.
|
|
|
|
|
|
2010-01-23 12:05:33 +00:00
|
|
|
|
2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
|
|
|
|
|
|
|
|
|
|
* coff-rs6000.c (xcoff_howto_table): Change size to 0 and bitsize to 1.
|
|
|
|
|
(_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_NONE.
|
|
|
|
|
* coff64-rs6000.c (xcoff64_howto_table): Change size to 0 and
|
|
|
|
|
bitsize to 1.
|
|
|
|
|
(xcoff64_reloc_type_lookup): Handle BFD_RELOC_NONE.
|
|
|
|
|
|
2010-01-21 14:54:40 +00:00
|
|
|
|
2010-01-21 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* elflink.c (elf_link_add_object_symbols): Look up name of
|
|
|
|
|
undefined symbol both before and after versioning has been
|
|
|
|
|
applied. Do not bother with symbols that are weakly undefined.
|
|
|
|
|
|
2010-01-21 11:40:28 +00:00
|
|
|
|
2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
2010-01-21 14:54:40 +00:00
|
|
|
|
|
2010-01-21 11:40:28 +00:00
|
|
|
|
* elf32-s390.c (elf32_s390_merge_private_bfd_data): New function.
|
|
|
|
|
(bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
|
|
|
|
|
|
2010-01-19 23:17:57 +00:00
|
|
|
|
2010-01-19 Cary Coutant <ccoutant@google.com>
|
|
|
|
|
|
|
|
|
|
* dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8.
|
|
|
|
|
|
2010-01-19 13:50:55 +00:00
|
|
|
|
2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
|
|
|
|
|
Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
* elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
|
|
|
|
|
(elf_object_p): Read e_phnum extension.
|
|
|
|
|
(elf_write_shdrs_and_ehdr): Write e_phnum extension.
|
|
|
|
|
* elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check
|
|
|
|
|
that we can read last program header.
|
|
|
|
|
|
2010-01-19 03:49:43 +00:00
|
|
|
|
2010-01-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
|
|
|
|
|
|
|
|
|
* elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of
|
|
|
|
|
R_ARM_THM_CALL entry.
|
|
|
|
|
(elf32_arm_final_link_relocate): Correct calculation of
|
|
|
|
|
reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
|
|
|
|
|
or R_ARM_THM_JUMP24 relocation.
|
|
|
|
|
|
2010-01-18 07:21:46 +00:00
|
|
|
|
2010-01-18 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 11168
|
|
|
|
|
* coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C
|
|
|
|
|
block past vars in COFF_IMAGE_WITH_PE block. Report error on more
|
|
|
|
|
than 32k sections.
|
|
|
|
|
|
2010-01-15 21:38:16 +00:00
|
|
|
|
2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
|
|
|
|
|
|
|
|
|
Fix compilation warning on gcc-3.4.
|
|
|
|
|
* vms-tir.c (start_etir_record, sto_imm): Rename the prototype
|
|
|
|
|
parameter index to sec_index according to the function definition.
|
|
|
|
|
|
2010-01-13 22:30:53 +00:00
|
|
|
|
2010-01-13 Chao-ying Fu <fu@mips.com>
|
|
|
|
|
|
|
|
|
|
* elfxx-mips.c (JR_TO_B_P): New define to transform JR to B.
|
|
|
|
|
It is true for all CPUs.
|
|
|
|
|
(jal_reloc_p): New function.
|
|
|
|
|
(mips_elf_calculate_relocation): Rename require_jalxp to
|
|
|
|
|
cross_mode_jump_p.
|
|
|
|
|
Update comment for CROSS_MODE_JUMP_P.
|
|
|
|
|
Set up cross_mode_jump_p based on the mode change.
|
|
|
|
|
(mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
|
|
|
|
|
Update comment for CROSS_MODE_JUMP_P.
|
|
|
|
|
Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
|
|
|
|
|
Use !cross_mode_jump_p to guard conversion.
|
|
|
|
|
Convert "jr t9" to "b", if possible.
|
|
|
|
|
(_bfd_mips_elf_relocate_section): Rename require_jalx to
|
|
|
|
|
cross_mode_jump_p.
|
|
|
|
|
Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
|
|
|
|
|
Pass cross_mode_jump_p to call mips_elf_perform_relocation.
|
|
|
|
|
|
2010-01-13 14:34:13 +00:00
|
|
|
|
2010-01-13 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* cpu-m32c.c (m32c_scan): New function. Ensures that a scan for
|
|
|
|
|
"m32c" returns the m32c arch_info_struct and not the m16c
|
|
|
|
|
arch_info_struct.
|
|
|
|
|
(arch_info_struct): Use the new scan function.
|
|
|
|
|
(bfd_m32c_arch): Likewise.
|
|
|
|
|
|
2010-01-13 11:49:36 +00:00
|
|
|
|
2010-01-13 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* config.bfd: Remove duplicated target vector for i386-*-darwin.
|
|
|
|
|
Appends new arch instead of overriding.
|
|
|
|
|
Use mach_o_x86_64_vec for x86_64-*-darwin.
|
|
|
|
|
* configure.in: Add mach_o_x86_64_vec.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
|
|
|
|
|
* Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
|
|
|
|
|
(BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* mach-o-x86-64.c: New file.
|
|
|
|
|
|
2010-01-13 11:35:19 +00:00
|
|
|
|
2010-01-13 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* reloc.c: Add MACH_O_X86_64 relocations.
|
|
|
|
|
* bfd-in2.h: Regenerate.
|
|
|
|
|
* libbfd.h: Regenerate.
|
|
|
|
|
|
2010-01-13 08:48:26 +00:00
|
|
|
|
2010-01-13 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* archive.c (normalize): Use lbasename.
|
|
|
|
|
(bfd_bsd_truncate_arname): Ditto.
|
|
|
|
|
(bfd_gnu_truncate_arname): Ditto.
|
|
|
|
|
|
2010-01-12 10:16:50 +00:00
|
|
|
|
2010-01-12 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* makefile.vms (CFLAGS): Turns warnings into informational messages.
|
|
|
|
|
|
2010-01-11 15:57:59 +00:00
|
|
|
|
2010-01-11 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* mach-o.h: Add x86-64 relocation types.
|
|
|
|
|
|
2010-01-11 15:39:41 +00:00
|
|
|
|
2010-01-11 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* mach-o.h (bfd_mach_o_backend_data): Add arch field.
|
|
|
|
|
(bfd_mach_o_set_arch_mach): New prototype.
|
|
|
|
|
* mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
|
|
|
|
|
(bfd_mach_o_set_arch_mach): New function.
|
|
|
|
|
(bfd_mach_o_gen_mkobject): New function.
|
|
|
|
|
Set TARGET_ARCHITECTURE for the generic back-ends.
|
|
|
|
|
* mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
|
|
|
|
|
Check that TARGET_ARCHITECTURE is defined.
|
|
|
|
|
Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
|
|
|
|
|
* mach-o-i386.c (TARGET_ARCHITECTURE): Define.
|
|
|
|
|
|
2010-01-11 15:29:36 +00:00
|
|
|
|
2010-01-11 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
2010-01-13 08:48:26 +00:00
|
|
|
|
* archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
|
2010-01-11 15:29:36 +00:00
|
|
|
|
|
2010-01-11 14:19:40 +00:00
|
|
|
|
2010-01-11 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* elf32-v850.c (v850_elf_perform_relocation): Fix overflow
|
|
|
|
|
handling of R_V850_HI16_S relocation.
|
|
|
|
|
|
2010-01-11 09:53:27 +00:00
|
|
|
|
2010-01-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 11103
|
|
|
|
|
* dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
|
|
|
|
|
|
2010-01-11 08:36:19 +00:00
|
|
|
|
2010-01-11 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR 6832
|
|
|
|
|
* dwarf2.c (struct comp_unit): Add sec_info_ptr.
|
|
|
|
|
(find_abstract_instance_name): Use it.
|
|
|
|
|
(parse_comp_unit): Set it.
|
|
|
|
|
|
2010-01-09 21:11:44 +00:00
|
|
|
|
2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2010-01-08 11:15:39 +00:00
|
|
|
|
2010-01-08 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* archive.c: Remove bfd_special_undocumented_glue.
|
|
|
|
|
|
2010-01-08 05:55:10 +00:00
|
|
|
|
2010-01-08 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11133
|
|
|
|
|
* elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
|
|
|
|
|
* elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
|
|
|
|
|
* elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
|
|
|
|
|
|
2010-01-08 03:03:16 +00:00
|
|
|
|
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11138
|
|
|
|
|
* elflink.c (elf_link_check_versioned_symbol): Don't abort if
|
|
|
|
|
a symbol referenced by DSO is is defined in a non-shared object
|
|
|
|
|
and forced local.
|
|
|
|
|
|
2010-01-08 01:43:23 +00:00
|
|
|
|
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11133
|
|
|
|
|
* elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
|
|
|
|
|
undefined __start_XXX/__stop_XXX in all input files and set
|
|
|
|
|
SEC_KEEP.
|
|
|
|
|
|
2010-01-07 13:44:37 +00:00
|
|
|
|
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR ld/11143
|
|
|
|
|
* elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
|
|
|
|
|
|
2010-01-05 00:40:07 +00:00
|
|
|
|
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
|
|
|
|
|
before including procfs.h.
|
|
|
|
|
(BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
|
|
|
|
|
* configure.in: Added autoconf probe for the pr_fpreg member.
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
* config.in: Regenerated.
|
|
|
|
|
* elf.c: Define _STRUCTURE_PROC before including procfs.h.
|
|
|
|
|
|
2010-01-04 11:44:30 +00:00
|
|
|
|
2010-01-04 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
|
|
|
|
|
* dwarf2.c (concat_filename): Rename dirname with dir_name
|
|
|
|
|
to void shadowing the dirname function.
|
|
|
|
|
Rename subdirname with subdir_name to stay consistent with
|
|
|
|
|
the new dir_name variable name.
|
|
|
|
|
|
2010-01-04 02:32:56 +00:00
|
|
|
|
2010-01-04 Edmar Wienskoski <edmar@freescale.com>
|
|
|
|
|
|
|
|
|
|
* archures.c: Add bfd_mach_ppc_e500mc64.
|
|
|
|
|
* bfd-in2.h: Regenerate.
|
|
|
|
|
* cpu-powerpc.c (bfd_powerpc_archs): Add entry for
|
|
|
|
|
bfd_mach_ppc_e500mc64.
|
|
|
|
|
|
2010-01-01 13:42:26 +00:00
|
|
|
|
2010-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
Fix -Wshadow warnings (seen on ppc-aix)
|
|
|
|
|
* xcofflink.c: Replace finfo by flinfo throughout.
|
|
|
|
|
|
2010-01-01 18:06:10 +00:00
|
|
|
|
For older changes see ChangeLog-2009
|
2001-09-08 05:47:01 +00:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|