summaryrefslogtreecommitdiff
path: root/gold/layout.h
Commit message (Expand)AuthorAgeFilesLines
* 2010-04-09 Doug Kwan <dougkwan@google.com>Doug Kwan2010-04-091-1/+2
* * output.h (Output_data_dynamic::add_section_size): New methodDavid S. Miller2010-02-091-1/+1
* PR 11061Ian Lance Taylor2010-01-071-1/+3
* * output.h (class Output_data): Add const version ofIan Lance Taylor2010-01-071-0/+7
* PR 10979Ian Lance Taylor2009-12-311-0/+7
* * layout.cc (Layout::Layout): Initialize increase_relro_.Ian Lance Taylor2009-12-301-5/+22
* PR 10450Ian Lance Taylor2009-12-301-0/+6
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-6/+6
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-6/+6
* * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor2009-11-041-5/+10
* 2009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-091-0/+5
* 2009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan2009-09-181-0/+98
* PR 10400Ian Lance Taylor2009-07-171-31/+183
* PR 10156Ian Lance Taylor2009-06-241-1/+5
* PR 10219Ian Lance Taylor2009-06-241-0/+6
* * layout.cc (Layout::section_name_mapping): New array, replacingIan Lance Taylor2009-06-041-9/+4
* * incremental.cc (Incremental_inputs_header_data): Renamed fromIan Lance Taylor2009-04-241-0/+15
* * gold.h (reserve_unordered_map): Define, three versions, one forIan Lance Taylor2009-04-021-6/+8
* 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2009-03-171-4/+4
* * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor2009-03-011-20/+45
* elfcpp/:Ian Lance Taylor2008-05-281-0/+6
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-2/+9
* * options.h (class General_options): Add -z relro.Ian Lance Taylor2008-05-201-1/+3
* * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor2008-05-051-1/+2
* * layout.cc (Layout::include_section): Refactored check for debugCary Coutant2008-05-011-2/+32
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-5/+29
* * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor2008-04-151-8/+10
* * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor2008-04-091-0/+2
* * options.h (class General_options): Define build_id option.Ian Lance Taylor2008-03-251-0/+15
* Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor2008-03-121-0/+4
* If we a section with no flags followed by a section with the same nameIan Lance Taylor2008-03-111-0/+8
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-2/+1
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-0/+9
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-2/+4
* Support --oformat binary.Ian Lance Taylor2008-02-071-2/+9
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-061-0/+25
* Initial -r support.Ian Lance Taylor2008-02-061-0/+28
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-0/+4
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-6/+30
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-6/+6
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-10/+18
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-0/+9
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-2/+1
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-28/+34
* From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor2007-12-111-0/+12
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-1/+11
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-051-0/+4
* Compress all debug sections.Ian Lance Taylor2007-12-011-6/+0
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-2/+18
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-5/+7