aboutsummaryrefslogtreecommitdiff
path: root/ld/relax.c
AgeCommit message (Collapse)AuthorFilesLines
1993-01-12Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-3/+20
* ldwrite.c: Removed perform_relocation, copy_and_relocate, and write_norel. All linking is now done via write_relax. Call ldsym_write before calling write_relax. * relax.c: Added copyright. (write_relax): Renamed from write_relaxnorel. Added relocateable argument. seclet_dump renamed to bfd_seclet_link. * relax.h: Added copyright.
1992-11-05 * relax.c (build_it): re-enable the processing of data_statementsSteve Chamberlain1-87/+88
in scripts, makes counted contructor lists work again.
1992-08-27 * ldlang.c (lang_process): don't pass null pointers whenSteve Chamberlain1-5/+8
abs_output_section is what is required. * ldwrite.c (ldwrite): use malloc to allocate the largest space used, and pass that down. * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather than alloca.
1992-07-14 * ldlang.c (lang_map): print changes in sizes due to relaxingSteve Chamberlain1-1/+5
(size_input_section): maintain the delta information. * ldlang.h: add new field to struct to contain delta info. * relax.c (relax_section): complain if input not relaxable. * ldlex.l : add '_', ',' and '$' to chars which can appear at the start of a filename
1992-05-06 * relax.c (build_it): don't allocate space in the output file forSteve Chamberlain1-10/+12
stuff if -R flag applys to it.
1992-04-17 * relax.c: added handling for new "padding" seclet type, used toSteve Chamberlain1-1/+20
fill out gaps between section. * ldgram.y, ldlex.l: now -defsym on the command line is done properly.
1992-03-07Lint removal, extra prototypes.Steve Chamberlain1-1/+1
Recopied cplus-dem from gdb, makes more things come out right.
1992-02-02Work around for problems in linking C++ programs that need file-levelMichael Tiemann1-18/+18
initialization. Now C++ programs can be linked.
1992-01-28 * ldgram.y: map -M behave in the same way as -Map (sets file nameSteve Chamberlain1-139/+1
to be "-". * ldsym.c, ldlang.c: remember that size of a section is dependent on whether or not relaxing has been done. * ldmain.c: don't open a map file if it doesn't have a name * relax.c: all the brains have moved into bfd. * ldwrite.c: ammend comment
1992-01-24 * Makefile.in: added relax, also made three stage go through aSteve Chamberlain1-0/+299
partial link stage. * relax.c : added * config.h: if GNU960 defined, then default emulation mode is GLD960 * ldexp.h, ldexp.c: map to file hooks * ldlang.c: map to file hooks * ldgram.y: added -Map -relax * ldlex.l: added -relax, -Map * ldmain.c: open map file * ldmisc.c: support for map file * ldwrite.c: new relax magic