old-cross-binutils/ld
1994-02-24 16:50:12 +00:00
..
config keep coff-sparc.mt 1994-02-24 16:49:21 +00:00
emulparams keep coff_sparc.sh 1994-02-24 16:50:12 +00:00
emultempl Oops. 1994-02-08 00:40:22 +00:00
scripttempl Opps. 1994-02-08 00:40:55 +00:00
testsuite keep ld.cdtest 1994-02-18 22:10:20 +00:00
.Sanitize keep test suite 1994-01-28 17:19:22 +00:00
cdtest-foo.cc
cdtest-foo.h
cdtest-func.cc
cdtest-main.cc
cdtest.exp
ChangeLog * ldlang.c (lang_size_sections): Only align section to alignment 1994-02-22 18:19:07 +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
config.h
configure
configure.bat
configure.in
dep-in.sed
genscripts.sh
h8-doc.texi
ld.1
ld.h
ld.texinfo Formatting adjustments, for better smallbook formatting 1994-02-03 04:38:58 +00:00
ldctor.c
ldctor.h
ldemul.c
ldexp.c
ldexp.h
ldfile.c
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
ldlang.c * ldlang.h (largest_section): Don't declare. 1994-02-22 17:32:30 +00:00
ldlang.h
ldlex.h
ldlex.l * ldlex.l: Add rule to catch invalid input characters instead of 1994-01-28 19:36:53 +00:00
ldmain.c * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and 1994-02-17 18:12:17 +00:00
ldmain.h
ldmisc.c * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and 1994-02-17 18:12:17 +00:00
ldmisc.h
ldver.c
ldver.h
ldwrite.c
ldwrite.h
Makefile.in (install-info): Depend on ld.info, and use "$<*" so 1994-02-16 01:17:43 +00:00
mpw-build.in
mpw-config.in
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
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
mri.h
NEWS
README
TODO

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.