OSDN Git Service

2009-11-10 Doug Kwan <dougkwan@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / layout.h
2009-11-05 ian * layout.cc (Layout::get_output_section): Add is_inter...
2009-10-09 dougkwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-09-18 dougkwan2009-09-17 Doug Kwan <dougkwan@google.com>
2009-07-17 ian PR 10400
2009-06-24 ian PR 10156
2009-06-24 ian PR 10219
2009-06-04 ian * layout.cc (Layout::section_name_mapping): New array...
2009-04-24 ian * incremental.cc (Incremental_inputs_header_data)...
2009-04-02 ian * gold.h (reserve_unordered_map): Define, three versio...
2009-03-17 ppluzhnikov2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-01 ian * layout.cc (Layout::find_or_add_kept_section): New...
2008-05-28 ianelfcpp/:
2008-05-21 ian * mapfile.cc: New file.
2008-05-20 ian * options.h (class General_options): Add -z relro.
2008-05-05 ian * object.cc (Sized_relobj::include_section_group)...
2008-05-01 ccoutant * layout.cc (Layout::include_section): Refactored...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-15 ian * layout.cc (Layout::Layout): Initialize sections_are_...
2008-04-09 ian * layout.h (class Layout): Add added_eh_frame_data_...
2008-03-25 ian * options.h (class General_options): Define build_id...
2008-03-12 iantCombine read-only .eh_frame sections with read-write...
2008-03-11 iantIf we a section with no flags followed by a section...
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-28 iantDon't check assertions until symbols are finalized...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-07 iantSupport --oformat binary.
2008-02-06 iantFix group signature handling for relocatable link,...
2008-02-06 iantInitial -r support.
2008-02-04 iantImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04 iantFully implement the SECTIONS clause.
2008-01-26 iantDon't pass around the target in order to define symbols...
2008-01-09 iantSupport assignments and expressions in linker scripts.
2008-01-06 iantAdd support for -e and for ENTRY in linker scripts.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-11 iantFrom Cary Coutant: Set DF_STATIC_TLS as appropriate.
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-05 iantStringpool stats. Also make Symbol_table support funct...
2007-12-01 iantCompress all debug sections.
2007-11-30 iantFrom Craig Silverstein: Add support for compressing...
2007-11-29 iantClean up setting address and section offset.
2007-11-22 iantAdd threading support.
2007-11-15 iantFrom Cary Coutant: Count textrel with output sections...
2007-11-14 iantFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-14 iantAdd heuristics for undefined symbol warnings.
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-11-07 iantFrom Craig Silverstein and Cary Coutant: fix assignment...
2007-10-27 iantFrom Cary Coutant: Set offsets of sections with data...
2007-10-23 iantAdd support for PT_GNU_STACK.
2007-10-22 iantFix versions of copied symbols.
2007-10-12 iantAdd --stats option to print runtime and memory usage...
2007-10-09 iantCreate a note section with the version of gold.
2007-09-26 iantPut size and endianness in parameters.
2007-09-26 iantAdd basic exception frame header, plus test.
2007-09-22 iantAdd licensing text to every source file.
2007-09-22 iantDefine __start and __stop symbols.
2006-12-06 iantgcc 3.2.2 and 4.1.0 portability hacks.
2006-12-06 iantGenerate version information.
2006-12-01 iantCan now dynamically link hello, world.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 iantMore dynamic object support, initial scripting support.
2006-11-07 iantRework stringpool and hash tables so that we always...
2006-11-06 iantSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 iantCan now do a full static link of hello, world in C...
2006-10-20 iantFramework for relocation scanning. Implement simple...
2006-10-06 iantLay out object file sections when we add the symbols...
2006-09-29 iantSnapshot. Now able to produce a minimal executable...
2006-09-27 iantFinished layout code.
2006-09-26 iantgcc 4.1.0 portability fixes.
2006-09-26 iantMore section layout code.
2006-09-21 iantNew drop, with first cut of section layout code.