binutils-gdb/ld
Alexandre Oliva 90219bd0f3 bfd/ChangeLog:
2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
* elf32-frv.c (elf32_frv_relocate_section): Force local binding
for TLSMOFF.
* reloc.c: Add R_FRV_TLSMOFF.
* elf32-frv.c (elf32_frv_howto_table): Likewise.
(frv_reloc_map, frv_reloc_type_lookup): Map it.
(elf32_frv_relocate_section): Handle it.
(elf32_frv_check_relocs): Likewise.
* libbfd.h, bfd-in2.h: Rebuilt.
2004-11-26  Alexandre Oliva  <aoliva@redhat.com>
* elf32-frv.c (_frvfdpic_emit_got_relocs_plt_entries): Don't crash
when given an undefweak TLS symbol.  Fix constant TLS PLT entries
such that they return the constant in gr9.
(_frvfdpic_relax_tls_entries): Don't crash for undefweak TLS
symbols.
(_frvfdpic_size_got_plt): Set _cooked_size of dynamic sections.
too, such that they shrink on relaxation.
(elf32_frvfdpic_finish_dynamic_sections): Check __ROFIXUP_END__ as
marking the position right past the _GLOBAL_OFFSET_TABLE_ value.
(_frvfdpic_assign_plt_entries): Shrink constant TLS PLT entries
if we can guarantee the use of 16-bit constants.
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
Introduce TLS support for FR-V FDPIC.
* reloc.c: Add TLS relocations.
* elf32-frv.c (elf32_frv_howto_table): Add TLS relocations.
(elf32_frv_rel_tlsdesc_value_howto): New.
(elf32_frv_rel_tlsoff_howto): New.
(frv_reloc_map): Add new mappings.
(struct frvfdpic_elf_link_hash_table): Add pointer to summary
reloc information.
(frvfdpic_dynamic_got_plt_info): New.
(frvfdpic_plt_tls_ret_offset): New.
(ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE): Move earlier.
(struct _frvfdpic_dynamic_got_info): Likewise.  Add TLS members.
(struct _frvfdpic_dynamic_got_plt_info): Likewise.
(FRVFDPIC_SYM_LOCAL): Regard symbols defined in the absolute
section as local.
(struct frvfdpic_relocs_info): Add TLS fields.
(frvfdpic_relocs_info_hash): Warning clean up.
(frvfdpic_relocs_info_find): Initialize tlsplt_entry.
(frvfdpic_pic_merge_early_relocs_info): Merge TLS fields.
(FRVFDPIC_TLS_BIAS): Define.
(tls_biased_base): New.
(_frvfdpic_emit_got_relocs_plt_entries): Deal with TLS
relocations.
(frv_reloc_type_lookup): Likewise.
(frvfdpic_info_to_howto_rel): Likewise.
(elf32_frv_relocate_section): Likewise.
(_frv_create_got_section): Create the PLT section here.
(elf32_frvfdpic_create_dynamic_sections): Not here.
(_frvfdpic_count_nontls_entries): Move out of...
(_frvfdpic_count_got_plt_entries): ... here.
(_frvfdpic_count_tls_entries): Likewise.  Add TLS support.
(_frvfdpic_count_relocs_fixups): Likewise.  Add relaxation
support.
(_frvfdpic_relax_tls_entries): New.
(_frvfdpic_compute_got_alloc_data): Add TLS support.
(_frvfdpic_get_tlsdesc_entry): New.
(_frvfdpic_assign_got_entries): Add TLS support.
(_frvfdpic_assign_plt_entries): Likewise.
(_frvfdpic_reset_got_plt_entries): New.
(_frvfdpic_size_got_plt): Move out of...
(elf32_frvfdpic_size_dynamic_sections): ... here.
(_frvfdpic_relax_got_plt_entries): New.
(elf32_frvfdpic_relax_section): New.
(elf32_frvfdpic_finish_dynamic_sections): Add TLS sanity check.
(elf32_frv_check_relocs): Add TLS support.
(bfd_elf32_bfd_relax_section): Define for FDPIC.
* libbfd.h, bfd-in2.h: Rebuilt.
cpu/ChangeLog:
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
* frv.cpu: Add support for TLS annotations in loads and calll.
* frv.opc (parse_symbolic_address): New.
(parse_ldd_annotation): New.
(parse_call_annotation): New.
(parse_ld_annotation): New.
(parse_ulo16, parse_uslo16): Use parse_symbolic_address.
Introduce TLS relocations.
(parse_d12, parse_s12, parse_u12): Likewise.
(parse_uhi16): Likewise.  Fix constant checking on 64-bit host.
(parse_call_label, print_at): New.
gas/ChangeLog:
* config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
* config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
* cgen.c (gas_cgen_parse_operand): Handle
CGEN_PARSE_OPERAND_SYMBOLIC.
* config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
(frv_force_relocation): Likewise.  Fix handling of PIC
relocations.
(md_apply_fix3): Likewise.
include/elf/ChangeLog:
2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
* frv.h: Add R_FRV_TLSMOFF.
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
* frv.h: Add TLS relocations.
include/opcode/ChangeLog:
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
* cgen.h (enum cgen_parse_operand_type): Add
CGEN_PARSE_OPERAND_SYMBOLIC.
ld/testsuite/ChangeLog:
* ld-frv/fdpic.exp: Add -mfdpic to ASFLAGS.
* ld-frv/tls.exp: Likewise.
2004-11-26  Alexandre Oliva  <aoliva@redhat.com>
* ld-frv/tls-3.s: New.
* ld-frv/tls-static-3.d: New.
* ld-frv/tls-dynamic-3.d: New.
* ld-frv/tls-pie-3.d: New.
* ld-frv/tls-shared-3.d: New.
* ld-frv/tls-relax-static-3.d: New.
* ld-frv/tls-relax-dynamic-3.d: New.
* ld-frv/tls-relax-pie-3.d: New.
* ld-frv/tls-relax-shared-3.d: New.
* ld-frv/tls.exp: Run the new tests.
* ld-frv/tls-dynamic-2.d: Adjust for improved relaxation.
* ld-frv/tls-relax-dynamic-2.d: Likewise.
* ld-frv/tls-relax-initial-shared-2.d: Likewise.
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
* ld-frv/tls-1-dep.s: New.
* ld-frv/tls-1-shared.lds: New.
* ld-frv/tls-1.s: New.
* ld-frv/tls-2.s: New.
* ld-frv/tls-dynamic-1.d: New.
* ld-frv/tls-dynamic-2.d: New.
* ld-frv/tls-initial-shared-2.d: New.
* ld-frv/tls-pie-1.d: New.
* ld-frv/tls-relax-dynamic-1.d: New.
* ld-frv/tls-relax-dynamic-2.d: New.
* ld-frv/tls-relax-initial-shared-2.d: New.
* ld-frv/tls-relax-pie-1.d: New.
* ld-frv/tls-relax-shared-1.d: New.
* ld-frv/tls-relax-shared-2.d: New.
* ld-frv/tls-relax-static-1.d: New.
* ld-frv/tls-shared-1-fail.d: New.
* ld-frv/tls-shared-1.d: New.
* ld-frv/tls-shared-2.d: New.
* ld-frv/tls-static-1.d: New.
* ld-frv/tls.exp: New.
* ld-frv/fdpic-pie-1.d: Adjust for 64-bit host.
* ld-frv/fdpic-pie-2.d: Likewise.
* ld-frv/fdpic-pie-6.d: Likewise.
* ld-frv/fdpic-pie-7.d: Likewise.
* ld-frv/fdpic-pie-8.d: Likewise.
* ld-frv/fdpic-shared-1.d: Likewise.
* ld-frv/fdpic-shared-2.d: Likewise.
* ld-frv/fdpic-shared-3.d: Likewise.
* ld-frv/fdpic-shared-4.d: Likewise.
* ld-frv/fdpic-shared-5.d: Likewise.
* ld-frv/fdpic-shared-6.d: Likewise.
* ld-frv/fdpic-shared-7.d: Likewise.
* ld-frv/fdpic-shared-8.d: Likewise.
* ld-frv/fdpic-shared-local-2.d: Likewise.
* ld-frv/fdpic-shared-local-8.d: Likewise.
* ld-frv/fdpic-static-1.d: Likewise.
* ld-frv/fdpic-static-2.d: Likewise.
* ld-frv/fdpic-static-6.d: Likewise.
* ld-frv/fdpic-static-7.d: Likewise.
* ld-frv/fdpic-static-8.d: Likewise.
opcodes/ChangeLog:
2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
* frv-asm.c: Rebuilt.
* frv-desc.c: Rebuilt.
* frv-desc.h: Rebuilt.
* frv-dis.c: Rebuilt.
* frv-ibld.c: Rebuilt.
* frv-opc.c: Rebuilt.
* frv-opc.h: Rebuilt.
2005-01-25 20:22:41 +00:00
..
emulparams * emulparams/elf32bmip.sh (OTHER_GOT_SECTIONS): Add ". = .;". 2005-01-22 18:13:16 +00:00
emultempl bfd/ 2005-01-25 01:40:04 +00:00
po * Makefile.am: Run "make dep-am". 2004-09-17 06:15:39 +00:00
scripttempl * scripttempl/pe.sc (.data): Add .jcr subsection. 2004-11-30 23:54:53 +00:00
testsuite bfd/ChangeLog: 2005-01-25 20:22:41 +00:00
ChangeLog bfd/ 2005-01-25 01:40:04 +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-9197 * ChangeLog-9197: Fix typos. 2003-10-25 16:26:30 +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 * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o. 2005-01-20 19:37:49 +00:00
Makefile.in * ld.texinfo (Location Counter <dot outside sections>): Document 2005-01-23 05:36:37 +00:00
NEWS * ldgram.y (AS_NEEDED): New token. 2005-01-21 12:04:25 +00:00
README Add --with-lib-patch configure switch. 2002-08-23 08:03:32 +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 * Makefile.am: Run "make dep-am". 2004-09-17 06:15:39 +00:00
config.in * Makefile.am: Run "make dep-am". 2004-09-17 06:15:39 +00:00
configure * configure.in: Be sure to invoke config.sub using the shell. 2005-01-12 22:12:24 +00:00
configure.host * configure.host: Correct sed patterns for last change. 2005-01-11 09:36:46 +00:00
configure.in * configure.in: Be sure to invoke config.sub using the shell. 2005-01-12 22:12:24 +00:00
configure.tgt * Makefile.am (ALL_EMULATIONS): Add earmelfb_linux_eabi.o. 2005-01-20 19:37:49 +00:00
deffile.h Convert to C90 2003-06-28 05:28:54 +00:00
deffilep.y * defilep.y (def_name, def_library): Combine into... 2005-01-16 09:18:35 +00:00
dep-in.sed * dep-in.sed: Remove libintl.h. 2003-08-14 07:04:57 +00:00
fdl.texi Apply Bob Wilson's linker documenation clean ups. 2003-02-21 10:27:06 +00:00
gen-doc.texi Add Xtensa port 2003-04-01 15:50:31 +00:00
genscripts.sh 2004-10-21 H.J. Lu <hongjiu.lu@intel.com> 2004-10-21 15:20:35 +00:00
h8-doc.texi Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
ld.h ld/ 2004-10-04 16:45:51 +00:00
ld.texinfo * ld.texinfo (Output Section Keywords <CONSTRUCTORS>): Correct 2005-01-23 07:43:52 +00:00
ldcref.c PR 44 2004-10-13 02:28:01 +00:00
ldctor.c * ldctor.c (ldctor_add_set_entry): Fix comment typo. 2004-10-15 05:54:11 +00:00
ldctor.h Convert to C90 2003-06-28 05:28:54 +00:00
ldemul.c * ldemul.c: Convert to ISO-C. 2003-12-07 23:52:44 +00:00
ldemul.h * ldemul.h: Forward declare struct option. 2004-12-07 12:29:41 +00:00
ldexp.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
ldexp.h * ldexp.h (exp_data_seg): Add min_base and maxpagesize fields. 2004-12-17 15:50:02 +00:00
ldfile.c PR 423 2004-10-11 02:40:47 +00:00
ldfile.h * ldfile.c (ldfile_set_output_arch): Add defarch param. 2004-01-03 11:09:07 +00:00
ldgram.y * ldgram.y (AS_NEEDED): New token. 2005-01-21 12:04:25 +00:00
ldint.texinfo Correct spelling of "relocatable". 2003-06-25 06:40:27 +00:00
ldlang.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
ldlang.h * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
ldlex.h Convert to C90 2003-06-28 05:28:54 +00:00
ldlex.l * ldgram.y (AS_NEEDED): New token. 2005-01-21 12:04:25 +00:00
ldmain.c * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
ldmain.h * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
ldmisc.c PR binutils/609 2005-01-10 15:45:00 +00:00
ldmisc.h bfd/ 2004-08-13 03:16:01 +00:00
ldver.c * ldemul.c: Convert to ISO-C. 2003-12-07 23:52:44 +00:00
ldver.h Convert to C90 2003-06-28 05:28:54 +00:00
ldwrite.c bfd/ 2004-06-24 04:46:28 +00:00
ldwrite.h Convert to C90 2003-06-28 05:28:54 +00:00
lexsup.c * ldmain.h (ld_sysroot): Change type to a constant string. 2005-01-19 11:42:49 +00:00
mri.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
mri.h Convert to C90 2003-06-28 05:28:54 +00:00
pe-dll.c * ldlang.c (lang_reasonable_defaults): Remove. 2005-01-21 04:15:59 +00:00
pe-dll.h Convert to C90 2003-06-28 05:28:54 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h Convert to C90 2003-06-28 05:28:54 +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.