*** empty log message ***
[deliverable/binutils-gdb.git] / gold /
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...
2007-12-08  Craig SilversteinReleased gold-alpha 0.9.
2007-12-08  Ian Lance TaylorFrom Craig Silverstein: Fix error message, add this->.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL...
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-07  Ian Lance TaylorFix ehframe header handling for shared libraries.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Some x86_64 shared library fixes.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Remove commented out assert. Also...
2007-12-06  Ian Lance TaylorFrom Craig Silverstein: Reorganize testsuite Makefile.am.
2007-12-06  Ian Lance TaylorInitialize variable to avoid warning.
2007-12-06  Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-06  Ian Lance TaylorFix comment.
2007-12-06  Ian Lance TaylorDon't write out the symbol table when stripping.
2007-12-05  Ian Lance TaylorRework Stringpool to not compute the hash code twice...
2007-12-05  Ian Lance TaylorFrom Craig Silverstein: Support -o -.
2007-12-05  Ian Lance TaylorFrom Craig Silverstein: Test some flags.
next
This page took 0.053516 seconds and 7 git commands to generate.