aboutsummaryrefslogtreecommitdiff
path: root/gold/output.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-04 * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor1-5/+34
2009-10-212009-10-21 Doug Kwan <dougkwan@google.com>Doug Kwan1-13/+4
2009-10-212009-10-20 Doug Kwan <dougkwan@google.com>Doug Kwan1-5/+5
2009-10-092009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-15/+210
2009-10-09elfcpp/:Ian Lance Taylor1-0/+5
2009-09-182009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan1-23/+342
2009-09-01 * output.cc (Output_file::open_for_modification): New method.Ian Lance Taylor1-4/+17
2009-06-24 PR 10156Ian Lance Taylor1-14/+8
2009-06-22 * layout.cc (Layout::make_output_section): CallIan Lance Taylor1-0/+44
2009-03-24 * output.cc (Output_file::map_anonymous): Define.Ian Lance Taylor1-1/+5
2009-02-28 PR 7091Ian Lance Taylor1-7/+9
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant1-1/+3
2008-08-13 * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor1-0/+5
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-14/+24
2008-06-18 * output.h (Output_section::Input_section): Initialize p2align_ toIan Lance Taylor1-3/+4
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-6/+149
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor1-1/+32
2008-05-16 * output.cc (Output_segment::add_output_section): Remove frontIan Lance Taylor1-12/+1
2008-05-16 * output.cc (Output_reloc::get_address): Change return type toIan Lance Taylor1-1/+1
2008-05-06Correct last patch.Ian Lance Taylor1-2/+2
2008-05-062008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-6/+51
2008-05-05 * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor1-2/+4
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-1/+43
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor1-0/+18
2008-04-15 * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor1-0/+10
2008-04-11 * output.h (class Output_section_data): Remove inline definitionIan Lance Taylor1-2/+1
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant1-15/+30
2008-04-07 * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor1-3/+5
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor1-0/+50
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-57/+34
2008-03-19Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor1-3/+4
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor1-3/+3
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/+12
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-3/+3
2008-02-13Implement -Tdata and -Tbss.Ian Lance Taylor1-0/+6
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor1-41/+132
2008-02-09Track sections for expressions.Ian Lance Taylor1-1/+21
2008-02-07Support --oformat binary.Ian Lance Taylor1-0/+13
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor1-18/+47
2008-02-06Initial -r support.Ian Lance Taylor1-3/+66
2008-02-04Implement PHDRS.Ian Lance Taylor1-0/+19
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-41/+202
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-11/+1
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor1-1/+8
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor1-1/+2
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-15/+39
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-8/+8
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor1-2/+4
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor1-1/+1