summaryrefslogtreecommitdiff
path: root/gold/reloc.cc
Commit message (Expand)AuthorAgeFilesLines
* * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra2012-09-051-77/+13
* * layout.cc: Include "object.h".Ian Lance Taylor2011-06-251-2/+32
* * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty relocIan Lance Taylor2011-05-311-0/+3
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-81/+81
* * gold/layout.cc (Layout::symtab_section_offset): New function.Cary Coutant2011-04-141-1/+1
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-7/+15
* PR gold/12316Ian Lance Taylor2011-02-101-4/+1
* Fix typos in gold.Ralf Wildenhues2010-12-141-1/+1
* * dwarf_reader.h (class Sized_dwarf_line_info): AddIan Lance Taylor2010-12-011-0/+14
* * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant2010-10-141-2/+2
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-3/+3
* elfcpp/ChangeLog:Cary Coutant2010-08-121-2/+191
* * compressed_output.cc (zlib_decompress): New function.Cary Coutant2010-07-121-6/+27
* * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call theIan Lance Taylor2010-03-111-5/+8
* * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant2010-03-101-1/+1
* * gold.cc (queue_middle_gc_tasks): Use a separate blocker for eachIan Lance Taylor2010-02-121-12/+26
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-90/+90
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-90/+90
* PR 10925Ian Lance Taylor2009-11-091-0/+40
* * object.h (class Relobj): Drop options parameter fromIan Lance Taylor2009-10-291-68/+39
* 2009-10-25 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-251-1/+45
* * object.h (class Relocate_info): Add reloc_shdr and data_shdrIan Lance Taylor2009-10-151-0/+2
* * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam2009-10-131-2/+5
* * options.h (class General_options): DefineIan Lance Taylor2009-10-061-24/+259
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-3/+6
* *** empty log message ***Sriraman Tallam2009-08-051-7/+7
* PR 10244Ian Lance Taylor2009-06-241-1/+4
* PR 9918Ian Lance Taylor2009-03-041-1/+3
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-4/+143
* * target-reloc.h (Default_scan_relocatable_relocs): Only discardIan Lance Taylor2008-12-121-1/+1
* * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_addressCary Coutant2008-11-151-1/+1
* * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant2008-09-291-10/+10
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-26/+28
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-7/+8
* * copy-relocs.cc: New file.Ian Lance Taylor2008-04-161-216/+1
* * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor2008-04-021-5/+5
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Read input scripts which look like input objects with properIan Lance Taylor2008-02-281-3/+3
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-8/+9
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-26/+209
* Initial -r support.Ian Lance Taylor2008-02-061-18/+82
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-3/+43
* Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor2007-12-211-1/+2
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-1/+100
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-3/+3
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-61/+37
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-1/+1
* Compress all debug sections.Ian Lance Taylor2007-12-011-14/+65
* Add threading support.Ian Lance Taylor2007-11-221-0/+27
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-151-5/+10