binutils-gdb/ld
Nick Clifton cfb8c0921c bfd:
* Makefile.am (ALL_MACHINES): Add cpu-epiphany.lo .
	(ALL_MACHINES_CFILES): Add cpu-epiphany.c .
	(BFD32_BACKENDS): Add elf32-epiphany.lo .
	(BFD32_BACKENDS_CFILES): Add elf32-epiphany.c .
	* Makefile.in, bfd-in2.h, configure, libbfd.h: Regenerate.
	* archures.c (bfd_arch_epiphany): Add.
	(bfd_mach_epiphany16, bfd_mach_epiphany32): Define.
	(bfd_epiphany_arch): Declare.
	(bfd_archures_list): Add &bfd_epiphany_arch.
	* config.bfd (epiphany-*-elf): New target case.
	* configure.in (bfd_elf32_epiphany_vec): New target vector case.
	* reloc.c (BFD_RELOC_EPIPHANY_SIMM8): New relocation.
	(BFD_RELOC_EPIPHANY_SIMM24, BFD_RELOC_EPIPHANY_HIGH): Likewise.
	(BFD_RELOC_EPIPHANY_LOW, BFD_RELOC_EPIPHANY_SIMM11): Likewise.
	(BFD_RELOC_EPIPHANY_IMM11, BFD_RELOC_EPIPHANY_IMM8): Likewise.
	* targets.c (bfd_elf32_epiphany_vec): Declare.
	(_bfd_target_vector): Add bfd_elf32_epiphany_vec.
	* po/SRC-POTFILES.in, po/bfd.pot: Regenerate.
	* cpu-epiphany.c, elf32-epiphany.c: New files.
binutils:
	* readelf.c (include "elf/epiphany.h")
	(guess_is_rela, dump_relocation): Handle EM_ADAPTEVA_EPIPHANY.
	(get_machine_name, is_32bit_abs_reloc, is_32bit_pcrel_reloc): Likewise.
	(is_16bit_abs_reloc, is_none_reloc): Likewise.
	* po/binutils.pot: Regenerate.
cpu:
	* cpu/epiphany.cpu, cpu/epiphany.opc: New files.
gas:
	* NEWS: Mention addition of Adapteva Epiphany support.
	* config/tc-epiphany.c, config/tc-epiphany.h: New files.
	* Makefile.am (TARGET_CPU_CFILES): Add config/tc-epiphany.c .
	(TARGET_CPU_HFILES): Add config/tc-epiphany.h .
	* Makefile.in, configure, doc/Makefile.in, po/POTFILES.in: Regenerate.
	* configure.in: Also set using_cgen for epiphany.
	* configure.tgt: Handle epiphany.
	* doc/Makefile.am (CPU_DOCS): Add c-epiphany.texi .
	* doc/all.texi: Set EPIPHANY.
	* doc/as.texinfo: Add EPIPHANY-specific text.
	* doc/c-epiphany.texi: New file.
	* po/gas.pot: Regenerate.
gas/testsuite:
	* gas/epiphany: New directory.
include:
	* dis-asm.h (print_insn_epiphany): Declare.
	* elf/epiphany.h: New file.
	* elf/common.h (EM_ADAPTEVA_EPIPHANY): Define.
ld:
	* NEWS: Mention addition of Adapteva Epiphany support.
	* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32epiphany.c .
	(eelf32epiphany.c): New rule.
	* Makefile.in: Regenerate.
	* configure.tgt: Handle epiphany-*-elf.
	* po/ld.pot: Regenerate.
	* testsuite/ld-srec/srec.exp: xfail epiphany.
	* emulparams/elf32epiphany.sh: New file.
opcodes:
	* Makefile.am (HFILES): Add epiphany-desc.h and epiphany-opc.h .
	(TARGET_LIBOPCODES_CFILES): Add  epiphany-asm.c, epiphany-desc.c,
	epiphany-dis.c, epiphany-ibld.c and epiphany-opc.c .
	(CLEANFILES): Add stamp-epiphany.
	(EPIPHANY_DEPS): Set.  Make CGEN-generated Epiphany files depend on it.
	(stamp-epiphany): New rule.
	* Makefile.in, configure, po/POTFILES.in, po/opcodes.pot: Regenerate.
	* configure.in: Handle bfd_epiphany_arch.
	* disassemble.c (ARCH_epiphany): Define.
	(disassembler): Handle bfd_arch_epiphany.
	* epiphany-asm.c, epiphany-desc.c, epiphany-desc.h: New files.
	* epiphany-dis.c, epiphany-ibld.c, epiphany-opc.c: Likewise.
	* epiphany-opc.h: Likewise.
2011-10-25 11:18:16 +00:00
..
emulparams bfd: 2011-10-25 11:18:16 +00:00
emultempl PR ld/13254 2011-10-19 04:13:28 +00:00
po bfd: 2011-10-25 11:18:16 +00:00
scripttempl * scripttempl/pe.sc (.text): Add support for 2011-09-27 15:59:55 +00:00
testsuite bfd: 2011-10-25 11:18:16 +00:00
.gitignore bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore 2010-12-09 09:03:18 +00:00
ChangeLog bfd: 2011-10-25 11:18:16 +00:00
ChangeLog-0001
ChangeLog-0203
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010 Rotate binutils ChangeLogs. 2011-01-01 16:43:53 +00:00
ChangeLog-9197
ChangeLog-9899
MAINTAINERS
Makefile.am bfd: 2011-10-25 11:18:16 +00:00
Makefile.in bfd: 2011-10-25 11:18:16 +00:00
NEWS bfd: 2011-10-25 11:18:16 +00:00
README
TODO
aclocal.m4 bfd/ 2010-05-07 12:28:50 +00:00
config.in Regenerate. 2011-06-06 14:51:42 +00:00
configure * configure.in: Check for windows.h, not Windows.h. 2011-03-28 10:27:07 +00:00
configure.host Add support for DragonFlyBSD target. 2011-03-28 11:18:27 +00:00
configure.in * configure.in: Check for windows.h, not Windows.h. 2011-03-28 10:27:07 +00:00
configure.tgt bfd: 2011-10-25 11:18:16 +00:00
deffile.h 2011-04-13 Kai Tietz <ktietz@redhat.com> 2011-04-13 12:53:36 +00:00
deffilep.y 2011-04-18 Kai Tietz <ktietz@redhat.com> 2011-04-18 15:40:27 +00:00
dep-in.sed
elf-hints-local.h
fdl.texi etc/ChangeLog 2010-06-08 10:30:56 +00:00
gen-doc.texi include/elf/ 2011-03-31 08:58:28 +00:00
genscrba.sh
genscripts.sh Add SORT_BY_INIT_PRIORITY. 2010-12-15 14:56:40 +00:00
h8-doc.texi
ld.h Implement ld --print-output-format. 2011-07-16 07:58:40 +00:00
ld.texinfo * ldmain.c (add_DT_NEEDED_for_dynamic): Default to FALSE. 2011-08-22 12:35:10 +00:00
ldcref.c
ldctor.c PR ld/12356 2011-01-13 13:06:22 +00:00
ldctor.h
ldemul.c Update copyright dates. 2011-01-13 13:34:54 +00:00
ldemul.h
ldexp.c * ldlang.c (print_assignment): Use the symbol's section if we 2011-05-16 11:34:48 +00:00
ldexp.h PR ld/12726 2011-05-03 14:56:14 +00:00
ldfile.c PR ld/12365 2011-04-20 00:22:08 +00:00
ldfile.h
ldgram.y include/ChangeLog 2011-07-11 15:03:09 +00:00
ldint.texinfo Add directory section for info document. 2010-10-28 11:40:26 +00:00
ldlang.c PR ld/13287 2011-10-20 09:50:59 +00:00
ldlang.h PR ld/12301 2011-09-20 04:58:56 +00:00
ldlex-wrapper.c
ldlex.h
ldlex.l include/ChangeLog 2011-07-11 15:03:09 +00:00
ldmain.c * ldmain.c (main): Move code twiddling various config and link_info 2011-10-10 12:43:14 +00:00
ldmain.h
ldmisc.c * ldmisc.c (vfinfo): Add %H. 2011-05-23 06:13:35 +00:00
ldmisc.h Applied patch series for LD plugin interface (six parts). 2010-10-14 01:31:33 +00:00
ldver.c Update copyright in comments to 2011. 2011-01-01 21:42:17 +00:00
ldver.h
ldwrite.c * ldwrite.c (build_link_order <lang_data_statement_enum>): Don't 2010-10-21 23:28:06 +00:00
ldwrite.h
lexsup.c * ldmain.c (main): Move code twiddling various config and link_info 2011-10-10 12:43:14 +00:00
mri.c include/ChangeLog 2011-07-11 15:03:09 +00:00
mri.h
pe-dll.c * pe-dll.c (generate_reloc): Don't emit a base reloc for an 2011-10-13 02:34:36 +00:00
pe-dll.h
pep-dll.c
pep-dll.h
plugin.c PR ld/13287 2011-10-20 09:50:59 +00:00
plugin.h PR ld/13287 2011-10-20 09:50:59 +00:00
stamp-h.in
sysdep.h Provide win32-based dlapi replacements on windows platforms without dlfcn.h. 2010-10-15 16:21:41 +00:00
testplug.c PR ld/13329 2011-10-06 10:07:17 +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
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.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.