binutils-gdb/gold
Cary Coutant e44c371564 gold/
Revert support for v2 DWP files:

	2013-03-01  Cary Coutant  <ccoutant@google.com>

	    Add dwp support for v2 DWARF package file format.
	    * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
	    tu_length parameter.  Adjust all callers.
	    * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
	    * dwp.cc: Include dwarf.h.
	    (Section_bounds): New struct type.
	    (Unit_set): New struct type.
	    (Dwo_file::Dwo_file): Initialize new data member.
	    (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
	    Combine and rename to...
	    (Dwo_file::read_unit_index): ...this.
	    (Dwo_file::sized_read_compunit_index)
	    (Dwo_file::sized_read_typeunit_index): Combine and rename to...
	    (Dwo_file::sized_read_unit_index): ...this.
	    (Dwo_file::copy_section): Remove section_name, is_str_offsets
	    parameters; add section_id parameter.
	    (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
	    (Dwo_file::add_unit_set): ...this.
	    (Dwo_file::shndx_map_): Remove.
	    (Dwo_file::sect_offsets_): New data member.
	    (Dwp_output_file::Dwp_output_file): Initialize new data members.
	    (Dwp_output_file::add_section): Rename to...
	    (Dwp_output_file::add_contribution): ...this.
	    (Dwp_output_file::add_cu_set): Combine parameters into a struct.
	    (Dwp_output_file::add_tu_set): Likewise.
	    (Dwp_output_file::Contribution): New type.
	    (Dwp_output_file::Section::contributions): New data member.
	    (Dwp_output_file::Cu_or_tu_set): Remove.
	    (Dwp_output_file::Section::Section): New ctor.
	    (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
	    (Dwp_output_file::Dwp_index::Section_table): New type.
	    (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
	    (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
	    parameter.
	    (Dwp_output_file::Dwp_index::shndx_pool): Remove.
	    (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
	    (Dwp_output_file::Dwp_index::section_table): New member function.
	    (Dwp_output_file::Dwp_index::section_table_end): New member function.
	    (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
	    (Dwp_output_file::Dwp_index::section_table_rows): New member function.
	    (Dwp_output_file::Dwp_index::section_table_cols): New member function.
	    (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
	    (Dwp_output_file::Dwp_index::section_table_): New data member.
	    (Dwp_output_file::Dwp_index::section_mask_): New data member.
	    (Dwp_output_file::add_output_section): New member function.
	    (Dwp_output_file::write_new_section): New member function.
	    (Dwp_output_file::write_contributions): New member function.
	    (Dwp_output_file::section_id_map_): New data member.
	    (class Dwo_id_info_reader): Remove.
	    (class Unit_reader): New class.
	    (get_dwarf_section_name): New function.
	    (Dwo_file::read_executable): Adjust initializations of class data.
	    (Dwo_file::read): Add support for v2 package file format.
	    (Dwo_file::read_unit_index): Likewise.
	    (Dwo_file::sized_read_unit_index): Likewise.
	    (Dwo_file::copy_section): Likewise.
	    (Dwo_file::add_unit_set): Likewise.
	    (Dwp_output_file::add_output_section): Likewise.
	    (Dwp_output_file::add_contribution): Likewise.
	    (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
	    for empty slot.
	    (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
	    file format.
	    (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
	    slot.
	    (Dwp_output_file::initialize): Remove unused function.
	    (Dwp_output_file::finalize): Add support for v2 package file format.
	    (Dwp_output_file::write_index): Likewise.
	    * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
	    function prototype.
2013-08-07 17:11:24 +00:00
..
po Regenerate. 2012-11-08 03:03:26 +00:00
testsuite gold/ 2013-07-30 21:26:53 +00:00
ChangeLog gold/ 2013-08-07 17:11:24 +00:00
Makefile.am 2013-04-26 Geoff Pike <gpike@chromium.org> 2013-04-26 21:38:57 +00:00
Makefile.in gold/ 2013-05-13 17:35:22 +00:00
NEWS Add copyright notices 2012-12-17 16:56:12 +00:00
README * README: Update coding style link. 2013-02-06 02:00:30 +00:00
TODO
aclocal.m4 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS. 2012-12-07 04:28:52 +00:00
archive.cc 2013-03-29 Sriraman Tallam <tmsriram@google.com> 2013-03-30 01:03:23 +00:00
archive.h
arm-reloc-property.cc
arm-reloc-property.h
arm-reloc.def
arm.cc gold/ 2013-07-30 21:26:53 +00:00
attributes.cc
attributes.h
binary.cc
binary.h
common.cc * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef. 2012-07-11 14:18:40 +00:00
common.h
compressed_output.cc
compressed_output.h
config.in Fix mingw gold build with plugins enabled 2013-01-11 14:36:36 +00:00
configure gold/ 2013-05-13 17:35:22 +00:00
configure.ac gold/ 2013-05-13 17:35:22 +00:00
configure.tgt bfd/ 2013-04-25 13:22:52 +00:00
copy-relocs.cc * object.h (Relobj::local_symbol_value): New function. 2011-12-19 21:07:16 +00:00
copy-relocs.h
cref.cc
cref.h
debug.h
defstd.cc
defstd.h
descriptors.cc * descriptors.cc (Descriptors::close_all): New function. 2013-02-11 16:12:59 +00:00
descriptors.h * descriptors.cc (Descriptors::close_all): New function. 2013-02-11 16:12:59 +00:00
dirsearch.cc 2011-11-17 Sterling Augustine <saugustine@google.com> 2011-11-17 17:46:54 +00:00
dirsearch.h 2011-11-17 Sterling Augustine <saugustine@google.com> 2011-11-17 17:46:54 +00:00
dwarf_reader.cc gold/ 2013-08-07 17:11:24 +00:00
dwarf_reader.h gold/ 2013-08-07 17:11:24 +00:00
dwp.cc gold/ 2013-08-07 17:11:24 +00:00
dwp.h gold/ 2012-10-24 02:26:39 +00:00
dynobj.cc * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call 2012-06-04 20:00:31 +00:00
dynobj.h 2012-03-21 Cary Coutant <ccoutant@google.com> 2012-03-21 19:02:22 +00:00
ehframe.cc * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than 2013-03-07 23:27:53 +00:00
ehframe.h * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than 2013-03-07 23:27:53 +00:00
errors.cc
errors.h
expression.cc * object.h (Relobj::local_symbol_value): New function. 2011-12-19 21:07:16 +00:00
ffsll.c
fileread.cc gold/ 2012-12-10 17:38:42 +00:00
fileread.h 2013-07-15 Shawn Landden <shawnlandden@gmail.com> 2013-07-15 16:49:20 +00:00
freebsd.h * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. 2012-05-02 21:37:24 +00:00
ftruncate.c Add copyright notices 2012-12-17 16:56:12 +00:00
gc.cc
gc.h * gc.h (gc_process_relocs): Don't look through function descriptors. 2013-03-15 07:51:32 +00:00
gdb-index.cc gold/ 2013-08-07 17:11:24 +00:00
gdb-index.h 2013-07-22 Sterling Augustine <saugustine@google.com> 2013-07-29 18:29:12 +00:00
gold-threads.cc
gold-threads.h
gold.cc 2013-04-26 Geoff Pike <gpike@chromium.org> 2013-04-26 21:38:57 +00:00
gold.h gold/ 2012-10-24 02:26:39 +00:00
i386.cc gold/ 2013-07-30 21:26:53 +00:00
icf.cc * gc.h (gc_process_relocs): Don't look through function descriptors. 2013-03-15 07:51:32 +00:00
icf.h
incremental-dump.cc * incremental-dump.cc (find_input_containing_global): Replace 2012-04-24 22:05:28 +00:00
incremental.cc gold/ 2012-11-01 22:35:06 +00:00
incremental.h PR gold/14570 2012-09-12 18:29:18 +00:00
int_encoding.cc * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline 2012-01-25 07:34:55 +00:00
int_encoding.h * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline 2012-01-25 07:34:55 +00:00
layout.cc gold/ 2013-07-19 23:07:08 +00:00
layout.h 2013-04-26 Geoff Pike <gpike@chromium.org> 2013-04-26 21:38:57 +00:00
main.cc 2012-03-21 Cary Coutant <ccoutant@google.com> 2012-03-21 19:02:22 +00:00
mapfile.cc
mapfile.h
merge.cc * merge.cc (Output_merge_string::do_add_input_section): Correct 2013-05-03 09:30:24 +00:00
merge.h 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-04-29 17:15:09 +00:00
mremap.c
nacl.cc gold/ 2012-11-01 18:16:23 +00:00
nacl.h 2013-07-15 Shawn Landden <shawnlandden@gmail.com> 2013-07-15 16:49:20 +00:00
object.cc gold/ 2013-07-31 18:47:50 +00:00
object.h gold/ 2013-07-31 18:47:50 +00:00
options.cc gold/ 2013-05-10 22:33:35 +00:00
options.h gold/ 2013-07-19 23:07:08 +00:00
output.cc 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-05-30 23:01:11 +00:00
output.h 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-05-30 23:01:11 +00:00
parameters.cc gold/ 2013-07-30 21:26:53 +00:00
parameters.h gold/ 2013-07-19 23:07:08 +00:00
plugin.cc * descriptors.cc (Descriptors::close_all): New function. 2013-02-11 16:12:59 +00:00
plugin.h 2012-03-21 Cary Coutant <ccoutant@google.com> 2012-03-21 19:02:22 +00:00
powerpc.cc gold/ 2013-07-31 18:47:50 +00:00
pread.c
readsyms.cc * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info): 2012-02-29 21:22:29 +00:00
readsyms.h
reduced_debug_output.cc elfcpp/ 2012-05-01 22:46:36 +00:00
reduced_debug_output.h
reloc-types.h
reloc.cc * object.h (Sized_relobj_file::emit_relocs): Delete. 2012-09-05 00:34:20 +00:00
reloc.h * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const 2012-04-26 00:07:21 +00:00
resolve.cc gold/ 2013-06-14 20:07:18 +00:00
script-c.h
script-sections.cc gold/ 2013-04-15 16:37:30 +00:00
script-sections.h PR ld/14265 2012-08-14 08:31:57 +00:00
script.cc 2011-11-17 Sterling Augustine <saugustine@google.com> 2011-11-17 17:46:54 +00:00
script.h
sparc.cc gold/ 2013-07-30 21:26:53 +00:00
stringpool.cc gold/ 2013-05-01 17:37:14 +00:00
stringpool.h 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-04-29 17:15:09 +00:00
symtab.cc gold/ 2013-04-15 16:34:12 +00:00
symtab.h gold/ 2013-05-21 21:14:40 +00:00
system.h gold/ 2012-11-01 22:44:58 +00:00
target-reloc.h gold/ 2013-05-21 21:14:40 +00:00
target-select.cc * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. 2012-05-02 21:37:24 +00:00
target-select.h * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. 2012-05-02 21:37:24 +00:00
target.cc * target.h (Target::plt_fde_location, do_plt_fde_location): Declare. 2013-02-27 23:11:56 +00:00
target.h gold/ 2013-07-30 21:26:53 +00:00
tilegx.cc gold/ 2013-07-30 21:26:53 +00:00
timer.cc * timer.cc: #include <unistd.h>. 2012-04-06 17:21:55 +00:00
timer.h
tls.h
token.h
version.cc Update gold copyright year to 2013 2013-01-02 18:39:21 +00:00
workqueue-internal.h
workqueue-threads.cc
workqueue.cc
workqueue.h
x86_64.cc gold/ 2013-07-30 21:26:53 +00:00
yyscript.y 2011-11-11 Sterling Augustine <saugustine@google.com> 2011-11-11 22:29:43 +00:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 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.