summaryrefslogtreecommitdiff
path: root/gold/layout.h
AgeCommit message (Expand)Author
2010-01-07 PR 11061Ian Lance Taylor
2010-01-07 * output.h (class Output_data): Add const version ofIan Lance Taylor
2009-12-31 PR 10979Ian Lance Taylor
2009-12-30 * layout.cc (Layout::Layout): Initialize increase_relro_.Ian Lance Taylor
2009-12-30 PR 10450Ian Lance Taylor
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-11-04 * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor
2009-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan
2009-09-182009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan
2009-07-17 PR 10400Ian Lance Taylor
2009-06-24 PR 10156Ian Lance Taylor
2009-06-24 PR 10219Ian Lance Taylor
2009-06-04 * layout.cc (Layout::section_name_mapping): New array, replacingIan Lance Taylor
2009-04-24 * incremental.cc (Incremental_inputs_header_data): Renamed fromIan Lance Taylor
2009-04-02 * gold.h (reserve_unordered_map): Define, three versions, one forIan Lance Taylor
2009-03-172009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2009-03-01 * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor
2008-05-28elfcpp/:Ian Lance Taylor
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor
2008-05-05 * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor
2008-05-01 * layout.cc (Layout::include_section): Refactored check for debugCary Coutant
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor
2008-04-15 * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor
2008-04-09 * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor
2008-03-25 * options.h (class General_options): Define build_id option.Ian Lance Taylor
2008-03-12Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor
2008-03-11If we a section with no flags followed by a section with the same nameIan Lance Taylor
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor
2008-02-07Support --oformat binary.Ian Lance Taylor
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor
2008-02-06Initial -r support.Ian Lance Taylor
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor
2007-12-11From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor
2007-12-01Compress all debug sections.Ian Lance Taylor
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor
2007-11-29Clean up setting address and section offset.Ian Lance Taylor
2007-11-22Add threading support.Ian Lance Taylor
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor