aboutsummaryrefslogtreecommitdiff
path: root/gold/reloc.cc
AgeCommit message (Expand)AuthorFilesLines
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-3/+3
2010-08-12elfcpp/ChangeLog:Cary Coutant1-2/+191
2010-07-12 * compressed_output.cc (zlib_decompress): New function.Cary Coutant1-6/+27
2010-03-11 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call theIan Lance Taylor1-5/+8
2010-03-10 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant1-1/+1
2010-02-12 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for eachIan Lance Taylor1-12/+26
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-90/+90
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-90/+90
2009-11-09 PR 10925Ian Lance Taylor1-0/+40
2009-10-29 * object.h (class Relobj): Drop options parameter fromIan Lance Taylor1-68/+39
2009-10-252009-10-25 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+45
2009-10-15 * object.h (class Relocate_info): Add reloc_shdr and data_shdrIan Lance Taylor1-0/+2
2009-10-13 * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam1-2/+5
2009-10-06 * options.h (class General_options): DefineIan Lance Taylor1-24/+259
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-3/+6
2009-08-05*** empty log message ***Sriraman Tallam1-7/+7
2009-06-24 PR 10244Ian Lance Taylor1-1/+4
2009-03-04 PR 9918Ian Lance Taylor1-1/+3
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-4/+143
2008-12-12 * target-reloc.h (Default_scan_relocatable_relocs): Only discardIan Lance Taylor1-1/+1
2008-11-15 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_addressCary Coutant1-1/+1
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant1-10/+10
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-26/+28
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-7/+8
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor1-216/+1
2008-04-02 * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor1-5/+5
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-28Read input scripts which look like input objects with properIan Lance Taylor1-3/+3
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-8/+9
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-26/+209
2008-02-06Initial -r support.Ian Lance Taylor1-18/+82
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-3/+43
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor1-1/+2
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-1/+100
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-3/+3
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-61/+37
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-1/+1
2007-12-01Compress all debug sections.Ian Lance Taylor1-14/+65
2007-11-22Add threading support.Ian Lance Taylor1-0/+27
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-5/+10
2007-11-12From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor1-3/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-29/+189
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-37/+27
2007-10-02From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor1-2/+2
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-5/+8
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-0/+48
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-0/+3
2006-12-06Generate version information.Ian Lance Taylor1-1/+1
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-0/+2