From Craig Silverstein: rename some option functions in preparation
[external/binutils.git] / gold / layout.cc
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rename some option functions...
2008-02-29 Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
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-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-02-13 Ian Lance TaylorImplement -Tdata and -Tbss.
2008-02-12 Ian Lance TaylorSet TEXTREL correctly when using a SECTIONS clause.
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 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-04 Ian Lance TaylorImplement PHDRS.
2008-02-04 Ian Lance TaylorImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04 Ian Lance TaylorFully implement the SECTIONS clause.
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-24 Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
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-06 Ian Lance TaylorAdd support for -e and for ENTRY in linker scripts.
2008-01-04 Ian Lance TaylorAdd -h/-soname option.
2008-01-02 Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-21 Ian Lance TaylorSpeed up relocations against local symbols in merged...
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-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-14 Ian Lance TaylorFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-11 Ian Lance TaylorFrom Cary Coutant: Set DF_STATIC_TLS as appropriate.
2007-12-07 Ian Lance TaylorFrom Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL...
2007-12-07 Ian Lance TaylorFix ehframe header handling for shared libraries.
2007-12-06 Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-05 Ian Lance TaylorStringpool stats. Also make Symbol_table support funct...
2007-12-01 Ian Lance TaylorCompress all debug sections.
2007-11-30 Ian Lance TaylorFrom Craig Silverstein: Add support for compressing...
2007-11-29 Ian Lance TaylorClean up setting address and section offset.
2007-11-15 Ian Lance TaylorFrom Cary Coutant: Count textrel with output sections...
2007-11-15 Ian Lance TaylorFrom Craig Silverstein: Add --strip-debug-gdb.
2007-11-14 Ian Lance TaylorFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-14 Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-11-07 Ian Lance TaylorFrom Craig Silverstein and Cary Coutant: fix assignment...
2007-11-01 Ian Lance TaylorFrom Cary Coutant: More support for -shared, including...
2007-10-27 Ian Lance TaylorFrom Cary Coutant: Set offsets of sections with data...
2007-10-23 Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-22 Ian Lance TaylorFix versions of copied symbols.
2007-10-18 Ian Lance TaylorRework section mapping algorithm to handle .data.rel...
2007-10-16 Ian Lance TaylorFrom Cary Coutant: preliminary shared library support.
2007-10-16 Ian Lance TaylorFrom Craig Silverstein: implement -Ttext.
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: always use 32-bit format for...
2007-10-12 Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-12 Ian Lance TaylorAdd --stats option to print runtime and memory usage...
2007-10-10 Ian Lance TaylorImplement -s and -S options which strip symbols.
2007-10-09 Ian Lance TaylorCreate a note section with the version of gold.
2007-10-04 Ian Lance TaylorFull support for --sysroot.
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-26 Ian Lance TaylorAdd basic exception frame header, plus test.
2007-09-23 Ian Lance TaylorFix typo in comment.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-22 Ian Lance TaylorDefine __start and __stop symbols.
2007-09-21 Ian Lance TaylorAdd global parameters.
2007-09-21 Ian Lance TaylorUse nops when doing alignment padding between code...
2007-09-12 Ian Lance TaylorDon't try to find version definition index when creatin...
2007-09-04 Ian Lance TaylorAdd support for --enable-target to control which template
2007-08-21 Ian Lance TaylorForce PT_LOAD segments to be aligned to the page size.
2007-08-21 Ian Lance TaylorAdd support for -rpath.
2007-05-16 Ian Lance TaylorAdd support for SHF_MERGE sections.
2006-12-06 Ian Lance Taylorgcc 3.2.2 and 4.1.0 portability hacks.
2006-12-06 Ian Lance TaylorGenerate version information.
2006-12-01 Ian Lance TaylorCan now dynamically link hello, world.
2006-11-30 Ian Lance TaylorAdded a testsuite. More support for COPY relocations.
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16 Ian Lance TaylorSnapshot. Includes first cut at output relocation...
2006-11-14 Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-07 Ian Lance TaylorRework stringpool and hash tables so that we always...
2006-11-06 Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-20 Ian Lance TaylorFramework for relocation scanning. Implement simple...
2006-10-06 Ian Lance TaylorLay out object file sections when we add the symbols...
2006-09-29 Ian Lance TaylorSnapshot. Now able to produce a minimal executable...
2006-09-27 Ian Lance TaylorFinished layout code.
2006-09-26 Ian Lance TaylorMore section layout code.
2006-09-21 Ian Lance TaylorNew drop, with first cut of section layout code.