OSDN Git Service

PR 10980
[pf3gnuchains/pf3gnuchains3x.git] / gold / layout.cc
2010-01-07 ian PR 10980
2010-01-07 ian PR 10980
2009-12-31 ian PR 10979
2009-12-31 ian PR 10979
2009-12-30 ian PR 10450
2009-12-30 ian * layout.cc (Layout::Layout): Initialize increase_relro_.
2009-12-30 ian PR 10450
2009-12-29 ian * symtab.h (class Symbol_table): Add enum Defined.
2009-12-16 ian * layout.cc (Layout::create_shstrtab): Only write...
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-04 dougkwan2009-12-03 Doug Kwan <dougkwan@google.com>
2009-11-05 ian PR 10880
2009-11-05 ian * layout.cc (Layout::get_output_section): Add is_inter...
2009-10-31 dougkwan2009-10-30 Doug Kwan <dougkwan@google.com>
2009-10-16 ian * layout.cc (Layout::relaxation_loop_body): Don't...
2009-10-16 ian * layout.cc (Layout::set_segment_offsets): Align the...
2009-10-15 dougkwan2009-10-15 Doug Kwan <dougkwan@google.com>
2009-10-14 ian Add support for -pie.
2009-10-13 ian * options.h (class General_options): Add -init and...
2009-10-09 dougkwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-10-09 ian * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_...
2009-09-18 dougkwan2009-09-17 Doug Kwan <dougkwan@google.com>
2009-08-05 tmsriram*** empty log message ***
2009-07-24 cgd2009-07-24 Chris Demetriou <cgd@google.com>
2009-07-17 ian PR 10400
2009-06-24 ian PR 10156
2009-06-24 ian PR 10156
2009-06-24 ian PR 10219
2009-06-23 ian PR 10133
2009-06-22 ian PR 10141
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2009-06-04 dougkwan2009-06-04 Doug Kwan <dougkwan@google.com>
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-19 ppluzhnikov2009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-17 ppluzhnikov2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-01 ian * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-28 ian PR 6811
2009-02-25 ccoutant * layout.cc (Layout::choose_output_section): Don't...
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-10 ccoutant * layout.cc (Layout::add_comdat): Allow COMDAT group...
2008-12-05 ccoutant * layout.cc (Layout::include_section): Check for SHF_E...
2008-09-12 cgd2008-09-11 Chris Demetriou <cgd@google.com>
2008-08-13 ian * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-25 ian PR 5990
2008-07-22 ian * options.h (class General_options): Define --check...
2008-07-22 ian * options.h (class General_options): Define -n/--nmagi...
2008-07-10 ian Handle output sections with more than 0x7fffffff bytes.
2008-07-04 ian * layout.cc (Layout::include_section): Do not discard...
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-16 ian * output.cc (Output_segment::add_output_section):...
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-16 davemelfcpp/
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-28 ian * layout.cc (Layout::layout): If we see an input secti...
2008-03-25 ian * options.h (class General_options): Define build_id...
2008-03-19 iantMake sure the start and size of the TLS segment are...
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-03-06 iantSupport --hash-style=gnu.
2008-03-04 iantFrom Craig Silverstein: rework option handling to make...
2008-03-04 iantFrom Craig Silverstein: rename some option functions...
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-28 iantDon't check assertions until symbols are finalized...
2008-02-28 iantPut input sections with no flags in output sections...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 iantImplement -q/--emit-relocs.
2008-02-26 iantFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 iantFrom Craig Silverstein: rename option functions for...
2008-02-13 iantImplement -Tdata and -Tbss.
2008-02-12 iantSet TEXTREL correctly when using a SECTIONS clause.
2008-02-08 iantAdd support for --format binary for input files.
2008-02-07 iantSupport --oformat binary.
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 iantSupport creating empty output when there are no input...
2008-02-06 iantFix group signature handling for relocatable link,...
2008-02-06 iantInitial -r support.
2008-02-04 iantImplement PHDRS.
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-24 iantOriginally from Craig Silverstein, with changes: suppor...
2008-01-18 iantDon't include options.h in fileread.h. Remove General_...
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
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-04 iantAdd -h/-soname option.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-19 iantUse string length when available when calling Stringpoo...
2007-12-18 iantDon't write unattached after_input sections twice.
2007-12-18 iantPrint statistics about merge sections with --stats.
2007-12-14 iantRewrite workqueue. This version eliminates the master...
next