binutils-gdb/ld
Paul Brook 6a5bb8757e 2007-02-22 Paul Brook <paul@codesourcery.com>
bfd/
	* elflink.c (gc_mark_hook_fn): Remove.
	(_bfd_elf_gc_mark): Rename gc_mark_hook_fn to elf_gc_mark_hook_fn.
	(bfd_elf_gc_sections): Ditto.  Call gc_mark_extra_sections.
	* elf-bfd.h (elf_gc_mark_hook_fn): Define.
	(elf_backend_data): Add gc_mark_extra_sections.
	* elfxx-target.h (elf_backend_gc_mark_extra_sections): Provide default
	definition.
	(elfNN_bed): Add elf_backend_gc_mark_extra_sections.
	* elf32-arm.c (elf32_arm_gc_mark_extra_sections): New function.
	(elf_backend_gc_mark_extra_sections): Define.

	ld/testsuite/
	* ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
	* ld-arm/gc-unwind.s: New file.
	* ld-arm/gc-unwind.d: New file.
2007-02-22 17:03:59 +00:00
..
emulparams bfd/ 2007-02-13 01:53:03 +00:00
emultempl * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size. 2007-02-13 07:47:22 +00:00
po bfd/ 2006-12-11 15:09:46 +00:00
scripttempl Support for Toshiba MeP. 2007-02-05 20:16:32 +00:00
testsuite 2007-02-22 Paul Brook <paul@codesourcery.com> 2007-02-22 17:03:59 +00:00
acinclude.m4
aclocal.m4
ChangeLog * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*, 2007-02-22 15:05:42 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006 Move 2006 ChangeLog entries to ChangeLog-2006. 2007-01-09 14:29:31 +00:00
ChangeLog-9197
ChangeLog-9899
config.in 2006-10-24 H.J. Lu <hongjiu.lu@intel.com> 2006-10-23 16:44:17 +00:00
configure top level: 2007-02-17 13:33:57 +00:00
configure.host * configure.host: Add i[3-7]86-*-mingw* case. 2007-01-08 16:53:33 +00:00
configure.in top level: 2007-02-17 13:33:57 +00:00
configure.tgt * configure.tgt (mips64*el-*-linux-*, mips64*-*-linux-*, 2007-02-22 15:05:42 +00:00
deffile.h
deffilep.y
dep-in.sed
elf-hints-local.h
fdl.texi
gen-doc.texi
genscripts.sh
h8-doc.texi
ld.h top level: 2007-02-17 13:33:57 +00:00
ld.texinfo * NEWS: Mention --vfp11-denorm-fix option. 2007-01-29 16:28:40 +00:00
ldcref.c * ldcref.c (check_reloc_refs): Compare section for local syms. 2007-02-17 00:24:00 +00:00
ldctor.c
ldctor.h
ldemul.c
ldemul.h
ldexp.c * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute. 2007-02-19 23:51:58 +00:00
ldexp.h
ldfile.c
ldfile.h
ldgram.y 2007-01-24 H.J. Lu <hongjiu.lu@intel.com> 2007-01-24 16:08:53 +00:00
ldint.texinfo
ldlang.c Take into account MEMORY regions when creating a segment map. 2007-02-21 16:43:50 +00:00
ldlang.h Take into account MEMORY regions when creating a segment map. 2007-02-21 16:43:50 +00:00
ldlex.h
ldlex.l
ldmain.c Take into account MEMORY regions when creating a segment map. 2007-02-21 16:43:50 +00:00
ldmain.h
ldmisc.c
ldmisc.h
ldver.c
ldver.h
ldwrite.c
ldwrite.h
lexsup.c top level: 2007-02-17 13:33:57 +00:00
MAINTAINERS
Makefile.am top level: 2007-02-17 13:33:57 +00:00
Makefile.in top level: 2007-02-17 13:33:57 +00:00
mri.c
mri.h
NEWS * NEWS: Mention --vfp11-denorm-fix option. 2007-01-29 16:28:40 +00:00
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
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.