binutils-gdb/ld
David MacKenzie 744b2885b4 remove cvs lossage 1994-02-06 01:05:54 +00:00
..
config New memory model. 1994-02-04 23:18:19 +00:00
emulparams More sicko segmentation support. 1994-02-04 23:08:00 +00:00
emultempl remove cvs lossage 1994-02-06 01:05:54 +00:00
scripttempl Support for various sicko segmented memory models. 1994-02-04 22:57:26 +00:00
testsuite get rid of rcs crud 1994-01-28 20:17:18 +00:00
.Sanitize keep test suite 1994-01-28 17:19:22 +00:00
ChangeLog * emultempl/lnk960.em (append), emultempl/hppaosf.em 1994-02-05 12:00:15 +00:00
ChangeLog.gm Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:18:25 +00:00
ChangeLog.mpw Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
Makefile.in * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions 1994-02-05 01:14:56 +00:00
NEWS
README
TODO
cdtest-foo.cc
cdtest-foo.h
cdtest-func.cc
cdtest-main.cc
cdtest.exp
config.h
configure
configure.bat
configure.in Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (Philippe 1994-01-14 20:43:07 +00:00
dep-in.sed New file used for rebuilding dependencies. 1993-12-13 19:37:22 +00:00
genscripts.sh The default script is now compiled in; the others are still in the filesystem. 1993-07-22 00:33:10 +00:00
h8-doc.texi
ld.1 clarify reason for -sort-common 1993-10-29 00:30:51 +00:00
ld.h * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle 1993-10-15 09:29:32 +00:00
ld.texinfo Formatting adjustments, for better smallbook formatting 1994-02-03 04:38:58 +00:00
ldctor.c Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldctor.h
ldemul.c A major rewrite to move the bulk of the linker into BFD so that 1993-12-30 19:51:41 +00:00
ldexp.c Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldexp.h
ldfile.c Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
ldfile.h
ldgram.y * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given, 1994-01-27 20:49:21 +00:00
ldint.texinfo minor fixes 1993-12-31 21:08:12 +00:00
ldlang.c * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions 1994-02-05 01:14:56 +00:00
ldlang.h * ldlang.c (relaxing): Removed global variable. 1994-01-24 17:59:18 +00:00
ldlex.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldlex.l * ldlex.l: Add rule to catch invalid input characters instead of 1994-01-28 19:36:53 +00:00
ldmain.c * emultempl/lnk960.em (append), emultempl/hppaosf.em 1994-02-05 12:00:15 +00:00
ldmain.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldmisc.c * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print 1994-01-28 21:20:11 +00:00
ldmisc.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldver.c
ldver.h
ldwrite.c A major rewrite to move the bulk of the linker into BFD so that 1993-12-30 19:51:41 +00:00
ldwrite.h
mpw-build.in Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
mpw-config.in Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
mpw-em.c Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:18:25 +00:00
mpw-make.in Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
mpw-xconfig.in Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:18:25 +00:00
mri.c Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
mri.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00

README

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.