binutils-gdb/ld
Alan Modra 70487fb206 * ldmain.c (main): Add \n to error message. 2005-11-06 23:12:36 +00:00
..
emulparams Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
emultempl Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
po Regenerate 2005-10-25 02:20:17 +00:00
scripttempl 2005-11-03 Paul Brook <paul@codesourcery.com> 2005-11-03 15:01:58 +00:00
testsuite PR ld/1501 2005-10-31 04:08:40 +00:00
ChangeLog * ldmain.c (main): Add \n to error message. 2005-11-06 23:12:36 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-9197
ChangeLog-9899
MAINTAINERS
Makefile.am ld/ 2005-10-30 17:40:28 +00:00
Makefile.in ld/ 2005-10-30 17:40:28 +00:00
NEWS Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
README
TODO
acinclude.m4 ./ 2005-05-15 18:19:45 +00:00
aclocal.m4 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> 2005-09-30 18:59:46 +00:00
config.in configure clean up patch from Steve Ellcey. 2005-06-09 18:39:34 +00:00
configure configure clean up patch from Steve Ellcey. 2005-06-09 18:39:34 +00:00
configure.host 2005-07-19 Paul Brook <paul@codesourcery.com> 2005-07-19 12:43:19 +00:00
configure.in configure clean up patch from Steve Ellcey. 2005-06-09 18:39:34 +00:00
configure.tgt Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00
deffile.h Update FSF addresses 2005-05-12 07:32:09 +00:00
deffilep.y Update FSF addresses 2005-05-12 07:32:09 +00:00
dep-in.sed ld/ 2005-10-30 17:40:28 +00:00
fdl.texi Update FSF addresses 2005-05-12 07:32:09 +00:00
gen-doc.texi
genscripts.sh
h8-doc.texi
ld.h asintl.h/bucomm.h/ld.h: Prevent the inclusion of <libintl.h> from the Solaris 2005-09-30 11:42:05 +00:00
ld.texinfo * ld.texinfo (--reduce-memory-overheads): Fix typo. 2005-10-24 23:07:12 +00:00
ldcref.c 2005-10-05 H.J. Lu <hongjiu.lu@intel.com> 2005-10-05 16:12:17 +00:00
ldctor.c Update FSF addresses 2005-05-12 07:32:09 +00:00
ldctor.h Update FSF addresses 2005-05-12 07:32:09 +00:00
ldemul.c bfd/ 2005-08-04 06:22:14 +00:00
ldemul.h bfd/ 2005-08-04 06:22:14 +00:00
ldexp.c * ldlang.h (lang_output_section_statement_struct): Change type of 2005-09-20 03:00:53 +00:00
ldexp.h bfd/ 2005-08-05 13:52:13 +00:00
ldfile.c Update FSF addresses 2005-05-12 07:32:09 +00:00
ldfile.h Update FSF addresses 2005-05-12 07:32:09 +00:00
ldgram.y * ld.texino: Describe double-quoted string syntax for version 2005-10-13 17:29:57 +00:00
ldint.texinfo Update FSF addresses 2005-05-12 07:32:09 +00:00
ldlang.c * ldlang.c (struct output_statement_hash_entry): Don't indirect to os. 2005-11-04 13:26:53 +00:00
ldlang.h * ldlang.h (lang_output_section_statement_type): Rearrange. Remove 2005-11-03 02:54:10 +00:00
ldlex.h Update FSF addresses 2005-05-12 07:32:09 +00:00
ldlex.l bfd/ 2005-08-05 13:52:13 +00:00
ldmain.c * ldmain.c (main): Add \n to error message. 2005-11-06 23:12:36 +00:00
ldmain.h Update FSF addresses 2005-05-12 07:32:09 +00:00
ldmisc.c 2005-10-05 H.J. Lu <hongjiu.lu@intel.com> 2005-10-05 16:12:17 +00:00
ldmisc.h Update FSF addresses 2005-05-12 07:32:09 +00:00
ldver.c Update FSF addresses 2005-05-12 07:32:09 +00:00
ldver.h Update FSF addresses 2005-05-12 07:32:09 +00:00
ldwrite.c * ldlang.h (lang_output_section_statement_type): Rearrange. Remove 2005-11-03 02:54:10 +00:00
ldwrite.h Update FSF addresses 2005-05-12 07:32:09 +00:00
lexsup.c * as.c (show_usage): Document "@FILE". 2005-10-30 18:08:52 +00:00
mri.c Update FSF addresses 2005-05-12 07:32:09 +00:00
mri.h Update FSF addresses 2005-05-12 07:32:09 +00:00
pe-dll.c pe-dll.c (pe_exe_fill_sections): Call lang_reset_memory_regions before 2005-08-10 16:46:30 +00:00
pe-dll.h Update FSF addresses 2005-05-12 07:32:09 +00:00
stamp-h.in
sysdep.h configure clean up patch from Steve Ellcey. 2005-06-09 18:39:34 +00:00

README

		README for LD

This is the 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 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 supports 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 supports a control language.

* There is a user manual (ld.texinfo), as well as the
  beginnings of an internals manual (ldint.texinfo).

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
or using the --with-lib-path configure switch.

To build just the linker, make the target all-ld from the top level
directory (one directory above this one).

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

See the ldint.texinfo manual.

Reporting bugs etc
===========================

See ../binutils/README.

Known problems
==============

The Solaris linker normally exports all dynamic symbols from an
executable.  The GNU linker does not do this by default.  This is
because the GNU linker tries to present the same interface for all
similar targets (in this case, all native ELF targets).  This does not
matter for normal programs, but it can make a difference for programs
which try to dlopen an executable, such as PERL or Tcl.  You can make
the GNU linker export all dynamic symbols with the -E or
--export-dynamic command line option.

HP/UX 9.01 has a shell bug that causes the linker scripts to be
generated incorrectly.  The symptom of this appears to be "fatal error
- scanner input buffer overflow" error messages.  There are various
workarounds to this:
  * Build and install bash, and build with "make SHELL=bash".
  * Update to a version of HP/UX with a working shell (e.g., 9.05).
  * Replace "(. ${srcdir}/scripttempl/${SCRIPT_NAME}.sc)" in
    genscripts.sh with "sh ${srcdir}..." (no parens) and make sure the
    emulparams script used exports any shell variables it sets.