aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor2-1/+6
* libbfd.c (bfd_log2): Rewrite to avoid infinite loop if most significant bit is set.
1999-09-121999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor3-22/+86
* libpei.h (_bfd_pei_final_link_postscript): Declare. (coff_final_link_postscript): Define. * peigen.c (_bfd_pei_swap_aouthdr_out): Don't set value for data directory entries here. (_bfd_pei_final_link_postscript): New function.
1999-09-121999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-44/+3
* peigen.c (_bfd_pei_swap_scnhdr_out): Remove code which sets section flags based on the section name.
1999-09-121999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor3-19/+60
* peicode.h (coff_swap_scnhdr_in): If COFF_IMAGE_WITH_PE, the get the overflow of the s_nlnno field from the s_nreloc field. * peigen.c (_bfd_pei_swap_scnhdr_out): If doing a final link, swap the s_nlnno overflow of the .text section into the s_nreloc field.
1999-09-121999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-95/+164
* peigen.c (add_data_entry): Declare. (pei_swap_aouthdr_out): Get image size right. Set linker version more intuitively. (pei_swap_scnhdr_out): Test for UNINIT section, not .bss. (pe_print_idata): Code cleanup, print more info, get rid of (now) extraneous ImageBase. (pe_print_edata): Likewise. (pe_print_pdata): Likewise. Print exception entries. (pe_print_reloc): Likewise. Print MIPS_JMPADDR. (tbl): Make const, add "UNKNOWN". (_bfd_pe_print_private_bfd_data_common): Print timestamp. (_bfd_pe_bfd_copy_private_bfd_data_common): Don't copy deleted section data directory. (_bfd_pe_bfd_copy_private_section_data): Copy pe_flags.
1999-09-121999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor4-1/+24
* libpei.h (_bfd_pe_bfd_get_symbol_info): Declare. * peigen.c (_bfd_pe_bfd_get_symbol_info): New function. * peicode.h (coff_get_symbol_info): Define.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor3-5/+12
* config.bfd (i[3456]86-*-interix*): Set targ_cflags to -DSTRICT_PE_FORMAT. * coffcode.h (styp_to_sec_flags): Check STRICT_PE_FORMAT rather than __INTERIX. (coff_classify_symbol): Re-revert 1999-08-08 patch if STRICT_PE_FORMAT.
1999-09-11add some comments about peigen.cIan Lance Taylor3-3/+10
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor8-1989/+2188
* libpei.h: New file, broken out of peicode.h. * peigen.c: New file, broken out of peicode.h. * peicode.h: A bunch of code moved out to libpei.h and peigen.c. * configure.in: Add peigen.lo to list of files required for each PE target. * Makefile.am: Rebuild dependencies. (BFD32_BACKENDS): Add peigen.lo. (BFD32_BACKENDS_CFILES): Add peigen.c. (SOURCE_HFILES): Add libpei.h. * configure, Makefile.in: Rebuild.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-6/+17
* peicode.h (coff_swap_scnhdr_in): Don't check for a special section name of _BSS; check IMAGE_SCN_CNT_UNINITIALIZED_DATA instead. Don't clear the s_paddr field for an uninitialized data section.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor3-0/+8
* coffcode.h (coff_mkobject_hook): Set timestamp field in coff_data_type to f_timdat. * peicode.h (pe_mkobject_hook): Likewise.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-0/+18
* peicode.h (coff_swap_filehdr_in): Check the NT executable magic number if COFF_IMAGE_WITH_PE.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor3-4/+28
* coffcode.h (coff_mkobject_hook): If COFF_WITH_PE, set HAS_DEBUG to the reverse of IMAGE_FILE_DEBUG_STRIPPED. (coff_write_object_contents): Set IMAGE_FILE_DEBUG_STRIPPED if there is no SEC_DEBUGGING section. * peicode.h (pe_mkobject_hook): Set HAS_DEBUG to the reverse of IMAGE_FILE_DEBUG_STRIPPED.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor3-5/+21
* pe-i386.c (COFF_LONG_FILENAMES): Define. (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * pei-i386.c (COFF_LONG_FILENAMES): Define. (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor6-9/+6
* coffswap.h (IMAGE_BASE): Don't define. * pei-arm.c (IMAGE_BASE): Don't define. * pei-i386.c (IMAGE_BASE): Don't define. * pei-mcore.c (IMAGE_BASE): Don't define. * pei-ppc.c (IMAGE_BASE): Don't define.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-20/+71
* cofflink.c (_bfd_coff_link_input_bfd): When writing out a symbol, switch on the class when determining whether to modify the value. For PE, don't modify the value of a C_FCN symbol not named .bf.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor4-0/+51
* libbfd-in.h (_bfd_abort): Declare. (abort): Define. * bfd.c (_bfd_abort): New function. * libbfd.h: Rebuild.
1999-09-11 * coff-ppc.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.Ian Lance Taylor3-32/+19
1999-09-11 Donn Terry <donn@interix.com> * coffcode.h (coff_set_alignment_hook): Delete POWERPC_LE_PE special handling.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-9/+27
* cofflink.c (_bfd_coff_link_input_bfd): If a symbol is stripped, don't write out the associated line numbers.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-3/+59
* cofflink.c (_bfd_coff_write_global_sym): Handle section symbol aux entries.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+13
* coffcode.h (coff_slurp_symbol_table): If PE, set BSF_DEBUGGING for C_FCN/C_EFCN symbols, and set BSF_DEBUGGING_RELOC for such symbols named .bf.
1999-09-11 * elfcode.h (write_relocs): Handle an absolute symbol in RELIan Lance Taylor2-0/+7
relocs as we do for RELA relocs.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-22/+41
* cofflink.c (coff_link_add_symbols): Don't warn about symbol type changes when the base type is unknown.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor2-1/+19
* coffgen.c (coff_print_symbol): Fix printing of aux record for function symbols.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor4-3/+21
* syms.c (BSF_DEBUGGING_RELOC): Define. * coffgen.c (fixup_symbol_value): Relocate a symbol which has BSF_DEBUGGING_RELOC set. * bfd-in2.h: Rebuild.
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.