Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-11-21 | * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, | John Gilmore | 1 | -43/+91 | |
ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h, ldwrite.h, relax.h: Replace all uses of EXFUN and PROTO ansi-glue macros with PARAMS. Recreational cleanup. Update copyrights. | |||||
1992-10-26 | Added \n to error message. | Ian Lance Taylor | 1 | -1/+1 | |
1992-10-19 | Mon Oct 19 09:45:38 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+14 | |
* Support for i386-sysv. configure.in: check for i386-*-sysv* and i386-*-sco*. i386coff.sc-sh: rewrote to support SVR3 by default. ldctor.c (find_constructors): preserve stat_ptr. ldlang.c (wild_doit): initialize vma and size of new output section to corresponding input section. This is required for shared library support. (lang_size_sections): don't modify vma and size of sections which are never loaded (for shared libraries). ldwrite.c (copy_and_relocate): copy the contents of any section which has contents, not just sections which are loaded (for shared libraries). | |||||
1992-10-15 | * ldlang.c (size_input_section): count the sizes of all sections | Steve Chamberlain | 1 | -1/+1 | |
we allocate. | |||||
1992-10-06 | Tue Oct 6 13:08:54 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+14 | |
* ldlang.c (lang_finish): don't warn if -e start symbol does not exist when linking with -r. | |||||
1992-09-25 | Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -22/+32 | |
Added initial support for the z8k * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files * configure.in, Makefile.in: modified to reflect above * ldlang.c (lang_check): when linking conflicting architectures, make the output file reflect at least one of the bad inputs. | |||||
1992-08-07 | * ldlang.h: add new field "loadable" to output_section_statement. | Steve Chamberlain | 1 | -265/+327 | |
* ldlang.c (lang_output_section_statement_lookup): initilize new field. (wild_doit): if new field is not set, then stop output section from being loadable. (lang_enter_output_section_statement): set the field from the NOLOAD keyword * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too. * h8300hms.sc-sh, h8300hms.em: get -r right. | |||||
1992-06-18 | * h8300hms.em, h8300hms.sc-sh: do the right thing for -r | Steve Chamberlain | 1 | -14/+21 | |
* ldexp.c: lint * ldlang.c(open_output): set the target arch and machine as soon as we can. (lang_size_sections): use new macros for setting vma * ldwrite.c: lint | |||||
1992-06-08 | lint | Steve Chamberlain | 1 | -1543/+1675 | |
1992-06-08 | don't crash when provided empty symbol table | Steve Chamberlain | 1 | -5/+6 | |
1992-05-04 | * ldver.c: Bumped version to 1.96 - new release, resync with the | Steve Chamberlain | 1 | -10/+22 | |
bfd too #. * ldexp.c, ldlang.c: now build memory shape tree in obstacks rather than with raw malloc, makes it easier to track where memory is going. * ldsym.h, ldsym.c: create obstack for all global symbols too. * ldwrite.c (ldwrite): moved malloc so only used when needed. * sa29200-sc.sh: added support for .lit, data1 and data2 sections. | |||||
1992-05-01 | lint | Steve Chamberlain | 1 | -35/+33 | |
1992-04-16 | Lint found by Rich and gcc | Steve Chamberlain | 1 | -2/+2 | |
1992-04-05 | New lexer. | Steve Chamberlain | 1 | -351/+193 | |
New targets for h8/300 simulator and DOS | |||||
1992-02-11 | ldlang.c: now won't core dump with -M | Steve Chamberlain | 1 | -1/+3 | |
configure.in: add configure target for vxworks960 | |||||
1992-02-11 | * ldexp.c, ldlang.c: added new idea "abs_output_section", removes | Steve Chamberlain | 1 | -9/+34 | |
tests for NULL pointers all over the place. * ldlang.c (lang_process): remember to relocate global symbols *after* relaxing has done it stuff. | |||||
1992-02-04 | * ldlex.l: Put pack -noinhibit-exec and -sort-common | Steve Chamberlain | 1 | -2/+3 | |
* ldlang.c (print_data_statement): print the right address. | |||||
1992-01-24 | .Sanitize: added relax.c | Steve Chamberlain | 1 | -61/+59 | |
ldsym.c ldlang.* more map stuff | |||||
1992-01-24 | Merging from VMS port. Doc to follow.. | Steve Chamberlain | 1 | -190/+355 | |
1991-11-03 | * configure.in: Fixed typo. Also, a fix for hp300bsd. | Per Bothner | 1 | -5/+11 | |
* ldlang.c (init_os): Compensate for BFD change, where bfd_make_section now returns NULL for a duplicate section request, instead of the old section. | |||||
1991-10-11 | Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. | John Gilmore | 1 | -31/+22 | |
1991-08-01 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-08-01 | Added new keyword 'CONSTRUCTORS' | Steve Chamberlain | 1 | -5/+145 | |
Added N_WARNING handling Added N_INDR handling | |||||
1991-07-31 | Initialized a variable | Steve Chamberlain | 1 | -3/+4 | |
1991-07-15 | Fixed a few bugs, added 29k coff support. | Steve Chamberlain | 1 | -51/+61 | |
1991-06-07 | *** empty log message *** | Steve Chamberlain | 1 | -0/+5 | |
1991-06-04 | *** empty log message *** | Steve Chamberlain | 1 | -5/+13 | |
1991-05-31 | Print reasonable error message when architecture mismatch happens. | John Gilmore | 1 | -85/+78 | |
However, still don't understand why we get arch mismatch. | |||||
1991-05-14 | Fixed problem with default output filename | Steve Chamberlain | 1 | -1/+2 | |
1991-05-14 | *** empty log message *** | Steve Chamberlain | 1 | -1/+1 | |
1991-05-08 | Lint | Steve Chamberlain | 1 | -2/+2 | |
1991-05-03 | *** empty log message *** | Steve Chamberlain | 1 | -32/+40 | |
1991-04-24 | Added the sizeof_headers keyword. | Steve Chamberlain | 1 | -2/+2 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -0/+2 | |
1991-04-19 | Fixed a bug where wild scripts stopped working. | Steve Chamberlain | 1 | -1/+2 | |
Fixed another bug in -R symbol handling | |||||
1991-04-18 | Fixed some bugs. | Steve Chamberlain | 1 | -16/+22 | |
1991-04-17 | Cleaned up a load of declarations | Steve Chamberlain | 1 | -60/+31 | |
Fixed bug in unary - , ! and ~ | |||||
1991-04-17 | Added support for OUTPUT_FORMAT keyword | Steve Chamberlain | 1 | -13/+31 | |
Fixed problem where cofflike common was being badly sized due to incorrectly owned common symbols. | |||||
1991-04-16 | *** empty log message *** | Steve Chamberlain | 1 | -1/+3 | |
1991-04-14 | checkpoint before a merge | Steve Chamberlain | 1 | -876/+886 | |
1991-04-08 | *** empty log message *** | Steve Chamberlain | 1 | -47/+0 | |
1991-03-27 | *** empty log message *** | Steve Chamberlain | 1 | -3/+6 | |
1991-03-27 | *** empty log message *** | Steve Chamberlain | 1 | -26/+44 | |
1991-03-22 | Brought up to sync with Intel again. | Steve Chamberlain | 1 | -2/+28 | |
1991-03-21 | Initial revision | David Henkel-Wallace | 1 | -0/+2231 | |