aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
1996-02-14Add reloc.c entries MIPS_CALL_HI16/MIPS_CALL_LO16.Ian Lance Taylor4-1/+8
1996-02-13 * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.Ian Lance Taylor5-51/+216
1996-02-13Tue Feb 13 15:56:22 1996 Bryan Ford <baford@snake.cs.utah.edu>Ian Lance Taylor1-0/+11
1996-02-13 * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.Ian Lance Taylor1-0/+2
1996-02-13 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), notIan Lance Taylor1-0/+3
1996-02-13 * ieee.c (get_symbol): Set the section to bfd_abs_section.Ian Lance Taylor1-1/+14
1996-02-09 * coff-aux.c: Change include of aux.h was to aux-coff.h.Ian Lance Taylor1-0/+4
1996-02-08Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+22
1996-02-07 * configure.host: When making a shared library, set HLDFLAGS toIan Lance Taylor1-0/+11
1996-02-07Fix WRS bug where -Ttext 0x10000 left first program header invalidMichael Meissner1-0/+8
1996-02-06* configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c.J.T. Conklin11-121/+330
1996-02-06 * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types.David Edelsohn1-0/+23
1996-02-06Rename XL to JX, and remove sanitization.Ian Lance Taylor3-36/+11
1996-02-06 * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on aIan Lance Taylor2-0/+4
1996-02-06 * Makefile.in (program_transform_name): New variable.Ian Lance Taylor2-6/+14
1996-02-05 * archures.c (bfd_mach_i960_hx): Define.Ian Lance Taylor5-42/+54
1996-02-05 Support for building as a shared library, based on patches fromIan Lance Taylor5-65/+341
1996-02-05 * libcoff-in.h: Add comment reminding people that libcoff.h is aIan Lance Taylor1-0/+4
1996-02-05 * elf32-mips.c (mips_elf_create_dynamic_sections): ClearIan Lance Taylor1-0/+27
1996-02-05 * elflink.h (elf_adjust_dynamic_symbol): Don't try to get theIan Lance Taylor1-2/+3
1996-02-04 * coffcode.h: Move today's libcoff.h change into coffcode.h.Ian Lance Taylor1-3/+7
1996-02-03 * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args back intoFred Fish2-2/+7
1996-02-02 * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32.Steve Chamberlain1-0/+5
1996-02-02 * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don'tJeff Law1-0/+5
1996-02-01 * elf-bfd.h (ELF_LINK_NON_ELF): Define.Ian Lance Taylor3-1/+49
1996-02-01 * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir.Ian Lance Taylor1-0/+3
1996-02-01 * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol withIan Lance Taylor1-0/+9
1996-02-01 * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL.Steve Chamberlain1-0/+7
1996-01-31If _SDA_BASE_ has already been created as an undefined symbol, treat like it ...Michael Meissner1-0/+6
1996-01-31 * elflink.h (elf_bfd_final_link): Don't output initial dummyIan Lance Taylor2-33/+54
1996-01-31Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor10-53/+559
1996-01-31Wed Jan 31 11:37:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+5
1996-01-30 * Makefile.in (do_maintainer_clean): Remove $(srcdir)/bfd-in2.h,Ian Lance Taylor2-5/+23
1996-01-30 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect andIan Lance Taylor5-62/+58
1996-01-30 * syms.c (_bfd_stab_section_find_nearest_line): Add casts to avoidIan Lance Taylor1-0/+5
1996-01-30 From Basim Kadhim <kadhim@spock.cs.colorado.edu>:Ian Lance Taylor1-0/+7
1996-01-29update copyrightIan Lance Taylor1-1/+1
1996-01-29 Based on patches from Ronald F. Guilmette <rfg@monkeys.com>:Ian Lance Taylor3-10/+30
1996-01-29 * elf32-i386.c (elf_i386_relocate_section): If -Bsymbolic, whenIan Lance Taylor5-317/+433
1996-01-29Fixed exported names, removed a bad defineKim Knuttila4-22/+29
1996-01-29 * elflink.h (elf_link_add_object_symbols): Only set weakdef to aIan Lance Taylor2-2/+6
1996-01-29Removed a ppc hack from cofflink, promoted some types to libcoff-in.hKim Knuttila5-194/+947
1996-01-26 * syms.c: Include "bfdlink.h".Ian Lance Taylor7-50/+596
1996-01-25 * libcoff-in.h (struct xcoff_tdata): Remove toc_section andIan Lance Taylor1-0/+18
1996-01-25Make eabi error messages include symbol name if it is an external symbolMichael Meissner2-9/+19
1996-01-25 * archures.c: Add missing `.' in enum bfd_architecture.Ian Lance Taylor1-0/+3
1996-01-25 * config.bfd (i[345]86-*-sco*elf*): Use bfd_elf32_i386_vec. FromIan Lance Taylor1-0/+5
1996-01-25Add more eabi relocationsMichael Meissner3-24/+68
1996-01-25Fix typo in eabl relocationsMichael Meissner2-8/+53
1996-01-24remove incorrect BFD_ASSERT from last patchIan Lance Taylor1-1/+0