Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-29 | Uses something which will actuall work on an ebmon system | Steve Chamberlain | 1 | -35/+24 | |
1991-11-26 | Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 2 | -14/+17 | |
* config.h: h8 is now coff, not ieee * h8300hds.sc: reflect the same | |||||
1991-11-21 | .Sanitize: | Steve Chamberlain | 2 | -1/+2 | |
Include mh-delta88 mh-delta88: Remove gratuitous greeting | |||||
1991-11-15 | Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are | Per Bothner | 1 | -4/+5 | |
now automatically generated. | |||||
1991-11-15 | Update HOSTING_LIBS (for Cygnus). | Per Bothner | 1 | -1/+1 | |
1991-11-14 | allow for yacc, whether or not it really works | K. Richard Pixley | 1 | -4/+3 | |
1991-11-14 | build and install info | K. Richard Pixley | 1 | -2/+9 | |
1991-11-14 | (1) better filtering of roff-formattable doc targets | Roland Pesch | 1 | -12/+16 | |
(2) better (I think) conformance to local practice re $(srcdir) and makeinfo -o | |||||
1991-11-13 | * Makefile.in: Rename .c files generated from ldtemplate | Per Bothner | 1 | -21/+23 | |
to have names starting with ld__. This helps 'make clean'. | |||||
1991-11-13 | * Makefile.in: Take out the version number for install | Steve Chamberlain | 3 | -3/+15 | |
* m88kbcs.sc: put in contructor blocks. | |||||
1991-11-12 | uses __inline for now for gcc | Steve Chamberlain | 1 | -2/+3 | |
1991-11-12 | * ldmisc.c, ldmisc.h: Re-write info() to take a filename | Per Bothner | 2 | -1/+10 | |
parameter, a format, and an arg pointer, and rename it to vfinfo(). Write info() in terms of new vfinfo(). New einfo() is the same as info(), except it writes to stderr. * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c, ldmisc.c: Replace "error" calls to info() by new einfo(). | |||||
1991-11-11 | * ldlex.l ldgram.y: made -V option do same as -v | Steve Chamberlain | 2 | -4/+17 | |
* Makefile.in: Added $(MINUS_G) flag so debugging can be turned off | |||||
1991-11-08 | Put .comments into .data section, otherwise 88k can't exec the image. | Steve Chamberlain | 1 | -0/+1 | |
1991-11-08 | Install ld into ddestdir/bin. | Steve Chamberlain | 1 | -3/+1 | |
1991-11-08 | Smallbook format fixes. | Roland Pesch | 1 | -91/+100 | |
1991-11-07 | Initial revision | Steve Chamberlain | 1 | -0/+13 | |
1991-11-06 | Added three files which had been forgotten | Steve Chamberlain | 1 | -1/+6 | |
1991-11-06 | Call new bfd entrypoint bfd_make_section_old_way | Steve Chamberlain | 1 | -34/+36 | |
1991-11-05 | *** empty log message *** | Steve Chamberlain | 1 | -1/+5 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+1013 | |
1991-11-05 | *** empty log message *** | Steve Chamberlain | 2 | -4/+9 | |
1991-11-04 | Renamed all the files for the new scheme | Steve Chamberlain | 1 | -15/+16 | |
1991-11-04 | Initial revision | Steve Chamberlain | 1 | -0/+1 | |
1991-11-04 | *** empty log message *** | Steve Chamberlain | 1 | -0/+2 | |
1991-11-04 | i386 aout changes from Bob Kukura | Steve Chamberlain | 1 | -2/+6 | |
1991-11-04 | Initial revision | Steve Chamberlain | 2 | -0/+184 | |
1991-11-04 | Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com) | Steve Chamberlain | 3 | -25/+59 | |
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-11-03 | * configure.in: Fixed typo. Also, a fix for hp300bsd. | Per Bothner | 3 | -7/+24 | |
* 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-24 | config file renaming, and boy did it need it! | Steve Chamberlain | 1 | -4/+8 | |
1991-10-16 | sparc-64 to sparc-ll | John Gilmore | 1 | -1/+1 | |
1991-10-16 | Add copright notice to mkscript.c as well. | Per Bothner | 2 | -1/+20 | |
1991-10-16 | Add or update copyright notices. | Per Bothner | 10 | -92/+102 | |
1991-10-15 | Initial revision | Per Bothner | 1 | -0/+51 | |
1991-10-15 | * Makefile.in: new targets ld.mm, ld.me | Roland Pesch | 2 | -6/+37 | |
(more roff forms of doc) | |||||
1991-10-15 | * Makefile.in, ldtemplate: Need to use separate scripts | Per Bothner | 3 | -28/+49 | |
for -n and -N options. Yet more complication. | |||||
1991-10-14 | Revise to match config renaming. | John Gilmore | 1 | -44/+9 | |
1991-10-12 | Fixed typo. | Per Bothner | 1 | -2/+5 | |
1991-10-12 | * Makefile.in: Avoid using $< in explicit Make rules (it doesn't | John Gilmore | 2 | -6/+15 | |
work). Add some lines to avoid Sun Make VPATH bugs. | |||||
1991-10-11 | * news.sc: Add alignment for data segment. | Per Bothner | 4 | -11/+35 | |
* 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 | * Makefile.in: new targets ld.ms, ld-index.ms | Roland Pesch | 1 | -0/+5 | |
ld.texinfo: remove tabs, other cleanups for texi2roff | |||||
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 | 4 | -10/+22 | |
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 | *** empty log message *** | Steve Chamberlain | 2 | -2/+10 | |
1991-10-11 | Initial revision | Steve Chamberlain | 2 | -0/+39 | |
1991-10-11 | * Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k | Steve Chamberlain | 2 | -8/+22 | |
stuff | |||||
1991-10-11 | * ldtemplate: include bfd.h before sysdep.h. | Steve Chamberlain | 2 | -2/+6 | |
1991-10-11 | Restructure configuration scheme for bfd, binutils, ld. | John Gilmore | 1 | -0/+25 | |
1991-10-11 | Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. | John Gilmore | 1 | -1/+1 | |