old-cross-binutils/ld
Bernd Schmidt d4730f921a bfd/
* elf-bfd.h (struct bfd_elf_section_reloc_data): New structure.
	(struct bfd_elf_section_data): New members REL and RELA; delete
	members REL_HDR, REL_HDR2, REL_COUNT, REL_COUNT2, REL_IDX,
	REL_IDX2, REL_HASHES.
	(_bfd_elf_init_reloc_shdr): Adjust declaration.
	(_bfd_elf_single_rel_hdr): Declare.
	(RELOC_AGAINST_DISCARDED_SECTION): Use it.
	* elf.c (bfd_section_from_shdr): Adjusted to match changes in
	data structures.
	(_bfd_elf_init_reloc_shdr): New arg RELDATA.  Remove arg REL_HDR.
	All callers changed.  Allocate memory for the Elf_Internal_Shdr
	structure.
	(_bfd_elf_single_rel_hdr): New function.
	(struct fake_section_arg): New structure.
	(elf_fake_section): Expect to see a pointer to it in the third
	argument.  If doing a relocatable link, allocate both REL and RELA
	sections as needed.
	(assign_section_numbers): Adjusted to match changes in
	data structures.
	(_bfd_elf_compute_section_file_positions): Call elf_fake_sections
	with a struct fake_section_args argument.
	* elfcode.h (elf_write_relocs): Adjusted to match changes in
	data structures.
	(elf_slurp_reloc_table): Likewise.
	* elflink.c (_bfd_elf_link_read_relocs): Likewise.
	(_bfd_elf_link_size_reloc_section): Remove arg REL_HDR, replace with
	RELDATA.  Remove argument O.  All callers changed.  Remove code to
	discover the right rel_hdr and count.
	(_bfd_elf_link_output_relocs): Adjusted to match changes in
	data structures.
	(elf_link_adjust_relocs): Remove args REL_HDR, COUNT and REL_HASH;
	replace with RELDATA.  All callers changed.
	(elf_link_input_bfd): Correctly generate rel_hash data when both
	REL and RELA sections are present.
	(elf_reloc_link_order): Adjusted to match changes in
	data structures.
	(bfd_elf_final_link): Simplify code to count relocs.  Free the
	hashes array for both REL and RELA.
	(get_dynamic_reloc_section_name): Use _bfd_elf_single_reloc_hdr
	* elf32-m32r.c (m32r_elf_fake_sections, elf_backend_fake_sections):
	Delete.
	* elf32-tic6x.c (elf32_tic6x_fake_sections, elf_backend_fake_sections):
	Delete.
	(elf32_tic6x_rel_relocation_p): Adjusted to match changes in
	data structures.
 	* elf32-microblaze.c (microblaze_elf_check_relocs): Use
	_bfd_elf_single_rel_hdr.
	* elf32-ppc.c (ppc_elf_relax_section): Likewise.
	* elf32-spu.c (spu_elf_relocate_section): Likewise.
	* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
	* elf64-hppa.c (get_reloc_section): Likewise.
	* elf64-mips.c (mips_elf64_slurp_reloc_table): Adjusted to match
	changes in data structures.
	(mips_elf64_write_relocs): Use _bfd_elf_single_rel_hdr.
	* elf64-ppc.c (ppc64_elf_edit_opd): Likewise.
	(ppc64_elf_edit_toc): Likewise.
	(get_relocs): Adjusted to match changes in data structures.
	Allocate an Elf_Internal_Shdr structure if necessary.
	(ppc64_elf_finish_dynamic_sections): Use _bfd_elf_single_rel_hdr.
	* elf64-sparc.c (elf64_sparc_slurp_reloc_table): Adjusted to match
	changes in data structures.
	* elfxx-ia64.c (get_reloc_section): Use _bfd_elf_single_rel_hdr.
	* elfxx-mips.c (MIPS_RELOC_RELA_P): Remove macro.
	(mips_elf_rel_relocation_p): Adjusted to match changes in data
	structures.
	(_bfd_mips_elf_relocate_section): Use mips_elf_rel_relocation_p rather
	than MIPS_RELOC_RELOCA_P.
	* elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use
	_bfd_elf_single_rel_hdr.
	(_bfd_sparc_elf_relocate_section): Likewise.

ld/
	* emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use
	_bfd_elf_single_rel_hdr.
2010-10-04 14:13:10 +00:00
..
emulparams * emulparams/elf32_sparc.sh: Set NOP to 0x01000000 2010-09-20 18:41:15 +00:00
emultempl bfd/ 2010-10-04 14:13:10 +00:00
po remove maxq-coff port 2010-06-29 04:17:34 +00:00
scripttempl * scripttempl/armcoff.sc: Revert 2010-09-22 change. 2010-09-24 04:41:12 +00:00
testsuite Add 2 tests for PR ld/11812. 2010-10-01 04:47:02 +00:00
aclocal.m4 bfd/ 2010-05-07 12:28:50 +00:00
ChangeLog bfd/ 2010-10-04 14:13:10 +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
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure Fix unportable shell quoting. 2010-09-27 20:23:01 +00:00
configure.host PR ld/11426 2010-03-25 22:49:44 +00:00
configure.in gold: 2010-04-27 14:12:32 +00:00
configure.tgt Select 32-bit pei for 64-bit pei configurations. 2010-09-02 22:54:44 +00:00
deffile.h 2009-10-23 Kai Tietz <kai.tietz@onevision.com> 2009-10-23 11:40:17 +00:00
deffilep.y 2010-05-25 Kai Tietz <kai.tietz@onevision.com> 2010-05-25 10:05:16 +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 etc/ChangeLog 2010-06-08 10:30:56 +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
ld.h PR ld/10956 2009-11-26 13:45:25 +00:00
ld.texinfo PR ld/12066 2010-10-01 08:15:42 +00:00
ldcref.c PR ld/11367 2010-03-10 22:44:01 +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 PR ld/12066 2010-10-01 08:15:42 +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 etc/ChangeLog 2010-06-08 10:30:56 +00:00
ldlang.c * ldlang.c (lang_place_orphans): Zero vma when relocatable or non-load 2010-09-29 06:17:12 +00:00
ldlang.h PR ld/11931 2010-09-10 01:23:12 +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 * ldlex.l (WILDCHAR): Add the caret and exclamation point 2010-08-31 16:08:24 +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 2010-09-22 Kai Tietz <kai.tietz@onevision.com> 2010-09-22 14:20:24 +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
Makefile.am * Makefile.am (eshlelf_fd.c): Correct the name of the tool 2010-08-20 21:18:39 +00:00
Makefile.in * Makefile.am (eshlelf_fd.c): Correct the name of the tool 2010-08-20 21:18:39 +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 binutils/ 2010-09-09 10:46:33 +00:00
pe-dll.c fix set but unused variable warnings 2010-06-27 04:07:55 +00:00
pe-dll.h 2010-04-05 Kai Tietz <kai.tietz@onevision.com> 2010-04-05 09:04:09 +00:00
pep-dll.c 2010-04-05 Kai Tietz <kai.tietz@onevision.com> 2010-04-05 09:04:09 +00:00
pep-dll.h 2010-04-05 Kai Tietz <kai.tietz@onevision.com> 2010-04-05 09:04:09 +00:00
README
stamp-h.in
sysdep.h update copyright dates 2009-09-02 07:25:43 +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.