binutils-gdb/ld
H.J. Lu b10a8ae01c bfd/
2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

	PR binutils/3281
	PR binutils/5037
	* elf-bfd.h (elf_obj_tdata): Remove relro.

	* elf.c (get_program_header_size): Check info->relro instead
	of elf_tdata (abfd)->relro.
	(_bfd_elf_map_sections_to_segments): Likewise.
	(assign_file_positions_for_load_sections): Don't set
	PT_GNU_RELRO segment alignment here.
	(assign_file_positions_for_non_load_sections): Properly set up
	PT_GNU_RELRO segment for copying executable/shared library.
	(rewrite_elf_program_header): Remove PT_GNU_RELRO segment.
	(copy_elf_program_header): Set p_size and p_size_valid fields for
	PT_GNU_RELRO segment.

include/elf/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

	PR binutils/3281
	PR binutils/5037
	* internal.h (elf_segment_map): Add p_size and p_size_valid.
	(ELF_IS_SECTION_IN_SEGMENT): Allow SHF_TLS sections in
	PT_GNU_RELRO segments.

ld/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

	PR binutils/3281
	PR binutils/5037
	* ldexp.h (ldexp_control): Add relro, relro_start_stat and
	relro_end_stat.

	* ldexp.c (fold_binary): Set expld.dataseg.relro to
	exp_dataseg_relro_start or exp_dataseg_relro_end when
	seeing DATA_SEGMENT_ALIGN or DATA_SEGMENT_RELRO_END,
	respectively.

	* ldlang.c (lang_size_sections_1): Properly set
	expld.dataseg.relro_start_stat and
	expld.dataseg.relro_end_stat.
	(find_relro_section_callback): New function.
	(lang_find_relro_sections_1): Likewise.
	(lang_find_relro_sections): Likewise.
	(lang_process): Call lang_find_relro_sections for
	non-relocatable link.

ld/testsuite/

2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>

	PR binutils/3281
	PR binutils/5037
	* ld-elf/binutils.exp: Update "-z relro" tests to use relro1.s.
	Add "-z relro" tests with relro2.s.  Add "-z relro" tests with
	TLS for objcopy.

	* ld-elf/relro1.s: New file.
	* ld-elf/relro2.s: Likewise.
2007-09-18 00:25:07 +00:00
..
emulparams PR 4515 2007-08-09 11:02:24 +00:00
emultempl 2007-09-16 H.J. Lu <hongjiu.lu@intel.com> 2007-09-16 18:55:23 +00:00
po Updated Spanish translation 2007-09-17 14:06:03 +00:00
scripttempl
testsuite bfd/ 2007-09-18 00:25:07 +00:00
aclocal.m4
ChangeLog bfd/ 2007-09-18 00:25:07 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-9197
ChangeLog-9899
config.in
configure * configure.in (ALL_LINGUAS): Add fi. 2007-08-12 18:59:46 +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 fi. 2007-08-12 18:59:46 +00:00
configure.tgt Add support for i386-dragonfly target. 2007-08-28 11:02:55 +00:00
deffile.h
deffilep.y
dep-in.sed
elf-hints-local.h 2007-08-10 H.J. Lu <hongjiu.lu@intel.com> 2007-08-10 12:25:30 +00:00
fdl.texi
gen-doc.texi
genscripts.sh PR 4515 2007-08-09 11:02:24 +00:00
h8-doc.texi
ld.h
ld.texinfo * ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example. 2007-08-18 01:36:57 +00:00
ldcref.c
ldctor.c
ldctor.h
ldemul.c
ldemul.h
ldexp.c bfd/ 2007-09-18 00:25:07 +00:00
ldexp.h bfd/ 2007-09-18 00:25:07 +00:00
ldfile.c
ldfile.h
ldgram.y
ldint.texinfo PR 4515 2007-08-09 11:02:24 +00:00
ldlang.c bfd/ 2007-09-18 00:25:07 +00:00
ldlang.h
ldlex.h
ldlex.l
ldmain.c
ldmain.h
ldmisc.c
ldmisc.h
ldver.c
ldver.h
ldwrite.c * ldwrite.c (build_link_order <lang_padding_statement_enum>): Correct 2007-09-08 11:04:28 +00:00
ldwrite.h
lexsup.c * ldexp.c (exp_get_vma, exp_get_fill): Canonicalise error messages. 2007-08-17 13:23:08 +00:00
MAINTAINERS
Makefile.am 2007-08-10 H.J. Lu <hongjiu.lu@intel.com> 2007-08-10 12:36:21 +00:00
Makefile.in 2007-08-10 H.J. Lu <hongjiu.lu@intel.com> 2007-08-10 12:36:21 +00:00
mri.c
mri.h
NEWS Add a marker for the 2.18 features. 2007-08-10 13:21:40 +00:00
pe-dll.c * emultempl/pep.em: (pep_enable_stdcall_fixup): Set to value 1. 2007-08-06 14:32:08 +00:00
pe-dll.h
pep-dll.c
pep-dll.h
README
sha1.c
sha1.h 2007-08-10 H.J. Lu <hongjiu.lu@intel.com> 2007-08-10 12:25:30 +00:00
stamp-h.in
sysdep.h
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.