aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1992-01-24target file for h8300Steve Chamberlain1-0/+1
1992-01-24.Sanitize: added relax.cSteve Chamberlain3-86/+91
ldsym.c ldlang.* more map stuff
1992-01-24 * Makefile.in: added relax, also made three stage go through aSteve Chamberlain9-123/+492
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
1992-01-24install ld in the gcclibdir if presentHeinz G. Seidl1-2/+10
1992-01-24Merging from VMS port. Doc to follow..Steve Chamberlain8-712/+995
1992-01-24(1) describe -relaxRoland Pesch1-3/+18
(2) push rev, copyright dates to present
1992-01-24(1) describe -relaxRoland Pesch1-258/+419
(2) restructure machine dependencies into separate chapter (3) replace pretty, but quick to become obsolete, graph of BFD platforms vs architectures with extended excerpt from (and ref to ) objdump -i.
1992-01-21Initial revisionMichael Tiemann2-0/+4
1991-12-30Initial revisionSteve Chamberlain1-0/+1
1991-12-20* Makefile.in, config/tm-*.h: Clean up make output, onlyJohn Gilmore9-13/+9
pass DEFAULT_EMULATION to ldmain.c.
1991-12-12Add mt-coff-h8300Steve Chamberlain1-0/+1
1991-12-12New dos filesSteve Chamberlain1-1/+6
1991-12-12Initial revisionSteve Chamberlain2-0/+533
1991-12-10* Makefile.in: Pass -y to bison. (Again; accidentally deleted by Rich.)Per Bothner4-50/+117
* news.sc, ldgld68k.sc: Define __end as well as _end.
1991-12-08*** empty log message ***Steve Chamberlain1-1/+5
1991-12-08 * ldindr.h: added to contain prototypes of ldindr.cSteve Chamberlain1-1/+1
* ldfile.c: include ctype.h * ldmain.c: include the requried prototype headers * ldwrite.c: get_reloc_upper_bound has been renamed bfd_get_reloc_upper_bound
1991-12-08Initial revisionSteve Chamberlain1-0/+9
1991-12-07Fri Dec 6 23:29:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley2-3/+53
* Makefile.in: punt "fundamental" mode because it breaks my emacs macros. install using INSTALL_PROGRAM and INSTALL_DATA. remove spaces following hyphens, bsd make can't cope. added standards.text support and made it look like all the other makefiles. * configure.in: configure now runs entirely in objdir so make file existence checks against ${srcdir}. Mark this directory as target dependent. Thu Dec 5 22:46:16 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-01HOSTING_LIBS now reflects where libgnu livesSteve Chamberlain1-1/+1
1991-11-29Uses something which will actuall work on an ebmon systemSteve Chamberlain1-35/+24
1991-11-26Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain2-14/+17
* config.h: h8 is now coff, not ieee * h8300hds.sc: reflect the same
1991-11-21.Sanitize:Steve Chamberlain2-1/+2
Include mh-delta88 mh-delta88: Remove gratuitous greeting
1991-11-15Remove ldgld.c, ldgld68k.c, ldm88k.c, since these arePer Bothner1-4/+5
now automatically generated.
1991-11-15Update HOSTING_LIBS (for Cygnus).Per Bothner1-1/+1
1991-11-14allow for yacc, whether or not it really worksK. Richard Pixley1-4/+3
1991-11-14build and install infoK. Richard Pixley1-2/+9
1991-11-14(1) better filtering of roff-formattable doc targetsRoland Pesch1-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 ldtemplatePer Bothner1-21/+23
to have names starting with ld__. This helps 'make clean'.
1991-11-13 * Makefile.in: Take out the version number for installSteve Chamberlain3-3/+15
* m88kbcs.sc: put in contructor blocks.
1991-11-12uses __inline for now for gccSteve Chamberlain1-2/+3
1991-11-12 * ldmisc.c, ldmisc.h: Re-write info() to take a filenamePer Bothner2-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 -vSteve Chamberlain2-4/+17
* Makefile.in: Added $(MINUS_G) flag so debugging can be turned off
1991-11-08Put .comments into .data section, otherwise 88k can't exec the image.Steve Chamberlain1-0/+1
1991-11-08Install ld into ddestdir/bin.Steve Chamberlain1-3/+1
1991-11-08Smallbook format fixes.Roland Pesch1-91/+100
1991-11-07Initial revisionSteve Chamberlain1-0/+13
1991-11-06Added three files which had been forgottenSteve Chamberlain1-1/+6
1991-11-06Call new bfd entrypoint bfd_make_section_old_waySteve Chamberlain1-34/+36
1991-11-05*** empty log message ***Steve Chamberlain1-1/+5
1991-11-05Initial revisionRoland Pesch1-0/+1013
1991-11-05*** empty log message ***Steve Chamberlain2-4/+9
1991-11-04Renamed all the files for the new schemeSteve Chamberlain1-15/+16
1991-11-04Initial revisionSteve Chamberlain1-0/+1
1991-11-04*** empty log message ***Steve Chamberlain1-0/+2
1991-11-04 i386 aout changes from Bob KukuraSteve Chamberlain1-2/+6
1991-11-04Initial revisionSteve Chamberlain2-0/+184
1991-11-04Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain3-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 Bothner3-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-24config file renaming, and boy did it need it!Steve Chamberlain1-4/+8
1991-10-16sparc-64 to sparc-llJohn Gilmore1-1/+1