| Commit message (Expand) | Author | Age | Files | Lines |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | Fix compile errors about shift counts too large. | Cary Coutant | 2016-02-06 | 1 | -10/+30 |
* | Fix overflow checking for 32-bit pc-relative relocations on x32. | Cary Coutant | 2016-02-06 | 1 | -0/+5 |
* | Fix incorrect casts. | Cary Coutant | 2016-02-06 | 1 | -2/+2 |
* | Fix build failure in gold due to signed vs. unsigned comparisons. | Cary Coutant | 2016-02-06 | 1 | -2/+2 |
* | Overhaul relocation framework to support overflow checking. | Cary Coutant | 2016-02-05 | 1 | -143/+413 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |
* | [GOLD] Relocate::relocate() params | Alan Modra | 2015-12-09 | 1 | -0/+8 |
* | ChangeLog rotatation and copyright year update | Alan Modra | 2015-01-02 | 1 | -1/+1 |
* | Update copyright years | Alan Modra | 2014-03-05 | 1 | -2/+1 |
* | * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const | Ian Lance Taylor | 2012-04-26 | 1 | -1/+1 |
* | 2012-03-21 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2012-03-21 | 1 | -0/+10 |
* | 2012-02-03 Doug Kwan <dougkwan@google.com> | Doug Kwan | 2012-02-03 | 1 | -8/+8 |
* | * reloc.h (Bits): New class with static functions, copied from | Ian Lance Taylor | 2012-01-28 | 1 | -1/+118 |
* | 2011-11-10 Doug Kwan <dougkwan@google.com> | Doug Kwan | 2011-11-10 | 1 | -0/+36 |
* | 2011-11-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 2011-11-10 | 1 | -0/+23 |
* | * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc | Cary Coutant | 2011-05-24 | 1 | -21/+21 |
* | * dwarf_reader.h (class Sized_dwarf_line_info): Add | Ian Lance Taylor | 2010-12-01 | 1 | -1/+6 |
* | * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each | Ian Lance Taylor | 2010-02-12 | 1 | -21/+28 |
* | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 2009-12-14 | 1 | -3/+3 |
* | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 2009-12-11 | 1 | -3/+3 |
* | * object.h (class Relobj): Drop options parameter from | Ian Lance Taylor | 2009-10-29 | 1 | -22/+17 |
* | 2009-06-23 Doug Kwan <dougkwan@google.com> | Doug Kwan | 2009-06-23 | 1 | -0/+2 |
* | 2009-01-20 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2009-01-28 | 1 | -1/+40 |
* | * copy-relocs.cc: New file. | Ian Lance Taylor | 2008-04-16 | 1 | -96/+0 |
* | Update copyright years. Update language files. | Ian Lance Taylor | 2008-03-13 | 1 | -1/+1 |
* | Implement -q/--emit-relocs. | Ian Lance Taylor | 2008-02-27 | 1 | -0/+3 |
* | Initial -r support. | Ian Lance Taylor | 2008-02-06 | 1 | -0/+95 |
* | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 2007-12-18 | 1 | -2/+2 |
* | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 2007-12-14 | 1 | -16/+13 |
* | Add threading support. | Ian Lance Taylor | 2007-11-22 | 1 | -0/+9 |
* | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 2007-11-15 | 1 | -3/+7 |
* | From Craig Silverstein: Track_relocs doesn't need to hold onto the | Ian Lance Taylor | 2007-11-12 | 1 | -5/+4 |
* | From Craig Silverstein: Use relocations in reporting error message | Ian Lance Taylor | 2007-11-09 | 1 | -0/+1 |
* | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 2007-11-09 | 1 | -2/+56 |
* | Cleanups from Craig Silverstein. | Ian Lance Taylor | 2007-10-01 | 1 | -46/+0 |
* | Add Signed_valtype and use it for sign extension. Fix names of rela8. | Ian Lance Taylor | 2007-10-01 | 1 | -7/+13 |
* | Add RELA versions of the relocation routines. Original patch from | Ian Lance Taylor | 2007-10-01 | 1 | -2/+172 |
* | From Andrew Chatham: add signedrel<>, rel32s and friends. | Ian Lance Taylor | 2007-09-28 | 1 | -0/+40 |
* | Add licensing text to every source file. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+20 |
* | Add support for SHF_MERGE sections. | Ian Lance Taylor | 2007-05-16 | 1 | -31/+105 |
* | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 2006-11-30 | 1 | -1/+94 |
* | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 2006-11-29 | 1 | -0/+8 |
* | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 2006-11-06 | 1 | -333/+19 |
* | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 2006-11-03 | 1 | -6/+9 |
* | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 2006-10-20 | 1 | -3/+503 |
* | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 2006-09-29 | 1 | -0/+45 |