binutils-gdb/gold
Ian Lance Taylor 6cb15b7f89 Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
..
po Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
testsuite Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
Makefile.am Add bootstrap test. 2007-09-22 20:11:12 +00:00
Makefile.in Add bootstrap test. 2007-09-22 20:11:12 +00:00
README Initial CVS checkin of gold 2006-08-04 23:10:59 +00:00
aclocal.m4 Can now do a full static link of hello, world in C or C++ 2006-11-03 18:26:11 +00:00
archive.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
archive.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
common.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
common.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
config.in Add support for --enable-target to control which template 2007-09-04 20:00:53 +00:00
configure Add bootstrap test. 2007-09-22 20:11:12 +00:00
configure.ac Add bootstrap test. 2007-09-22 20:11:12 +00:00
defstd.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
defstd.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
dirsearch.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
dirsearch.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
dynobj.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
dynobj.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
fileread.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
fileread.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
gold-threads.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
gold-threads.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
gold.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
gold.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
i386.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
layout.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
layout.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
main.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
merge.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
merge.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
object.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
object.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
options.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
options.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
output.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
output.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
parameters.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
parameters.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
readsyms.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
readsyms.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
reloc-types.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
reloc.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
reloc.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
resolve.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
script-c.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
script.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
script.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
stringpool.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
stringpool.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
strtab.h Another snapshot of the current state of the sources. Gets to the 2006-08-18 22:29:20 +00:00
symtab.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
symtab.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
target-reloc.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
target-select.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
target-select.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
target.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
workqueue.cc Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
workqueue.h Add licensing text to every source file. 2007-09-22 21:02:10 +00:00
yyscript.y Add licensing text to every source file. 2007-09-22 21:02:10 +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.

It is written in C++.  It is (intended to be) a GNU program, and
therefore follows the GNU formatting standards as modified for C++.
Source documents in order of 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,
which still supporting the normal case of native linking as fast as
possible.  This makes the code more complex.

Many functions are actually templates whose parameter is the ELF file
class (e.g., 32 bits or 64 bits).  The code is the same, but we don't
want to pay the execution time cost of always using 64-bit integers if
the target is 32 bits.