binutils-gdb/ld
Jakub Jelinek 6576570080 * elf-bfd.h (enum elf_link_info_type): New.
(struct bfd_elf_section_data): Remove stab_info and merge_info
	fields, add sec_info and sec_info_type.
	(struct elf_obj_tdata): Add eh_frame_hdr field.
	(_bfd_elf_discard_section_eh_frame): New prototype.
	(_bfd_elf_discard_section_eh_frame_hdr): Likewise.
	(_bfd_elf_eh_frame_section_offset): Likewise.
	(_bfd_elf_write_section_eh_frame): Likewise.
	(_bfd_elf_write_section_eh_frame_hdr): Likewise.
	* Makefile.am (BFD32_BACKENDS): Add elf-eh-frame.lo.
	(BFD32_BACKENDS_CFILES): Add elf-eh-frame.c.
	(elf-eh-frame.lo): New.
	* Makefile.in: Rebuilt.
	* configure.in (elf): Add elf-eh-frame.lo.
	* configure: Rebuilt.
	* elf.c (_bfd_elf_print_private_bfd_data): Support PT_GNU_EH_FRAME.
	(map_sections_to_segments): Create PT_GNU_EH_FRAME if requested.
	(get_program_header_size): Take into account PT_GNU_EH_FRAME
	segment.
	(_bfd_elf_rela_local_sym): Use sec_info_type and sec_info.
	(_bfd_elf_rel_local_sym): Likewise.
	(_bfd_elf_section_offset): Likewise.  Call
	_bfd_elf_eh_frame_section_offset too.
	* elfxx-ia64.c (elfNN_ia64_relocate_section): Use sec_info_type and
	sec_info.
	* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
	* elf-eh-frame.c: New file.
	* elflink.h (elf_link_add_object_symbols): Don't optimize SHF_MERGE
	.stab sections.  Set sec_info_type, use sec_info instead
	of merge_info and stab_info.
	(elf_link_create_dynamic_sections): Create .eh_frame_hdr section
	if --eh-frame-hdr.
	(elf_bfd_final_link): Write .eh_frame_hdr section.
	(elf_link_sec_merge_syms): Use sec_info_type and sec_info.
	(elf_link_input_bfd): Likewise.
	Call _bfd_elf_write_section_eh_frame to write .eh_frame sections.
	(elf_bfd_discard_info): Add output_bfd argument.
	Call _bfd_elf_discard_section_eh_frame and
	_bfd_elf_discard_section_eh_frame_hdr.
	(elf_section_ignore_discarded_relocs): Use sec_info_type, not section
	names.
	* bfd-in.h (bfd_elf32_discard_info, bfd_elf64_discard_info): Adjust
	prototypes.
	* bfd-in2.h (bfd_elf32_discard_info, bfd_elf64_discard_info): Likewise.

	* elf/common.h (PT_GNU_EH_FRAME): Define.
	* bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field.

	* emultempl/elf32.em (finish): Supply output_bfd
	to bfd_elf*_discard_info.
	(OPTION_EH_FRAME_HDR): Define.
	(longopts): Add --eh-frame-hdr.
	(parse_args): Handle it.
	(list_options): Add --eh-frame-hdr to help.
	* emultempl/hppaelf.em (finish): Supply output_bfd
	to bfd_elf*_discard_info.
	* scripttempl/elf.sc (.eh_frame_hdr): Add.

	* readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
2001-12-13 11:09:34 +00:00
..
emulparams Index: bfd/ChangeLog 2001-12-08 03:46:03 +00:00
emultempl * elf-bfd.h (enum elf_link_info_type): New. 2001-12-13 11:09:34 +00:00
po Add .cvsignore files to skip .gmo files 2001-11-28 18:57:14 +00:00
scripttempl * elf-bfd.h (enum elf_link_info_type): New. 2001-12-13 11:09:34 +00:00
testsuite 2001-11-30 H.J. Lu <hjl@gnu.org> 2001-11-30 15:41:17 +00:00
ChangeLog * elf-bfd.h (enum elf_link_info_type): New. 2001-12-13 11:09:34 +00:00
ChangeLog-9197 Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ChangeLog-9899 Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
MAINTAINERS add MAINTAINERS files 2000-07-05 19:28:06 +00:00
Makefile.am Index: bfd/ChangeLog 2001-12-08 03:46:03 +00:00
Makefile.in Index: bfd/ChangeLog 2001-12-08 03:46:03 +00:00
NEWS Add support for -z nocopyreloc. 2001-10-03 15:11:48 +00:00
README Change bug reporting email address. 2001-07-19 10:43:13 +00:00
TODO 19990502 sourceware import 1999-05-03 07:29:11 +00:00
acinclude.m4 * acinclude.m4: Include libtool and gettext macros from the 2000-08-31 09:46:11 +00:00
aclocal.m4 Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
config.in Add support for arm-vxworks target 2001-04-27 17:12:18 +00:00
configure Add translations 2001-11-02 19:09:06 +00:00
configure.host * configure.host: Move alpha*-*-linux-gnu* entry to generic 2001-10-23 05:49:02 +00:00
configure.in Add translations 2001-11-02 19:09:06 +00:00
configure.tgt Index: bfd/ChangeLog 2001-12-08 03:46:03 +00:00
deffile.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
deffilep.y Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
dep-in.sed Match space at start of file name, not end. 2000-04-20 02:13:01 +00:00
gen-doc.texi Add MMIX support 2001-10-30 15:20:14 +00:00
genscripts.sh 2001-10-05 H.J. Lu <hjl@gnu.org> 2001-10-05 16:40:23 +00:00
h8-doc.texi 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ld.h 2001-11-01 Chris Demetriou <cgd@broadcom.com> 2001-11-02 01:13:09 +00:00
ld.texinfo * ld.texinfo: Use @command for commands, @option for options. 2001-11-09 20:30:40 +00:00
ldcref.c * ldcref.c (check_section_sym_xref): New function. 2001-07-23 07:54:04 +00:00
ldctor.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
ldctor.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldemul.c Pass argc and argv to ldemul_choose_target. 2001-12-03 23:15:28 +00:00
ldemul.h Pass argc and argv to ldemul_choose_target. 2001-12-03 23:15:28 +00:00
ldexp.c * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT. 2001-12-04 00:10:40 +00:00
ldexp.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldfile.c 2001-11-01 Chris Demetriou <cgd@broadcom.com> 2001-11-02 01:13:09 +00:00
ldfile.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldgram.y * ldgram.y (mri_script_command): Surround processing of INCLUDE 2001-10-20 13:49:00 +00:00
ldint.texinfo * elf-bfd.h (enum elf_reloc_type_class): New. 2001-08-23 15:14:18 +00:00
ldlang.c * ldlang.c (map_input_to_output_sections): Replace "break" 2001-11-21 01:13:15 +00:00
ldlang.h * ldlang.c: When traversing lang_statement_union_type lists, 2001-08-20 02:14:50 +00:00
ldlex.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldlex.l * ldgram.y (mri_script_command): Surround processing of INCLUDE 2001-10-20 13:49:00 +00:00
ldmain.c Fixes to improve the ability to translate messages in the binutils tools 2001-12-06 10:22:36 +00:00
ldmain.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldmisc.c * ldmisc.c (USE_STDARG): Remove. 2001-09-26 01:55:44 +00:00
ldmisc.h * ldmisc.c (USE_STDARG): Remove. 2001-09-26 01:55:44 +00:00
ldver.c * ldver.h (ld_program_version): Remove declaration. 2001-10-02 06:04:23 +00:00
ldver.h * ldver.h (ld_program_version): Remove declaration. 2001-10-02 06:04:23 +00:00
ldwrite.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldwrite.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
lexsup.c * lexsup.c (parse_args): Don't pass shortopts to second call to 2001-12-13 09:38:11 +00:00
mac-ld.r 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-elfmips.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
mpw-eppcmac.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
mpw-esh.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
mpw-idtmips.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
mpw-make.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mri.c * ld.texinfo (Input Section Basics): Clarify ordering of output 2001-08-03 01:11:21 +00:00
mri.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
pe-dll.c * pe-dll.c (autofilter_objectlist): Add gcrt0.o. 2001-10-19 14:25:51 +00:00
pe-dll.h 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com> 2001-09-12 15:58:10 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +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.

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.