aboutsummaryrefslogtreecommitdiff
path: root/gold/output.cc
AgeCommit message (Expand)AuthorFilesLines
2009-10-162009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan1-4/+9
2009-10-16 * layout.cc (Layout::set_segment_offsets): Align the file offsetIan Lance Taylor1-27/+50
2009-10-14 Add support for -pie.Ian Lance Taylor1-1/+1
2009-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-45/+296
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-4/+4
2009-09-182009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan1-42/+194
2009-09-08 * output.cc (Output_file::open): Add execute permission to empty file.Cary Coutant1-3/+17
2009-09-02 * output.cc (Output_file::resize): Call map_no_anonymous ratherIan Lance Taylor1-1/+2
2009-09-01 * output.cc (Output_file::open_for_modification): New method.Ian Lance Taylor1-39/+95
2009-06-24 PR 10156Ian Lance Taylor1-0/+18
2009-06-22 * layout.cc (Layout::make_output_section): CallIan Lance Taylor1-1/+68
2009-04-242008-04-23 Elliott Hughes <enh@google.com>Chris Demetriou1-2/+7
2009-03-24 * output.cc (Output_file::map_anonymous): Define.Ian Lance Taylor1-6/+23
2009-03-242009-03-23 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-1/+4
2009-03-17 * configure.ac: Check for chsize and posix_fallocate. ReplaceIan Lance Taylor1-6/+22
2009-02-28 PR 7091Ian Lance Taylor1-7/+13
2009-01-15 * output.cc (Output_reloc): Add explicit instantiations.Cary Coutant1-0/+80
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant1-5/+5
2008-08-13 * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor1-3/+4
2008-07-25 PR 5990Ian Lance Taylor1-1/+3
2008-07-22 * output.cc (Output_section::add_input_section): Don't try toIan Lance Taylor1-2/+4
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-32/+15
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-1/+57
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor1-4/+84
2008-05-16 * output.cc (Output_segment::add_output_section): Remove frontIan Lance Taylor1-8/+2
2008-05-16 * output.cc (Output_reloc::get_address): Change return type toIan Lance Taylor1-1/+1
2008-05-062008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-7/+74
2008-05-05 * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor1-11/+8
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-7/+64
2008-04-15 * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor1-4/+1
2008-04-11 * output.h (class Output_section_data): Remove inline definitionIan Lance Taylor1-0/+12
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant1-6/+3
2008-04-07 * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor1-6/+15
2008-03-29 * output.ccIan Lance Taylor1-61/+34
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor1-2/+246
2008-03-26 PR gold/5986Ian Lance Taylor1-0/+1
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-162/+103
2008-03-19Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor1-13/+74
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor1-9/+16
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-12Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor1-0/+21
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-16/+10
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-150/+91
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor1-24/+119
2008-02-07Support --oformat binary.Ian Lance Taylor1-16/+23
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor1-4/+14
2008-02-06Initial -r support.Ian Lance Taylor1-17/+216
2008-02-04Implement PHDRS.Ian Lance Taylor1-0/+49
2008-02-04Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor1-5/+6
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-43/+226