darling-gdb/ld
Christophe Lyon fe33d2fa46 2010-03-02 Christophe Lyon <christophe.lyon@st.com>
Alan Modra  <amodra@gmail.com>

	bfd/
	* elf32-arm.c (a8_erratum_fix): Add st_type field to record the
	destination mode of the a8 stub.
	(elf32_arm_link_hash_table): Add top_id field.
	(elf32_arm_link_hash_table_create): Initialize top_id.
	(arm_type_of_stub): Update prototype, st_type can now be updated
	by this function. Actual destination address in case of PLT is
	computed here, to help factorizing code.
	(elf32_arm_stub_name): Update prototype, use stub_type additional
	parameter to build stub name.
	(elf32_arm_get_stub_entry): Update prototype, use stub_type
	additional parameter to build stub entry.
	(arm_build_one_stub): Use bfd_put_16/bfd_put_32 instead of
	put_thumb_insn/put_arm_insn as BE8 encoding is now handled later.
	Call elf32_arm_final_link_relocate to process all in-stub
	relocations.
	(elf32_arm_setup_section_lists): Update top_id.
	(cortex_a8_erratum_scan): Record stub destination mode.
	(elf32_arm_size_stubs): Update call to arm_type_of_stub according
	to new prototype.
	(elf32_arm_final_link_relocate): Enable processing of in-stub
	REL32 relocations. Rely on arm_type_of_stub to detect if a stub is
	needed, enabling code factorization.
	(elf32_arm_final_link): Process stub sections.
	(elf32_arm_output_map_sym): Add entry to code/data map.

	ld/testsuite/
	* ld-arm/arm-elf.exp: Change .text start address for
	farcall-thumb-arm tests. Add v4t variant for farcall-mixed-lib
	test.
	* ld-arm/farcall-mixed-lib-v4t.d: New test.
	* ld-arm/farcall-mixed-lib1.s: Don't force armv5t.
	* ld-arm/farcall-mixed-lib2.s: Likewise.
	* ld-arm/arm-call.d: Update expected results.
	* ld-arm/cortex-a8-far.d: Likewise.
	* ld-arm/farcall-group-size2.d: Likewise.
	* ld-arm/farcall-group.d: Likewise.
	* ld-arm/farcall-mix.d: Likewise.
	* ld-arm/farcall-mix2.d: Likewise.
	* ld-arm/farcall-mixed-app-v5.d: Likewise.
	* ld-arm/farcall-mixed-app.d: Likewise.
	* ld-arm/farcall-mixed-lib.d: Likewise.
	* ld-arm/farcall-thumb-arm.d: Likewise.
	* ld-arm/farcall-thumb-arm-blx.d: Likewise.
	* ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
	* ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
	* ld-arm/farcall-thumb-arm.s: Update test. Add a new call to
	potentially generate different types of stubs.
2010-03-02 08:19:54 +00:00
..
emulparams PR ld/11012 2009-12-09 01:26:03 +00:00
emultempl bfd/ 2010-02-19 01:47:16 +00:00
po Updated Bulgarian translation. 2010-02-23 11:19:35 +00:00
scripttempl * scripttempl/armbpabi.sc: Don't combine .init_array.* or 2010-02-27 12:34:25 +00:00
testsuite 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
aclocal.m4 bfd/ 2009-11-11 04:42:42 +00:00
ChangeLog Fix a typo in ld.texinfo. 2010-02-27 23:00:41 +00:00
ChangeLog-0001 Split ChangeLog files. 2004-01-02 11:16:21 +00:00
ChangeLog-0203 Restore 2002 ChangeLog history. 2004-04-16 23:56:29 +00:00
ChangeLog-2004 Fix a typo. 2009-01-13 15:49:13 +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-2007 Move 2007 ChangeLog entries to ChangeLog-2007. 2008-01-02 21:41:02 +00:00
ChangeLog-2008 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com> 2009-01-03 17:43:45 +00:00
ChangeLog-2009 Move 2009 binutils ChangeLog to ChangeLog-2009. 2010-01-01 18:06:10 +00:00
ChangeLog-9197 * ChangeLog-9197: Fix typos. 2003-10-25 16:26:30 +00:00
ChangeLog-9899 Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure * configure.in (ALL_LIBGUAS): Add bg. 2010-02-05 14:17:56 +00:00
configure.host ld/ 2009-03-17 05:33:00 +00:00
configure.in * configure.in (ALL_LIBGUAS): Add bg. 2010-02-05 14:17:56 +00:00
configure.tgt bfd 2009-09-29 14:17:19 +00:00
deffile.h 2009-10-23 Kai Tietz <kai.tietz@onevision.com> 2009-10-23 11:40:17 +00:00
deffilep.y * deffilep.y (def_file_free): Add missing shadow parameter renaming. 2009-12-17 19:33:59 +00:00
dep-in.sed * dep-in.sed: Don't use \n in replacement part of s command. 2009-06-04 06:57:56 +00:00
elf-hints-local.h 2007-08-10 H.J. Lu <hongjiu.lu@intel.com> 2007-08-10 12:25:30 +00:00
fdl.texi Change documentation license to FDL v1.3 2008-11-19 16:22:48 +00:00
gen-doc.texi Revert my last change since it has not been approved. 2008-07-12 08:54:13 +00:00
genscrba.sh ld: 2008-01-11 09:11:18 +00:00
genscripts.sh update copyright dates 2009-09-02 07:25:43 +00:00
h8-doc.texi Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
ld.h PR ld/10956 2009-11-26 13:45:25 +00:00
ld.texinfo Fix a typo in ld.texinfo. 2010-02-27 23:00:41 +00:00
ldcref.c * po/bfd.pot: Updated by the Translation project. 2009-09-11 15:27:38 +00:00
ldctor.c * po/bfd.pot: Updated by the Translation project. 2009-09-11 15:27:38 +00:00
ldctor.h update copyright dates 2009-09-02 07:25:43 +00:00
ldemul.c PR ld/6766 2009-09-13 07:19:18 +00:00
ldemul.h update copyright dates 2009-09-02 07:25:43 +00:00
ldexp.c 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
ldexp.h * po/bfd.pot: Updated by the Translation project. 2009-09-11 15:27:38 +00:00
ldfile.c PR 4437 2010-01-21 10:31:32 +00:00
ldfile.h update copyright dates 2009-09-02 07:25:43 +00:00
ldgram.y * lexsup.c: Rename --add-needed to --copy-dt-needed-entries. 2009-11-05 15:35:50 +00:00
ldint.texinfo update copyright dates 2009-09-02 07:25:43 +00:00
ldlang.c bfd/ 2010-02-25 03:49:15 +00:00
ldlang.h PR 4437 2010-01-21 10:31:32 +00:00
ldlex-wrapper.c ld/ 2010-02-10 19:48:16 +00:00
ldlex.h update copyright dates 2009-09-02 07:25:43 +00:00
ldlex.l ld/ 2010-02-10 19:48:16 +00:00
ldmain.c Add -Wshadow to the gcc command line options used when compiling the binutils. 2009-12-11 13:42:17 +00:00
ldmain.h * lexsup.c: Rename --add-needed to --copy-dt-needed-entries. 2009-11-05 15:35:50 +00:00
ldmisc.c bfd/ 2008-08-17 03:12:50 +00:00
ldmisc.h update copyright dates 2009-09-02 07:25:43 +00:00
ldver.c Change to "Copyright 2010". 2010-01-08 19:40:08 +00:00
ldver.h update copyright dates 2009-09-02 07:25:43 +00:00
ldwrite.c * po/bfd.pot: Updated by the Translation project. 2009-09-11 15:27:38 +00:00
ldwrite.h update copyright dates 2009-09-02 07:25:43 +00:00
lexsup.c PR ld/11006 2009-11-30 00:27:45 +00:00
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS. 2010-02-19 02:59:06 +00:00
Makefile.in * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS. 2010-02-19 02:59:06 +00:00
mri.c * po/bfd.pot: Updated by the Translation project. 2009-09-11 15:27:38 +00:00
mri.h update copyright dates 2009-09-02 07:25:43 +00:00
NEWS * lexsup.c: Rename --add-needed to --copy-dt-needed-entries. 2009-11-05 15:35:50 +00:00
pe-dll.c * pe-dll.c (generate_reloc): Take account of wrapper options when 2009-12-17 19:51:35 +00:00
pe-dll.h * emultempl/pe.em (OPTION_EXCLUDE_ALL_SYMBOLS): New macro. 2009-10-16 15:15:39 +00:00
pep-dll.c * emultempl/pe.em (OPTION_EXCLUDE_ALL_SYMBOLS): New macro. 2009-10-16 15:15:39 +00:00
pep-dll.h * emultempl/pe.em (OPTION_EXCLUDE_ALL_SYMBOLS): New macro. 2009-10-16 15:15:39 +00:00
README Add --with-lib-patch configure switch. 2002-08-23 08:03:32 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00
TODO 19990502 sourceware import 1999-05-03 07:29:11 +00:00

		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.