You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alan Modra f4943d8253 Don't always build coffgen.o 12 years ago
..
emulparams Add Visium support to ld 12 years ago
emultempl PowerPC64 --plt-align 12 years ago
po Updated/new translations provided by the Translations Project. 12 years ago
scripttempl Add Visium support to ld 12 years ago
testsuite Add Visium support to ld 12 years ago
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 16 years ago
ChangeLog Don't always build coffgen.o 12 years ago
ChangeLog-0001 Add copyright notices 14 years ago
ChangeLog-0203 Add copyright notices 14 years ago
ChangeLog-2004 Add copyright notices 14 years ago
ChangeLog-2005 Add copyright notices 14 years ago
ChangeLog-2006 Add copyright notices 14 years ago
ChangeLog-2007 Add copyright notices 14 years ago
ChangeLog-2008 strip off +x bits on non-executable/script files 13 years ago
ChangeLog-2009 Add copyright notices 14 years ago
ChangeLog-2010 Add copyright notices 14 years ago
ChangeLog-2011 Add copyright notices 14 years ago
ChangeLog-2012 Rotate binutils ChangeLog for 2013 13 years ago
ChangeLog-2013 New Year - binutils ChangeLog rotation 12 years ago
ChangeLog-9197 Add copyright notices 14 years ago
ChangeLog-9899 Add copyright notices 14 years ago
MAINTAINERS Update copyright years 12 years ago
Makefile.am Add Visium support to ld 12 years ago
Makefile.in Add Visium support to ld 12 years ago
NEWS Add NEWS markers for 2.25. 12 years ago
README Update copyright years 12 years ago
TODO 19990502 sourceware import 27 years ago
aclocal.m4 * configure.in (AC_CHECK_FUNCS): Add setlocale. 14 years ago
config.in configury changes to make ld plugin support controlled by --enable-plugins 12 years ago
configure Update libtool.m4 from GCC trunk 12 years ago
configure.ac configury changes to make ld plugin support controlled by --enable-plugins 12 years ago
configure.host Update copyright years 12 years ago
configure.tgt Add Visium support to ld 12 years ago
deffile.h Update copyright years 12 years ago
deffilep.y Update copyright years 12 years ago
dep-in.sed * dep-in.sed: Don't use \n in replacement part of s command. 17 years ago
elf-hints-local.h Remove trailing white spaces in ld 13 years ago
fdl.texi etc/ChangeLog 16 years ago
gen-doc.texi Update copyright years 12 years ago
genscrba.sh ld: 19 years ago
genscripts.sh fix 2014-05-28 ld Makefile.am changes 12 years ago
h8-doc.texi Update copyright years 12 years ago
ld.h Update copyright years 12 years ago
ld.texinfo PowerPC64 --plt-align 12 years ago
ldbuildid.c 2014-04-16 Steve Ellcey <sellcey@mips.com> 12 years ago
ldbuildid.h Add support for generating and inserting build IDs into COFF binaries. 12 years ago
ldcref.c Update copyright years 12 years ago
ldctor.c Update copyright years 12 years ago
ldctor.h Update copyright years 12 years ago
ldemul.c Add new link-map-text hook and RX auto-vector support. 12 years ago
ldemul.h Add new link-map-text hook and RX auto-vector support. 12 years ago
ldexp.c PROVIDE in linker script vs. built-in symbols 12 years ago
ldexp.h Update copyright years 12 years ago
ldfile.c Remove search path from -l:namespec DT_NEEDED 12 years ago
ldfile.h Update copyright years 12 years ago
ldgram.y Allow unquoted = as the first character in ldscript input_list names 12 years ago
ldint.texinfo Update copyright years 12 years ago
ldlang.c If "=" is the first character in a ldscript input file, force a sysroot prefix. 12 years ago
ldlang.h Linker part of PR16563 fix 12 years ago
ldlex-wrapper.c Update copyright years 12 years ago
ldlex.h Implement --print-sysroot in ld. 12 years ago
ldlex.l Allow unquoted = as the first character in ldscript input_list names 12 years ago
ldmain.c Add support for MIPS R6. 12 years ago
ldmain.h Update copyright years 12 years ago
ldmisc.c Don't always build coffgen.o 12 years ago
ldmisc.h Update copyright years 12 years ago
ldver.c Update copyright years 12 years ago
ldver.h Update copyright years 12 years ago
ldwrite.c Linker part of PR16563 fix 12 years ago
ldwrite.h Update copyright years 12 years ago
lexsup.c Implement --print-sysroot in ld. 12 years ago
mri.c Localize varible to avoid warning 12 years ago
mri.h Update copyright years 12 years ago
pe-dll.c This is necessary for adding __cxa_atexit support for Cygwin in GCC without 12 years ago
pe-dll.h Update copyright years 12 years ago
pep-dll.c Update copyright years 12 years ago
pep-dll.h Update copyright years 12 years ago
plugin.c Simplify is_ir_dummy_bfd test 12 years ago
plugin.h Fix build breakage when ld plugins disabled 12 years ago
stamp-h.in 19990502 sourceware import 27 years ago
sysdep.h Don't include sys/param.h 12 years ago
testplug.c Update copyright years 12 years ago

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.

Copyright (C) 2012-2014 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.