summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Collapse)AuthorAgeFilesLines
* * elf64-ppc.c (ppc_build_one_stub): Point undefined function symsAlan Modra2002-05-202-0/+19
| | | | at the plt call stub.
* daily updateAlan Modra2002-05-201-1/+1
|
* * cpu-mips.c (mips_compatible): Don't try to check machineThiemo Seufer2002-05-192-5/+7
| | | | compatibility.
* daily updateAlan Modra2002-05-191-1/+1
|
* Fix C_FILE auxent.Tom Rix2002-05-182-1/+5
|
* daily updateAlan Modra2002-05-181-1/+1
|
* * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.Alan Modra2002-05-172-10/+30
| | | | | | (ppc64_elf_relocate_section): Don't warn about reloc overflow when we've already warned about an undefined symbol. Report more detail on reloc errors.
* * acinclude.m4 (AM_INSTALL_LIBBFD): New.Alan Modra2002-05-177-336/+473
| | | | | | | | | | | | | | | * configure.in: Invoke AM_INSTALL_LIBBFD. * Makefile.am (install-data-local): Revert 2002-05-13. Move to.. (install_libbfd): .. New target. (uninstall_libbfd): Likewise. (install-bfdlibLTLIBRARIES): Likewise. (uninstall-bfdlibLTLIBRARIES): Likewise. (bfdlibdir): New. (bfdincludedir): New. (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate.
* Remove computation of len from inside hash loop.Nick Clifton2002-05-172-1/+6
|
* daily updateAlan Modra2002-05-171-1/+1
|
* Add targets for sh64-linux (little endian and big endian).Nick Clifton2002-05-162-0/+13
|
* daily updateAlan Modra2002-05-161-1/+1
|
* Do not assume that the first thunk is located in the same section as theNick Clifton2002-05-152-3/+60
| | | | | import table. Instead check, and if necessary load the section containing the thunk.
* Replace bfd_read with bfd_bread.Nick Clifton2002-05-152-5/+12
|
* Fix ld --just-symbolsAlan Modra2002-05-1535-22/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aix5ppc-core.c: Warning fixes. * aout-adobe.c (aout_32_bfd_link_just_syms): Define. * aout-target.h (MY_bfd_link_just_syms): Define. * aout-tic30.c (MY_bfd_link_just_syms): Define. * bfd.c (bfd_link_just_syms): Define. * binary.c (binary_bfd_link_just_syms): Define. * bout.c (b_out_bfd_link_just_syms): Define. * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer. * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise. * coffcode.h (coff_bfd_link_just_syms): Define. * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS. (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS. (_bfd_elf_link_just_syms): Declare. * elf.c (_bfd_elf_link_just_syms): New function. * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that sections haven't already been discarded by the linker. * elflink.h (elf_link_add_object_symbols): Likewise for stab sections and SEC_MERGE sections. (elf_bfd_discard_info): Similarly here. * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define. * i386msdos.c (msdos_bfd_link_just_syms): Define. * i386os9k.c (os9k_bfd_link_just_syms): Define. * ieee.c (ieee_bfd_link_just_syms): Define. * ihex.c (ihex_bfd_link_just_syms): Define. * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define. (_bfd_generic_link_just_syms): Declare. * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define. * linker.c (_bfd_generic_link_just_syms): New function. * mmo.c (mmo_bfd_link_just_syms): Define. * nlm-target.h (nlm_bfd_link_just_syms): Define. * oasys.c (oasys_bfd_link_just_syms): Define. * ppcboot.c (ppcboot_bfd_link_just_syms): Define. * som.c (som_bfd_link_just_syms): Define. * srec.c (srec_bfd_link_just_syms): Define. * targets.c (struct bfd_target): Add _bfd_link_just_syms. (BFD_JUMP_TABLE_LINK): And here. * tekhex.c (tekhex_bfd_link_just_syms): Define. * versados.c (versados_bfd_link_just_syms): Define. * vms.c (vms_bfd_link_just_syms): Define. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate.
* daily updateAlan Modra2002-05-151-1/+1
|
* * elf32-mips.c: Remove superfluous definitions copied fromThiemo Seufer2002-05-142-173/+37
| | | | | | | | | | | | | | | | elfxx-mips.c. (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the SGIish vectors to check the special case. (mips_elf_hi16_reloc): Fix comment. (mips_elf_got16_reloc): Likewise. (_bfd_mips_elf32_gprel16_reloc): Likewise. (elf_reloc_map): Code cleanup. (mips_reloc_map): Add comment. (bfd_elf23_bfd_reloc_type_lookup): Code cleanup. (mips_elf32_rtype_to_howto): Likewise. (mips_elf32_discard_info): Likewise. (elf32_mips_irix_compat): Invert logic: Only SGIish vectors lead to IRIX compatibility now.
* * elfxx-mips.c: Call it IRIX, not Irix in comments.Thiemo Seufer2002-05-142-13/+17
|
* daily updateAlan Modra2002-05-141-1/+1
|
* * config.bfd (shle-*-netbsdelf*): Add target which includesJason Thorpe2002-05-132-0/+12
| | | | sh64 support.
* * configure.in: Revert 2002-04-07. Instead, auto-configureAlan Modra2002-05-135-70/+114
| | | | | | | | HAVE_ST_C_IMPL. * configure: Regenerate. * config.in: Regenerate. * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL or AIX_5_CORE.
* Support sparc64-openbsd corefiles as well.Nick Clifton2002-05-133-2/+8
|
* * Makefile.am (install-data-local): Install headers toAlan Modra2002-05-133-10/+16
| | | | | $(exec_prefix)/include. * Makefile.in: Regenerate.
* daily updateAlan Modra2002-05-131-1/+1
|
* daily updateAlan Modra2002-05-121-1/+1
|
* 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Daniel Jacobowitz2002-05-112-1/+16
| | | | | | | Daniel Jacobowitz <drow@mvista.com> * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't map BFD_RELOC_RVA.
* Add configure supprot for: alpha*-*-openbsd*, sparc64*-*-openbsd*,Nick Clifton2002-05-114-291/+317
| | | | hppa*-*-openbsd*
* daily updateAlan Modra2002-05-111-1/+1
|
* XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix2002-05-104-17/+142
|
* * elf32-i386.c (elf_i386_relocate_section): Remove overflow checksAlan Modra2002-05-102-38/+7
| | | | addend in 2002-05-09 commit.
* * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,Alan Modra2002-05-102-2/+17
| | | | don't look for stubs on all undefined syms.
* daily updateAlan Modra2002-05-101-1/+1
|
* * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.Alan Modra2002-05-092-9/+7
| | | | | (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or pcrel_offset.
* * elf32-i386.c (elf_howto_table): Comments.Alan Modra2002-05-092-24/+122
| | | | | (elf_i386_relocate_section): Handle more relocs for relocatable linking and against SEC_MERGE sections.
* daily updateAlan Modra2002-05-091-1/+1
|
* * elf32-ppc.c (ppc_elf_create_got): New function.Alan Modra2002-05-082-7/+48
| | | | | | | (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before _bfd_elf_create_dynamic_sections. Correct .plt flags. (ppc_elf_check_relocs): Use ppc_elf_create_got in place of _bfd_elf_create_got_section.
* daily updateAlan Modra2002-05-081-1/+1
|
* * elf-bfd.h (struct elf_backend_data): Add rela_normal.Alan Modra2002-05-0721-358/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elfxx-target.h (elf_backend_rela_normal): Define. (elfNN_bed): Init rela_normal. * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment for section symbols here if rela_normal. Simplify abs section test. * elf-m10200.c (mn10200_elf_relocate_section): If relocatable, return immediately. Remove code handling relocatable linking. * elf-m10300.c (mn10300_elf_relocate_section): Likewise. * elf32-fr30.c (fr30_elf_relocate_section): Likewise. * elf32-i370.c (i370_elf_relocate_section): Likewise. * elf32-i860.c (elf32_i860_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-xstormy16.c (xstormy16_elf_relocate_section): Likewise. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. * elf64-s390.c (elf_s390_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL. * elf32-m32r.c (m32r_elf_relocate_section): Likewise. * elf-m10200.c (elf_backend_rela_normal): Define. * elf-m10300.c (elf_backend_rela_normal): Define. * elf32-fr30.c (elf_backend_rela_normal): Define. * elf32-i370.c (elf_backend_rela_normal): Define. * elf32-i860.c (elf_backend_rela_normal): Define. * elf32-m68k.c (elf_backend_rela_normal): Define. * elf32-mcore.c (elf_backend_rela_normal): Define. * elf32-openrisc.c (elf_backend_rela_normal): Define. * elf32-ppc.c (elf_backend_rela_normal): Define. * elf32-s390.c (elf_backend_rela_normal): Define. * elf32-xstormy16.c (elf_backend_rela_normal): Define. * elf64-ppc.c (elf_backend_rela_normal): Define. * elf64-s390.c (elf_backend_rela_normal): Define. * elf64-x86-64.c (elf_backend_rela_normal): Define. * elfxx-ia64.c (elf_backend_rela_normal): Define. * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL. * elf32-m32r.c (elf_backend_rela_normal): Likewise.
* daily updateAlan Modra2002-05-071-1/+1
|
* Fix check for overflow of relocation for the Thumb BL instruction.Nick Clifton2002-05-062-1/+6
|
* * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offsetAlan Modra2002-05-061-0/+5
| | | | when not relocatable. Fix reloc_emitter call for K&R.
* * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offsetAlan Modra2002-05-061-2/+3
| | | | when not relocatable. Fix reloc_emitter call for K&R.
* daily updateAlan Modra2002-05-061-1/+1
|
* daily updateAlan Modra2002-05-051-1/+1
|
* * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate codeAlan Modra2002-05-043-17/+36
| | | | | | | | | | | | | | | | reloading local sym addend mistakenly removed in 2002-05-01 change. * dwarf2.c (struct line_head): Make prologue_length a bfd_vma. (read_abbrevs): Change "offset" param to bfd_vma. (parse_comp_unit): Change "version" and addr_size to unsigned ints. Change "abbrev_offset" to bfd_vma. (read_indirect_string): Use correct conversion chars in error message format string, cast bfd_vma's to unsigned long. (read_abbrevs): Likewise. (read_attribute_value): Likewise. (decode_line_info): Likewise. (scan_unit_for_functions): Likewise. (parse_comp_unit): Likewise.
* Fix problem with objdump and 16 bit R_BA.Tom Rix2002-05-044-85/+202
|
* * elf32-hppa.c (struct elf32_hppa_link_hash_table): AddAlan Modra2002-05-043-123/+224
| | | | | | | | | | | | | | | bfd_count top_index, input_list, all_local_syms. (elf32_hppa_setup_section_lists): New function, split from elf32_hppa_size_stubs. (elf32_hppa_next_input_section): Likewise. (group_sections): Likewise. (get_local_syms): Likewise. (elf32_hppa_size_stubs): Adjust for split out functions. Look for stubs on undefined syms too. (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*. Only access htab elf fields when we have and elf hash table. * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare. (elf32_hppa_next_input_section): Declare.
* * opncls.c (_bfd_new_bfd_contained_in): Check return value ofAlan Modra2002-05-042-0/+7
| | | | _bfd_new_bfd.
* daily updateAlan Modra2002-05-041-1/+1
|
* 2002-05-03 H.J. Lu (hjl@gnu.org)H.J. Lu2002-05-032-3/+30
| | | | | | | | | * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local. (mips_elf_link_hash_newfunc): Initialize forced_local to false. (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol to hide a global symbol. (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set forced_local to true.