binutils-gdb/ld
Nick Clifton 5472771991 * pe-dll.c: (make_one) Conditionally include jump stubs.
* emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
  redundant jump stubs from import libraries and exclude them from link.
2007-01-19 15:40:55 +00:00
..
emulparams * emulparams/elf32_spu.sh (OTHER_SECTIONS): Define. 2006-11-20 02:17:06 +00:00
emultempl * pe-dll.c: (make_one) Conditionally include jump stubs. 2007-01-19 15:40:55 +00:00
po bfd/ 2006-12-11 15:09:46 +00:00
scripttempl 2006-10-25 H.J. Lu <hongjiu.lu@intel.com> 2006-10-26 00:31:59 +00:00
testsuite ld/ 2007-01-19 15:13:29 +00:00
ChangeLog * pe-dll.c: (make_one) Conditionally include jump stubs. 2007-01-19 15:40:55 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2005 split changelogs 2006-01-16 23:15:07 +00:00
ChangeLog-2006 Move 2006 ChangeLog entries to ChangeLog-2006. 2007-01-09 14:29:31 +00:00
ChangeLog-9197
ChangeLog-9899
MAINTAINERS
Makefile.am bfd/ 2006-12-12 14:31:48 +00:00
Makefile.in bfd/ 2006-12-12 14:31:48 +00:00
NEWS ld/ 2007-01-19 14:51:27 +00:00
README
TODO
acinclude.m4
aclocal.m4 binutils/ 2006-05-02 14:20:46 +00:00
config.in 2006-10-24 H.J. Lu <hongjiu.lu@intel.com> 2006-10-23 16:44:17 +00:00
configure bfd/ 2006-12-11 15:09:46 +00:00
configure.host * configure.host: Add i[3-7]86-*-mingw* case. 2007-01-08 16:53:33 +00:00
configure.in bfd/ 2006-12-11 15:09:46 +00:00
configure.tgt Renamed target x86_64-*-mingw64 to x86_64-*-mingw*. 2007-01-08 17:21:50 +00:00
deffile.h 2006-01-31 Filip Navara <navaraf@reactos.com> 2006-01-31 22:08:14 +00:00
deffilep.y * deffilep.y (def_image_name): If LIBRARY or NAME statement 2006-04-01 04:51:23 +00:00
dep-in.sed ld/ 2005-10-30 17:40:28 +00:00
elf-hints-local.h * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets. 2006-04-11 10:36:26 +00:00
fdl.texi
gen-doc.texi * ld.texinfo: Document PowerPC and PowerPC64 options. 2006-05-05 00:51:37 +00:00
genscripts.sh * genscripts.sh: Respect LIBPATH_SUFFIX when not using sysroot. 2006-10-06 20:10:37 +00:00
h8-doc.texi
ld.h ld/ 2007-01-19 15:13:29 +00:00
ld.texinfo ld/ 2007-01-19 15:13:29 +00:00
ldcref.c bfd/ 2006-07-19 01:50:23 +00:00
ldctor.c * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
ldctor.h
ldemul.c * ldlang.h (lang_input_section_type): Remove "ifile" field. 2005-11-17 00:10:05 +00:00
ldemul.h * ldlang.h (lang_input_section_type): Remove "ifile" field. 2005-11-17 00:10:05 +00:00
ldexp.c ld/ 2007-01-06 22:03:46 +00:00
ldexp.h bfd/ 2005-08-05 13:52:13 +00:00
ldfile.c
ldfile.h
ldgram.y bfd/ 2006-09-07 17:16:34 +00:00
ldint.texinfo Fix spelling typos 2006-07-24 13:49:50 +00:00
ldlang.c bfd/ 2007-01-16 14:56:32 +00:00
ldlang.h bfd/ 2007-01-16 14:56:32 +00:00
ldlex.h bfd/ 2006-09-07 17:16:34 +00:00
ldlex.l bfd/ 2006-09-07 17:16:34 +00:00
ldmain.c ld/ 2007-01-19 15:13:29 +00:00
ldmain.h
ldmisc.c * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If 2006-03-31 11:23:55 +00:00
ldmisc.h
ldver.c
ldver.h
ldwrite.c * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
ldwrite.h
lexsup.c ld/ 2007-01-19 15:13:29 +00:00
mri.c
mri.h
pe-dll.c * pe-dll.c: (make_one) Conditionally include jump stubs. 2007-01-19 15:40:55 +00:00
pe-dll.h * pe-dll.c (pe_bfd_is_dll): New function. 2006-12-18 22:38:53 +00:00
pep-dll.c * pe-dll.c: Include pe-dll.h. 2007-01-02 07:43:13 +00:00
pep-dll.h * pep-dll.h (pep_bfd_is_dll): Add prototype. 2007-01-08 16:16:37 +00:00
stamp-h.in
sysdep.h

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.