aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
1994-06-15unsanitize v9Ken Raeburn2-10/+7
1994-06-15Tweak v9 support to ready it for release.Ken Raeburn1-3/+6
1994-06-15 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptrIan Lance Taylor4-16/+28
1994-06-15 * coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spareIan Lance Taylor2-4/+20
1994-06-15 * archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well asIan Lance Taylor2-8/+11
1994-06-15 * i386linux.c (i386linux_write_object_contents): Define; likeIan Lance Taylor2-0/+25
1994-06-15 * aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbolsIan Lance Taylor2-0/+14
1994-06-15Comment change.Ian Lance Taylor1-2/+2
1994-06-15 * aoutx.h: Rewrite symbol duplicate elimination to use BFD hashIan Lance Taylor2-372/+212
1994-06-15 * bfd-in.h (BFD_TRADITIONAL_FORMAT): Define new BFD flag toIan Lance Taylor2-0/+28
1994-06-15Correct copyright date and add usual blank lines in header.Ian Lance Taylor1-1/+5
1994-06-14 * libaout.h (struct aoutdata): Add q_magic_format to subformatIan Lance Taylor5-37/+207
1994-06-14For PR 4865.Ian Lance Taylor4-2/+96
1994-06-13 * aoutf1.h (aout_32_sunos4_write_object_contents): Handle aIan Lance Taylor4-89/+66
1994-06-13 * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_IDJeff Law2-5/+30
1994-06-11 Add weak symbols as an extension to a.out.Ian Lance Taylor3-291/+386
1994-06-10 * aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.Ian Lance Taylor2-4/+17
1994-06-10 * coff-i960.c (coff_i960_reloc_type_lookup): Add BFD_RELOC_CTOR.Ian Lance Taylor3-17/+137
1994-06-09 * aoutx.h (aout_get_external_symbols): Don't try to read theIan Lance Taylor1-0/+7
1994-06-07 * elfcode.h (assign_section_numbers): Put shstrtab, symtab andIan Lance Taylor1-0/+4
1994-06-07 * coffcode.h (styp_to_sec_flags): If COFF_PAGE_SIZE is defined,Ian Lance Taylor1-0/+12
1994-06-06 * elfcode.h (bfd_section_from_shdr): Don't turn a reloc sectionIan Lance Taylor2-11/+12
1994-06-06Comment change.Ian Lance Taylor1-1/+7
1994-06-06 Better indirect and warning symbol handling inspired by StuartIan Lance Taylor2-5/+22
1994-06-06 * libaout.h (struct aout_link_hash_entry): New field written.Ian Lance Taylor3-12/+30
1994-06-06 * libecoff.h (ecoff_data_type): Add linker field.Ian Lance Taylor3-6/+16
1994-06-06 * ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copyIan Lance Taylor2-1/+8
1994-06-06 * libbfd-in.h: Add warning that libbfd.h is a generated file.Ian Lance Taylor1-0/+5
1994-06-05 Changes to support ELF strip and objcopy on dynamically linkedIan Lance Taylor4-349/+313
1994-06-05 * elf.c (_bfd_elf_make_section_from_shdr): Only set SEC_DATA ifIan Lance Taylor1-0/+7
1994-06-05 * libbfd-in.h (bfd_realloc): Change last arg to "size_t size".Ian Lance Taylor1-2/+13
1994-06-05Remove a couple of myteriously duplicated entries.Ian Lance Taylor1-14/+0
1994-06-03 * som.c (som_write_object_contents): Don't compute the file header'sJeff Law1-0/+4
1994-06-03 * libbfd.h (bfd_realloc): Change last arg to "size_t size".Jeff Law2-2/+20
1994-06-02Get the address of Sun3 dynamic relocs right.Ian Lance Taylor1-3/+5
1994-06-02Add casts to pacify SunOS linker.Ian Lance Taylor1-7/+7
1994-06-02 * hosts/sun3.h: Include <stdlib.h>. Don't declare free, exit orIan Lance Taylor2-8/+4
1994-06-02 Add linker support for SunOS shared libraries.Ian Lance Taylor4-109/+2103
1994-06-01 * hosts/sun3.h: Don't declare qsort, malloc or realloc.Ian Lance Taylor2-5/+4
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn7-142/+366
1994-05-26 * som.c (som_prep_headers): Do not set the system_id here, privateJeff Law2-7/+16
1994-05-24 Make MIPS ELF use new ELF backend linker. No shared libraryIan Lance Taylor4-39/+160
1994-05-20 * coff-mips.c (mips_relocate_section): Add MIPS_R_JMPADDR overflowIan Lance Taylor1-0/+3
1994-05-20 * som.c (som_set_reloc_info): Do not set any relocation infoJeff Law2-2/+9
1994-05-20Removed sanitization of PowerPC NetWare. Also rebuilt MakefileIan Lance Taylor4-164/+138
1994-05-20 * elf32-i386.c (elf_i386_size_dynamic_sections): Add DT_DEBUG toIan Lance Taylor1-0/+5
1994-05-20 * elf.c (_bfd_elf_make_section_from_shdr): New function, based onIan Lance Taylor5-177/+137
1994-05-19Make map_program_segments tend to call abort rather than trash theIan Lance Taylor1-5/+3
1994-05-19 * elf32-target.h, elf64-target.h: Change ar_max_namelen value fromIan Lance Taylor3-4/+7
1994-05-19 Add support for ELF shared libraries. Loosely based on work byIan Lance Taylor10-489/+3373