Age | Commit message (Expand) | Author | Files | Lines |
1995-08-22 | * ldmain.c (main): Remove PE stuff. | Steve Chamberlain | 1 | -88/+152 |
1995-08-16 | * lexsup.c (parse_args): Accept -h as a synonym for --soname, for | Ian Lance Taylor | 1 | -3/+9 |
1995-07-10 | * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, and | Ian Lance Taylor | 1 | -1/+6 |
1995-07-07 | fsf address update, but not in COPYING files | Ken Raeburn | 1 | -1/+1 |
1995-07-03 | * lexsup.c (parse_args): Let -G either set the small data size or | Ian Lance Taylor | 1 | -1/+25 |
1995-07-02 | * lexsup.c (parse_args): Cast fopen result to PTR before storing | Ian Lance Taylor | 1 | -6/+7 |
1995-06-29 | Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -7/+156 |
1994-09-20 | * ld.h (args_type): Add new field endian. | Ian Lance Taylor | 1 | -7/+3 |
1994-09-14 | * ld.h (ld_config_type): Add new field warn_once. | Ian Lance Taylor | 1 | -5/+54 |
1994-07-08 | * lexsup.c (parse_args): Changed "retain-symbols-file" from | Ian Lance Taylor | 1 | -6/+40 |
1994-06-15 | * lexsup.c (parse_args): Accept -static as a synonym for | Ian Lance Taylor | 1 | -0/+1 |
1994-06-15 | * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility. | Ian Lance Taylor | 1 | -0/+1 |
1994-06-15 | Let the user change the dynamic linker used by ELF code. | Ian Lance Taylor | 1 | -1/+6 |
1994-06-15 | * lexsup.c (parse_args): Sort out the option macros and change the | Ian Lance Taylor | 1 | -22/+23 |
1994-06-15 | * ld.h (ld_config_type): Add new field traditional_format. | Ian Lance Taylor | 1 | -3/+8 |
1994-06-13 | * lexsup.c (parse_args): Treat -i as a synonym for -r. | Ian Lance Taylor | 1 | -0/+1 |
1994-06-02 | * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline | Ian Lance Taylor | 1 | -2/+2 |
1994-05-27 | * ldlang.c (entry_symbol): Make static. | Ian Lance Taylor | 1 | -1/+1 |
1994-05-19 | Add support for ELF shared libraries. | Ian Lance Taylor | 1 | -23/+32 |
1994-02-26 | * ldgram.y (dirlist_ptr): Removed; not used. | Ian Lance Taylor | 1 | -0/+1 |
1994-02-25 | Add missing newline in einfo message. | David MacKenzie | 1 | -1/+1 |
1994-02-25 | * lexsup.c (parse_args): Use symbolic numbers for long options. | David MacKenzie | 1 | -51/+74 |
1994-02-25 | Use getopt instead of lex and yacc to parse the command line. | David MacKenzie | 1 | -0/+322 |