summaryrefslogtreecommitdiff
path: root/gold/reloc.h
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28098 Skip R_*_NONE relocation entries with zero r_sym without countingMichael Krasnyk2021-07-181-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix compile errors about shift counts too large.Cary Coutant2016-02-061-10/+30
* Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant2016-02-061-0/+5
* Fix incorrect casts.Cary Coutant2016-02-061-2/+2
* Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant2016-02-061-2/+2
* Overhaul relocation framework to support overflow checking.Cary Coutant2016-02-051-143/+413
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-0/+8
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a constIan Lance Taylor2012-04-261-1/+1
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-0/+10
* 2012-02-03 Doug Kwan <dougkwan@google.com>Doug Kwan2012-02-031-8/+8
* * reloc.h (Bits): New class with static functions, copied fromIan Lance Taylor2012-01-281-1/+118
* 2011-11-10 Doug Kwan <dougkwan@google.com>Doug Kwan2011-11-101-0/+36
* 2011-11-09 Doug Kwan <dougkwan@google.com>Doug Kwan2011-11-101-0/+23
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-21/+21
* * dwarf_reader.h (class Sized_dwarf_line_info): AddIan Lance Taylor2010-12-011-1/+6
* * gold.cc (queue_middle_gc_tasks): Use a separate blocker for eachIan Lance Taylor2010-02-121-21/+28
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-3/+3
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-3/+3
* * object.h (class Relobj): Drop options parameter fromIan Lance Taylor2009-10-291-22/+17
* 2009-06-23 Doug Kwan <dougkwan@google.com>Doug Kwan2009-06-231-0/+2
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-1/+40
* * copy-relocs.cc: New file.Ian Lance Taylor2008-04-161-96/+0
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-0/+3
* Initial -r support.Ian Lance Taylor2008-02-061-0/+95
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-2/+2
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-16/+13
* Add threading support.Ian Lance Taylor2007-11-221-0/+9
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-151-3/+7
* From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor2007-11-121-5/+4
* From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor2007-11-091-0/+1
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-2/+56
* Cleanups from Craig Silverstein.Ian Lance Taylor2007-10-011-46/+0
* Add Signed_valtype and use it for sign extension. Fix names of rela8.Ian Lance Taylor2007-10-011-7/+13
* Add RELA versions of the relocation routines. Original patch fromIan Lance Taylor2007-10-011-2/+172
* From Andrew Chatham: add signedrel<>, rel32s and friends.Ian Lance Taylor2007-09-281-0/+40
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-31/+105
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-1/+94
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-0/+8