Home | History | Annotate | only in /toolchain/binutils/binutils-2.27/ld
Up to higher level directory
NameDateSize
aclocal.m421-Aug-201836.4K
ChangeLog21-Aug-201890.9K
ChangeLog-000121-Aug-2018110.8K
ChangeLog-020321-Aug-2018119.7K
ChangeLog-200421-Aug-201850.8K
ChangeLog-200521-Aug-201863K
ChangeLog-200621-Aug-201845.8K
ChangeLog-200721-Aug-201838.8K
ChangeLog-200821-Aug-201837.9K
ChangeLog-200921-Aug-201857.8K
ChangeLog-201021-Aug-201845.4K
ChangeLog-201121-Aug-201835.3K
ChangeLog-201221-Aug-201834.2K
ChangeLog-201321-Aug-201828.2K
ChangeLog-201421-Aug-201837.2K
ChangeLog-201521-Aug-201838.9K
ChangeLog-919721-Aug-2018274.4K
ChangeLog-989921-Aug-201870.2K
config.in21-Aug-20186.4K
configure21-Aug-2018589.3K
configure.ac21-Aug-201813K
configure.host21-Aug-201813K
configure.tgt21-Aug-201834.8K
deffile.h21-Aug-20183.9K
deffilep.y21-Aug-201833K
dep-in.sed21-Aug-2018273
elf-hints-local.h21-Aug-20181.9K
emulparams/21-Aug-2018
emultempl/21-Aug-2018
fdl.texi21-Aug-201823K
gen-doc.texi21-Aug-2018592
genscrba.sh21-Aug-2018319
genscripts.sh21-Aug-201813.9K
h8-doc.texi21-Aug-2018418
ld.h21-Aug-20189.3K
ld.texinfo21-Aug-2018317.1K
ldbuildid.c21-Aug-20183.5K
ldbuildid.h21-Aug-20181.3K
ldcref.c21-Aug-201819.3K
ldctor.c21-Aug-20189.4K
ldctor.h21-Aug-20182K
ldemul.c21-Aug-20187.7K
ldemul.h21-Aug-20186.9K
ldexp.c21-Aug-201842.4K
ldexp.h21-Aug-20185.6K
ldfile.c21-Aug-201817.6K
ldfile.h21-Aug-20182K
ldgram.y21-Aug-201831.8K
ldint.texinfo21-Aug-201829.8K
ldlang.c21-Aug-2018225.7K
ldlang.h21-Aug-201820.3K
ldlex-wrapper.c21-Aug-20181.1K
ldlex.h21-Aug-20185K
ldlex.l21-Aug-201821.9K
ldmain.c21-Aug-201839.1K
ldmain.h21-Aug-20182.3K
ldmisc.c21-Aug-201812.5K
ldmisc.h21-Aug-20181.5K
ldver.c21-Aug-20181.7K
ldver.h21-Aug-2018886
ldwrite.c21-Aug-201815.6K
ldwrite.h21-Aug-2018868
lexsup.c21-Aug-201867.5K
MAINTAINERS21-Aug-2018260
Makefile.am21-Aug-201878.8K
Makefile.in21-Aug-2018151.4K
mri.c21-Aug-20187.3K
mri.h21-Aug-20181.5K
NEWS21-Aug-201824.3K
pe-dll.c21-Aug-201893.6K
pe-dll.h21-Aug-20182.4K
pep-dll.c21-Aug-20182.8K
pep-dll.h21-Aug-20182.5K
plugin.c21-Aug-201837.3K
plugin.h21-Aug-20182.1K
po/21-Aug-2018
README21-Aug-20182.6K
scripttempl/21-Aug-2018
stamp-h.in21-Aug-201810
sysdep.h21-Aug-20182.4K
testplug.c21-Aug-201818.7K
testplug2.c21-Aug-201820K
testplug3.c21-Aug-201818.7K
testplug4.c21-Aug-201820.4K
testsuite/21-Aug-2018
TODO21-Aug-2018361

README

      1 		README for LD
      2 
      3 This is the GNU linker.  It is distributed with other "binary
      4 utilities" which should be in ../binutils.  See ../binutils/README for
      5 more general notes, including where to send bug reports.
      6 
      7 There are many features of the linker:
      8 
      9 * The linker uses a Binary File Descriptor library (../bfd)
     10   that it uses to read and write object files.  This helps
     11   insulate the linker itself from the format of object files.
     12 
     13 * The linker supports a number of different object file
     14   formats.  It can even handle multiple formats at once:
     15   Read two input formats and write a third.
     16 
     17 * The linker can be configured for cross-linking.
     18 
     19 * The linker supports a control language.
     20 
     21 * There is a user manual (ld.texinfo), as well as the
     22   beginnings of an internals manual (ldint.texinfo).
     23 
     24 Installation
     25 ============
     26 
     27 See ../binutils/README.
     28 
     29 If you want to make a cross-linker, you may want to specify
     30 a different search path of -lfoo libraries than the default.
     31 You can do this by setting the LIB_PATH variable in ./Makefile
     32 or using the --with-lib-path configure switch.
     33 
     34 To build just the linker, make the target all-ld from the top level
     35 directory (one directory above this one).
     36 
     37 Porting to a new target
     38 =======================
     39 
     40 See the ldint.texinfo manual.
     41 
     42 Reporting bugs etc
     43 ===========================
     44 
     45 See ../binutils/README.
     46 
     47 Known problems
     48 ==============
     49 
     50 The Solaris linker normally exports all dynamic symbols from an
     51 executable.  The GNU linker does not do this by default.  This is
     52 because the GNU linker tries to present the same interface for all
     53 similar targets (in this case, all native ELF targets).  This does not
     54 matter for normal programs, but it can make a difference for programs
     55 which try to dlopen an executable, such as PERL or Tcl.  You can make
     56 the GNU linker export all dynamic symbols with the -E or
     57 --export-dynamic command line option.
     58 
     59 HP/UX 9.01 has a shell bug that causes the linker scripts to be
     60 generated incorrectly.  The symptom of this appears to be "fatal error
     61 - scanner input buffer overflow" error messages.  There are various
     62 workarounds to this:
     63   * Build and install bash, and build with "make SHELL=bash".
     64   * Update to a version of HP/UX with a working shell (e.g., 9.05).
     65   * Replace "(. ${srcdir}/scripttempl/${SCRIPT_NAME}.sc)" in
     66     genscripts.sh with "sh ${srcdir}..." (no parens) and make sure the
     67     emulparams script used exports any shell variables it sets.
     68 
     70 Copyright (C) 2012-2016 Free Software Foundation, Inc.
     71 
     72 Copying and distribution of this file, with or without modification,
     73 are permitted in any medium without royalty provided the copyright
     74 notice and this notice are preserved.
     75