aboutsummaryrefslogtreecommitdiff
path: root/gold/output.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-09 * output.h (Output_data_dynamic::add_section_size): New methodDavid S. Miller1-1/+21
2010-01-232010-01-22 Doug Kwan <dougkwan@google.com>Doug Kwan1-3/+24
2010-01-202010-01-20 Doug Kwan <dougkwan@google.com>Doug Kwan1-70/+9
2010-01-08 PR 10287Ian Lance Taylor1-8/+135
2010-01-07 PR 11061Ian Lance Taylor1-6/+46
2010-01-07 * output.h (class Output_data): Add const version ofIan Lance Taylor1-0/+16
2010-01-06 PR 10980Ian Lance Taylor1-2/+13
2009-12-30 * layout.cc (Layout::Layout): Initialize increase_relro_.Ian Lance Taylor1-3/+37
2009-12-30 PR 10450Ian Lance Taylor1-0/+2
2009-12-172009-12-16 Doug Kwan <dougkwan@google.com>Doug Kwan1-2/+9
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-149/+149
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-149/+149
2009-12-032009-12-02 Rafael Avila de Espindola <espindola@google.com>Rafael Ávila de Espíndola1-0/+5
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