You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ian Lance Taylor f0b886e312 PR 6584 18 years ago
..
po toplevel/ 19 years ago
testsuite * options.h (class General_options): Add -z relro. 18 years ago
ChangeLog PR 6584 18 years ago
Makefile.am elfcpp/: 18 years ago
Makefile.in elfcpp/: 18 years ago
NEWS * NEWS: New file. 19 years ago
README * README: Rewrite, with some notes on unsupported features. 19 years ago
TODO * TODO: New file. 19 years ago
aclocal.m4 bfd/ 19 years ago
archive.cc * archive.cc (Archive::include_all_members) Correct to step 18 years ago
archive.h * mapfile.cc: New file. 18 years ago
binary.cc PR 6584 18 years ago
binary.h Add support for --format binary for input files. 19 years ago
common.cc * mapfile.cc: New file. 18 years ago
common.h * mapfile.cc: New file. 18 years ago
compressed_output.cc * compressed_output.h (class Output_compressed_section): Use 19 years ago
compressed_output.h * compressed_output.h (class Output_compressed_section): Use 19 years ago
config.in * common.cc (Symbol_table::allocate_commons): Remove options 19 years ago
configure * configure.ac: If targ_extra_obj is set, link it in. 19 years ago
configure.ac * configure.ac: If targ_extra_obj is set, link it in. 19 years ago
configure.tgt * configure.ac: If targ_extra_obj is set, link it in. 19 years ago
copy-relocs.cc * mapfile.cc: New file. 18 years ago
copy-relocs.h * copy-relocs.cc: New file. 19 years ago
debug.h PR gold/5986 19 years ago
defstd.cc Fully implement the SECTIONS clause. 19 years ago
defstd.h Update copyright years. Update language files. 19 years ago
dirsearch.cc Update copyright years. Update language files. 19 years ago
dirsearch.h Update copyright years. Update language files. 19 years ago
dwarf_reader.cc elfcpp/: 18 years ago
dwarf_reader.h elfcpp/: 18 years ago
dynobj.cc * object.cc (Xindex::initialize_symtab_xindex): New function. 19 years ago
dynobj.h * object.cc (Xindex::initialize_symtab_xindex): New function. 19 years ago
ehframe.cc * object.cc (Xindex::initialize_symtab_xindex): New function. 19 years ago
ehframe.h * mapfile.cc: New file. 18 years ago
errors.cc * errors.cc (Errors::info): New function. 19 years ago
errors.h * options.h (class General_options): Add --fatal-warnings. 19 years ago
expression.cc Permit scripts to refer to the addresses of output sections which were 19 years ago
fileread.cc * fileread.cc (File_read::find_view): Add byteshift and vshifted 19 years ago
fileread.h * fileread.cc (File_read::find_view): Add byteshift and vshifted 19 years ago
gold-threads.cc Update copyright years. Update language files. 19 years ago
gold-threads.h Update copyright years. Update language files. 19 years ago
gold.cc * mapfile.cc: New file. 18 years ago
gold.h * mapfile.cc: New file. 18 years ago
i386.cc * mapfile.cc: New file. 18 years ago
layout.cc elfcpp/: 18 years ago
layout.h elfcpp/: 18 years ago
main.cc * mapfile.cc: New file. 18 years ago
mapfile.cc * mapfile.cc: New file. 18 years ago
mapfile.h * mapfile.cc: New file. 18 years ago
merge.cc * merge.cc (Object_merge_map::get_output_offset): Remove inline 19 years ago
merge.h * mapfile.cc: New file. 18 years ago
object.cc * object.cc (Sized_relobj::include_section_group): Adjust section 19 years ago
object.h * mapfile.cc: New file. 18 years ago
options.cc elfcpp/: 18 years ago
options.h elfcpp/: 18 years ago
output.cc * mapfile.cc: New file. 18 years ago
output.h * mapfile.cc: New file. 18 years ago
parameters.cc Update copyright years. Update language files. 19 years ago
parameters.h Update copyright years. Update language files. 19 years ago
pread.c Rework File_read interface. Get file size. Use pread when 19 years ago
readsyms.cc * mapfile.cc: New file. 18 years ago
readsyms.h * mapfile.cc: New file. 18 years ago
reduced_debug_output.cc elfcpp/: 18 years ago
reduced_debug_output.h elfcpp/: 18 years ago
reloc-types.h * copy-relocs.cc: New file. 19 years ago
reloc.cc * object.cc (Xindex::initialize_symtab_xindex): New function. 19 years ago
reloc.h * copy-relocs.cc: New file. 19 years ago
resolve.cc * symtab.c (Symbol::init_base_output_data): Add version 19 years ago
script-c.h Support -d/--define-common. 19 years ago
script-sections.cc * mapfile.cc: New file. 18 years ago
script-sections.h Permit scripts to refer to the addresses of output sections which were 19 years ago
script.cc * mapfile.cc: New file. 18 years ago
script.h * mapfile.cc: New file. 18 years ago
sparc.cc * mapfile.cc: New file. 18 years ago
stringpool.cc Update copyright years. Update language files. 19 years ago
stringpool.h Update copyright years. Update language files. 19 years ago
symtab.cc * symtab.c (Symbol::init_base_output_data): Add version 19 years ago
symtab.h * mapfile.cc: New file. 18 years ago
target-reloc.h PR 6407 18 years ago
target-select.cc PR gold/5986 19 years ago
target-select.h * options.cc (options::help): Print list of supported targets. 19 years ago
target.h * options.h (class General_options): Define --wrap as a special 19 years ago
tls.h Update copyright years. Update language files. 19 years ago
token.h Update copyright years. Update language files. 19 years ago
version.cc * version.cc (version_string): Bump to 1.6. 19 years ago
workqueue-internal.h Update copyright years. Update language files. 19 years ago
workqueue-threads.cc Update copyright years. Update language files. 19 years ago
workqueue.cc Update copyright years. Update language files. 19 years ago
workqueue.h Update copyright years. Update language files. 19 years ago
x86_64.cc * mapfile.cc: New file. 18 years ago
yyscript.y * yyscript.y: Fix spelling error in comment. 19 years ago

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
* linker map files (-M, -Map)
* cross-reference reports (--cref)
* linker garbage collection (--gc-sections)
* position independent executables (-pie)
* 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.