binutils-gdb/ld
Paul Brook 9c50426849 bfd/
* bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
	prototype.
	* bfd-in2.h: Regenerate.
	* libbfd.h: Regenerate.
	* elf32-arm.h (elf32_arm_link_hash_table): Add target1_is_rel.
	(elf32_arm_link_hash_table_create): Set target1_is_rel.
	(bfd_elf32_arm_process_before_allocation): Ditto.
	(elf32_arm_final_link_relocate): Handle R_ARM_TARGET1.
	(elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto.
	* elfarm-nabi.c (elf32_arm_howto_table): Rename RELABS to TARGET1.
	* reloc.c: Ditto.
gas/
	* config/tc-arm.c: Rename RELABS to TARGET1.
gas/testsuite/
	* gas/arm/pic.d: Rename RELABS to TARGET1.
	* gas/arm/pic.s: Ditto.
include/
	* elf/arm.h: Rename RELABS to TARGET1.
ld/
	* emulparams/armsymbian.sh: Set TARGET1_IS_REL.
	* emultempl/armelf.em: Use TARGET1_IS_REL.  Add --target1-{rel,abs}.
2004-09-13 14:14:32 +00:00
..
emulparams bfd/ 2004-09-13 14:14:32 +00:00
emultempl bfd/ 2004-09-13 14:14:32 +00:00
po
scripttempl * elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it. 2004-09-06 20:55:23 +00:00
testsuite Fix typo last entry 2004-09-08 23:44:28 +00:00
ChangeLog bfd/ 2004-09-13 14:14:32 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-9197
ChangeLog-9899
MAINTAINERS
Makefile.am * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors. 2004-09-03 17:15:44 +00:00
Makefile.in * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors. 2004-09-03 17:15:44 +00:00
NEWS 2004-07-19 H.J. Lu <hongjiu.lu@intel.com> 2004-07-19 19:14:51 +00:00
README
TODO
acinclude.m4
aclocal.m4 * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors. 2004-09-03 17:15:44 +00:00
config.in
configure binutils/ 2004-09-07 17:00:59 +00:00
configure.host
configure.in * configure.in: Set EXTRA_SHLIB_EXTENSION to .a for LynxOS. 2004-06-18 16:13:13 +00:00
configure.tgt * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors. 2004-09-03 17:15:44 +00:00
deffile.h
deffilep.y
dep-in.sed
fdl.texi
gen-doc.texi
genscripts.sh
h8-doc.texi
ld.h
ld.texinfo * ld.texinfo (Top): Document specific options of 68HC11 and 68HC12. 2004-08-02 20:03:41 +00:00
ldcref.c
ldctor.c
ldctor.h
ldemul.c
ldemul.h
ldexp.c * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: Apply data segment 2004-09-07 15:54:47 +00:00
ldexp.h
ldfile.c
ldfile.h
ldgram.y
ldint.texinfo
ldlang.c bfd/ 2004-08-25 23:40:56 +00:00
ldlang.h bfd/ 2004-07-19 16:40:52 +00:00
ldlex.h
ldlex.l
ldmain.c bfd/ 2004-08-13 03:16:01 +00:00
ldmain.h bfd/ 2004-07-19 16:40:52 +00:00
ldmisc.c bfd/ 2004-08-13 03:16:01 +00:00
ldmisc.h bfd/ 2004-08-13 03:16:01 +00:00
ldver.c
ldver.h
ldwrite.c bfd/ 2004-06-24 04:46:28 +00:00
ldwrite.h
lexsup.c bfd/ 2004-07-19 16:40:52 +00:00
mri.c
mri.h
pe-dll.c * pe-dll.c (auto_export): Filter on just the import prefix, "_imp_", not 2004-07-13 08:55:53 +00:00
pe-dll.h
stamp-h.in
sysdep.h

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.