summaryrefslogtreecommitdiff
path: root/gold/output.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor2008-08-131-3/+4
* PR 5990Ian Lance Taylor2008-07-251-1/+3
* * output.cc (Output_section::add_input_section): Don't try toIan Lance Taylor2008-07-221-2/+4
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-32/+15
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-1/+57
* * options.h (class General_options): Add -z relro.Ian Lance Taylor2008-05-201-4/+84
* * output.cc (Output_segment::add_output_section): Remove frontIan Lance Taylor2008-05-161-8/+2
* * output.cc (Output_reloc::get_address): Change return type toIan Lance Taylor2008-05-161-1/+1
* 2008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor2008-05-061-7/+74
* * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor2008-05-051-11/+8
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-7/+64
* * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor2008-04-151-4/+1
* * output.h (class Output_section_data): Remove inline definitionIan Lance Taylor2008-04-111-0/+12
* 2008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-111-6/+3
* * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor2008-04-071-6/+15
* * output.ccIan Lance Taylor2008-03-291-61/+34
* * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor2008-03-281-2/+246
* PR gold/5986Ian Lance Taylor2008-03-261-0/+1
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-162/+103
* Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor2008-03-191-13/+74
* Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor2008-03-161-9/+16
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor2008-03-121-0/+21
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-16/+10
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-150/+91
* Support dynamic relocations against local section symbols.Ian Lance Taylor2008-02-121-24/+119
* Support --oformat binary.Ian Lance Taylor2008-02-071-16/+23
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-061-4/+14
* Initial -r support.Ian Lance Taylor2008-02-061-17/+216
* Implement PHDRS.Ian Lance Taylor2008-02-041-0/+49
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-5/+6
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-43/+226
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-5/+3
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-15/+48
* Don't create the postprocessing buffer if it already exists.Ian Lance Taylor2008-01-041-1/+3
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-211-2/+0
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-0/+40
* Update comments about output offsets and merged input sections.Ian Lance Taylor2007-12-201-8/+6
* Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor2007-12-201-1/+1
* Print statistics about merge sections with --stats.Ian Lance Taylor2007-12-181-0/+12
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-13/+14
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-071-34/+51
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-9/+354
* From Craig Silverstein: Support -o -.Ian Lance Taylor2007-12-051-12/+21
* From Craig Silverstein: Support irregular output files.Ian Lance Taylor2007-12-041-18/+77
* Compress all debug sections.Ian Lance Taylor2007-12-011-72/+92
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-21/+91
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-28/+50
* From Craig Silverstein: Also set entsize for .debug_str sections.Ian Lance Taylor2007-11-201-3/+6
* From Craig Silverstein: Force .debug_str sections to be SHF_MERGE andIan Lance Taylor2007-11-191-3/+10