Age | Commit message (Expand) | Author | Files | Lines |
1996-02-21 | * sunos.c (SUNOS_CONSTRUCTOR): Define. | Ian Lance Taylor | 2 | -3/+37 |
1996-02-21 | * bfd.c (tdata): Add netbsd_core_data. | J.T. Conklin | 3 | -1/+47 |
1996-02-20 | * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): | Fred Fish | 1 | -0/+5 |
1996-02-19 | * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Don't | Ian Lance Taylor | 2 | -7/+34 |
1996-02-19 | * configure.host: On Linux, only pass -rpath option if $(libdir) | Ian Lance Taylor | 1 | -0/+4 |
1996-02-19 | * elf-bfd.h (struct elf_obj_tdata): Rename dt_needed_name to | Ian Lance Taylor | 2 | -7/+26 |
1996-02-19 | * elf32-sparc.c (elf32_sparc_reloc_type_lookup): Renamed from | David Edelsohn | 1 | -0/+14 |
1996-02-18 | * configure.host: Check for 'do not mix' from native linker before | Ian Lance Taylor | 2 | -0/+7 |
1996-02-16 | * bfd.c (_bfd_get_gp_value): New function. | Ian Lance Taylor | 4 | -43/+74 |
1996-02-16 | * bout.c (b_out_set_arch_mach): Recognize bfd_mach_i960_jx. | Ian Lance Taylor | 2 | -9/+15 |
1996-02-15 | modify last change | Ian Lance Taylor | 1 | -3/+1 |
1996-02-15 | * configure.in: Call AC_PROG_CC before configure.host. Don't | Ian Lance Taylor | 3 | -41/+11 |
1996-02-15 | * configure.host: Remove go32 and win32 host information, since it | Ian Lance Taylor | 2 | -8/+3 |
1996-02-15 | * elf.c (map_sections_to_segments): If we have a .dynamic section, | Ian Lance Taylor | 2 | -10/+42 |
1996-02-15 | * configure.host: Set RPATH_ENVVAR. | Ian Lance Taylor | 2 | -8/+18 |
1996-02-15 | * Makefile.in: Rebuild dependencies. | Ian Lance Taylor | 2 | -2/+4 |
1996-02-15 | * elflink.c (_bfd_elf_create_linker_section): Remove unused | Ian Lance Taylor | 1 | -0/+5 |
1996-02-15 | Thu Feb 15 10:39:17 1996 H.J. Lu <hjl@zoom.com> | Ian Lance Taylor | 2 | -3/+31 |
1996-02-14 | Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisbur... | Ian Lance Taylor | 1 | -0/+28 |
1996-02-14 | Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisbur... | Ian Lance Taylor | 2 | -1/+135 |
1996-02-14 | Add reloc.c entries MIPS_CALL_HI16/MIPS_CALL_LO16. | Ian Lance Taylor | 4 | -1/+8 |
1996-02-13 | * reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define. | Ian Lance Taylor | 5 | -51/+216 |
1996-02-13 | Tue Feb 13 15:56:22 1996 Bryan Ford <baford@snake.cs.utah.edu> | Ian Lance Taylor | 1 | -0/+11 |
1996-02-13 | * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared. | Ian Lance Taylor | 1 | -0/+2 |
1996-02-13 | * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not | Ian Lance Taylor | 1 | -0/+3 |
1996-02-13 | * ieee.c (get_symbol): Set the section to bfd_abs_section. | Ian Lance Taylor | 1 | -1/+14 |
1996-02-09 | * coff-aux.c: Change include of aux.h was to aux-coff.h. | Ian Lance Taylor | 1 | -0/+4 |
1996-02-08 | Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -0/+22 |
1996-02-07 | * configure.host: When making a shared library, set HLDFLAGS to | Ian Lance Taylor | 1 | -0/+11 |
1996-02-07 | Fix WRS bug where -Ttext 0x10000 left first program header invalid | Michael Meissner | 1 | -0/+8 |
1996-02-06 | * configure.in (*-*-netbsd*): Set COREFILE to netbsd-core.c. | J.T. Conklin | 11 | -121/+330 |
1996-02-06 | * reloc.c (BFD_RELOC_SPARC_[567]): New reloc types. | David Edelsohn | 1 | -0/+23 |
1996-02-06 | Rename XL to JX, and remove sanitization. | Ian Lance Taylor | 3 | -36/+11 |
1996-02-06 | * configure.host: Make SHLIB_CFLAGS include $(PICFLAG) on a | Ian Lance Taylor | 2 | -0/+4 |
1996-02-06 | * Makefile.in (program_transform_name): New variable. | Ian Lance Taylor | 2 | -6/+14 |
1996-02-05 | * archures.c (bfd_mach_i960_hx): Define. | Ian Lance Taylor | 5 | -42/+54 |
1996-02-05 | Support for building as a shared library, based on patches from | Ian Lance Taylor | 5 | -65/+341 |
1996-02-05 | * libcoff-in.h: Add comment reminding people that libcoff.h is a | Ian Lance Taylor | 1 | -0/+4 |
1996-02-05 | * elf32-mips.c (mips_elf_create_dynamic_sections): Clear | Ian Lance Taylor | 1 | -0/+27 |
1996-02-05 | * elflink.h (elf_adjust_dynamic_symbol): Don't try to get the | Ian Lance Taylor | 1 | -2/+3 |
1996-02-04 | * coffcode.h: Move today's libcoff.h change into coffcode.h. | Ian Lance Taylor | 1 | -3/+7 |
1996-02-03 | * libcoff.h (bfd_coff_link_add_one_symbol): Combine macro args back into | Fred Fish | 2 | -2/+7 |
1996-02-02 | * aclocal.m4 (BFD_BINARY_FOPEN): Understand cygwin32. | Steve Chamberlain | 1 | -0/+5 |
1996-02-02 | * elf32-hppa.c (elf32_hppa_backend_symbol_table_processing): Don't | Jeff Law | 1 | -0/+5 |
1996-02-01 | * elf-bfd.h (ELF_LINK_NON_ELF): Define. | Ian Lance Taylor | 3 | -1/+49 |
1996-02-01 | * Makefile.in (bfd-in2.h): Make bfd.h, not protos, in docdir. | Ian Lance Taylor | 1 | -0/+3 |
1996-02-01 | * elf32-i386.c (elf_i386_check_relocs): Don't record a symbol with | Ian Lance Taylor | 1 | -0/+9 |
1996-02-01 | * coff-i386.c (coff_i386_reloc_type_lookup): Add BFD_RELOC_32_PCREL. | Steve Chamberlain | 1 | -0/+7 |
1996-01-31 | If _SDA_BASE_ has already been created as an undefined symbol, treat like it ... | Michael Meissner | 1 | -0/+6 |
1996-01-31 | * elflink.h (elf_bfd_final_link): Don't output initial dummy | Ian Lance Taylor | 2 | -33/+54 |