binutils-gdb/ld
Charles Wilson decc363800 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
* ldmain.c (main): initialize link_info.pei386_auto_import
        * pe-dll.c: new tables for auto-export filtering
        (auto_export): change API, pass abfd for contextual filtering.
        Loop thru tables of excluded symbols instead of comparing
        "by hand".
2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
        * pe-dll.c: new variable pe_dll_enable_extra_debug. New
        static variable current_sec (static struct sec *). Add
        forward declaration for add_bfd_to_link.
        (process_def_file): Don't export undefined symbols. Do not
        export symbols starting with  "_imp__".  Call auto_export()
        with new API.
        (pe_walk_relocs_of_symbol): New function.
        (generate_reloc): add optional extra debugging
        (pe_dll_generate_def_file): eliminate extraneous initial blank
        line in output
        (make_one): enlarge symtab to make room for __nm__ symbols
        (DATA auto-import support).
        (make_singleton_name_thunk): New function.
        (make_import_fixup_mark): New function.
        (make_import_fixup_entry): New function.
        (pe_create_import_fixup): New function.
        (add_bfd_to_link): Specify that 'name' argument is a CONST
        char *.
        * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
        declare new functions pe_walk_relocs_of_symbol and
        pe_create_import_fixup.
        * emultempl/pe.em: add new options --enable-auto-import,
        --disable-auto-import, and --enable-extra-pe-debug.
        (make_import_fixup): New function.
        (pe_find_data_imports): New function.
        (pr_sym): New function.
        (gld_${EMULATION_NAME}_after_open): Add optional extra pe
        debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
        CODE.
2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
        * ld.texinfo: add additional documentation for
        --export-all-symbols.  Document --out-implib,
        --enable-auto-image-base, --disable-auto-image-base,
        --dll-search-prefix, --enable-auto-import, and
        --disable-auto-import.
        * ldint.texinfo: Add detailed documentation on auto-import
        implementation.
2001-08-02 23:03:10 +00:00
..
emulparams * emulparams/hppa64linux.sh: New file. 2001-06-27 08:42:29 +00:00
emultempl 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu> 2001-08-02 23:03:10 +00:00
po Add support for arm-vxworks target 2001-04-27 17:12:18 +00:00
scripttempl 2001-07-03 H.J. Lu <hjl@gnu.org> 2001-07-03 23:22:20 +00:00
testsuite Do not require any exception support library. Check results against NRV. 2001-08-01 14:37:47 +00:00
ChangeLog Fix computation in SECTIONS example. 2001-07-30 18:12:07 +00:00
ChangeLog-9197 Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +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 Update dependencies with "make dep-am". 2001-07-24 10:08:32 +00:00
Makefile.in Update dependencies with "make dep-am". 2001-07-24 10:08:32 +00:00
NEWS * NEWS: Add note about x86_64 architecture. 2000-12-11 13:49:46 +00:00
README Change bug reporting email address. 2001-07-19 10:43:13 +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 Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
config.in Add support for arm-vxworks target 2001-04-27 17:12:18 +00:00
configure * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, 2001-05-20 19:02:56 +00:00
configure.host * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390. 2001-06-06 12:11:23 +00:00
configure.in Bump version to 2.11.90, fix missing dependencies in bfd/, 2001-02-27 06:43:56 +00:00
configure.tgt * configure.tgt (i386-*-netbsdelf*): New target. 2001-07-14 14:45:42 +00:00
deffile.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
deffilep.y Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
dep-in.sed Match space at start of file name, not end. 2000-04-20 02:13:01 +00:00
gen-doc.texi tic54x/ibmc54xdsp target for ld. 2000-06-20 13:29:07 +00:00
genscripts.sh Allow Maciej to select weird --libdir options and still select 2001-01-22 13:50:17 +00:00
h8-doc.texi 19990502 sourceware import 1999-05-03 07:29:11 +00:00
ld.h * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): 2001-06-18 22:20:57 +00:00
ld.texinfo Fix computation in SECTIONS example. 2001-07-30 18:12:07 +00:00
ldcref.c * ldcref.c (check_section_sym_xref): New function. 2001-07-23 07:54:04 +00:00
ldctor.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldctor.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldemul.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldemul.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldexp.c Use stderr if config.map_file is not available. Do not print NULL trees. 2001-07-19 16:41:00 +00:00
ldexp.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldfile.c 2001-05-02 H.J. Lu <hjl@gnu.org> 2001-05-02 16:42:55 +00:00
ldfile.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldgram.y * ldgram.y: Fix typo. 2001-05-07 09:20:25 +00:00
ldint.texinfo Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldlang.c If a region is specified assign it to all sections inside the overlay unless they have been assigned to the own, non-default, memory region. 2001-07-19 16:21:39 +00:00
ldlang.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldlex.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldlex.l 2001-05-02 H.J. Lu <hjl@gnu.org> 2001-05-02 16:42:55 +00:00
ldmain.c 2001-07-11 H.J. Lu <hjl@gnu.org> 2001-07-11 19:50:56 +00:00
ldmain.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldmisc.c 2001-05-02 H.J. Lu <hjl@gnu.org> 2001-05-02 16:42:55 +00:00
ldmisc.h 2001-05-02 H.J. Lu <hjl@gnu.org> 2001-05-02 16:42:55 +00:00
ldver.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldver.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldwrite.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ldwrite.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
lexsup.c * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): 2001-06-18 22:20:57 +00:00
mac-ld.r 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-config.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mpw-elfmips.c * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): 2001-06-18 22:20:57 +00:00
mpw-eppcmac.c 2001-05-02 H.J. Lu <hjl@gnu.org> 2001-05-02 16:42:55 +00:00
mpw-esh.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
mpw-idtmips.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
mpw-make.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mri.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
mri.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
pe-dll.c Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
pe-dll.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
stamp-h.in 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sysdep.h Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +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.

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.