From Craig Silverstein: rename some option functions in preparation
[external/binutils.git] / gold /
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rename some option functions...
2008-03-03 Ian Lance TaylorRemove partial implementation that was never completed...
2008-02-29 Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-29 Ian Lance TaylorPermit scripts to refer to the addresses of output...
2008-02-28 Ian Lance TaylorDon't warn about redefinitions from a --just-symbols...
2008-02-28 Ian Lance TaylorSupport -d/--define-common.
2008-02-28 Ian Lance TaylorRead input scripts which look like input objects with...
2008-02-28 Ian Lance TaylorDon't check assertions until symbols are finalized...
2008-02-28 Ian Lance TaylorPut input sections with no flags in output sections...
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 Ian Lance TaylorImplement -q/--emit-relocs.
2008-02-27 Ian Lance TaylorFix handling of ENTRY in linker script.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: implement -z max-page-size...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-02-14 Ian Lance TaylorAlign FDE and CIE lengths as needed.
2008-02-14 Ian Lance TaylorSet load address for orphan sections.
2008-02-13 Ian Lance TaylorImplement -Tdata and -Tbss.
2008-02-13 Ian Lance TaylorImplement remaining linker script functions.
2008-02-13 Ian Lance TaylorSupport selecting target by name.
2008-02-13 Ian Lance TaylorAssignments in linker scripts override definitions...
2008-02-13 Ian Lance TaylorImplement LOADADDR and SIZEOF.
2008-02-12 Craig SilversteinUp version to 1.1, as the 1.1 binary was pushed to...
2008-02-12 Ian Lance TaylorSupport dynamic relocations against local section symbols.
2008-02-12 Ian Lance TaylorSet TEXTREL correctly when using a SECTIONS clause.
2008-02-12 Ian Lance TaylorPass down alignment when adding input section to orphan...
2008-02-12 Ian Lance TaylorForce different sections to different pages for better...
2008-02-12 Ian Lance TaylorFix precedence error, avoid signed/unsignd warning.
2008-02-09 Ian Lance TaylorTrack sections for expressions.
2008-02-08 Ian Lance TaylorFrom Cary Coutant: fix handling of undefined symbols...
2008-02-08 Ian Lance TaylorDon't read linker scripts in binary mode.
2008-02-08 Ian Lance TaylorAdd support for --format binary for input files.
2008-02-07 Ian Lance TaylorSupport --oformat binary.
2008-02-07 Ian Lance TaylorIgnore version scripts for relocatable links.
2008-02-07 Ian Lance TaylorEven when stripping all symbols, we need to write out...
2008-02-07 Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 Ian Lance TaylorSupport creating empty output when there are no input...
2008-02-06 Ian Lance TaylorFix group signature handling for relocatable link,...
2008-02-06 Ian Lance TaylorInitial -r support.
2008-02-05 Ian Lance TaylorFrom Ollie Wild: add missing backquote to install-exec...
2008-02-04 Ian Lance TaylorPrint PHDRS clause for debugging.
2008-02-04 Ian Lance TaylorImplement PHDRS.
2008-02-04 Ian Lance TaylorTreat an empty directory argument as the current directory.
2008-02-04 Ian Lance TaylorFrom Craig Silverstein: support @file expansion.
2008-02-04 Ian Lance TaylorImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04 Ian Lance TaylorFully implement SECTIONS clause.
2008-02-04 Ian Lance TaylorFully implement the SECTIONS clause.
2008-02-02 Ian Lance TaylorDon't record file offset for CIEs.
2008-02-01 Ian Lance TaylorFrom Cary Coutant: Ignore hidden symbols in a dynamic...
2008-02-01 Ian Lance TaylorFrom Cary Coutant: Fix a case in which code takes the...
2008-01-26 Ian Lance TaylorPermit ordinary object files in groups.
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-24 Ian Lance TaylorFrom Craig Silverstein: Simplify Version_script_info...
2008-01-24 Ian Lance TaylorFrom Cary Coutant: Fix last patch.
2008-01-24 Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-23 Ian Lance TaylorUse string instead of STRING, so that we handled QUOTED...
2008-01-23 Ian Lance TaylorFrom Cary Coutant: Fix mixing PIC and non-PIC relocs...
2008-01-23 Ian Lance TaylorAdd explicit dependencies on yyscript.h to make sure...
2008-01-23 Ian Lance TaylorParse a SECTIONS clause in a linker script.
2008-01-22 Ian Lance TaylorInclude <vector>.
2008-01-18 Ian Lance TaylorFrom Craig Silverstein: Optionally print command line...
2008-01-18 Ian Lance TaylorFrom Craig Silverstein: Handle quoted strings different...
2008-01-18 Ian Lance TaylorDon't include options.h in fileread.h. Remove General_...
2008-01-15 Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 Ian Lance TaylorSupport assignments and expressions in linker scripts.
2008-01-07 Ian Lance TaylorReport linker script errors with line numbers. Ignore...
2008-01-06 Ian Lance TaylorAdd support for -e and for ENTRY in linker scripts.
2008-01-04 Ian Lance TaylorAdd -h/-soname option.
2008-01-04 Ian Lance TaylorDon't create the postprocessing buffer if it already...
2008-01-02 Ian Lance TaylorAdd cast to avoid signed/unsigned warning.
2008-01-02 Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-22 Ian Lance TaylorUse a simpler hash function.
2007-12-22 Ian Lance TaylorCorrect contributor name on new tests, remove #if 0...
2007-12-21 Ian Lance TaylorFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-21 Ian Lance TaylorCorrect handling of non-section symbol in merged sectio...
2007-12-21 Ian Lance TaylorSpeed up relocations against local symbols in merged...
2007-12-20 Ian Lance TaylorFix buglet in last patch.
2007-12-20 Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
2007-12-20 Ian Lance TaylorUpdate comments about output offsets and merged input...
2007-12-20 Ian Lance TaylorRemove one inline.
2007-12-20 Ian Lance TaylorMake functions on hot path inline. Remove a mistaken...
2007-12-19 Ian Lance TaylorMove Stringpool offsets into a chunked_vector indexed...
2007-12-19 Ian Lance TaylorAvoid some warnings which showed up in 64-bit mode.
2007-12-19 Ian Lance TaylorUse string length when available when calling Stringpoo...
2007-12-18 Ian Lance TaylorDon't write unattached after_input sections twice.
2007-12-18 Ian Lance TaylorPrint statistics about merge sections with --stats.
2007-12-18 Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-15 Ian Lance TaylorMinor speedup to Output_merge_string::do_add_input_section.
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-14 Ian Lance TaylorAdd const to Object::read and Object::sized_target.
2007-12-14 Ian Lance TaylorMake some File_read methods const.
2007-12-14 Ian Lance TaylorAdd some missing dependencies for the new linker.
2007-12-14 Ian Lance TaylorFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-14 Ian Lance TaylorFix --thread-count-middle and --thread-count-final.
2007-12-11 Ian Lance TaylorFrom Cary Coutant: Test TLS initial-exec model.
2007-12-11 Ian Lance TaylorFrom Cary Coutant: Set DF_STATIC_TLS as appropriate.
2007-12-11 Ian Lance TaylorFrom Cary Coutant: Fix x86_64 TLS problem.
2007-12-11 Ian Lance TaylorFrom Craig Silverstein: Speed up ODR violation reporting.
2007-12-11 Ian Lance TaylorFrom Cary Coutant: Handle TLS entry for TLS module...
2007-12-10 Ian Lance TaylorKeep views on views_ list so that they can be found...
next