[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /pub/NetBSD/NetBSD-current/src/external/gpl3/gdb.old/dist/ld/
 
Current bandwidth utilization 1067.55 Mbit/s
Bandwidth utilization bar
Contents of 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.texi), as well as the
  beginnings of an internals manual (ldint.texi).

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.texi 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-2020 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.

Icon  Name                                                       Last modified      Size  
[DIR] Parent Directory - [DIR] CVS/ 22-Mar-2023 04:02 - [DIR] emulparams/ 22-Mar-2023 04:01 - [DIR] emultempl/ 22-Mar-2023 04:01 - [DIR] po/ 22-Mar-2023 04:01 - [DIR] scripttempl/ 22-Mar-2023 04:01 - [DIR] testsuite/ 22-Mar-2023 04:01 - [   ] ChangeLog 21-Mar-2023 17:40 129K [   ] ChangeLog-0001 21-Mar-2023 17:40 111K [TXT] ChangeLog-0203 21-Mar-2023 17:40 120K [TXT] ChangeLog-2004 21-Mar-2023 17:40 51K [   ] ChangeLog-2005 21-Mar-2023 17:40 63K [TXT] ChangeLog-2006 21-Mar-2023 17:40 46K [TXT] ChangeLog-2007 21-Mar-2023 17:40 39K [   ] ChangeLog-2008 21-Mar-2023 17:40 38K [TXT] ChangeLog-2009 21-Mar-2023 17:40 58K [   ] ChangeLog-2010 21-Mar-2023 17:40 45K [TXT] ChangeLog-2011 21-Mar-2023 17:40 35K [TXT] ChangeLog-2012 21-Mar-2023 17:40 34K [   ] ChangeLog-2013 21-Mar-2023 17:40 28K [   ] ChangeLog-2014 21-Mar-2023 17:40 37K [TXT] ChangeLog-2015 21-Mar-2023 17:40 39K [   ] ChangeLog-2016 21-Mar-2023 17:40 153K [   ] ChangeLog-2017 21-Mar-2023 17:40 144K [   ] ChangeLog-2018 21-Mar-2023 17:40 180K [   ] ChangeLog-2019 21-Mar-2023 17:40 110K [TXT] ChangeLog-9197 21-Mar-2023 17:40 274K [   ] ChangeLog-9899 21-Mar-2023 17:40 70K [TXT] MAINTAINERS 21-Mar-2023 17:40 260 [TXT] Makefile.am 21-Mar-2023 17:40 45K [TXT] Makefile.in 21-Mar-2023 17:40 116K [TXT] NEWS 21-Mar-2023 17:40 32K [TXT] README 21-Mar-2023 17:40 2.6K [TXT] TODO 21-Mar-2023 17:40 361 [TXT] aclocal.m4 21-Mar-2023 17:40 43K [TXT] config.in 21-Mar-2023 17:40 7.2K [TXT] configure 21-Mar-2023 17:40 604K [TXT] configure.ac 21-Mar-2023 17:40 17K [TXT] configure.host 21-Mar-2023 17:40 1.0K [TXT] configure.tgt 21-Mar-2023 17:40 34K [TXT] deffile.h 21-Mar-2023 17:40 4.2K [TXT] deffilep.y 21-Mar-2023 17:40 34K [   ] dep-in.sed 21-Mar-2023 17:40 273 [TXT] elf-hints-local.h 21-Mar-2023 17:40 1.9K [   ] fdl.texi 21-Mar-2023 17:40 23K [   ] gen-doc.texi 21-Mar-2023 17:40 621 [   ] genscrba.sh 21-Mar-2023 17:40 319 [   ] genscripts.sh 21-Mar-2023 17:40 21K [   ] h8-doc.texi 21-Mar-2023 17:40 415 [TXT] ld.h 21-Mar-2023 17:40 9.4K [   ] ld.texi 21-Mar-2023 17:40 344K [TXT] ldbuildid.c 21-Mar-2023 17:40 4.2K [TXT] ldbuildid.h 21-Mar-2023 17:40 1.3K [TXT] ldcref.c 21-Mar-2023 17:40 19K [TXT] ldctor.c 21-Mar-2023 17:40 9.8K [TXT] ldctor.h 21-Mar-2023 17:40 2.0K [TXT] ldelf.c 21-Mar-2023 17:40 61K [TXT] ldelf.h 21-Mar-2023 17:40 1.5K [TXT] ldelfgen.c 21-Mar-2023 17:40 6.1K [TXT] ldelfgen.h 21-Mar-2023 17:40 1.2K [TXT] ldemul.c 21-Mar-2023 17:40 9.5K [TXT] ldemul.h 21-Mar-2023 17:40 8.6K [TXT] ldexp.c 21-Mar-2023 17:40 45K [TXT] ldexp.h 21-Mar-2023 17:40 6.2K [TXT] ldfile.c 21-Mar-2023 17:40 19K [TXT] ldfile.h 21-Mar-2023 17:40 2.1K [TXT] ldgram.y 21-Mar-2023 17:40 31K [   ] ldint.texi 21-Mar-2023 17:40 30K [TXT] ldlang.c 21-Mar-2023 17:40 259K [TXT] ldlang.h 21-Mar-2023 17:40 21K [TXT] ldlex-wrapper.c 21-Mar-2023 17:40 1.1K [TXT] ldlex.h 21-Mar-2023 17:40 5.2K [TXT] ldlex.l 21-Mar-2023 17:40 21K [TXT] ldmain.c 21-Mar-2023 17:40 43K [TXT] ldmain.h 21-Mar-2023 17:40 2.3K [TXT] ldmisc.c 21-Mar-2023 17:40 15K [TXT] ldmisc.h 21-Mar-2023 17:40 1.5K [TXT] ldver.c 21-Mar-2023 17:40 1.8K [TXT] ldver.h 21-Mar-2023 17:40 886 [TXT] ldwrite.c 21-Mar-2023 17:40 15K [TXT] ldwrite.h 21-Mar-2023 17:40 868 [TXT] lexsup.c 21-Mar-2023 17:40 74K [TXT] mri.c 21-Mar-2023 17:40 7.2K [TXT] mri.h 21-Mar-2023 17:40 1.5K [TXT] pe-dll.c 21-Mar-2023 17:40 98K [TXT] pe-dll.h 21-Mar-2023 17:40 2.5K [TXT] pep-dll.c 21-Mar-2023 17:40 2.8K [TXT] pep-dll.h 21-Mar-2023 17:40 2.6K [TXT] plugin.c 21-Mar-2023 17:40 39K [TXT] plugin.h 21-Mar-2023 17:40 2.1K [   ] stamp-h.in 21-Mar-2023 17:40 10 [TXT] sysdep.h 21-Mar-2023 17:40 2.4K [TXT] testplug.c 21-Mar-2023 17:40 20K [TXT] testplug2.c 21-Mar-2023 17:40 20K [TXT] testplug3.c 21-Mar-2023 17:40 19K [TXT] testplug4.c 21-Mar-2023 17:40 21K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!