aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
AgeCommit message (Expand)AuthorFilesLines
1994-09-14 * ld.h (ld_config_type): Add new field warn_once.Ian Lance Taylor1-0/+21
1994-09-14 * ldmisc.c (vfinfo): Handle %D as %C, but never print the functionIan Lance Taylor1-3/+4
1994-06-16 * lexsup.c (parse_args): Add -shared to longopts, and handle it.Ian Lance Taylor1-0/+3
1994-06-15 * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.Ian Lance Taylor1-0/+6
1994-06-15 Let the user change the dynamic linker used by ELF code.Ian Lance Taylor1-0/+1
1994-06-15 * ld.h (ld_config_type): Add new field traditional_format.Ian Lance Taylor1-0/+1
1994-06-02 * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdlineIan Lance Taylor1-1/+1
1994-06-01 * ldlang.h (lang_input_statement_type): Remove fields subfiles,Ian Lance Taylor1-11/+6
1994-05-19 Add support for ELF shared libraries.Ian Lance Taylor1-26/+57
1994-02-25 Use getopt instead of lex and yacc to parse the command line.David MacKenzie1-9/+5
1994-02-17 * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error andDavid MacKenzie1-3/+4
1994-02-05 * emultempl/lnk960.em (append), emultempl/hppaosf.emDavid MacKenzie1-10/+3
1994-02-05 * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): FunctionsDavid MacKenzie1-14/+36
1994-01-27 * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given,David MacKenzie1-1/+7
1994-01-25Tue Jan 25 13:19:41 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-1/+6
1994-01-24 * ldmain.c (reloc_overflow): Added name, reloc_name and addendIan Lance Taylor1-4/+15
1994-01-06 * ldmain.c (add_to_set): Add bitsize argument.Ian Lance Taylor1-843/+387
1993-12-12More gcc lint.Ian Lance Taylor1-45/+66
1993-12-11 Made many changes to eliminate gcc warnings. Made variousIan Lance Taylor1-10/+16
1993-11-19 * ldmain.c (enter_file_symbols): Removed duplicate tests of p. IfIan Lance Taylor1-44/+98
1993-08-03add -warn-common optionDavid MacKenzie1-35/+55
1993-07-15remove dupliate includeDavid MacKenzie1-1/+1
1993-07-15source cleanups; fix finding scriptsDavid MacKenzie1-47/+54
1993-07-15 * ldfile.c (ldlang_open_file, ldfile_open_command_file),David MacKenzie1-1/+1
1993-07-13 * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib forDavid MacKenzie1-14/+30
1993-07-12 * ldlang.c (lang_process): Use sizeof instead of magic constant.David MacKenzie1-54/+121
1993-07-03 Fix previous fix.David MacKenzie1-0/+5
1993-07-03 * ldmain.c (main): Don't add scriptdir to the lib search path.David MacKenzie1-24/+51
1993-03-30Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-230/+229
1993-01-29Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-5/+10
1993-01-26Tue Jan 26 11:49:50 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-61/+114
1992-10-05Mon Oct 5 08:55:14 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-58/+59
1992-07-02Aliasing bug fixesSteve Chamberlain1-105/+115
1992-06-08*** empty log message ***Steve Chamberlain1-442/+507
1992-06-08*** empty log message ***Steve Chamberlain1-22/+32
1992-05-06 * ldfile.c: merge in VMS filename supportSteve Chamberlain1-13/+26
1992-05-04 * ldver.c: Bumped version to 1.96 - new release, resync with theSteve Chamberlain1-7/+8
1992-04-05New lexer.Steve Chamberlain1-2/+10
1992-03-06 * ldmain.c (Q_enter_file_symbols): now aliases work againSteve Chamberlain1-23/+26
1992-01-28 * ldgram.y: map -M behave in the same way as -Map (sets file nameSteve Chamberlain1-40/+47
1992-01-24Now compiles with gcc too.Steve Chamberlain1-2/+2
1992-01-24 * Makefile.in: added relax, also made three stage go through aSteve Chamberlain1-0/+11
1992-01-24Merging from VMS port. Doc to follow..Steve Chamberlain1-41/+43
1991-11-04Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain1-11/+11
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-5/+2
1991-10-05Added -N and fixed -n flags.Steve Chamberlain1-114/+127
1991-08-01Added new keyword 'CONSTRUCTORS'Steve Chamberlain1-91/+120
1991-05-14*** empty log message ***Steve Chamberlain1-1/+1
1991-05-03*** empty log message ***Steve Chamberlain1-1/+1
1991-04-17*** empty log message ***Steve Chamberlain1-2/+2