Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-09 | 2010-04-08 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+4 | |
* merge.cc (Output_merge_data::set_final_data_size): Handle empty Output_merge_data. * output.cc (Output_section::add_merge_input_section): Simplify code and return status of Output_merge_base::add_input_section. Update merge section map only if Output_merge_base::add_input_section returns true. | |||||
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -16/+16 | |
2009-12-11 Doug Kwan <dougkwan@google.com> 2009-12-11 Nick Clifton <nickc@redhat.com> * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS. | |||||
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -16/+16 | |
Fix up all warnings generated by the addition of this switch. | |||||
2009-07-09 | * merge.cc (Object_merge_map::initialize_input_to_output_map): | Ian Lance Taylor | 1 | -0/+6 | |
Reserve space in the hash table. | |||||
2009-03-23 | * merge.cc (do_add_input_section): Correct pend value. Change | Ian Lance Taylor | 1 | -3/+5 | |
message about last entry not being null terminated from error to warning. | |||||
2008-04-08 | * merge.cc (Object_merge_map::get_output_offset): Remove inline | Ian Lance Taylor | 1 | -1/+1 | |
qualifier. | |||||
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 | |
2008-03-13 | Don't crash if we change the address of the .eh_frame section after we | Ian Lance Taylor | 1 | -1/+3 | |
find its size. | |||||
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -116/+84 | |
2007-12-20 | Update comments about output offsets and merged input sections. | Ian Lance Taylor | 1 | -9/+30 | |
2007-12-20 | Remove one inline. | Ian Lance Taylor | 1 | -1/+1 | |
2007-12-20 | Make functions on hot path inline. Remove a mistaken virtual | Ian Lance Taylor | 1 | -2/+2 | |
declaration. | |||||
2007-12-19 | Move Stringpool offsets into a chunked_vector indexed by keys. | Ian Lance Taylor | 1 | -5/+4 | |
2007-12-19 | Use string length when available when calling Stringpool. Compare | Ian Lance Taylor | 1 | -3/+9 | |
pointers first when looking up Stringpool entries. | |||||
2007-12-18 | Print statistics about merge sections with --stats. | Ian Lance Taylor | 1 | -0/+64 | |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -33/+47 | |
lot of instances of off_t. | |||||
2007-12-15 | Minor speedup to Output_merge_string::do_add_input_section. | Ian Lance Taylor | 1 | -8/+7 | |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -0/+17 | |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -7/+14 | |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -2/+2 | |
2007-11-27 | Rework merge_map for speed. | Ian Lance Taylor | 1 | -59/+240 | |
2007-11-22 | Make Merge_key_less operator() inline. | Ian Lance Taylor | 1 | -1/+1 | |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -29/+56 | |
exception frame information. | |||||
2007-10-20 | From Craig Silverstein: add cast to avoid warning. | Ian Lance Taylor | 1 | -1/+1 | |
2007-10-19 | Fix handling of wide string merge sections. | Ian Lance Taylor | 1 | -3/+4 | |
2007-10-18 | Correctly handle alignment in merge sections. | Ian Lance Taylor | 1 | -3/+7 | |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -11/+7 | |
on error. | |||||
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -1/+1 | |
2007-10-10 | From Craig Silverstein: don't get confused if the same file name | Ian Lance Taylor | 1 | -1/+9 | |
occurs in an archive. | |||||
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -2/+2 | |
Fix bug this exposed in archive armap symbol name handling. | |||||
2007-09-23 | Avoid dereferencing map->end(). | Ian Lance Taylor | 1 | -1/+2 | |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 | |
2007-09-22 | We don't need a hash table mapping input locations to strings. | Ian Lance Taylor | 1 | -36/+7 | |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -0/+333 | |