summaryrefslogtreecommitdiff
path: root/ld/lexsup.c
Commit message (Expand)AuthorAgeFilesLines
* * ldmain.c (main): Remove PE stuff.Steve Chamberlain1995-08-221-88/+152
* * lexsup.c (parse_args): Accept -h as a synonym for --soname, forIan Lance Taylor1995-08-161-3/+9
* * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, andIan Lance Taylor1995-07-101-1/+6
* fsf address update, but not in COPYING filesKen Raeburn1995-07-071-1/+1
* * lexsup.c (parse_args): Let -G either set the small data size orIan Lance Taylor1995-07-031-1/+25
* * lexsup.c (parse_args): Cast fopen result to PTR before storingIan Lance Taylor1995-07-021-6/+7
* Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1995-06-291-7/+156
* * ld.h (args_type): Add new field endian.Ian Lance Taylor1994-09-201-7/+3
* * ld.h (ld_config_type): Add new field warn_once.Ian Lance Taylor1994-09-141-5/+54
* * lexsup.c (parse_args): Changed "retain-symbols-file" fromIan Lance Taylor1994-07-081-6/+40
* * lexsup.c (parse_args): Accept -static as a synonym forIan Lance Taylor1994-06-151-0/+1
* * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.Ian Lance Taylor1994-06-151-0/+1
* Let the user change the dynamic linker used by ELF code.Ian Lance Taylor1994-06-151-1/+6
* * lexsup.c (parse_args): Sort out the option macros and change theIan Lance Taylor1994-06-151-22/+23
* * ld.h (ld_config_type): Add new field traditional_format.Ian Lance Taylor1994-06-151-3/+8
* * lexsup.c (parse_args): Treat -i as a synonym for -r.Ian Lance Taylor1994-06-131-0/+1
* * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdlineIan Lance Taylor1994-06-021-2/+2
* * ldlang.c (entry_symbol): Make static.Ian Lance Taylor1994-05-271-1/+1
* Add support for ELF shared libraries.Ian Lance Taylor1994-05-191-23/+32
* * ldgram.y (dirlist_ptr): Removed; not used.Ian Lance Taylor1994-02-261-0/+1
* Add missing newline in einfo message.David MacKenzie1994-02-251-1/+1
* * lexsup.c (parse_args): Use symbolic numbers for long options.David MacKenzie1994-02-251-51/+74
* Use getopt instead of lex and yacc to parse the command line.David MacKenzie1994-02-251-0/+322