aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
1996-01-23 * coffcode.h (coff_new_section_hook): Don't try to align theIan Lance Taylor2-0/+8
1996-01-23tipoIan Lance Taylor1-1/+1
1996-01-23Implement R_PPC_EMB_{SDA21,RELSDA} relocationsMichael Meissner2-2/+13
1996-01-23Do not complain if some objects have the embedded bit set and others do not.Michael Meissner2-19/+11
1996-01-23 * coffcode.h (coff_set_section_contents): Fix the handling of theIan Lance Taylor2-6/+45
1996-01-23 * bfd-in2.h: Regenerated.David Edelsohn3-0/+5
1996-01-22Make 64k .sdata and .sdata2 sections work; fix typosMichael Meissner3-63/+38
1996-01-22 (sparc_compatible): New function.David Edelsohn1-0/+1
1996-01-22Fix typo in last changeMichael Meissner1-4/+4
1996-01-22Move v8plus stuff around so sanitized code works.David Edelsohn1-12/+12
1996-01-22 * elflink.h (elf_finish_pointer_linker_section): Fix typo.David Edelsohn2-1/+3
1996-01-22* elf64-sparc.c (sparc64_elf_object_p): bfd_mach_sparc64 renamed toDavid Edelsohn2-110/+353
1996-01-22 * archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.David Edelsohn7-243/+499
1996-01-22snapshot of eabi relocation support.Michael Meissner4-370/+768
1996-01-20Update copyright.David Edelsohn1-1/+1
1996-01-20Oops. Forgot sanitization.David Edelsohn3-0/+32
1996-01-20 * elf32-sparc.c (ELF_MACHINE_ALT1): Define.David Edelsohn2-3/+5
1996-01-19Numerous PowerPC PE fixesKim Knuttila2-0/+27
1996-01-18 * elfcore.h: Include <signal.h> before <sys/procfs.h>.Ian Lance Taylor2-2/+7
1996-01-17 * cpu-powerpc.c (arch_info_struct): Change last entry to not pointIan Lance Taylor2-0/+130
1996-01-16 * elf.c (assign_file_positions_for_segments): Don't increment fileIan Lance Taylor2-9/+19
1996-01-15Add new PPC relocationsMichael Meissner3-3/+133
1996-01-15 * aoutx.h (howto_table_ext): Fix RELOC_BASE10 and RELOC_BASE22Ian Lance Taylor2-2/+5
1996-01-15 * sunos.c (sunos_scan_ext_relocs): Don't fail assert ifIan Lance Taylor2-13/+17
1996-01-15update copyrightsIan Lance Taylor5-5/+5
1996-01-15 * coffgen.c (coff_find_nearest_line): Don't try to cacheIan Lance Taylor2-4/+6
1996-01-15 * elf32-mips.c: Numerous changes to dynamic linking code, mostlyIan Lance Taylor2-5/+11
1996-01-15 * ecoffswap.h: Add prototypes for static functions.Ian Lance Taylor1-19/+39
1996-01-15Redo unknown reloc support. Do not allow symbols in .sdata/.sbss to satify a...Michael Meissner2-122/+76
1996-01-13Warn about relocations we do not yet supportMichael Meissner2-11/+149
1996-01-12 * elf.c (assign_file_positions_for_segments): If a segmentIan Lance Taylor2-2/+10
1996-01-12 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.Ian Lance Taylor3-4/+7
1996-01-12tweak last changeIan Lance Taylor1-2/+2
1996-01-12Add PowerPC support for SHF_EXCLUDE, SHT_ORDEREDMichael Meissner2-0/+23
1996-01-12 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents ofIan Lance Taylor4-40/+155
1996-01-12 * elf32-i386.c (elf_i386_size_dynamic_sections): Don't create aIan Lance Taylor2-16/+21
1996-01-12 * xcofflink.c (xcoff_link_add_symbols): Create the specialIan Lance Taylor2-12/+43
1996-01-11update copyrightMichael Meissner1-1/+1
1996-01-11Add support for SHT_ORDERED and SHF_EXCLUDEMichael Meissner6-49/+149
1996-01-11fix crinfo swappingIan Lance Taylor1-25/+30
1996-01-11 * elf32-mips.c: Extensive changes for a start at dynamic linkingIan Lance Taylor6-263/+3043
1996-01-11 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.Ian Lance Taylor3-10/+22
1996-01-11 * elf32-m68k.c (howto_table): Change src_mask to 0 for allIan Lance Taylor2-95/+83
1996-01-09update copyrightsIan Lance Taylor2-2/+2
1996-01-09Tue Jan 9 15:22:53 1996 David Mosberger-Tang <davidm@azstarnet.com>Ian Lance Taylor20-306/+911
1996-01-09 * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict lineIan Lance Taylor2-13/+12
1996-01-08 * ieee.c (ieee_write_debug_part): Change return type to boolean.Ian Lance Taylor2-49/+43
1996-01-05 * config.bfd (i[345]86-*-freebsd*): Add target.Fred Fish5-104/+167
1996-01-04 * ieee.c (ieee_slurp_debug): New static function.Ian Lance Taylor2-6/+65
1996-01-04Make @GOT relocations workMichael Meissner2-236/+159