OSDN Git Service

* merge.cc (Object_merge_map::initialize_input_to_output_map):
[pf3gnuchains/pf3gnuchains3x.git] / gold / output.h
2009-06-24 ian PR 10156
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2009-03-24 ian * output.cc (Output_file::map_anonymous): Define.
2009-02-28 ian PR 7091
2008-09-29 ccoutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-08-13 ian * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-10 ian Handle output sections with more than 0x7fffffff bytes.
2008-06-18 ian * output.h (Output_section::Input_section): Initialize...
2008-05-21 ian * mapfile.cc: New file.
2008-05-20 ian * options.h (class General_options): Add -z relro.
2008-05-16 ian * output.cc (Output_segment::add_output_section):...
2008-05-16 ian * output.cc (Output_reloc::get_address): Change return...
2008-05-06 ianCorrect last patch.
2008-05-06 ian2008-05-05 Ian Lance Taylor <iant@google.com>
2008-05-05 ian * object.cc (Sized_relobj::include_section_group)...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-16 ian * copy-relocs.cc: New file.
2008-04-15 ian * layout.cc (Layout::Layout): Initialize sections_are_...
2008-04-11 ian * output.h (class Output_section_data): Remove inline...
2008-04-11 ccoutant2008-04-11 Cary Coutant <ccoutant@google.com>
2008-04-07 ian * output.cc (Output_reloc<SHT_REL>::local_section_offs...
2008-03-28 ian * layout.cc (Layout::layout): If we see an input secti...
2008-03-25 ccoutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-19 iantMake sure the start and size of the TLS segment are...
2008-03-16 iantFix handling of RELA relative relocs against local...
2008-03-13 iantUpdate copyright years. Update language files.
2008-03-12 iantCombine read-only .eh_frame sections with read-write...
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-13 iantImplement -Tdata and -Tbss.
2008-02-12 iantSupport dynamic relocations against local section symbols.
2008-02-09 iantTrack sections for expressions.
2008-02-07 iantSupport --oformat binary.
2008-02-06 iantFix group signature handling for relocatable link,...
2008-02-06 iantInitial -r support.
2008-02-04 iantImplement PHDRS.
2008-02-04 iantFully implement the SECTIONS clause.
2008-01-18 iantDon't include options.h in fileread.h. Remove General_...
2008-01-06 iantAdd support for -e and for ENTRY in linker scripts.
2007-12-21 iantCorrect handling of non-section symbol in merged sectio...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-20 iantConvert more instances of off_t to be 32-bit types.
2007-12-20 iantUpdate comments about output offsets and merged input...
2007-12-20 iantMake functions on hot path inline. Remove a mistaken...
2007-12-18 iantPrint statistics about merge sections with --stats.
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-07 iantFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-04 iantFrom Craig Silverstein: Support irregular output files.
2007-12-01 iantCompress all debug sections.
2007-11-30 iantFrom Craig Silverstein: Add support for compressing...
2007-11-29 iantClean up setting address and section offset.
2007-11-15 iantFrom Cary Coutant: Count textrel with output sections...
2007-11-14 iantFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-11-07 iantCheck that we don't set the output section index twice.
2007-10-18 iantCorrectly handle alignment in merge sections.
2007-10-12 iantAdd an option for Stringpools to not copy strings.
2007-10-08 iantAdd support for local GOT offsets.
2007-09-26 iantPut size and endianness in parameters.
2007-09-22 iantAdd licensing text to every source file.
2007-09-21 iantAdd global parameters.
2007-09-21 iantUse nops when doing alignment padding between code...
2007-08-21 iantForce PT_LOAD segments to be aligned to the page size.
2007-08-21 iantAdd support for -rpath.
2007-05-16 iantAdd support for SHF_MERGE sections.
2006-12-06 iantGenerate version information.
2006-12-01 iantCan now dynamically link hello, world.
2006-12-01 iantgcc 3.2.2 portability hacks.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16 iantSnapshot. Includes first cut at output relocation...
2006-11-14 iantMore dynamic object support, initial scripting support.
2006-11-06 iantSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 iantCan now do a full static link of hello, world in C...
2006-10-20 iantFramework for relocation scanning. Implement simple...
2006-09-29 iantClean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.
2006-09-29 iantSnapshot. Now able to produce a minimal executable...
2006-09-27 iantFinished layout code.
2006-09-26 iantMore section layout code.
2006-09-21 iantNew drop, with first cut of section layout code.