Remove path name from test case
[binutils-gdb.git] / gold / reloc.h
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-07-18 Michael KrasnykPR28098 Skip R_*_NONE relocation entries with zero...
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-02-07 Cary CoutantFix compile errors about shift counts too large.
2016-02-06 Cary CoutantFix overflow checking for 32-bit pc-relative relocation...
2016-02-06 Cary CoutantFix incorrect casts.
2016-02-06 Cary CoutantFix build failure in gold due to signed vs. unsigned...
2016-02-05 Cary CoutantOverhaul relocation framework to support overflow checking.
2016-01-01 Alan ModraCopyright update for binutils
2015-12-09 Alan Modra[GOLD] Relocate::relocate() params
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-03-05 Alan ModraUpdate copyright years
2012-04-26 Ian Lance Taylor * arm.cc (Target_arm::do_is_defined_by_abi): Make...
2012-03-21 Cary Coutant2012-03-21 Cary Coutant <ccoutant@google.com>
2012-02-03 Doug Kwan2012-02-03 Doug Kwan <dougkwan@google.com>
2012-01-28 Ian Lance Taylor * reloc.h (Bits): New class with static functions...
2011-11-10 Doug Kwan2011-11-10 Doug Kwan <dougkwan@google.com>
2011-11-10 Doug Kwan2011-11-09 Doug Kwan <dougkwan@google.com>
2011-05-24 Cary Coutant * incremental-dump.cc (dump_incremental_inputs): Print...
2010-12-01 Ian Lance Taylor * dwarf_reader.h (class Sized_dwarf_line_info): Add
2010-02-12 Ian Lance Taylor * gold.cc (queue_middle_gc_tasks): Use a separate...
2009-12-14 Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-10-29 Ian Lance Taylor * object.h (class Relobj): Drop options parameter...
2009-06-23 Doug Kwan2009-06-23 Doug Kwan <dougkwan@google.com>
2009-01-28 Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-04-16 Ian Lance Taylor * copy-relocs.cc: New file.
2008-03-13 Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-27 Ian Lance TaylorImplement -q/--emit-relocs.
2008-02-06 Ian Lance TaylorInitial -r support.
2007-12-18 Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-11-22 Ian Lance TaylorAdd threading support.
2007-11-15 Ian Lance TaylorFrom Cary Coutant: Count textrel with output sections...
2007-11-12 Ian Lance TaylorFrom Craig Silverstein: Track_relocs doesn't need to...
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Use relocations in reporting...
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-10-01 Ian Lance TaylorCleanups from Craig Silverstein.
2007-10-01 Ian Lance TaylorAdd Signed_valtype and use it for sign extension. ...
2007-10-01 Ian Lance TaylorAdd RELA versions of the relocation routines. Original...
2007-09-28 Ian Lance TaylorFrom Andrew Chatham: add signedrel<>, rel32s and friends.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-05-16 Ian Lance TaylorAdd support for SHF_MERGE sections.
2006-11-30 Ian Lance TaylorAdded a testsuite. More support for COPY relocations.
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-06 Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-20 Ian Lance TaylorFramework for relocation scanning. Implement simple...
2006-09-29 Ian Lance TaylorSnapshot. Now able to produce a minimal executable...