aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
AgeCommit message (Expand)AuthorFilesLines
1996-10-02 * lexsup.c (ld_options): Fix typo in --rpath-link description.Ian Lance Taylor1-1/+1
1996-10-01 * ldver.c (ld_program_version): New variable.Ian Lance Taylor1-8/+37
1996-04-22 * ldlang.c (lang_size_sections): If _cooked_size is not 0, thenIan Lance Taylor1-5/+5
1996-04-09tweak last changeIan Lance Taylor1-6/+17
1996-04-09 * lexsup.c (ld_options): New static array.Ian Lance Taylor1-78/+338
1996-04-08 * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic,Ian Lance Taylor1-1/+3
1996-03-20 * ldmain.c (add_wrap): New function.Ian Lance Taylor1-12/+1
1996-03-12 * lexsup.c (parse_args): Handle --wrap.Ian Lance Taylor1-2/+16
1996-03-12Tue Mar 12 12:43:59 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>Ian Lance Taylor1-2/+7
1996-02-27 * lexsup.c (parse_args): Recognize --no-whole-archive.Ian Lance Taylor1-16/+30
1995-09-28 * ld.h (parsing_defsym): Declare.Ian Lance Taylor1-0/+6
1995-09-28 * lexsup.c (parse_args): Handle -assert.Ian Lance Taylor1-172/+43
1995-08-22 * ldmain.c (main): Remove PE stuff.Steve Chamberlain1-88/+152
1995-08-16 * lexsup.c (parse_args): Accept -h as a synonym for --soname, forIan Lance Taylor1-3/+9
1995-07-10 * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, andIan Lance Taylor1-1/+6
1995-07-07fsf address update, but not in COPYING filesKen Raeburn1-1/+1
1995-07-03 * lexsup.c (parse_args): Let -G either set the small data size orIan Lance Taylor1-1/+25
1995-07-02 * lexsup.c (parse_args): Cast fopen result to PTR before storingIan Lance Taylor1-6/+7
1995-06-29Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-7/+156
1994-09-20 * ld.h (args_type): Add new field endian.Ian Lance Taylor1-7/+3
1994-09-14 * ld.h (ld_config_type): Add new field warn_once.Ian Lance Taylor1-5/+54
1994-07-08 * lexsup.c (parse_args): Changed "retain-symbols-file" fromIan Lance Taylor1-6/+40
1994-06-15 * lexsup.c (parse_args): Accept -static as a synonym forIan Lance Taylor1-0/+1
1994-06-15 * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.Ian Lance Taylor1-0/+1
1994-06-15 Let the user change the dynamic linker used by ELF code.Ian Lance Taylor1-1/+6
1994-06-15 * lexsup.c (parse_args): Sort out the option macros and change theIan Lance Taylor1-22/+23
1994-06-15 * ld.h (ld_config_type): Add new field traditional_format.Ian Lance Taylor1-3/+8
1994-06-13 * lexsup.c (parse_args): Treat -i as a synonym for -r.Ian Lance Taylor1-0/+1
1994-06-02 * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdlineIan Lance Taylor1-2/+2
1994-05-27 * ldlang.c (entry_symbol): Make static.Ian Lance Taylor1-1/+1
1994-05-19 Add support for ELF shared libraries.Ian Lance Taylor1-23/+32
1994-02-26 * ldgram.y (dirlist_ptr): Removed; not used.Ian Lance Taylor1-0/+1
1994-02-25Add missing newline in einfo message.David MacKenzie1-1/+1
1994-02-25 * lexsup.c (parse_args): Use symbolic numbers for long options.David MacKenzie1-51/+74
1994-02-25 Use getopt instead of lex and yacc to parse the command line.David MacKenzie1-0/+322