binutils-gdb/ld
1993-01-08 22:06:17 +00:00
..
config recording file death 1992-12-08 04:59:31 +00:00
scripts
.Sanitize Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) 1992-09-25 18:11:04 +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 Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-28 19:43:59 +00:00
config.h fix my default emulation changes 1993-01-08 22:06:17 +00:00
configure
configure.bat
configure.in Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com) 1992-12-28 19:43:59 +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
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
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 -y support 1992-12-07 16:49:54 +00:00
ldmain.c Mon Oct 5 08:55:14 1992 Steve Chamberlain (sac@thepub.cygnus.com) 1992-10-05 16:15:11 +00:00
ldmain.h
ldmisc.c
ldmisc.h
ldsym.c * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new 1992-12-22 23:46:19 +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 Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) 1992-09-25 18:11:04 +00:00
mkscript.c
mri.c
news.sh
README
relax.c * relax.c (build_it): re-enable the processing of data_statements 1992-11-05 19:35:38 +00:00
relax.h * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c, 1992-11-21 11:18:00 +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.