summaryrefslogtreecommitdiff
path: root/gold/output.h
Commit message (Expand)AuthorAgeFilesLines
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-149/+149
* 2009-12-02 Rafael Avila de Espindola <espindola@google.com>espindola2009-12-031-0/+5
* * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor2009-11-041-5/+34
* 2009-10-21 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-211-13/+4
* 2009-10-20 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-211-5/+5
* 2009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-091-15/+210
* elfcpp/:Ian Lance Taylor2009-10-091-0/+5
* 2009-09-17 Doug Kwan <dougkwan@google.com>Doug Kwan2009-09-181-23/+342
* * output.cc (Output_file::open_for_modification): New method.Ian Lance Taylor2009-09-011-4/+17
* PR 10156Ian Lance Taylor2009-06-241-14/+8
* * layout.cc (Layout::make_output_section): CallIan Lance Taylor2009-06-221-0/+44
* * output.cc (Output_file::map_anonymous): Define.Ian Lance Taylor2009-03-241-1/+5
* PR 7091Ian Lance Taylor2009-02-281-7/+9
* * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant2008-09-291-1/+3
* * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor2008-08-131-0/+5
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-14/+24
* * output.h (Output_section::Input_section): Initialize p2align_ toIan Lance Taylor2008-06-181-3/+4
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-6/+149
* * options.h (class General_options): Add -z relro.Ian Lance Taylor2008-05-201-1/+32
* * output.cc (Output_segment::add_output_section): Remove frontIan Lance Taylor2008-05-161-12/+1
* * output.cc (Output_reloc::get_address): Change return type toIan Lance Taylor2008-05-161-1/+1
* Correct last patch.Ian Lance Taylor2008-05-061-2/+2
* 2008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor2008-05-061-6/+51
* * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor2008-05-051-2/+4
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-1/+43
* * copy-relocs.cc: New file.Ian Lance Taylor2008-04-161-0/+18
* * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor2008-04-151-0/+10
* * output.h (class Output_section_data): Remove inline definitionIan Lance Taylor2008-04-111-2/+1
* 2008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-111-15/+30
* * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor2008-04-071-3/+5
* * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor2008-03-281-0/+50
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-57/+34
* Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor2008-03-191-3/+4
* Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor2008-03-161-3/+3
* 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/+12
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-3/+3
* Implement -Tdata and -Tbss.Ian Lance Taylor2008-02-131-0/+6
* Support dynamic relocations against local section symbols.Ian Lance Taylor2008-02-121-41/+132
* Track sections for expressions.Ian Lance Taylor2008-02-091-1/+21
* Support --oformat binary.Ian Lance Taylor2008-02-071-0/+13
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-061-18/+47
* Initial -r support.Ian Lance Taylor2008-02-061-3/+66
* Implement PHDRS.Ian Lance Taylor2008-02-041-0/+19
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-41/+202
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-11/+1
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-1/+8
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-211-1/+2
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-15/+39
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-8/+8