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