aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
1993-11-02 * ldlang.c (lang_process): Re-enable last call lang_size_sections.Jeff Law1-34/+32
1993-10-01 * ldlang.c (lang_add_input_file): If it's a library brought in byRob Savoye1-10/+16
1993-08-24define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no longer in bfd.h.K. Richard Pixley1-0/+5
1993-08-17 * ldlang.c (open_output, lang_check): Check return value ofIan Lance Taylor1-41/+30
1993-07-12 * ldlang.c (lang_process): Use sizeof instead of magic constant.David MacKenzie1-1/+2
1993-07-08(new_stetement): Size argument is now type size_t.Ken Raeburn1-1/+5
1993-07-05 * ldlang.c (lang_relocate_globals): Skip indirect symbols, whichIan Lance Taylor1-0/+4
1993-07-03 * ldmain.c (main): Don't add scriptdir to the lib search path.David MacKenzie1-6/+7
1993-06-17 * ldfile.c (ldfile_open_command): Don't try .ld extension.David MacKenzie1-213/+216
1993-04-02 * ldlang.c (lang_output_section_statement_lookup): Initialize allIan Lance Taylor1-0/+8
1993-03-30 Support for linking and loading at different places:Steve Chamberlain1-13/+33
1993-03-30Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-23/+56
1992-11-21* ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,John Gilmore1-43/+91
1992-10-26Added \n to error message.Ian Lance Taylor1-1/+1
1992-10-19Mon Oct 19 09:45:38 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+14
1992-10-15 * ldlang.c (size_input_section): count the sizes of all sectionsSteve Chamberlain1-1/+1
1992-10-06Tue Oct 6 13:08:54 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+14
1992-09-25Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-22/+32
1992-08-07 * ldlang.h: add new field "loadable" to output_section_statement.Steve Chamberlain1-265/+327
1992-06-18 * h8300hms.em, h8300hms.sc-sh: do the right thing for -rSteve Chamberlain1-14/+21
1992-06-08lintSteve Chamberlain1-1543/+1675
1992-06-08don't crash when provided empty symbol tableSteve Chamberlain1-5/+6
1992-05-04 * ldver.c: Bumped version to 1.96 - new release, resync with theSteve Chamberlain1-10/+22
1992-05-01lintSteve Chamberlain1-35/+33
1992-04-16Lint found by Rich and gccSteve Chamberlain1-2/+2
1992-04-05New lexer.Steve Chamberlain1-351/+193
1992-02-11ldlang.c: now won't core dump with -MSteve Chamberlain1-1/+3
1992-02-11 * ldexp.c, ldlang.c: added new idea "abs_output_section", removesSteve Chamberlain1-9/+34
1992-02-04 * ldlex.l: Put pack -noinhibit-exec and -sort-commonSteve Chamberlain1-2/+3
1992-01-24.Sanitize: added relax.cSteve Chamberlain1-61/+59
1992-01-24Merging from VMS port. Doc to follow..Steve Chamberlain1-190/+355
1991-11-03 * configure.in: Fixed typo. Also, a fix for hp300bsd.Per Bothner1-5/+11
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-31/+22
1991-08-01*** empty log message ***Steve Chamberlain1-1/+1
1991-08-01Added new keyword 'CONSTRUCTORS'Steve Chamberlain1-5/+145
1991-07-31Initialized a variableSteve Chamberlain1-3/+4
1991-07-15Fixed a few bugs, added 29k coff support.Steve Chamberlain1-51/+61
1991-06-07*** empty log message ***Steve Chamberlain1-0/+5
1991-06-04*** empty log message ***Steve Chamberlain1-5/+13
1991-05-31Print reasonable error message when architecture mismatch happens.John Gilmore1-85/+78
1991-05-14Fixed problem with default output filenameSteve Chamberlain1-1/+2
1991-05-14*** empty log message ***Steve Chamberlain1-1/+1
1991-05-08LintSteve Chamberlain1-2/+2
1991-05-03*** empty log message ***Steve Chamberlain1-32/+40
1991-04-24Added the sizeof_headers keyword.Steve Chamberlain1-2/+2
1991-04-23*** empty log message ***Steve Chamberlain1-0/+2
1991-04-19Fixed a bug where wild scripts stopped working.Steve Chamberlain1-1/+2
1991-04-18Fixed some bugs.Steve Chamberlain1-16/+22
1991-04-17Cleaned up a load of declarationsSteve Chamberlain1-60/+31
1991-04-17Added support for OUTPUT_FORMAT keywordSteve Chamberlain1-13/+31