Welcome to ftp.nluug.nl Current directory: /pub/ftp/NetBSD/NetBSD-release-9/src/external/gpl3/binutils/dist/gold/ |
|
Contents of 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: * 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++/manual/source_code_style.html 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 and 4.1.3 are known to work. g++ 3.2, 3.4.3, and 4.1.2 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. Copyright (C) 2012-2018 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. |
Name Last modified Size
Parent Directory - CVS/ 04-Dec-2024 04:04 - po/ 14-Feb-2024 19:47 - ChangeLog 06-Nov-2018 22:18 25K ChangeLog-0815 26-Oct-2016 19:30 737K ChangeLog-2016 15-Apr-2018 00:18 64K ChangeLog-2017 15-Apr-2018 00:18 31K Makefile.am 07-Nov-2018 02:13 10K Makefile.in 06-Nov-2018 22:18 60K NEWS 06-Nov-2018 22:18 2.2K README 15-Apr-2018 00:18 2.8K TODO 18-Aug-2009 12:16 969 aarch64-reloc-property.cc 15-Apr-2018 00:18 5.1K aarch64-reloc-property.h 15-Apr-2018 00:18 7.0K aarch64-reloc.def 06-Nov-2018 22:18 14K aarch64.cc 06-Nov-2018 22:18 269K aclocal.m4 06-Nov-2018 22:18 44K archive.cc 15-Apr-2018 00:18 38K archive.h 15-Apr-2018 00:18 15K arm-reloc-property.cc 15-Apr-2018 00:18 9.3K arm-reloc-property.h 15-Apr-2018 00:18 11K arm-reloc.def 15-Apr-2018 00:18 13K arm.cc 06-Nov-2018 22:18 422K attributes.cc 15-Apr-2018 00:18 13K attributes.h 15-Apr-2018 00:18 11K binary.cc 15-Apr-2018 00:18 11K binary.h 15-Apr-2018 00:18 3.2K common.cc 15-Apr-2018 00:18 9.6K common.h 15-Apr-2018 00:18 1.6K compressed_output.cc 15-Apr-2018 00:18 10K compressed_output.h 15-Apr-2018 00:18 2.6K config.in 06-Nov-2018 22:18 7.7K configure 06-Nov-2018 22:18 343K configure.ac 06-Nov-2018 22:18 22K configure.tgt 15-Apr-2018 00:18 4.3K copy-relocs.cc 15-Apr-2018 00:18 8.7K copy-relocs.h 15-Apr-2018 00:18 5.9K cref.cc 15-Apr-2018 00:18 10K cref.h 15-Apr-2018 00:18 2.0K debug.h 06-Nov-2018 22:18 2.5K defstd.cc 15-Apr-2018 00:18 7.6K defstd.h 15-Apr-2018 00:18 1.1K descriptors.cc 15-Apr-2018 00:18 7.9K descriptors.h 15-Apr-2018 00:18 3.6K dirsearch.cc 15-Apr-2018 00:18 7.0K dirsearch.h 15-Apr-2018 00:18 2.8K dwarf_reader.cc 06-Nov-2018 22:18 72K dwarf_reader.h 06-Nov-2018 22:18 34K dwp.cc 15-Apr-2018 00:18 72K dwp.h 15-Apr-2018 00:18 3.2K dynobj.cc 06-Nov-2018 22:18 55K dynobj.h 15-Apr-2018 00:18 19K ehframe.cc 15-Apr-2018 00:18 40K ehframe.h 15-Apr-2018 00:18 16K errors.cc 15-Apr-2018 00:18 9.9K errors.h 15-Apr-2018 00:18 4.0K expression.cc 06-Nov-2018 22:18 36K ffsll.c 15-Apr-2018 00:18 1.4K fileread.cc 15-Apr-2018 00:18 29K fileread.h 15-Apr-2018 00:18 17K freebsd.h 15-Apr-2018 00:18 3.0K ftruncate.c 15-Apr-2018 00:18 2.4K gc.cc 15-Apr-2018 00:18 2.2K gc.h 06-Nov-2018 22:18 13K gdb-index.cc 15-Apr-2018 00:18 40K gdb-index.h 15-Apr-2018 00:18 7.3K gold-threads.cc 15-Apr-2018 00:18 9.0K gold-threads.h 15-Apr-2018 00:18 5.6K gold.cc 15-Apr-2018 00:18 29K gold.h 15-Apr-2018 00:18 9.0K i386.cc 06-Nov-2018 22:18 140K icf.cc 06-Nov-2018 22:18 35K icf.h 15-Apr-2018 00:18 5.6K incremental-dump.cc 15-Apr-2018 00:18 17K incremental.cc 06-Nov-2018 22:18 96K incremental.h 06-Nov-2018 22:18 64K int_encoding.cc 15-Apr-2018 00:18 3.5K int_encoding.h 15-Apr-2018 00:18 4.9K layout.cc 06-Nov-2018 22:18 197K layout.h 06-Nov-2018 22:18 52K main.cc 15-Apr-2018 00:18 10K mapfile.cc 15-Apr-2018 00:18 10K mapfile.h 15-Apr-2018 00:18 2.9K merge.cc 15-Apr-2018 00:18 19K merge.h 15-Apr-2018 00:18 15K mips.cc 06-Nov-2018 22:18 440K mremap.c 15-Apr-2018 00:18 2.4K nacl.cc 15-Apr-2018 00:18 1.3K nacl.h 15-Apr-2018 00:18 6.9K object.cc 06-Nov-2018 22:18 110K object.h 06-Nov-2018 22:18 94K options.cc 06-Nov-2018 22:18 43K options.h 06-Nov-2018 22:18 85K output.cc 06-Nov-2018 22:18 158K output.h 06-Nov-2018 22:18 146K parameters.cc 15-Apr-2018 00:18 9.6K parameters.h 15-Apr-2018 00:18 6.3K plugin.cc 06-Nov-2018 22:18 61K plugin.h 06-Nov-2018 22:18 17K powerpc.cc 06-Nov-2018 22:18 321K pread.c 15-Apr-2018 00:18 1.4K readsyms.cc 15-Apr-2018 00:18 26K readsyms.h 15-Apr-2018 00:18 13K reduced_debug_output.cc 15-Apr-2018 00:18 14K reduced_debug_output.h 15-Apr-2018 00:18 4.2K reloc-types.h 15-Apr-2018 00:18 2.7K reloc.cc 15-Apr-2018 00:18 54K reloc.h 15-Apr-2018 00:18 38K resolve.cc 06-Nov-2018 22:18 39K s390.cc 06-Nov-2018 22:18 147K script-c.h 15-Apr-2018 00:18 16K script-sections.cc 15-Apr-2018 00:18 128K script-sections.h 15-Apr-2018 00:18 11K script.cc 06-Nov-2018 22:18 96K script.h 06-Nov-2018 22:18 19K sparc.cc 06-Nov-2018 22:18 134K stringpool.cc 15-Apr-2018 00:18 15K stringpool.h 15-Apr-2018 00:18 13K symtab.cc 06-Nov-2018 22:18 118K symtab.h 06-Nov-2018 22:18 64K system.h 15-Apr-2018 00:18 4.8K target-reloc.h 06-Nov-2018 22:18 32K target-select.cc 15-Apr-2018 00:18 5.6K target-select.h 15-Apr-2018 00:18 8.4K target.cc 15-Apr-2018 00:18 7.3K target.h 06-Nov-2018 22:18 41K tilegx.cc 06-Nov-2018 22:18 189K timer.cc 15-Apr-2018 00:18 3.1K timer.h 15-Apr-2018 00:18 1.8K tls.h 15-Apr-2018 00:18 2.5K token.h 15-Apr-2018 00:18 7.9K version.cc 06-Nov-2018 22:18 2.3K workqueue-internal.h 15-Apr-2018 00:18 2.8K workqueue-threads.cc 15-Apr-2018 00:18 4.7K workqueue.cc 15-Apr-2018 00:18 12K workqueue.h 15-Apr-2018 00:18 7.4K x86_64.cc 06-Nov-2018 22:18 203K yyscript.c 15-Apr-2018 00:18 131K yyscript.h 15-Apr-2018 00:18 7.4K yyscript.y 15-Apr-2018 00:18 30K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!