binutils-gdb/ld
Alan Modra 7e9f086769 bfd/
* elflink.c (elf_link_add_object_symbols): Don't create link dynamic
	sections immediately when linking shared libs.  Instead, wait until
	we know a lib is needed.
	(_bfd_elf_link_create_dynstrtab): Extract from..
	(_bfd_elf_link_create_dynamic_sections_): ..here.
	(elf_add_dt_needed_tag): Call _bfd_elf_link_create_dynstrtab and
	_bfd_elf_link_create_dynamic_sections.  Add abfd param.  Allow
	for non-existent .dynamic.
	(elf_link_output_extsym): Don't complain about undefined symbols
	in as-needed dynamic libs that aren't actually linked.
ld/
	* emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
	(gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
	only needed by an as-needed lib that didn't get linked.
2005-01-25 01:40:04 +00:00
..
emulparams * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;". 2005-01-22 18:13:16 +00:00
emultempl bfd/ 2005-01-25 01:40:04 +00:00
po
scripttempl * scripttempl/pe.sc (.data): Add .jcr subsection. 2004-11-30 23:54:53 +00:00
testsuite * elf-eh-frame.c (skip_cfa_op, skip_non_nops): New functions. 2005-01-17 17:44:41 +00:00
acinclude.m4
aclocal.m4
ChangeLog bfd/ 2005-01-25 01:40:04 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-9197
ChangeLog-9899
config.in
configure * configure.in: Be sure to invoke config.sub using the shell. 2005-01-12 22:12:24 +00:00
configure.host * configure.host: Correct sed patterns for last change. 2005-01-11 09:36:46 +00:00
configure.in * configure.in: Be sure to invoke config.sub using the shell. 2005-01-12 22:12:24 +00:00
configure.tgt * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o. 2005-01-20 19:37:49 +00:00
deffile.h
deffilep.y * defilep.y (def_name, def_library): Combine into... 2005-01-16 09:18:35 +00:00
dep-in.sed
fdl.texi
gen-doc.texi
genscripts.sh
h8-doc.texi
ld.h
ld.texinfo * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct 2005-01-23 07:43:52 +00:00
ldcref.c
ldctor.c
ldctor.h
ldemul.c
ldemul.h * ldemul.h: Forward declare struct option. 2004-12-07 12:29:41 +00:00
ldexp.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
ldexp.h * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields. 2004-12-17 15:50:02 +00:00
ldfile.c
ldfile.h
ldgram.y * ldgram.y (AS_NEEDED): New token. 2005-01-21 12:04:25 +00:00
ldint.texinfo
ldlang.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
ldlang.h * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
ldlex.h
ldlex.l * ldgram.y (AS_NEEDED): New token. 2005-01-21 12:04:25 +00:00
ldmain.c * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
ldmain.h * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
ldmisc.c PR binutils/609 2005-01-10 15:45:00 +00:00
ldmisc.h
ldver.c
ldver.h
ldwrite.c
ldwrite.h
lexsup.c * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
MAINTAINERS
Makefile.am * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o. 2005-01-20 19:37:49 +00:00
Makefile.in * ld.texinfo (Location Counter <dot outside sections>): Document 2005-01-23 05:36:37 +00:00
mri.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
mri.h
NEWS * ldgram.y (AS_NEEDED): New token. 2005-01-21 12:04:25 +00:00
pe-dll.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
pe-dll.h
README
stamp-h.in
sysdep.h
TODO

		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.