binutils-gdb/gold
H.J. Lu 19a7fe52ae Make default compression gABI compliant
All programs in binutils+gdb git repo now support gABI compression
with the SHF_COMPRESSED bit.  This patch makes the zlib-gabi option
as compression default for gas, gold, ld and objcopy, instead of the
zlib-gnu option whose outputs are incompatible with gABI.

binutils/

	* objcopy.c (copy_file): Set BFD_COMPRESS_GABI if not
	zlib-gnu.
	* doc/binutils.texi: Change --compress-debug-sections and
	--compress-debug-sections=zlib to zlib-gabi.

binutils/testsuite/

	* binutils-all/compress.exp: Update.

gas/

	* as.c (parse_args): Make --compress-debug-sections and
	--compress-debug-sections=zlib the same as
	--compress-debug-sections=zlib-gabi.
	* doc/as.texinfo: Change --compress-debug-sections and
	--compress-debug-sections=zlib to zlib-gabi.

gold/

	* compressed_output.cc (Output_compressed_section::set_final_data_size):
	Make --compress-debug-sections=zlib the same as
	--compress-debug-sections=zlib-gabi.
	* testsuite/Makefile.am (flagstest_compress_debug_sections.check):
	Expect ".debug_.*" with the SHF_COMPRESSED bit, instead of
	".zdebug_".
	* testsuite/Makefile.in: Regenerated.

ld/

	* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Make
	--compress-debug-sections=zlib the same as
	--compress-debug-sections=zlib-gabi.
	* ld.texinfo: Change --compress-debug-sections=zlib to zlib-gabi.

ld/testsuite/

	* ld-elf/zlibbegin.rS: Updated to .debug_.* with the
	SHF_COMPRESSED bit.
	* ld-elf/zlibnormal.rS: Likewise.
2015-07-14 10:26:23 -07:00
..
po Update French Translations for LD and GOLD. 2015-06-08 15:04:17 +01:00
testsuite Make default compression gABI compliant 2015-07-14 10:26:23 -07:00
aarch64-reloc-property.cc
aarch64-reloc-property.h
aarch64-reloc.def
aarch64.cc Use "gold_info" instead of "gold_warning" for erratum fix. 2015-07-09 17:13:34 -07:00
aclocal.m4
archive.cc
archive.h
arm-reloc-property.cc
arm-reloc-property.h
arm-reloc.def
arm.cc Drop 'missing mapping symbols' warning for arm and aarch64. 2015-07-09 15:43:15 -07:00
attributes.cc
attributes.h
binary.cc
binary.h
ChangeLog Make default compression gABI compliant 2015-07-14 10:26:23 -07:00
common.cc
common.h
compressed_output.cc Make default compression gABI compliant 2015-07-14 10:26:23 -07:00
compressed_output.h Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
config.in
configure
configure.ac
configure.tgt
copy-relocs.cc
copy-relocs.h
cref.cc
cref.h
debug.h
defstd.cc
defstd.h
descriptors.cc
descriptors.h
dirsearch.cc
dirsearch.h
dwarf_reader.cc
dwarf_reader.h
dwp.cc
dwp.h
dynobj.cc
dynobj.h Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
ehframe.cc
ehframe.h
errors.cc
errors.h
expression.cc
ffsll.c
fileread.cc
fileread.h
freebsd.h
ftruncate.c
gc.cc
gc.h
gdb-index.cc
gdb-index.h
gold-threads.cc
gold-threads.h
gold.cc PR 17819: Fix --build-id=tree when using --compress-debug-sections. 2015-06-02 09:46:10 -07:00
gold.h [GOLD] Fix handling of __start/__stop symbols 2015-06-11 14:36:05 +09:30
i386.cc
icf.cc
icf.h
incremental-dump.cc
incremental.cc
incremental.h
int_encoding.cc
int_encoding.h
layout.cc Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
layout.h Fix bug where SECTIONS clause does not handle compressed debug sections. 2015-06-11 13:21:10 -07:00
main.cc
Makefile.am Add diststuff target to Makefile. 2015-06-04 22:58:39 -07:00
Makefile.in Add diststuff target to Makefile. 2015-06-04 22:58:39 -07:00
mapfile.cc
mapfile.h
merge.cc
merge.h
mips.cc
mremap.c
nacl.cc
nacl.h Fix Sniff_file to get an aligned view. 2015-06-02 14:13:32 -07:00
NEWS
object.cc Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
object.h Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
options.cc Change default to discard temporary local symbols in merge sections. 2015-06-04 20:58:08 -07:00
options.h Extend --compress-debug-sections in gold 2015-07-12 10:56:58 -07:00
output.cc
output.h Extend --compress-debug-sections in gold 2015-07-12 10:56:58 -07:00
parameters.cc
parameters.h
plugin.cc
plugin.h Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
powerpc.cc
pread.c
README
readsyms.cc
readsyms.h
reduced_debug_output.cc
reduced_debug_output.h
reloc-types.h
reloc.cc Add SHF_COMPRESSED section decompression to gold 2015-07-12 10:50:40 -07:00
reloc.h
resolve.cc Fix incorrect handling of STT_COMMON symbols in shared libraries. 2015-06-07 14:03:52 -07:00
script-c.h
script-sections.cc Fix bug where SECTIONS clause does not handle compressed debug sections. 2015-06-11 13:21:10 -07:00
script-sections.h Fix SIZEOF_HEADERS in gold. 2015-06-03 20:30:11 -07:00
script.cc
script.h
sparc.cc
stringpool.cc
stringpool.h
symtab.cc
symtab.h Fix incorrect handling of STT_COMMON symbols in shared libraries. 2015-06-07 14:03:52 -07:00
system.h
target-reloc.h
target-select.cc
target-select.h
target.cc
target.h
tilegx.cc
timer.cc
timer.h
tls.h
TODO
token.h
version.cc
workqueue-internal.h
workqueue-threads.cc
workqueue.cc
workqueue.h
x86_64.cc
yyscript.y

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