Age | Commit message (Expand) | Author | Files | Lines |
1993-06-17 | * ldgram.y: Tweak grammar to make reporting of invalid options work. | David MacKenzie | 1 | -0/+2 |
1993-06-17 | * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc | David MacKenzie | 1 | -0/+5 |
1993-06-17 | * ldfile.c (ldfile_open_command): Don't try .ld extension. | David MacKenzie | 1 | -0/+48 |
1993-06-16 | Makefile.in, aout.sc-sh, hp3hpux.sh changes | Ken Raeburn | 1 | -0/+10 |
1993-06-16 | remove parentdir support; use INSTALL_XFORM | David D. Zuhn | 1 | -0/+15 |
1993-06-07 | * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. | Per Bothner | 1 | -3/+8 |
1993-06-04 | * Makefile.in: remove old C++ rules; remove install:all and | David D. Zuhn | 1 | -0/+6 |
1993-06-04 | * configure.in (mips-idt-ecoffl*): New target; use mips-idtl. | Ian Lance Taylor | 1 | -0/+6 |
1993-06-04 | * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and | Ian Lance Taylor | 1 | -0/+5 |
1993-06-01 | * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR | Per Bothner | 1 | -0/+5 |
1993-05-25 | * Makefile.in: configure looks for ####, so remove lines with many | Ian Lance Taylor | 1 | -0/+13 |
1993-05-20 | rename aout-mipsbsd.sc-sh to mipsbsd.sc-sh for 14-char file systems | Ken Raeburn | 1 | -0/+16 |
1993-05-17 | New file. | Per Bothner | 1 | -0/+14 |
1993-05-05 | *** empty log message *** | Ken Raeburn | 1 | -0/+23 |
1993-05-04 | * mips.sc-sh: Put constructors in the .data section. | Ian Lance Taylor | 1 | -0/+5 |
1993-05-04 | * Makefile.in: Change definition of $(tooldir) to match FSF. | Per Bothner | 1 | -0/+27 |
1993-04-02 | * ldlang.c (lang_output_section_statement_lookup): Initialize all | Ian Lance Taylor | 1 | -0/+13 |
1993-03-30 | Support for linking and loading at different places: | Steve Chamberlain | 1 | -0/+10 |
1993-03-30 | Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+18 |
1993-03-23 | add dvi & installcheck | David D. Zuhn | 1 | -0/+18 |
1993-02-28 | mips-bsd and 386bsd support | Ken Raeburn | 1 | -0/+8 |
1993-02-25 | * ldsym.c (KEEP macro): Add spaces around '=' for the | Per Bothner | 1 | -0/+5 |
1993-02-25 | Bump to version 2.1. | Per Bothner | 1 | -0/+4 |
1993-02-19 | fix go32 configuration | David D. Zuhn | 1 | -0/+4 |
1993-02-12 | * ldgram.y: allow section types without address expressions. | Steve Chamberlain | 1 | -0/+16 |
1993-02-02 | Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+10 |
1993-01-29 | Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 |
1993-01-29 | Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+8 |
1993-01-28 | Thu Jan 28 15:12:04 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1993-01-26 | Tue Jan 26 11:49:50 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1993-01-22 | Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+16 |
1993-01-12 | Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -0/+10 |
1993-01-11 | * ldmain.c (decode_library_subfile): Patch from | Steve Chamberlain | 1 | -0/+12 |
1993-01-08 | Fix support for NOLOAD, add INCLUDE | Steve Chamberlain | 1 | -0/+18 |
1992-12-28 | Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+10 |
1992-12-22 | * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new | Per Bothner | 1 | -0/+20 |
1992-12-07 | -y support | Steve Chamberlain | 1 | -0/+8 |
1992-11-21 | * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, | John Gilmore | 1 | -0/+11 |
1992-11-06 | Thu Nov 5 15:41:55 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+6 |
1992-11-05 | * relax.c (build_it): re-enable the processing of data_statements | Steve Chamberlain | 1 | -0/+5 |
1992-11-05 | Remove uses of SDEF and PROTO macros (use PARAMS). | John Gilmore | 1 | -0/+9 |
1992-10-19 | Mon Oct 19 09:45:38 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+15 |
1992-10-15 | * ldlang.c (size_input_section): count the sizes of all sections | Steve Chamberlain | 1 | -0/+5 |
1992-10-12 | Thu Oct 8 09:05:25 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+5 |
1992-10-06 | Tue Oct 6 13:08:54 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1992-10-05 | Mon Oct 5 14:07:37 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1992-10-05 | Mon Oct 5 08:55:14 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+9 |
1992-09-30 | * config/z8ksim.mt: new file | Steve Chamberlain | 1 | -1/+5 |
1992-09-25 | * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o, lexsup.o, | Ken Raeburn | 1 | -0/+21 |
1992-09-25 | Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+9 |