aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1999-09-10 * ecoff.c (bfd_debug_section): Update initialization for newIan Lance Taylor5-10/+36
comdat_info field. (_bfd_ecoff_styp_to_sec_flags): Add section parameter. * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Update declaration. 1999-09-10 H.J. Lu <hjl@gnu.org> * coff-alpha.c (alpha_ecoff_backend_data): Initialize the new _bfd_filnmlen field. * coff-mips.c (mips_ecoff_backend_data): Likewise.
1999-09-10 * elf-hppa.h (elf_hppa_final_link_relocate): Create .opd entriesJeff Law2-8/+99
for FPTR relocs involving local symbols.
1999-09-10 * elf-hppa.h (elf_hppa_final_link_relocate): Get the rightJeff Law2-3/+28
value for the stub address in a call through a stub. Install the value for a local symbol directly into the DLT instead of generating a reloc. Correctly handle FPTR64 relocs.
1999-09-10 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): New function.Jeff Law2-2/+102
(elf_hppa_remark_useless_dynamic_symbols): Similarly. (elf_hppa_final_link): Call them.
1999-09-10 * elflink.h (elf_fix_symbol_flags): Move weakdef handling here...Ian Lance Taylor2-26/+39
(elf_adjust_dynamic_symbol): ...from here.
1999-09-09Update some comments.Jeff Law1-3/+1
1999-09-09 * elf-hppa.h (elf_hppa_howto_table); There is no DIR64WR, DIR64DRJeff Law2-5/+63
relocation, remove them. SECREL64->LTOFF16WF. (elf_hppa_final_link_relocate): Handle LTOFF* relocations. Handle DIR* relocations. (elf_hppa_relocate_insn): Similarly.
1999-09-09 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PLTOFF* relocs.Jeff Law2-2/+41
(elf_hppa_relocate_insn): Similarly.
1999-09-09 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DPREL* andJeff Law2-3/+36
GPREL* relocations. (elf_hppa_relocate_insn): Similarly.
1999-09-09 * elf-hppa.h (elf_hppa_link_final_relocate): Fix typos.Jeff Law2-11/+35
Handle LTOFF_TP* relocs. (elf_hppa_relocate_insn): Similarly.
1999-09-09 * elf-hppa.h (elf_hppa_final_link_relocate): Handle PCREL* relocs.Jeff Law2-12/+110
Consistently deal with addends. Handle DLTIND14F and DLTREL14F. (elf_hppa_relocate_insn): Handle PCREL* relocs.
1999-09-09 * elf-hppa.h (elf_hppa_final_link_relocate): Handle LT_OFF_FPTR*,Jeff Law2-5/+56
DIR32, DIR64 and FPTR64 relocations. (elf_hppa_relocate_insn): Similarly.
1999-09-09Wed Sep 8 17:56:11 1999 Jeffrey A Law (law@cygnus.com)Jeff Law2-516/+465
* elf-hppa.h (elf_hppa_final_link): Set the value of __gp to the address of the .PARISC.global section. (elf_hppa_relocate_section): Lookup and pass the PA64 hash table entry elf_hppa_final_link_relocate. Do not give a warning for a reloc against an external symbol if it has a PA64 hash table entry. (elf_hppa_final_link_relocate): Significantly rework. Handle DLTIND relocations. Compute the final value of the relocation before passing the value of elf_hppa_relocate_insn. (elf_hppa_relocate_insn): Revamp to handle just bit tiwiddling relocation support. Handle DLTIND relocation requests just like DLTREL relocation requests. Simplify branch handling. 1999-09-08 Ulrich Drepper <drepper@cygnus.com> * elf-hppa.h (elf_hppa_relocate_section): Catch problems with non-allocated section as done in i386 version. (elf_hppa_final_link_relocate): Uncomment R_PARISC_14F in switch statement since this is no know relocation.
1999-09-08 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14FJeff Law2-0/+6
relocs. (elf_hppa_relocate_insn): Similarly.
1999-09-08 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR andJeff Law2-4/+65
DLTREL14WD relocs. (elf_hppa_relocate_insn): Similarly.
1999-09-08 * elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14R andJeff Law2-9/+90
DLTREL21L relocs. Pass the output bfd to elf_hppa_relocate_insn. Pass the relocate type rather than the insn format to elf_hppa_relocate_insn. (elf_hppa_relocate_insn): Make switch dependent on relocation type rather than the opcode. Handle DLTREL21L and DLTREL14R relocs.
1999-09-07 * coffcode.h (bfd_coff_backend_data): Add _bfd_filnmlen field.Ian Lance Taylor5-14/+30
(bfd_coff_filnmlen): Define. (bfd_coff_std_swap_table): Initialize new field. * coffgen.c (coff_fix_symbol_name): Use bfd_coff_filnmlen rather than FILNMLEN. (coff_write_symbols): Likewise. (coff_get_normalized_symtab): Likewise. * coff-sh.c (bfd_coff_small_swap_table): Initialize new field. * libcoff.h: Rebuild.
1999-09-07reformat for 80 column screenIan Lance Taylor1-88/+92
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-34/+128
* coffcode.h (sort_by_secaddr): New static function if COFF_IMAGE_WITH_PE. (coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort sections by VMA when assigning target_index values. Always set virt_size.
1999-09-07remove unneeded ifdefsIan Lance Taylor2-4/+2
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor4-25/+32
* libcoff-in.h (struct pei_section_tdata): Add pe_flags field. * coffcode.h (coff_set_alignment_hook): Set pe_flags field if COFF_WITH_PE. * libcoff.h: Rebuild.
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+12
* coffcode.h (coff_set_custom_section_alignment): Add const to declaration to match definition. (coff_write_object_contents): Don't set F_AR32W(R)? if COFF_WITH_PE.
1999-09-07 * coff-i386.c (in_reloc_p): Add declaration.Ian Lance Taylor1-11/+12
(i386coff_vec): Simplify initialization of application_section_flags.
1999-09-07add commentIan Lance Taylor1-0/+5
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor4-55/+270
* coffcode.h (sec_to_styp_flags): Write separate COFF_WITH_PE version. Move COFF_WITH_PE specific code to new version. (stype_to_sec_flags): Likewise. Add section parameter. * coffgen.c (make_a_section_from_file): Set target_index before calling styp_to_sec_flags. Pass section to styp_to_sec_flags. * libcoff.h: Rebuild.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+17
* syms.c (stt): Add some PE/PEI section names. (bfd_decode_symclass): Return 'w', not 'U', for a weak undefined symbol. (bfd_symbol_info): Check for 'w'.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor3-3/+80
* section.c (struct bfd_comdat_info): Define. (asection): Add comdat field. (STD_SECTION): Initialize comdat field. (bfd_make_section_anyway): Likewise. * bfd-in2.h: Rebuild.
1999-09-06 * elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flagAndreas Schwab2-2/+9
to version symbols.
1999-09-06use bfd memory allcation routinesNick Clifton2-14/+20
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor14-12/+536
* cpu-pj.c: New file. * elf32-pj.c: New file. * config.bfd (pj*): New cpu. (pj-*-*, pjl-*-*): New targets. * configure.in (bfd_elf32_pj_vec): New target vector. (bfd_elf32_pjl_vec): New target vector. * archures.c (bfd_arch_pj): Define. * elf.c (prep_headers): Handle bfd_arch_pj. * reloc.c: Define BFD_RELOC_PJ_* relocations. * targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add to target vector list. * Makefile.am: Rebuild dependencies. (ALL_MACHINES): Add cpu-pj.lo. (ALL_MACHINES_CFILES): Add cpu-pj.c. (BFD32_BACKENDS): Add elf32-pj.lo. (BFD32_BACKENDS_CFILES): Add elf32-pj.c. * configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
1999-09-04 * elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.Ian Lance Taylor5-4/+42
* elflink.h (elf_adjust_dynamic_symbol): Copy REF_REGULAR_NONWEAK and NON_GOT_REF from weak defined symbol to real symbol. * elf32-i386.c (elf_i386_check_relocs): Set NON_GOT_REF. (elf_i386_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't create a COPY reloc. * elf32-sparc.c (elf32_sparc_check_relocs): Set NON_GOT_REF. (elf32_sparc_adjust_dynamic_symbol): If NON_GOT_REF is not set, don't create a COPY reloc.
1999-09-03rebuildIan Lance Taylor1-12/+12
1999-09-03 * elflink.h (elf_bfd_final_link): When counting relocations, don'tIan Lance Taylor2-2/+16
count those in sections we are not including in the link.
1999-09-02 * elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINKJeff Law2-0/+22
field in hpux11 shared libraries.
1999-09-02Fix memory leak.Nick Clifton2-1/+5
1999-09-01Fix minor typos introduced while cleaning up the previous patch.Jeff Law1-4/+4
1999-09-01 * elf-hppa.h (elf_hppa_add_symbol_hook): New function.Jeff Law2-0/+546
(elf_hppa_final_link, elf_hppa_relocate_section): Likewise. (elf_hppa_final_link_relocate, elf_hppa_relocate_insn): Likewise.
1999-08-31fix FSF addressIan Lance Taylor1-1/+1
1999-08-31When possible, keep the original type of the symbol.Nick Clifton2-1/+9
1999-08-30Check in correct version of previous patch.Jeff Law1-2/+2
1999-08-30 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow bothJeff Law3-1/+15
R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the tools were configured. * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
1999-08-27 * elf32-mips.c (_bfd_mips_elf_check_relocs): Don't allocate localMark Mitchell2-6/+17
GOT entries for GOT16 relocations; they're not required.
1999-08-24Path from Roland McGrath <roland@baalperazim.frob.com>Nick Clifton8-0/+84
Added arm-netbsd target.
1999-08-24 * som.c (som_slurp_symbol_table): Fix typo in comment.Jeff Law2-1/+5
1999-08-20 * elf-hppa.h (elf_hppa_fake_sections): Compute section indicesJeff Law2-4/+21
here instead of using elf_section_data...
1999-08-20fix bug in previous deltaNick Clifton1-5/+15
1999-08-19Add code to emit relocs into a base file.Nick Clifton2-1/+34
1999-08-19Fix partial REL relocs.Nick Clifton2-12/+48
1999-08-191999-08-18 Donn Terry <donn@interix.com>Ian Lance Taylor2-9/+24
* cofflink.c: Move definitions of N_TMASK, et. al., out of _bfd_coff_link_input_bfd into top level.
1999-08-181999-08-18 Donn Terry <donn@interix.com>Ian Lance Taylor6-24/+77
* coff-i386.c (coff_i386_reloc): Handle R_IMAGEBASE. (RTYPE2HOWTO): Return NULL if reloc type is out of range. (coff_i386_rtype_to_howto): Likewise. * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG. Completely ignore symbols which are all zero. (dummy_reloc16_estimate): Add return 0. * cofflink.c (_bfd_coff_link_input_bfd): Rename inner scope variable copy to name_copy to avoid shadowing outer scope variable. * libcoff-in.h (coff_data_type): Change raw_syment_count field from unsigned int to unsigned long. Add timestamp field. * libcoff.h: Rebuild. Also comment changes.