binutils-gdb/ld
Ian Lance Taylor e66fa842d0 * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj
for -lc.N.  From H.J. Lu <hjl@nynexst.com>.
1995-03-14 17:32:12 +00:00
..
config * configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf. 1995-02-28 17:44:35 +00:00
emulparams * configure.in (w65-*-*): New target. 1995-01-16 00:51:02 +00:00
emultempl * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): 1995-01-27 00:54:51 +00:00
scripttempl Add support for .got1 and .got2 sections; Offset _GLOBAL_OFFSET_TABLE_ by 32768 from GOT start. 1995-02-17 18:09:23 +00:00
testsuite * ld-bootstrap/bootstrap.exp: If not in the ld build directory, 1995-01-24 20:16:49 +00:00
.Sanitize there isn't a configure script here though 1994-12-17 21:19:38 +00:00
ChangeLog * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj 1995-03-14 17:32:12 +00:00
ChangeLog.mpw * mpw-config.in (m68k-apple-macos, ppc-apple-macos, 1994-12-14 21:33:33 +00:00
config.h
configure
configure.bat
configure.in * configure.in: Match on mips-ecoff, and default to the IDT 1995-02-28 17:29:02 +00:00
dep-in.sed
genscripts.sh
h8-doc.texi
ld.1 document split-by-reloc and split-by-file 1995-03-10 18:36:43 +00:00
ld.h
ld.texinfo * ldlex.l: Return -lFILENAME as the token LNAME. 1995-03-10 20:02:51 +00:00
ldctor.c * ldctor.c (ldctor_add_set_entry): Don't dump core if a 1995-01-24 15:34:16 +00:00
ldctor.h
ldemul.c * ldemul.c (ldemul_list_emulations): New function. 1995-03-06 19:21:33 +00:00
ldexp.c * ldexp.c (fold_name): In case NAME, permit an absolute symbol 1995-01-31 17:40:50 +00:00
ldexp.h
ldfile.c
ldfile.h
ldgram.y
ldint.texinfo
ldlang.c * ldctor.c (ldctor_build_sets): Handle bfd_link_hah_defweak. 1995-02-06 20:01:38 +00:00
ldlang.h
ldlex.h
ldlex.l
ldmain.c * ldmain.c (main): Don't set EXEC_P if link_info.shared is set. 1995-03-10 20:26:49 +00:00
ldmain.h
ldmisc.c
ldmisc.h
ldver.c
ldver.h
ldwrite.c * ld.h (split_by_reloc, split_by_file): New flags. 1994-12-19 22:16:27 +00:00
ldwrite.h
lexsup.c
Makefile.in Enable ld to build for RCE. This is not tested yet! 1994-11-25 17:06:38 +00:00
mpw-config.in * mpw-config.in (m68k-apple-macos, ppc-apple-macos, 1994-12-14 21:33:33 +00:00
mpw-em.c
mpw-make.in
mri.c
mri.h
NEWS
README
TODO

This is a BETA release of a completely rewritten 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 new 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 support 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 contains a control language.

* There is a manual.

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.

Porting to a new target
=======================

A new target configuration may need a new linker script (.sc file)
to specify linker actions (such as the layout of the output).
See if one of the existing ones are suitable.
Note that the Makefile generates variants of the standard script
that are used when ld is passed -r -Ur -N or -n options.
These variant default scripts are generated from the "master"
script using sed scripts that may not work in all cases.
Look at the rules and comments in ld/Makefile.in to make sure
you stay with the rules.

Otherwise, you may need to add a new "emulation" (a sample of a
recently added target and emulation is for the SOny 68k News
family - look for files named *news*).

Also see the notes in ../binutils/README.

Reporting bugs etc
===========================
See ../binutils/README.