binutils-gdb/ld
David S. Miller d0c9aeb3fc include/
* elf/sparc.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.

bfd/

	* reloc.c (BFD_RELOC_SPARC_JMP_IREL): New.
	(BFD_RELOC_SPARC_IRELATIVE): Likewise.
	* bfd-in2.h: Regenerate.
	* libbfd.h: Regenerate.

	* elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
	and loc_hash_memory.
	(_bfd_sparc_elf_link_hash_table_free): Declare.
	* elf32-sparc.c (elf32_sparc_add_symbol_hook): New.
	(elf_backend_add_symbol_hook, elf_backend_post_process_headers,
	bfd_elf32_bfd_link_hash_table_free): Define.
	* elf64-sparc.c (elf64_sparc_add_symbol_hook): Set
	has_ifunc_symbols if STT_GNU_IFUNC.
	(bfd_elf64_bfd_link_hash_table_free): Define.
	(elf_backend_post_process_headers): Define always.
	* elfxx-sparc.c (sparc_jmp_irel_howto, sparc_irelative_howto): New.
	(sparc_reloc_map): Add entries for new IFUNC relocs.
	(_bfd_sparc_elf_reloc_type_lookup): Handle new IFUNC relocs.
	(_bfd_sparc_elf_info_to_howto_ptr): Likewise.
	(elf_sparc_local_htab_hash, elf_sparc_local_htab_eq,
	elf_sparc_get_local_sym_hash): New.
	(_bfd_sparc_elf_create_dynamic_sections): Move PLT ops initialization
	from here...
	(_bfd_sparc_elf_link_hash_table_create): ... to here.  Allocate
	local hash table.
	(_bfd_sparc_elf_link_hash_table_free): New.
	(create_ifunc_sections): New.
	(_bfd_sparc_elf_check_relocs): Unconditionally assign htab->elf.dynobj
	and call create_ifunc_sections().  For local STT_GNU_IFUNC symbols
	cons up a fake local hash table entry for it.  Unconditionally add
	a PLT refcount for STT_GNU_IFUNC symbols when h->def_regular.  Count
	dyn relocs for ifunc.
	(_bfd_sparc_elf_adjust_dynamic_symbol): Handle ifunc.
	(allocate_dynrelocs):  Unconditionally emit a PLT entry when STT_GNU_IFUNC
	and h->def_regular.  Count GOT dyn relocs for ifunc.
	(allocate_local_dynrelocs): New function.
	(_bfd_sparc_elf_size_dynamic_sections): Invoke it over the local hash table.
	Emit dynamic relocs to irelplt when not shared.  Treat iplt like splt.
	(_bfd_sparc_elf_relocate_section): Handle ifunc relocations by hand.
	(_bfd_sparc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc plt
	in iplt/irelplt.

ld/testsuite/

	* ld-ifunc/ifunc.exp: Run for sparc.
2010-02-08 20:28:43 +00:00
..
emulparams PR ld/11012 2009-12-09 01:26:03 +00:00
emultempl bfd/ 2010-02-08 13:50:17 +00:00
po * configure.in (ALL_LIBGUAS): Add bg. 2010-02-05 14:17:56 +00:00
scripttempl PR ld/11012 2009-12-09 01:26:03 +00:00
testsuite include/ 2010-02-08 20:28:43 +00:00
ChangeLog bfd/ 2010-02-08 13:50:17 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004 Fix a typo. 2009-01-13 15:49:13 +00:00
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
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-9899
MAINTAINERS
Makefile.am * Makefile.am: Remove spurious sanitization marker. 2009-10-19 10:32:12 +00:00
Makefile.in Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
NEWS * lexsup.c: Rename --add-needed to --copy-dt-needed-entries. 2009-11-05 15:35:50 +00:00
README
TODO
aclocal.m4 bfd/ 2009-11-11 04:42:42 +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
fdl.texi Change documentation license to FDL v1.3 2008-11-19 16:22:48 +00:00
gen-doc.texi
genscrba.sh
genscripts.sh update copyright dates 2009-09-02 07:25:43 +00:00
h8-doc.texi
ld.h PR ld/10956 2009-11-26 13:45:25 +00:00
ld.texinfo * ld.texinfo: Make it clear that --nmagic disables linking 2009-12-04 07:28:13 +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 PR 4437 2010-01-21 10:31:32 +00:00
ldlang.h PR 4437 2010-01-21 10:31:32 +00:00
ldlex.h update copyright dates 2009-09-02 07:25:43 +00:00
ldlex.l binutils/ 2009-11-19 05:06:35 +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
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
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
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
stamp-h.in
sysdep.h update copyright dates 2009-09-02 07:25:43 +00:00

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.