summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to improve the ability to translate messages in the binutils toolsNick Clifton2001-12-062-8/+20
|
* * configure: Regenerate.Hans-Peter Nilsson2001-12-063-188/+180
| | | | * Makefile.in: Regenerate.
* daily updateAlan Modra2001-12-051-1/+1
|
* * Makefile.am: split up BFD_LIBS like statements in BFD32_LIBS andThiemo Seufer2001-12-057-230/+299
| | | | | | | | | | | | | | | | | BFD64_LIBS, make the latter depending on the availability of BFD64. Add archive64.c source file. * archive64.c: New file implementing bfd_elf64_archive_slurp_armap and bfd_elf64_archive_write_armap, code from elf64-mips.c * archive.c (bfd_slurp_armap): Add ELF64 archive support. * config.bfd (mips*-*-irix6*): Allow with BFD64 only. (mips64*el-*-linux*): Likewise. (mips*el-*-linux*): Likewise. Reorder entries. * configure.in (bfd_libs): Define in dependency of BFD64 and AC_SUBST it. * elf64-mips.c (mips_elf64_slurp_armap): Remove, use bfd_elf64_archive_slurp_armap instead. (mips_elf64_write_armap): Remove, use bfd_elf64_archive_write_armap instead.
* daily updateAlan Modra2001-12-041-1/+1
|
* * config.bfd: Remove trailing blanks.Thiemo Seufer2001-12-043-3/+8
| | | | | | | | | | | | | | * elf32-mips.c (gprel16_with_gp): Remove superfluous casts. * strings.c (get_char): Initialize value. * config/tc-mips.c (mips_cpreturn_offset): Better comment. (load_register): Better error message. Cast away signedness mismatches. Add casts needed for varargs. (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl. Remove superfluous casts. (macro): Cast away signedness mismatches. Remove superfluous casts. (s_cpload): Fix wrong comment. (s_mips_weakext): Standardize output message. (get_number): Likewise.
* * elf32-d10v.c (elf_d10v_howto_table): Adjust bit-size ofAlexandre Oliva2001-12-042-33/+40
| | | | | | R_D10V_10_PCREL_L, R_D10V_10_PCREL_R, R_D10V_18, R_D10V_18_PCREL. Check 10_PCREL relocations as signed. Disable pointless overflow checking of NONE and 32.
* fix typoNick Clifton2001-12-041-1/+1
|
* * reloc.c (bfd_install_relocation): Correct reloc address test.Alan Modra2001-12-033-7/+10
| | | | | (bfd_perform_relocation): Formatting fix. * bfd-in2.h: Regenerate for 2001-12-02 reloc.c change.
* daily updateAlan Modra2001-12-031-1/+1
|
* Import new turkish translations from Translation Project's website.Nick Clifton2001-12-034-2/+2117
|
* * elf32-hppa.c (hppa_get_stub_entry): Remove debug message thatAlan Modra2001-12-032-31/+37
| | | | | | | | happens to trigger on undefined symbols. (final_link_relocate): Return bfd_reloc_undefined for undefined stubs. (elf32_hppa_relocate_section): Don't say we can't handle a reloc if we have already warned about an undefined symbol.
* * elf32-mips.c (NEWABI_P): New define.Thiemo Seufer2001-12-022-65/+619
| | | | | | | | | | | | | | | | | | | (USE_REL): Remove, replaced by (elf_backend_may_use_rel_p): New define. (elf_backend_may_use_rela_p): Likewise. (elf_backend_default_use_rela_p): Likewise. (elf_mips_howto_table): Rename to elf_mips_howto_table_rel. Fix some relocation definitions. (elf_mips_howto_table_rela): New RELA relocation definitions for NewABI support. (mips32_64bit_reloc): Use the renamed elf_mips_howto_table_rel. (bfd_elf32_bfd_reloc_type_lookup): Likewise. (mips_rtype_to_howto): Likewise. (_bfd_mips_elf_relocate_section): Likewise. (_bfd_mips_elf_object_p): Typo. (elf_backend_sign_extend_vma): Reordered together with many other defines nearby to resemble the order of declaration in the header file.
* * coff-mips.c (mips_bfd_reloc_type_lookup): ReplaceThiemo Seufer2001-12-026-15/+17
| | | | | | | | | | | | | | | | | | | BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16. * pe-mips.c (mips_bfd_reloc_type_lookup): Likewise. * elf32-mips.c (mips_reloc_map): Likewise. Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32. * elf64-mips.c (mips_reloc_map): Likewise. * reloc.c (BFD_RELOC_MIPS_GPREL): Remove. (BFD_RELOC_MIPS_GPREL32): Remove. * config/tc-mips.c (macro_build): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16. (load_address): Likewise. (macro): Likewise. (md_apply_fix): Likewise. Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32. (s_gpword): Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32. (tc_gen_reloc): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16. *config/tc-mips.h: Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
* daily updateAlan Modra2001-12-011-1/+1
|
* daily updateAlan Modra2001-11-301-1/+1
|
* 2001-11-30 H.J. Lu <hjl@gnu.org>H.J. Lu2001-11-302-214/+261
| | | | | | | * elflink.h (elf_add_default_symbol): New. (elf_link_add_object_symbols): Call elf_add_default_symbol () to create an indirect symbol from the default for the symbol with the default version if needed.
* daily updateAlan Modra2001-11-291-1/+1
|
* Do not overwite the core signal if it has already been set by another thread.Nick Clifton2001-11-292-2/+13
|
* daily updateAlan Modra2001-11-281-1/+1
|
* * elf64-alpha.c (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Defined.Jakub Jelinek2001-11-283-16/+112
| | | | | | | | | | | | | | | | | | (elf64_alpha_relocate_section): Translate local_got_entries for STT_SECTION symbol to SHF_MERGE section the first time we see it. * elfxx-ia64.c (struct elfNN_ia64_local_hash_entry): Add sec_merge_done. (get_local_sym_hash): New, extracted from get_dyn_sym_info. (get_dyn_sym_info): Use it. (elfNN_ia64_relocate_section): Translate local dyn entries for STT_SECTION symbol to SHF_MERGE section the first time we see it. * write.c (adjust_reloc_syms): Mark SEC_MERGE symbols as used in reloc if it has non-zero addend. * config/tc-alpha.c (tc_gen_reloc): Reinstall SEC_MERGE check. * config/tc-sparc.c (md_apply_fix3): Likewise.
* Add .cvsignore files to skip .gmo filesNick Clifton2001-11-281-0/+1
|
* daily updateAlan Modra2001-11-271-1/+1
|
* 2001-11-27 H.J. Lu <hjl@gnu.org>H.J. Lu2001-11-272-0/+8
| | | | | * elflink.h (elf_bfd_discard_info): Skip if the input bfd isn't ELF.
* daily updateAlan Modra2001-11-261-1/+1
|
* * stabs.c (_bfd_discard_section_stabs): Use PARAMS in functionJeff Law2001-11-262-1/+6
| | | | prototypes.
* daily updateAlan Modra2001-11-251-1/+1
|
* daily updateAlan Modra2001-11-241-1/+1
|
* * elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stubAlan Modra2001-11-242-10/+17
| | | | group sizes to accomodate c++.
* daily updateAlan Modra2001-11-231-1/+1
|
* * elf32-sparc.c (elf32_sparc_relocate_section): Don't clearJakub Jelinek2001-11-233-2/+25
| | | | | | relocations in non-alloced sections against global symbols defined in shared library being built. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek2001-11-2333-84/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elflink.h (elf_link_input_bfd): Don't consider empty merged sections as removed in relocation tests. * elf-bfd.h (_bfd_elf_rela_local_sym): Add prototype. * elf32-i386.c (elf_i386_relocate_section): Handle relocs against STT_SECTION symbol of SHF_MERGE section. * elf32-arm.h (elf32_arm_relocate_section): Likewise. * elf32-avr.c (elf32_avr_relocate_section): Call _bfd_elf_rela_local_sym. * elf32-cris.c (cris_elf_relocate_section): Likewise. * elf32-d10v.c (elf32_d10v_relocate_section): Likewise. * elf32-fr30.c (fr30_final_link_relocate): Likewise. * elf32-h8300.c (elf32_h8_relocate_section): Likewise. * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. * elf32-i370.c (i370_elf_relocate_section): Likewise. * elf32-i860.c (elf32_i860_relocate_section): Likewise. * elf32-m32r.c (m32r_elf_relocate_section): Likewise. * elf32-m68k.c (elf_m68k_relocate_section): Likewise. * elf32-mcore.c (mcore_elf_relocate_section): Likewise. * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. * elf32-s390.c (elf_s390_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf32-v850.c (v850_elf_relocate_section): Likewise. * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. * elf64-mmix.c (mmix_elf_relocate_section): Likewise. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. * elf64-s390.c (elf_s390_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. * elf-hppa.h (elf_hppa_relocate_section): Likewise. * elf-m10200.c (mn10200_elf_relocate_section): Likewise. * elf-m10300.c (mn10300_elf_relocate_section): Likewise. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. * elf32-sh.c (sh_elf_relocate_section): Likewise for !partial_inplace relocs. Handle relocs against STT_SECTION symbol of SHF_MERGE for partial_inplace relocs. * config/tc-alpha.c (tc_gen_reloc): Remove SEC_MERGE test. * write.c (adjust_reloc_syms): Don't handle relocs against SEC_MERGE section symbols specially. (fixup_segment): Likewise.
* daily updateAlan Modra2001-11-221-1/+1
|
* Move SRC-POTFILES.in and BLD-POTFILES.in to maintainer-clean target.Nick Clifton2001-11-222-2/+7
|
* daily updateAlan Modra2001-11-211-1/+1
|
* * elfxx-ia64.c (elfNN_ia64_relocate_section): Test r_symndx ratherAlan Modra2001-11-212-38/+45
| | | | | than sym_sec->output_section to detect relocs against discarded sections.
* daily updateAlan Modra2001-11-211-1/+1
|
* 2001-11-19 H.J. Lu <hjl@gnu.org>H.J. Lu2001-11-202-0/+7
| | | | | * elflink.h (elf_link_input_bfd): Assert r_symndx != 0 when discarding relocations.
* daily updateAlan Modra2001-11-191-1/+1
|
* Define and use bfd_is_const_section().Nick Clifton2001-11-194-7/+42
|
* * elf32-hppa.c (clobber_millicode_symbols): Dec dynstr refcount.Alan Modra2001-11-192-0/+6
|
* * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefinedAlan Modra2001-11-192-1/+5
| | | | millicode syms as candidates for import stubs.
* * elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.Alan Modra2001-11-192-59/+63
| | | | | | (allocate_PIC_calls): Rename to allocate_plt_static. (allocate_dynrelocs): Move most of code handling .plt entries to.. (allocate_plt_static): ..here. Don't drop plabel entries.
* * mmo.c: Adjust documentation tags to use texinfo 4 features.Hans-Peter Nilsson2001-11-192-6/+10
|
* daily updateAlan Modra2001-11-181-1/+1
|
* daily updateAlan Modra2001-11-171-1/+1
|
* daily updateAlan Modra2001-11-161-1/+1
|
* * elflink.h (elf_reloc_symbol_deleted_p): Catch all relocs againstDaniel Jacobowitz2001-11-162-2/+6
| | | | local syms from discarded sections. Update comment.
* daily updateAlan Modra2001-11-151-1/+1
|
* * po/SRC-POTFILES.in: Regenerate.Alan Modra2001-11-152-30/+36
|