old-cross-binutils/ld
Alan Modra 8423293d34 bfd/
* section.c (struct bfd_section): Replace link_order_head and
	link_order_tail with map_head and map_tail union.
	(STD_SECTION): Update.
	(_bfd_strip_section_from_output): Delete.
	* aoutx.h: Update throughout for above changes.
	* coff-ppc.c: Likewise.
	* cofflink.c: Likewise.
	* ecoff.c: Likewise.
	* elf-eh-frame.c: Likewise.
	* elf-m10300.c: Likewise.
	* elf.c: Likewise.
	* elf32-arm.c: Likewise.
	* elf32-cris.c: Likewise.
	* elf32-hppa.c: Likewise.
	* elf32-i386.c: Likewise.
	* elf32-m32r.c: Likewise.
	* elf32-m68hc1x.c: Likewise.
	* elf32-m68k.c: Likewise.
	* elf32-ppc.c: Likewise.
	* elf32-s390.c: Likewise.
	* elf32-sh.c: Likewise.
	* elf32-vax.c: Likewise.
	* elf32-xtensa.c: Likewise.
	* elf64-alpha.c: Likewise.
	* elf64-hppa.c: Likewise.
	* elf64-ppc.c: Likewise.
	* elf64-s390.c: Likewise.
	* elf64-sh64.c: Likewise.
	* elf64-x86-64.c: Likewise.
	* elflink.c: Likewise.
	* elfxx-ia64.c: Likewise.
	* elfxx-mips.c: Likewise.
	* elfxx-sparc.c: Likewise.
	* linker.c: Likewise.
	* merge.c: Likewise.
	* pdp11.c: Likewise.
	* xcofflink.c: Likewise.
	* elflink.c (bfd_boolean bfd_elf_size_dynsym_hash_dynstr): Split
	out from bfd_elf_size_dynamic_sections.
	* bfd-in.h (bfd_boolean bfd_elf_size_dynsym_hash_dynstr): Declare.
	* bfd-in2.h: Regenerate.
ld/
	* ldemul.c: Include bfdlink.h.
	(ldemul_before_allocation): Assume before_allocation is non-zero.
	(before_allocation_default): Call strip_excluded_output_sections.
	* ldlang.c (stripped_excluded_sections): New variable.
	(lang_add_section): Build input section list for each output
	section, attached via map_head and map_tail pointers.
	(strip_excluded_output_sections): Make global.  Traverse the
	input section lists to find which output sections can go.  Clear
	link_order pointers and set stripped_excluded_sections.
	(lang_process): Call strip_excluded_output_sections.
	* ldlang.h (strip_excluded_output_sections): Declare.
	* ldwrite.c: Update throuhout for link_order_head -> map_head change.
	* emultempl/aix.em (before_allocation): Call
	strip_excluded_output_sections.
	* emultempl/armcoff.em (before_allocation): Likewise.
	* emultempl/beos.em (before_allocation): Likewise.
	* emultempl/linux.em (before_allocation): Likewise.
	* emultempl/pe.em (before_allocation): Likewise.
	* emultempl/sunos.em (before_allocation): Likewise.
	* emultempl/elf32.em (before_allocation): Likewise.  Call
	bfd_elf_size_dynsym_hash_dynstr too.
	* emultempl/lnk960.em (lnk960_before_allocation): Delete.
	(ld_lnk960): Use before_allocation_default.
2005-05-04 11:00:28 +00:00
..
emulparams bfd/ 2005-03-16 02:41:28 +00:00
emultempl bfd/ 2005-05-04 11:00:28 +00:00
po Updated French translation 2005-03-24 21:13:03 +00:00
scripttempl bfd/ 2005-03-23 04:14:46 +00:00
testsuite * ld-fastcall/fastcall.exp: Don't run on i*86-*-openbsd*. 2005-04-26 19:11:14 +00:00
acinclude.m4
aclocal.m4
ChangeLog bfd/ 2005-05-04 11:00:28 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-9197
ChangeLog-9899
config.in bfd/ 2005-04-12 02:50:28 +00:00
configure bfd/ 2005-04-14 05:26:44 +00:00
configure.host * configure.host: Add *-*-openbsd support. 2005-04-24 20:26:38 +00:00
configure.in bfd/ 2005-04-14 05:26:44 +00:00
configure.tgt * configure.tgt: Add h8300*-*-rtemscoff. 2005-04-29 18:43:35 +00:00
deffile.h
deffilep.y
dep-in.sed
fdl.texi
gen-doc.texi
genscripts.sh
h8-doc.texi
ld.h 2005-04-06 Jakub Jelinek <jakub@redhat.com> 2005-04-06 15:33:03 +00:00
ld.texinfo * bfd/bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype. 2005-04-15 16:37:47 +00:00
ldcref.c
ldctor.c
ldctor.h
ldemul.c bfd/ 2005-05-04 11:00:28 +00:00
ldemul.h
ldexp.c * ldexp.c (exp_fold_tree): Ensure return value is initialized. 2005-03-14 12:29:13 +00:00
ldexp.h
ldfile.c * ldgram.y (lang_memory_region_type): Make static. 2005-04-28 23:54:33 +00:00
ldfile.h * ldgram.y (lang_memory_region_type): Make static. 2005-04-28 23:54:33 +00:00
ldgram.y * ldgram.y (lang_memory_region_type): Make static. 2005-04-28 23:54:33 +00:00
ldint.texinfo
ldlang.c bfd/ 2005-05-04 11:00:28 +00:00
ldlang.h bfd/ 2005-05-04 11:00:28 +00:00
ldlex.h
ldlex.l
ldmain.c bfd/ 2005-03-16 21:52:48 +00:00
ldmain.h
ldmisc.c
ldmisc.h
ldver.c
ldver.h
ldwrite.c bfd/ 2005-05-04 11:00:28 +00:00
ldwrite.h
lexsup.c Add a check for <unistd.h> providing a prototype for getopt() which is compatible 2005-04-04 11:27:16 +00:00
MAINTAINERS
Makefile.am bfd/ 2005-04-14 05:26:44 +00:00
Makefile.in bfd/ 2005-04-14 05:26:44 +00:00
mri.c * ldgram.y (lang_memory_region_type): Make static. 2005-04-28 23:54:33 +00:00
mri.h * ldgram.y (lang_memory_region_type): Make static. 2005-04-28 23:54:33 +00:00
NEWS Add cutoff for changes in 2.16 release 2005-03-15 17:49:15 +00:00
pe-dll.c
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.