binutils-gdb/ld
Nick Clifton e7c3341679 include/elf/
* common.h (STT_IFUNC): Define.
elfcpp/
            * elfcpp.h (enum STT): Add STT_IFUNC.
bfd/
            * syms.c (struct bfd_symbol): Add new flag BSF_INDIRECT_FUNCTION.
            Remove redundant flag BFD_FORT_COMM_DEFAULT_VALUE.  Renumber flags
            to remove gaps.
            (bfd_print_symbol_vandf): Return 'i' for BSF_INDIRECT_FUNCTION.
            (bfd_decode_symclass): Likewise.
            * elf.c (swap_out_syms): Translate BSF_INDIRECT_FUNCTION into
            STT_IFUNC.
            (elf_find_function): Treat STT_IFUNC in the same way as STT_FUNC.
            (_bfd_elf_is_function_type): Likewise.
            * elf32-arm.c (arm_elf_find_function): Likewise.
            (elf32_arm_adjust_dynamic_symbol): Likewise.
            (elf32_arm_swap_symbol_in): Likewise.
            (elf32_arm_additional_program_headers): Likewise.
            * elf32-i386.c (is_indirect_symbol): New function.
            (elf_i386_check_relocs): Also generate dynamic relocs for
            relocations against STT_IFUNC symbols.
            (allocate_dynrelocs): Likewise.
            (elf_i386_relocate_section): Likewise.
            * elf64-x86-64.c (is_indirect_symbol): New function.
            (elf64_x86_64_check_relocs): Also generate dynamic relocs for
            relocations against STT_IFUNC symbols.
            (allocate_dynrelocs): Likewise.
            (elf64_x86_64_relocate_section): Likewise.
            * elfcode.h (elf_slurp_symbol_table): Translate STT_IFUNC into
            BSF_INDIRECT_FUNCTION.
            * elflink.c (_bfd_elf_adjust_dynamic_reloc_section): Add support
            for STT_IFUNC symbols.
            (get_ifunc_reloc_section_name): New function.
            (_bfd_elf_make_ifunc_reloc_section): New function.
            * elf-bfd.h (struct bfd_elf_section_data): Add indirect_relocs field.
            * bfd-in2.h: Regenerate.
gas/
            * config/obj-elf.c (obj_elf_type): Add support for STT_IFUNC type.
            * doc/as.texinfo: Document new feature.
            * NEWS: Mention new feature.
gas/testsuite/
            * gas/elf/type.s: Add test of STT_IFUNC symbol type.
            * gas/elf/type.e: Update expected disassembly.
            * gas/elf/elf.exp: Update grep of symbol types.
ld/
            * NEWS: Mention new feature.
            * pe-dll.c (process_def_file): Replace use of redundant
            BFD_FORT_COMM_DEFAULT_VALUE with 0.
            * scripttempl/elf.sc: Add .rel.ifunc.dyn and .rela.ifunc.dyn
            sections.
ld/testsuite/
            * ld-mips-elf/reloc-1-n32.d: Updated expected output for reloc
            descriptions.
            * ld-mips-elf/reloc-1-n64.d: Likewise.
            * ld-i386/ifunc.d: New test.
            * ld-i386/ifunc.s: Source file for the new test.
            * ld-i386/i386.exp: Run the new test.
2008-12-03 14:51:00 +00:00
..
emulparams * emultempl/cr16elf.em (cr16_after_open): New function to handle 2008-11-27 12:41:14 +00:00
emultempl * emultempl/cr16elf.em (cr16_after_open): New function to handle 2008-11-27 12:41:14 +00:00
po * configure.in (ALL_LINGUAS): Add "id". 2008-10-08 15:58:26 +00:00
scripttempl include/elf/ 2008-12-03 14:51:00 +00:00
testsuite include/elf/ 2008-12-03 14:51:00 +00:00
aclocal.m4 * configure: Regenerate for new libtool. 2008-09-29 15:36:22 +00:00
ChangeLog include/elf/ 2008-12-03 14:51:00 +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 split changelogs 2006-01-16 23:15:07 +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-9197 * ChangeLog-9197: Fix typos. 2003-10-25 16:26:30 +00:00
ChangeLog-9899
config.in bfd/ 2008-09-11 19:02:04 +00:00
configure * configure.in (ALL_LINGUAS): Add "id". 2008-10-08 15:58:26 +00:00
configure.host Add support for i386-dragonfly target. 2007-08-28 11:02:55 +00:00
configure.in * configure.in (ALL_LINGUAS): Add "id". 2008-10-08 15:58:26 +00:00
configure.tgt * configure.tgt [spu-*-elf*]: Set NATIVE_LIB_DIRS to '/lib'. 2008-11-17 20:11:48 +00:00
deffile.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
deffilep.y Update sources to GPLv3 2007-07-06 14:09:45 +00:00
dep-in.sed ld/ 2005-10-30 17:40:28 +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 PR ld/5652 2008-01-28 11:07:44 +00:00
h8-doc.texi Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
ld.h PR ld/6430 2008-05-31 16:35:56 +00:00
ld.texinfo include/ 2008-11-26 01:04:17 +00:00
ldcref.c bfd/ 2008-08-17 03:12:50 +00:00
ldctor.c include/ 2008-02-15 03:35:53 +00:00
ldctor.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
ldemul.c * ldemul.h (ldemul_place_orphan): Update prototype. 2008-10-20 12:14:29 +00:00
ldemul.h * ldemul.h (ldemul_place_orphan): Update prototype. 2008-10-20 12:14:29 +00:00
ldexp.c * ldexp.c (fold_binary): Evaluate rhs when lhs not valid. 2008-09-25 02:34:00 +00:00
ldexp.h bfd/ 2007-09-18 00:25:07 +00:00
ldfile.c PR 6753 2008-08-09 10:15:39 +00:00
ldfile.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
ldgram.y * ld.texinfo (File Commands): Document that INCLUDE can be used in 2008-07-06 13:38:37 +00:00
ldint.texinfo PR linker/4844 2007-10-01 09:54:58 +00:00
ldlang.c include/ 2008-11-26 01:04:17 +00:00
ldlang.h * ldemul.c (ldemul_place_orphan): Add "constraint" param. 2008-10-04 06:08:59 +00:00
ldlex.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
ldlex.l * ld.texinfo (File Commands): Document that INCLUDE can be used in 2008-07-06 13:38:37 +00:00
ldmain.c bfd/ 2008-08-17 03:12:50 +00:00
ldmain.h include/ 2008-02-15 03:35:53 +00:00
ldmisc.c bfd/ 2008-08-17 03:12:50 +00:00
ldmisc.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
ldver.c Update copyright year in --version messages. 2008-11-17 17:44:32 +00:00
ldver.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
ldwrite.c include/ 2008-02-15 03:35:53 +00:00
ldwrite.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
lexsup.c Revert my last change since it has not been approved. 2008-07-12 08:54:13 +00:00
MAINTAINERS
Makefile.am * Makefile.am (spu_ovl.o_c): Add missing line continuations. 2008-11-14 06:54:40 +00:00
Makefile.in * Makefile.am (spu_ovl.o_c): Add missing line continuations. 2008-11-14 06:54:40 +00:00
mri.c Update sources to GPLv3 2007-07-06 14:09:45 +00:00
mri.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
NEWS include/elf/ 2008-12-03 14:51:00 +00:00
pe-dll.c include/elf/ 2008-12-03 14:51:00 +00:00
pe-dll.h 2008-11-14 Kai Tietz <kai.tietz@onevision.com> 2008-11-14 15:13:05 +00:00
pep-dll.c Update sources to GPLv3 2007-07-06 14:09:45 +00:00
pep-dll.h 2008-11-14 Kai Tietz <kai.tietz@onevision.com> 2008-11-14 15:13:05 +00:00
README Add --with-lib-patch configure switch. 2002-08-23 08:03:32 +00:00
stamp-h.in
sysdep.h Update sources to GPLv3 2007-07-06 14:09:45 +00:00
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.