old-cross-binutils/ld
Jeff Law 531a5bd189 * emultempl/hppaelf.em: First attempt to clean this file up.
Add comments in several functions as to their purpose and
        how they function (or my current best guess).  Clean up horrible
        spacing and indention that never should have been accepted in the
        first place.  Add FIXMEs for issues which need to be resolved.
        Disable linker-stub generation until it gets fixed.  This allows
        the linker to at least work on simple code for testing purposes.
1994-02-26 00:33:30 +00:00
..
config * configure.in (powerpc-*-elf*): New target; use ppc-elf32. 1994-02-25 03:32:08 +00:00
emulparams * configure.in (powerpc-*-elf*): New target; use ppc-elf32. 1994-02-25 03:32:08 +00:00
emultempl * emultempl/hppaelf.em: First attempt to clean this file up. 1994-02-26 00:33:30 +00:00
scripttempl H8/500 bits. 1994-02-24 17:15:46 +00:00
testsuite For some reason this directory was missing a .Sanitize file. 1994-02-25 03:59:10 +00:00
.Sanitize * configure.in (powerpc-*-elf*): New target; use ppc-elf32. 1994-02-25 03:32:08 +00:00
cdtest-foo.cc
cdtest-foo.h
cdtest-func.cc
cdtest-main.cc
cdtest.exp
ChangeLog * emultempl/hppaelf.em: First attempt to clean this file up. 1994-02-26 00:33:30 +00:00
ChangeLog.gm Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:18:25 +00:00
ChangeLog.mpw Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
config.h
configure
configure.bat
configure.in Motorola Delta sysV68 support from phdm@info.ucl.ac.BE (Philippe 1994-01-14 20:43:07 +00:00
dep-in.sed New file used for rebuilding dependencies. 1993-12-13 19:37:22 +00:00
genscripts.sh
h8-doc.texi
ld.1
ld.h
ld.texinfo Use getopt instead of lex and yacc to parse the command line. 1994-02-25 03:26:25 +00:00
ldctor.c Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldctor.h
ldemul.c A major rewrite to move the bulk of the linker into BFD so that 1993-12-30 19:51:41 +00:00
ldexp.c Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldexp.h
ldfile.c Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
ldfile.h
ldgram.y Use getopt instead of lex and yacc to parse the command line. 1994-02-25 03:26:25 +00:00
ldint.texinfo minor fixes 1993-12-31 21:08:12 +00:00
ldlang.c * ldlang.c (lang_size_sections): No longer static (PA ELF calls 1994-02-25 18:51:35 +00:00
ldlang.h * ldlang.c (relaxing): Removed global variable. 1994-01-24 17:59:18 +00:00
ldlex.h Use getopt instead of lex and yacc to parse the command line. 1994-02-25 03:26:25 +00:00
ldlex.l Use getopt instead of lex and yacc to parse the command line. 1994-02-25 03:26:25 +00:00
ldmain.c Use getopt instead of lex and yacc to parse the command line. 1994-02-25 03:26:25 +00:00
ldmain.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldmisc.c * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and 1994-02-17 18:12:17 +00:00
ldmisc.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
ldver.c
ldver.h
ldwrite.c A major rewrite to move the bulk of the linker into BFD so that 1993-12-30 19:51:41 +00:00
ldwrite.h
lexsup.c Add missing newline in einfo message. 1994-02-25 04:12:50 +00:00
Makefile.in * configure.in (powerpc-*-elf*): New target; use ppc-elf32. 1994-02-25 03:32:08 +00:00
mpw-build.in Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
mpw-config.in Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
mpw-em.c Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:18:25 +00:00
mpw-make.in Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:17:05 +00:00
mpw-xconfig.in Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) 1994-01-26 04:18:25 +00:00
mri.c Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
mri.h Made many changes to eliminate gcc warnings. Made various 1993-12-11 22:55:55 +00:00
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.