aboutsummaryrefslogtreecommitdiff
path: root/gold/output.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-0/+22
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-2/+53
2007-11-09From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor1-2/+5
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-34/+119
2007-11-07Check that we don't set the output section index twice.Ian Lance Taylor1-1/+1
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor1-9/+10
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-1/+7
2007-10-15From Craig Silverstein: call unlink_if_ordinary.Ian Lance Taylor1-4/+3
2007-10-14Remove extraneous newlines.Ian Lance Taylor1-1/+1
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-34/+9