old-cross-binutils/ld
1993-02-09 15:56:11 +00:00
..
config Keep forgetting those .Sanitize files. 1993-02-03 17:11:22 +00:00
scripts
.Sanitize Keep forgetting those .Sanitize files. 1993-02-03 17:11:22 +00:00
a29k.sc-sh
a29k.sh
aout.sc-sh Mon Oct 5 14:07:37 1992 Ian Lance Taylor (ian@cygnus.com) 1992-10-05 21:08:41 +00:00
cdtest-foo.cc
cdtest-foo.h
cdtest-func.cc
cdtest-main.cc
cdtest.exp
ChangeLog Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com) 1993-02-02 19:37:55 +00:00
config.h fix my default emulation changes 1993-01-08 22:06:17 +00:00
configure
configure.bat
configure.in Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com) 1993-01-22 22:30:52 +00:00
ebmon29k.sc-sh
ebmon29k.sh
generic.em
genscripts.sh
gld960.em
gld960.sh
go32.sh
h8300hms.em
h8300hms.sc-sh
h8300hms.sh
h8300xray.em
h8300xray.sc-sh
h8300xray.sh
hp300bsd.sh
i386aout.sh
i386coff.sc-sh Mon Oct 19 09:45:38 1992 Ian Lance Taylor (ian@cygnus.com) 1992-10-19 16:53:41 +00:00
i386coff.sh Support for i386-coff 1992-09-11 17:25:43 +00:00
i960.sc-sh
ld.1
ld.h
ld.texinfo
ldctor.h
ldemul.c
lderror.c
lderror.h * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, 1992-11-21 11:18:00 +00:00
ldexp.c
ldexp.h
ldfile.c
ldfile.h
ldgram.y Fix support for NOLOAD, add INCLUDE 1993-01-08 22:42:42 +00:00
ldindr.c
ldindr.h * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, 1992-11-21 11:18:00 +00:00
ldlang.c * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, 1992-11-21 11:18:00 +00:00
ldlang.h
ldlex.h
ldlex.l Fix support for NOLOAD, add INCLUDE 1993-01-08 22:42:42 +00:00
ldmain.c Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com) 1993-01-29 19:47:56 +00:00
ldmain.h
ldmisc.c
ldmisc.h
ldsym.c Removed garbage after #endif. 1993-02-09 15:56:11 +00:00
ldsym.h -y support 1992-12-07 16:49:54 +00:00
ldver.c
ldver.h
ldwarn.c * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new 1992-12-22 23:46:19 +00:00
ldwarn.h * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, 1992-11-21 11:18:00 +00:00
ldwrite.c
ldwrite.h
lnk960.em
lnk960.sh
m68kcoff.sc-sh Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-28 19:43:59 +00:00
m68kcoff.sh
m88kbcs.sc-sh
m88kbcs.sh
Makefile.dos
Makefile.in Thu Jan 28 15:12:04 1993 Ian Lance Taylor (ian@cygnus.com) 1993-01-28 23:13:32 +00:00
mips.sc-sh Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com) 1993-02-02 19:37:55 +00:00
mipsbig.sh Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com) 1993-02-03 17:10:09 +00:00
mipslit.sh Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com) 1993-01-22 22:30:52 +00:00
mkscript.c
mri.c
news.sh
README
relax.c Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 1993-01-12 00:47:20 +00:00
relax.h Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) 1993-01-12 00:47:20 +00:00
sa29200.sc-sh
sa29200.sh
st2000.em
st2000.sc-sh
st2000.sh
sun3.sh
sun4.sh
TODO
vanilla.em
vanilla.sc-sh
vanilla.sh
z8ksim.em Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) 1992-09-25 18:11:04 +00:00
z8ksim.sc-sh Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) 1992-09-25 18:11:04 +00:00
z8ksim.sh Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) 1992-09-25 18:11:04 +00:00

This is a BETA release of a completely rewritten GNU linker.
It is distributed with other "binary utilities" which should
be in ../binutils.  See ../binutils/README for more general notes,
including where to send bug reports.

There are many new features of the linker:

* The linker uses a Binary File Descriptor library (../bfd)
that it uses to read and write object files.  This helps
insulate the linker itself from the format of object files.

* The linker support a number of different object file
formats.  It can even handle multiple formats at once:
Read two input formats and write a third.

* The linker can be configured for cross-linking.

* The linker contains a control language.

* There is a manual.

Installation
============

See ../binutils/README.
If you want to make a cross-linker, you may want to specify
a different search path of -lfoo libraries than the default.
You can do this by setting the LIB_PATH variable in ./Makefile.

Porting to a new target
=======================

A new target configuration may need a new linker script (.sc file)
to specify linker actions (such as the layout of the output).
See if one of the existing ones are suitable.
Note that the Makefile generates variants of the standard script
that are used when ld is passed -r -Ur -N or -n options.
These variant default scripts are generated from the "master"
script using sed scripts that may not work in all cases.
Look at the rules and comments in ld/Makefile.in to make sure
you stay with the rules.

Otherwise, you may need to add a new "emulation" (a sample of a
recently added target and emulation is for the SOny 68k News
family - look for files named *news*).

Also see the notes in ../binutils/README.

Reporting bugs etc
===========================
See ../binutils/README.