Age | Commit message (Expand) | Author | Files | Lines |
1995-10-19 | * scripttempl/pe.sc (.bss): Move to be after .text | Steve Chamberlain | 1 | -0/+4 |
1995-10-17 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment): | Ian Lance Taylor | 1 | -0/+4 |
1995-10-17 | * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move | Ian Lance Taylor | 3 | -126/+517 |
1995-10-17 | * Makefile.in (eelf32ppc.c): Depend upon elf32.em, not generic.em. | Ian Lance Taylor | 2 | -0/+16 |
1995-10-16 | * configure.tgt (powerpc-*-aix*): New target; use aixppc. | Ian Lance Taylor | 7 | -4/+43 |
1995-10-10 | * ldlang.c (lang_finish): Don't try to use an entry_symbol from a | Ian Lance Taylor | 1 | -0/+5 |
1995-10-10 | * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Fix | Steve Chamberlain | 1 | -0/+5 |
1995-10-10 | * ld.h (args_type): Add rpath_link field. | Ian Lance Taylor | 2 | -0/+65 |
1995-10-07 | * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't | Ian Lance Taylor | 2 | -0/+9 |
1995-10-06 | Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ken Raeburn | 2 | -46/+26 |
1995-10-04 | * ldexp.c (exp_get_abs_int): Return bfd_vma, not int. | Ian Lance Taylor | 2 | -15/+29 |
1995-10-02 | * emultempl/elf32.em (global_stat): New file static variable. | Ian Lance Taylor | 2 | -4/+59 |
1995-09-29 | * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): If | Ian Lance Taylor | 2 | -9/+39 |
1995-09-29 | * lexsup.c (parse_args): Don't set link_info.shared for -assert | Ian Lance Taylor | 1 | -0/+28 |
1995-09-28 | * ld.h (parsing_defsym): Declare. | Ian Lance Taylor | 2 | -0/+18 |
1995-09-28 | * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other | Ian Lance Taylor | 1 | -0/+4 |
1995-09-28 | mention creating SunOS shared libraries | Ian Lance Taylor | 1 | -2/+12 |
1995-09-28 | * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*. Add | Ian Lance Taylor | 3 | -0/+29 |
1995-09-28 | * lexsup.c (parse_args): Handle -assert. | Ian Lance Taylor | 5 | -178/+74 |
1995-09-28 | * Makefile.in (earmcoff.c): Build. | David Edelsohn | 5 | -0/+52 |
1995-09-26 | * scripttempl/i386coff.sc: Remove .data2; no longer needed. | Ian Lance Taylor | 1 | -0/+4 |
1995-09-22 | * ldfile.c (ldfile_set_output_arch): Make arch const. | Ian Lance Taylor | 1 | -0/+4 |
1995-09-21 | Locate __bss_start at the real start of bss. | Michael Meissner | 2 | -3/+20 |
1995-09-18 | Based on patches by Alan Modra <alan@spri.levels.unisa.edu.au>: | Ian Lance Taylor | 2 | -8/+16 |
1995-09-18 | Mon Sep 18 14:39:38 1995 Arne H. Juul <arnej@pvv.unit.no> | Ian Lance Taylor | 1 | -0/+4 |
1995-09-18 | * lib/ld.exp (default_ld_version): Call prune_system_crud. | Ian Lance Taylor | 1 | -3/+17 |
1995-09-18 | mention COFF linker improvement | Ian Lance Taylor | 1 | -3/+31 |
1995-09-16 | configure.host: fix shell syntax errors | Ken Raeburn | 1 | -0/+9 |
1995-09-12 | * Makefile.in (maintainer-clean): New target. | Ian Lance Taylor | 2 | -1/+5 |
1995-09-12 | * ldmain.c (struct warning_callback_info): Define. | Ian Lance Taylor | 1 | -1/+8 |
1995-09-12 | Thu Sep 7 12:50:49 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -0/+6 |
1995-09-12 | * ld.texinfo: Clarify -L option. | Ian Lance Taylor | 1 | -0/+2 |
1995-09-12 | * ldlang.c (lang_one_common): Add cast to avoid warning. | Ian Lance Taylor | 1 | -0/+8 |
1995-09-11 | Revert Linux directory searching: it turns out that Linux no longer | Ian Lance Taylor | 6 | -171/+4 |
1995-09-08 | Add Linux style directory searching. | Ian Lance Taylor | 6 | -11/+219 |
1995-09-08 | * ldemul.h (ldemul_set_symbols): Declare. | Ian Lance Taylor | 1 | -0/+4 |
1995-09-08 | * ld-cdtest/cdtest.exp: If the compiler does not exist, mark the | Ian Lance Taylor | 1 | -0/+9 |
1995-09-08 | * configure.in: Call AC_HEADER_DIRENT. | Ian Lance Taylor | 2 | -12/+25 |
1995-09-08 | * configure.tgt (mips*-*-bsd*): New case. | Ian Lance Taylor | 2 | -0/+3 |
1995-09-08 | * configure.host (i[345]86-sequent-ptx* | i[345]86-sequent-sysv*) | Ian Lance Taylor | 3 | -0/+131 |
1995-09-07 | * config.in: Rename from config.h.in. | Ian Lance Taylor | 6 | -809/+1090 |
1995-09-07 | * Makefile.in (distclean): Remove config.h and stamp-h. | Ian Lance Taylor | 2 | -2/+6 |
1995-09-07 | * configure.host (sparc-*-sunos64*): Remove. | Ian Lance Taylor | 3 | -3/+122 |
1995-09-07 | * ldexp.c (exp_fold_tree): Don't warn about moving the location | Ian Lance Taylor | 1 | -0/+29 |
1995-09-06 | * configure.in: Rewrite to use autoconf. | Ian Lance Taylor | 103 | -415/+156 |
1995-09-05 | some ns32k updates from Ian Dall | Ken Raeburn | 2 | -7/+27 |
1995-09-01 | * ldmain.c (warning_callback): Add abfd, section, and address | Ian Lance Taylor | 1 | -0/+11 |
1995-09-01 | NEC VR4300 target (IDT SIM monitor) support. | Jackie Smith Cashion | 7 | -0/+64 |
1995-09-01 | * scripttempl/a29k.sc: Fix to be reasonable. From Brendan Kehoe | Ian Lance Taylor | 1 | -0/+5 |
1995-08-31 | Thu Aug 31 16:37:07 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 2 | -0/+494 |