Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-04 | Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com) | Steve Chamberlain | 1 | -13/+47 | |
i386 aout changes from Bob Kukura * Makefile.in, config.h: added i386aout support * configure.in: fixed /h-{myhost} typo * ldgram.y: -MM now gives more boring map. * ldlang.c: now does D_PAGED flag the right way. * ldsym.c: -MM flags does the right thing. | |||||
1991-10-15 | * Makefile.in: new targets ld.mm, ld.me | Roland Pesch | 1 | -6/+33 | |
(more roff forms of doc) | |||||
1991-10-15 | * Makefile.in, ldtemplate: Need to use separate scripts | Per Bothner | 1 | -26/+37 | |
for -n and -N options. Yet more complication. | |||||
1991-10-12 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | John Gilmore | 1 | -6/+10 | |
work). Add some lines to avoid Sun Make VPATH bugs. | |||||
1991-10-11 | * news.sc: Add alignment for data segment. | Per Bothner | 1 | -8/+20 | |
* ldtemplate: Add (yet another) script to get for -n or -N options. (These need different alignment than ZMAGIC files.) * Makefile.in: Add stuff for new foo.xn scripts. These are generated by replacing "ALIGN(0x...00)" by ".". | |||||
1991-10-11 | Slightly better comments (re doc targets). | Roland Pesch | 1 | -4/+4 | |
1991-10-11 | Support for "ld.ms", "ld-index.ms" ROFF-style doc targets. | Roland Pesch | 1 | -0/+31 | |
1991-10-11 | * ldmain.c (main): Make config.magic_demand_paged be true | Per Bothner | 1 | -2/+2 | |
by default. Don't the WP_TEXT and D_PAGED flags of output_bfd here; it's too late, so set it when output_bfd is created (in ldlang.c). Also fix setting of EXEC_P flag * ldlang.c (ldlang_open_output): Set output_bfd->flags here. * ldlang.c: Remove some duplicate extern declarations. * ldgram.y: Fixes to -N and -n options. * Makefile.in: Recognize upper case letters in sed script to remove assignments from script files. * ldtemplate: Don't assukme that -N or -n options imply use of -r script. * mkscript.c: Tweaking to correctly handle \n and \\ in input. | |||||
1991-10-11 | * Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k | Steve Chamberlain | 1 | -8/+20 | |
stuff | |||||
1991-10-08 | * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean. | Per Bothner | 1 | -11/+22 | |
* ldtemplate: Remove ldfile_add_library_path calls; just use the SEARCH_DIR commands in the script files. * Makefile.in: Add LIB_PATH macro, which if set is used to replace the SEARCH_DIR commands in the scripts (using ugly sed magic). This is primarily intended for cross-linking, where you would place libaries in a different place than native libraries. Also, emulations made from ldtemplate now use $(srcdir). * ldglda29k.sc: Change SEARCH_DIR commands to a conventional form; people can use the Makefile's LIB_PATH to override. | |||||
1991-10-08 | * Makefile.in: fix target ld.dvi, add target ld.info | Roland Pesch | 1 | -2/+10 | |
ld.texinfo: make info filename ld.info | |||||
1991-10-07 | Added right dependencies for h8300hds.sc | Steve Chamberlain | 1 | -0/+2 | |
1991-10-06 | Support for the h8300 with an hds monitor, first cut. | Steve Chamberlain | 1 | -2/+2 | |
1991-10-05 | * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make). | John Gilmore | 1 | -5/+5 | |
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a few BFD types & enums. * ChangeLog: Create. | |||||
1991-10-03 | Added a kludge for when yacc is used in place of bison: | Per Bothner | 1 | -2/+3 | |
Rename the yacc outputs y.tab.[ch] to what we want: ldgram.[ch]. | |||||
1991-10-02 | Some $(srcdir)'s become $(unsubdir)'s in order to support +objdir. | K. Richard Pixley | 1 | -3/+3 | |
1991-10-02 | no more configure on which to depend | K. Richard Pixley | 1 | -1/+1 | |
1991-10-02 | Very minor bug, broke "make -t". | K. Richard Pixley | 1 | -2/+2 | |
1991-10-01 | Exploit the new executable config.status | K. Richard Pixley | 1 | -6/+2 | |
1991-09-27 | * ldlnk960.c: Use new naming convention for *.x{,u,r} include scripts. | Per Bothner | 1 | -22/+68 | |
* ldm88k.sc: "Clean up" script, so that ldm88kUr.sc and ldm88kr.sc can be automatically generated. * ldemul.c, configure.in, config.h, Makefile.in: Add support for Sony NewsOS3. * Makefile.in: Re-do the way ldemulation scipts and structures are done. do we only need one or two files for each emulation target (a TARGET.sc and optionally TARGET.c, if ldtemplate isn't suitable). This gets rid of lots of extra source files. | |||||
1991-09-03 | *** empty log message *** | Steve Chamberlain | 1 | -4/+4 | |
1991-09-03 | *** empty log message *** | Steve Chamberlain | 1 | -3/+3 | |
1991-09-03 | *** empty log message *** | Steve Chamberlain | 1 | -24/+24 | |
1991-08-13 | Correct for a deficiency in sun make. | K. Richard Pixley | 1 | -1/+2 | |
1991-08-12 | Changed the script rule from "mkscript" to "./mkscript". | K. Richard Pixley | 1 | -5/+5 | |
1991-07-23 | With most makes, yacc is predefined so the previous approach doesn't | K. Richard Pixley | 1 | -2/+0 | |
work. | |||||
1991-07-16 | Correct the rule for mkscript. The explicit rule failed in subdirs. | K. Richard Pixley | 1 | -2/+0 | |
The default rule works just fine. | |||||
1991-07-16 | *** empty log message *** | Steve Chamberlain | 1 | -4/+10 | |
1991-06-20 | Changes to use yacc and/or bison in place. | K. Richard Pixley | 1 | -3/+11 | |
1991-06-14 | Cleaned up map file printing. | Steve Chamberlain | 1 | -15/+16 | |
Added support for bcs linkage Added NOLOAD, DESCT, COPY and OVERLAY keyword (though they don't do anything yet) | |||||
1991-06-12 | Awk for version number. | K. Richard Pixley | 1 | -1/+1 | |
1991-06-09 | Added support for binary comparisons. | K. Richard Pixley | 1 | -0/+3 | |
1991-05-31 | Remove processed scripts in "make clean". | John Gilmore | 1 | -0/+1 | |
1991-05-27 | Fixed link line. | K. Richard Pixley | 1 | -3/+3 | |
1991-05-18 | *** empty log message *** | Steve Chamberlain | 1 | -13/+12 | |
1991-05-18 | mkdep is not a standard tool nor do we support or install it. | K. Richard Pixley | 1 | -1/+1 | |
Assuming it's existence kills config, make, and install. | |||||
1991-05-14 | Added make dep | Steve Chamberlain | 1 | -32/+37 | |
Made filenames suitable for PCs | |||||
1991-05-14 | C | Steve Chamberlain | 1 | -1/+1 | |
:wq q VS: ---------------------------------------------------------------------- | |||||
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 1 | -8/+9 | |
Things that use -lbfd must also use -liberty, to get obstacks. | |||||
1991-04-25 | Use the new merged include directory. | John Gilmore | 1 | -1/+1 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -3/+8 | |
1991-04-18 | Pulled host & target dependancies out of Makefile. allow more | K. Richard Pixley | 1 | -36/+54 | |
flexibility in config.h. | |||||
1991-04-15 | Now handles multiple host and targets. | K. Richard Pixley | 1 | -3/+17 | |
1991-04-14 | Checkpoint before a merge | Steve Chamberlain | 1 | -16/+37 | |
1991-04-10 | Cut 2. Subdirs. | K. Richard Pixley | 1 | -3/+4 | |
1991-04-09 | First minimally usable config checkin. | K. Richard Pixley | 1 | -33/+53 | |
1991-04-04 | Initial revision | K. Richard Pixley | 1 | -0/+183 | |