PR 10141
[binutils-gdb.git] / gold / layout.cc
2009-06-22 Ian Lance Taylor PR 10141
2009-06-22 Ian Lance Taylor * layout.cc (Layout::make_output_section): Call
2009-06-04 Doug Kwan2009-06-04 Doug Kwan <dougkwan@google.com>
2009-06-04 Ian Lance Taylor * layout.cc (Layout::section_name_mapping): New array...
2009-04-24 Ian Lance Taylor * incremental.cc (Incremental_inputs_header_data)...
2009-04-02 Ian Lance Taylor * gold.h (reserve_unordered_map): Define, three versio...
2009-03-19 Paul Pluzhnikov2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-17 Paul Pluzhnikov2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-01 Ian Lance Taylor * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-28 Ian Lance Taylor PR 6811
2009-02-25 Cary Coutant * layout.cc (Layout::choose_output_section): Don't...
2009-01-28 Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-10 Cary Coutant * layout.cc (Layout::add_comdat): Allow COMDAT group...
2008-12-05 Cary Coutant * layout.cc (Layout::include_section): Check for SHF_E...
2008-09-12 Chris Demetriou2008-09-11 Chris Demetriou <cgd@google.com>
2008-08-13 Ian Lance Taylor * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-25 Ian Lance Taylor PR 5990
2008-07-22 Ian Lance Taylor * options.h (class General_options): Define --check...
2008-07-22 Ian Lance Taylor * options.h (class General_options): Define -n/--nmagi...
2008-07-10 Ian Lance Taylor Handle output sections with more than 0x7fffffff bytes.
2008-07-04 Ian Lance Taylor * layout.cc (Layout::include_section): Do not discard...
2008-05-28 Ian Lance Taylorelfcpp/:
2008-05-21 Ian Lance Taylor * mapfile.cc: New file.
2008-05-20 Ian Lance Taylor * options.h (class General_options): Add -z relro.
2008-05-16 Ian Lance Taylor * output.cc (Output_segment::add_output_section):...
2008-05-05 Ian Lance Taylor * object.cc (Sized_relobj::include_section_group)...
2008-05-01 Cary Coutant * layout.cc (Layout::include_section): Refactored...
2008-04-19 Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-16 David S. Millerelfcpp/
2008-04-15 Ian Lance Taylor * layout.cc (Layout::Layout): Initialize sections_are_...
2008-04-09 Ian Lance Taylor * layout.h (class Layout): Add added_eh_frame_data_...
2008-03-28 Ian Lance Taylor * layout.cc (Layout::layout): If we see an input secti...
2008-03-25 Ian Lance Taylor * options.h (class General_options): Define build_id...
2008-03-19 Ian Lance TaylorMake sure the start and size of the TLS segment are...
2008-03-12 Ian Lance TaylorCombine read-only .eh_frame sections with read-write...
2008-03-11 Ian Lance TaylorIf we a section with no flags followed by a section...
2008-03-06 Ian Lance TaylorSupport --hash-style=gnu.
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rework option handling to make...
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.
next