aboutsummaryrefslogtreecommitdiff
path: root/gold/reloc.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-18PR28098 Skip R_*_NONE relocation entries with zero r_sym without countingMichael Krasnyk1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-02-06Fix compile errors about shift counts too large.Cary Coutant1-10/+30
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant1-0/+5
2016-02-06Fix incorrect casts.Cary Coutant1-2/+2
2016-02-06Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant1-2/+2
2016-02-05Overhaul relocation framework to support overflow checking.Cary Coutant1-143/+413
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-0/+8
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-04-26 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a constIan Lance Taylor1-1/+1
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant1-0/+10
2012-02-032012-02-03 Doug Kwan <dougkwan@google.com>Doug Kwan1-8/+8
2012-01-28 * reloc.h (Bits): New class with static functions, copied fromIan Lance Taylor1-1/+118
2011-11-102011-11-10 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+36
2011-11-102011-11-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+23
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant1-21/+21
2010-12-01 * dwarf_reader.h (class Sized_dwarf_line_info): AddIan Lance Taylor1-1/+6
2010-02-12 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for eachIan Lance Taylor1-21/+28
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-3/+3
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-3/+3
2009-10-29 * object.h (class Relobj): Drop options parameter fromIan Lance Taylor1-22/+17
2009-06-232009-06-23 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+2
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+40
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor1-96/+0
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-0/+3
2008-02-06Initial -r support.Ian Lance Taylor1-0/+95
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-2/+2
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-16/+13
2007-11-22Add threading support.Ian Lance Taylor1-0/+9
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-3/+7
2007-11-12From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor1-5/+4
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor1-0/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-2/+56
2007-10-01Cleanups from Craig Silverstein.Ian Lance Taylor1-46/+0
2007-10-01Add Signed_valtype and use it for sign extension. Fix names of rela8.Ian Lance Taylor1-7/+13
2007-10-01Add RELA versions of the relocation routines. Original patch fromIan Lance Taylor1-2/+172
2007-09-28From Andrew Chatham: add signedrel<>, rel32s and friends.Ian Lance Taylor1-0/+40
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-31/+105
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-1/+94