OSDN Git Service

Add -Wshadow to the gcc command line options used when compiling the binutils.
[pf3gnuchains/pf3gnuchains4x.git] / gold / merge.cc
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-07-09 ian * merge.cc (Object_merge_map::initialize_input_to_outp...
2009-03-23 ian * merge.cc (do_add_input_section): Correct pend value...
2008-04-08 ian * merge.cc (Object_merge_map::get_output_offset):...
2008-03-13 iantUpdate copyright years. Update language files.
2008-03-13 iantDon't crash if we change the address of the .eh_frame...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-20 iantUpdate comments about output offsets and merged input...
2007-12-20 iantRemove one inline.
2007-12-20 iantMake functions on hot path inline. Remove a mistaken...
2007-12-19 iantMove Stringpool offsets into a chunked_vector indexed...
2007-12-19 iantUse string length when available when calling Stringpoo...
2007-12-18 iantPrint statistics about merge sections with --stats.
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-15 iantMinor speedup to Output_merge_string::do_add_input_section.
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-27 iantRework merge_map for speed.
2007-11-22 iantMake Merge_key_less operator() inline.
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-10-20 iantFrom Craig Silverstein: add cast to avoid warning.
2007-10-19 iantFix handling of wide string merge sections.
2007-10-18 iantCorrectly handle alignment in merge sections.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-12 iantAdd an option for Stringpools to not copy strings.
2007-10-10 iantFrom Craig Silverstein: don't get confused if the same...
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-23 iantAvoid dereferencing map->end().
2007-09-22 iantAdd licensing text to every source file.
2007-09-22 iantWe don't need a hash table mapping input locations...
2007-05-16 iantAdd support for SHF_MERGE sections.