aboutsummaryrefslogtreecommitdiff
path: root/gold/output.cc
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-5/+3
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor1-15/+48
2008-01-04Don't create the postprocessing buffer if it already exists.Ian Lance Taylor1-1/+3
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor1-2/+0
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-0/+40
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor1-8/+6
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor1-1/+1
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor1-0/+12
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-13/+14
2007-12-07From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor1-34/+51
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-9/+354
2007-12-05From Craig Silverstein: Support -o -.Ian Lance Taylor1-12/+21
2007-12-04From Craig Silverstein: Support irregular output files.Ian Lance Taylor1-18/+77
2007-12-01Compress all debug sections.Ian Lance Taylor1-72/+92
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-21/+91
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-28/+50
2007-11-20From Craig Silverstein: Also set entsize for .debug_str sections.Ian Lance Taylor1-3/+6
2007-11-19From Craig Silverstein: Force .debug_str sections to be SHF_MERGE andIan Lance Taylor1-3/+10