aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-4/+4
2010-08-12elfcpp/ChangeLog:Cary Coutant1-3/+4
2010-08-04Fix tipo in comment.Ian Lance Taylor1-1/+1
2010-08-032010-08-03 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-18/+115
2010-07-12 * compressed_output.cc (zlib_decompress): New function.Cary Coutant1-0/+5
2010-06-01 * gold.h (is_wildcard_string): New function.Sriraman Tallam1-0/+10
2010-04-092010-04-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+2
2010-02-09 * output.h (Output_data_dynamic::add_section_size): New methodDavid S. Miller1-1/+1
2010-01-07 PR 11061Ian Lance Taylor1-1/+3
2010-01-07 * output.h (class Output_data): Add const version ofIan Lance Taylor1-0/+7
2009-12-31 PR 10979Ian Lance Taylor1-0/+7
2009-12-30 * layout.cc (Layout::Layout): Initialize increase_relro_.Ian Lance Taylor1-5/+22
2009-12-30 PR 10450Ian Lance Taylor1-0/+6
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-6/+6
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-6/+6
2009-11-04 * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor1-5/+10
2009-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+5
2009-09-182009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+98
2009-07-17 PR 10400Ian Lance Taylor1-31/+183
2009-06-24 PR 10156Ian Lance Taylor1-1/+5
2009-06-24 PR 10219Ian Lance Taylor1-0/+6
2009-06-04 * layout.cc (Layout::section_name_mapping): New array, replacingIan Lance Taylor1-9/+4
2009-04-24 * incremental.cc (Incremental_inputs_header_data): Renamed fromIan Lance Taylor1-0/+15
2009-04-02 * gold.h (reserve_unordered_map): Define, three versions, one forIan Lance Taylor1-6/+8
2009-03-172009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-4/+4
2009-03-01 * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor1-20/+45
2008-05-28elfcpp/:Ian Lance Taylor1-0/+6
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-2/+9
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor1-1/+3
2008-05-05 * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor1-1/+2
2008-05-01 * layout.cc (Layout::include_section): Refactored check for debugCary Coutant1-2/+32
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-5/+29
2008-04-15 * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor1-8/+10
2008-04-09 * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor1-0/+2
2008-03-25 * options.h (class General_options): Define build_id option.Ian Lance Taylor1-0/+15
2008-03-12Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor1-0/+4
2008-03-11If we a section with no flags followed by a section with the same nameIan Lance Taylor1-0/+8
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-2/+1
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor1-0/+9
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-2/+4
2008-02-07Support --oformat binary.Ian Lance Taylor1-2/+9
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor1-0/+25
2008-02-06Initial -r support.Ian Lance Taylor1-0/+28
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor1-0/+4
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-6/+30
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-6/+6
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-10/+18
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor1-0/+9
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-2/+1
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-28/+34