binutils-gdb/gold
Ian Lance Taylor 3a44184e64 PR 11061
* output.h (class Output_reloc) [SHT_RELA]: Add is_relative
	function.
	(class Output_data_reloc_generic): Define.
	(class Output_data_reloc_base): Change base class to
	Output_data_reloc_generic.  Change add() method to call
	bump_relative_reloc_count for a relative reloc.  Remove
	sort_relocs_ field.
	* output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
	to sort_relocs().
	* layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
	Output_data_reloc_generic*.  Add DT_RELCOUNT/DT_RELACOUNT tag if
	appropriate.
	* layout.h (class Layout): Update declaration.
2010-01-07 21:09:31 +00:00
..
po PR 10895 2009-11-03 15:20:30 +00:00
testsuite * gc.h (Garbage_collection::Cident_section_map): New typedef. 2010-01-07 07:14:30 +00:00
ChangeLog PR 11061 2010-01-07 21:09:31 +00:00
Makefile.am * Makefile.am (incremental_dump_DEPENDENCIES): Remove 2010-01-07 05:51:58 +00:00
Makefile.in * Makefile.am (incremental_dump_DEPENDENCIES): Remove 2010-01-07 05:51:58 +00:00
NEWS
README Add support for -pie. 2009-10-14 05:25:02 +00:00
TODO
aclocal.m4 Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
archive.cc * archive.cc (Archive::add_symbols): Only look up a symbol without 2009-12-15 22:05:22 +00:00
archive.h
arm.cc * output.h (class Output_data): Add const version of 2010-01-07 20:43:35 +00:00
attributes.cc 2009-12-28 Chris Demetriou <cgd@google.com> 2009-12-29 06:09:03 +00:00
attributes.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
binary.cc
binary.h
common.cc PR 10979 2009-12-31 05:07:22 +00:00
common.h
compressed_output.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
compressed_output.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
config.in 2009-12-17 Rafael Avila de Espindola <espindola@google.com> 2009-12-17 16:02:03 +00:00
configure * configure.ac: Set the MCMODEL_MEDIUM conditional to false if 2009-12-29 22:49:13 +00:00
configure.ac * configure.ac: Set the MCMODEL_MEDIUM conditional to false if 2009-12-29 22:49:13 +00:00
configure.tgt
copy-relocs.cc PR 11042 2010-01-07 19:32:59 +00:00
copy-relocs.h
cref.cc PR 10980 2010-01-05 21:52:51 +00:00
cref.h PR 10980 2010-01-05 21:52:51 +00:00
debug.h 2009-09-17 Doug Kwan <dougkwan@google.com> 2009-09-18 01:10:38 +00:00
defstd.cc PR 10876 2009-11-07 02:02:29 +00:00
defstd.h
descriptors.cc * descriptor.cc: Include <cstdio> and "binary-io.h". 2009-10-10 04:56:43 +00:00
descriptors.h
dirsearch.cc
dirsearch.h
dwarf_reader.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
dwarf_reader.h 2009-12-08 Doug Kwan <dougkwan@google.com> 2009-12-09 03:02:28 +00:00
dynobj.cc PR 10980 2010-01-05 21:52:51 +00:00
dynobj.h PR 10980 2010-01-05 21:52:51 +00:00
ehframe.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
ehframe.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
errors.cc PR 10980 2010-01-07 18:31:30 +00:00
errors.h
expression.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
ffsll.c
fileread.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
fileread.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
freebsd.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
ftruncate.c
gc.cc
gc.h * gc.h (Garbage_collection::Cident_section_map): New typedef. 2010-01-07 07:14:30 +00:00
gold-threads.cc
gold-threads.h
gold.cc PR 10980 2010-01-06 05:30:24 +00:00
gold.h * gc.h (Garbage_collection::Cident_section_map): New typedef. 2010-01-07 07:14:30 +00:00
i386.cc * output.h (class Output_data): Add const version of 2010-01-07 20:43:35 +00:00
icf.cc * gc.h (gc_process_relocs): Call is_section_foldable_candidate to 2010-01-04 19:08:39 +00:00
icf.h * gc.h (gc_process_relocs): Call is_section_foldable_candidate to 2010-01-04 19:08:39 +00:00
incremental-dump.cc 2009-12-07 Rafael Avila de Espindola <espindola@google.com> 2009-12-07 21:36:52 +00:00
incremental.cc 2009-12-04 Rafael Avila de Espindola <espindola@google.com> 2009-12-04 18:18:18 +00:00
incremental.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
int_encoding.cc 2009-12-08 Doug Kwan <dougkwan@google.com> 2009-12-09 03:02:28 +00:00
int_encoding.h 2009-12-08 Doug Kwan <dougkwan@google.com> 2009-12-09 03:02:28 +00:00
layout.cc PR 11061 2010-01-07 21:09:31 +00:00
layout.h PR 11061 2010-01-07 21:09:31 +00:00
main.cc PR 10980 2010-01-05 21:52:51 +00:00
mapfile.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
mapfile.h PR 10980 2010-01-05 21:52:51 +00:00
merge.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
merge.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
mremap.c
object.cc PR 11019 2010-01-07 18:42:03 +00:00
object.h PR 10980 2010-01-05 21:52:51 +00:00
options.cc PR 10980 2010-01-06 22:37:18 +00:00
options.h PR 10980 2010-01-07 18:31:30 +00:00
output.cc PR 11061 2010-01-07 21:09:31 +00:00
output.h PR 11061 2010-01-07 21:09:31 +00:00
parameters.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
parameters.h * object.h (class Object): Remove target_ field, and target, 2009-09-30 22:21:13 +00:00
plugin.cc PR 10980 2010-01-05 21:52:51 +00:00
plugin.h PR 10980 2010-01-05 21:52:51 +00:00
powerpc.cc * output.h (class Output_data): Add const version of 2010-01-07 20:43:35 +00:00
pread.c * pread.c: Include stdio.h. 2009-10-09 23:10:15 +00:00
readsyms.cc 2009-10-10 Chris Demetriou <cgd@google.com> 2009-10-10 07:39:04 +00:00
readsyms.h
reduced_debug_output.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
reduced_debug_output.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
reloc-types.h
reloc.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
reloc.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
resolve.cc * options.h (class General_options): Use DEFINE_bool_alias for 2010-01-05 22:55:08 +00:00
script-c.h 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 18:56:07 +00:00
script-sections.cc * symtab.h (class Symbol_table): Add enum Defined. 2009-12-29 00:31:48 +00:00
script-sections.h 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 18:56:07 +00:00
script.cc PR 10980 2010-01-06 05:30:24 +00:00
script.h PR 10980 2010-01-06 05:30:24 +00:00
sparc.cc * output.h (class Output_data): Add const version of 2010-01-07 20:43:35 +00:00
stringpool.cc 2009-10-21 Doug Kwan <dougkwan@google.com> 2009-10-21 08:08:41 +00:00
stringpool.h
symtab.cc * symtab.cc (Symbol_table::add_from_object): Rename def parameter 2010-01-05 19:29:15 +00:00
symtab.h PR 10979 2009-12-31 05:07:22 +00:00
target-reloc.h PR 10843 2009-12-30 20:35:52 +00:00
target-select.cc Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
target-select.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
target.cc 2009-10-09 Doug Kwan <dougkwan@google.com> 2009-10-09 23:18:19 +00:00
target.h 2009-12-05 Doug Kwan <dougkwan@google.com> 2009-12-06 02:49:46 +00:00
timer.cc 2009-12-17 Rafael Avila de Espindola <espindola@google.com> 2009-12-17 16:02:03 +00:00
timer.h 2009-12-17 Rafael Avila de Espindola <espindola@google.com> 2009-12-17 16:02:03 +00:00
tls.h
token.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
version.cc
workqueue-internal.h
workqueue-threads.cc
workqueue.cc 2009-12-29 Rafael Espindola <espindola@google.com> 2009-12-29 23:45:10 +00:00
workqueue.h Revert -Wshadow changes, all changes from: 2009-12-14 19:53:05 +00:00
x86_64.cc * output.h (class Output_data): Add const version of 2010-01-07 20:43:35 +00:00
yyscript.y 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 18:56:07 +00:00

README

gold is an ELF linker.  It is intended to have complete support for
ELF and to run as fast as possible on modern systems.  For normal use
it is a drop-in replacement for the older GNU linker.

gold is part of the GNU binutils.  See ../binutils/README for more
general notes, including where to send bug reports.

gold was originally developed at Google, and was contributed to the
Free Software Foundation in March 2008.  At Google it was designed by
Ian Lance Taylor, with major contributions by Cary Coutant, Craig
Silverstein, and Andrew Chatham.

The existing GNU linker manual is intended to be accurate
documentation for features which gold supports.  gold supports most of
the features of the GNU linker for ELF targets.  Notable
omissions--features of the GNU linker not currently supported in
gold--are:
  * MEMORY regions in linker scripts
  * MRI compatible linker scripts
  * cross-reference reports (--cref)
  * various other minor options


Notes on the code
=================

These are some notes which may be helpful to people working on the
source code of gold itself.

gold is written in C++.  It is a GNU program, and therefore follows
the GNU formatting standards as modified for C++.  Source documents in
order of decreasing precedence:
    http://www.gnu.org/prep/standards/
    http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/C++STYLE
    http://www.zembu.com/eng/procs/c++style.html

The linker is intended to have complete support for cross-compilation,
while still supporting the normal case of native linking as fast as
possible.  In order to do this, many classes are actually templates
whose parameter is the ELF file class (e.g., 32 bits or 64 bits).  The
C++ code is the same, but we don't pay the execution time cost of
always using 64-bit integers if the target is 32 bits.  Many of these
class templates also have an endianness parameter: true for
big-endian, false for little-endian.

The linker is multi-threaded.  The Task class represents a single unit
of work.  Task objects are stored on a single Workqueue object.  Tasks
communicate via Task_token objects.  Task_token objects are only
manipulated while holding the master Workqueue lock.  Relatively few
mutexes are used.


Build requirements
==================

The gold source code uses templates heavily.  Building it requires a
recent version of g++.  g++ 4.0.3 is known to work.  g++ 3.2 and g++
3.4.3 are known to fail.

The linker script parser uses features which are only in newer
versions of bison.  bison 2.3 is known to work.  bison 1.26 is known
to fail.  If you are building gold from an official binutils release,
the bison output should already be included.