old-cross-binutils/ld
Ian Lance Taylor c4e48be344 * ldlang.c (lookup_name): Take new argument, force_load. If true,
reload the file even if it is already loaded.
	(wild): Call lookup_name with force_load argument of 0.
	(open_input_bfds): Call lookup_name with force_load argument of 1.
	(print_symbol): Remove declaration of non-existent function.
	(print_one_symbol): Return true rather than falling off end.
1994-02-11 22:40:20 +00:00
..
config Opps. 1994-02-08 00:40:55 +00:00
emulparams * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss. 1994-02-10 17:00:32 +00:00
emultempl Oops. 1994-02-08 00:40:22 +00:00
scripttempl Opps. 1994-02-08 00:40:55 +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
cdtest-foo.cc
cdtest-foo.h
cdtest-func.cc
cdtest-main.cc
cdtest.exp
ChangeLog * ldlang.c (lookup_name): Take new argument, force_load. If true, 1994-02-11 22:40:20 +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
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
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 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
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
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
ldver.c
ldver.h
ldwrite.c
ldwrite.h
Makefile.in * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions 1994-02-05 01:14:56 +00:00
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
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.