[ARC] Dynamic relocs verification for dynindx == -1.
[deliverable/binutils-gdb.git] / gold /
2016-03-31  Trevor Saundersenable -Wwrite-strings for gas
2016-03-31  Cary CoutantDon't override definition a shared object by one in...
2016-03-27  Cary CoutantFix failure to diagnose GOTOFF relocation to undef...
2016-03-22  Nick CliftonAdd -Wstack-usage to the gcc warning flags list, but...
2016-03-22  Cary CoutantFix problem where gold fails to issue an undefined...
2016-03-21  Nick CliftonRemove use of alloca.
2016-03-21  Cary CoutantFix problem where gold cannot build .eh_frame_hdr from...
2016-03-18  Vladimir RadosavljevicRemove is_n64_ data member from Mips_relobj class.
2016-03-17  Vladimir RadosavljevicAdd MIPS-64 support.
2016-03-17  Vladimir RadosavljevicAdd missing Mips_output_data_la25_stub::do_print_to_map...
2016-03-17  Vladimir RadosavljevicFix problem with --emit-relocs for Mips-32.
2016-03-09  H.J. LuWorkaround a C++ bug in GCC 4.2 in gold test
2016-03-09  Cary CoutantRemove checks for constructors that might have been...
2016-03-09  Cary CoutantAdd unused attribute where necessary to quiet GCC 6...
2016-03-09  Cary CoutantFix Makefile so make clean removes overlooked files.
2016-03-08  Cary CoutantRefactor Output_data_reloc_base::do_write for MIPS...
2016-03-04  Cary CoutantFix datestamps on ChangeLog entries to read 2015 instea...
2016-03-04  H.J. LuAdd missing ChangeLog entries for commit 82838
2016-03-04  Cary CoutantFix undefined symbol errors introduced with previous...
2016-03-04  Cary CoutantAdd support for STT_SPARC_REGISTER symbols.
2016-03-03  Rafael Ávila de... Don't handle every plugin symbol as defined.
2016-03-03  Cary CoutantAdd new plugin hooks to support querying section alignm...
2016-03-03  Evgenii Stepanovget_symbols() plugin API tweak to support --start-lib...
2016-02-26  Cary CoutantDiscard FDEs for zero-length address ranges.
2016-02-16  H.J. LuPass -mrelax-relocations=yes to $(TEST_AS)
2016-02-15  Marcin Kościelnickigold: Add s390 -fsplit-stack support.
2016-02-11  Han ShenRemove info message for every erratum 843419 found...
2016-02-07  Cary CoutantAdd additional information to relocation overflow errors.
2016-02-07  Cary CoutantFix incorrect x32 overflow checking for refs to weak...
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 CoutantAdd PR number to ChangeLog entry.
2016-02-06  Cary CoutantFix build failure in gold due to signed vs. unsigned...
2016-02-06  Marcin Kościelnickigold: Add view and view_size parameters to is_call_to_n...
2016-02-05  Sriraman Tallam2016-02-05 Sriraman Tallam <tmsriram@google.com>
2016-02-05  Cary CoutantAdd some relocation overflow checks for x86_64.
2016-02-05  Cary CoutantOverhaul relocation framework to support overflow checking.
2016-02-03  Alan ModraFix "PowerPC64 ELFv2 entry code" for big-endian
2016-02-02  Alan ModraPowerPC64 ELFv2 entry code
2016-01-16  Han Shen[gold][aarch64] PR gold/19472 - DSOs need pc-relative...
2016-01-12  H.J. LuFix compile error with use of 'typename' outside of...
2016-01-12  Cary CoutantFix breakage for SHT_REL targets where get_r_addend...
2016-01-12  Cary CoutantFix internal error when applying TLSDESC relocations...
2016-01-12  Cary CoutantRefactor gold to enable support for MIPS-64 relocation...
2016-01-01  Alan ModraCopyright update for binutils
2016-01-01  Alan ModraNew 2016 binutils ChangeLog files
2016-01-01  Alan Modrabinutils ChangeLog rotation
2015-12-30  Alan ModraFix assorted ChangeLog errors
2015-12-18  Peter CollingbourneImplement --long-plt flag (ARM only).
2015-12-17  Roland McGrathPR gold/17473: Fix gold build with system C++ headers...
2015-12-13  Cary CoutantRemove const from return type of get_output_view.
2015-12-11  Cary CoutantPass relocations to Target::do_calls_non_split.
2015-12-11  Cary CoutantMake output views accessible to Target during do_reloca...
2015-12-10  H.J. Luld -r doesn't need plugin for slim lto object
2015-12-09  Alan Modra[GOLD] PowerPC style fix
2015-12-09  Alan Modra[GOLD] Edit PowerPC64 ELFv2 function entry code
2015-12-09  Alan Modra[GOLD] Relocate::relocate() params
2015-12-07  Alan Modra[GOLD] R_PPC64_ENTRY support
2015-12-03  Vladimir RadosavljevicTake addend into account when making GOT entries for...
2015-11-25  Cary CoutantAdjust local symbol value in relocatable link to be...
2015-11-25  Alan Modra[GOLD] Align PowerPC64 GOT
2015-11-19  Alan Modra[GOLD] PowerPC TOC16 and GOT16 relocs are relative
2015-11-14  Cary CoutantFix problem where bss symbols for copy relocations...
2015-11-12  Peter BergnerAdd assembler, disassembler and linker support for...
2015-11-09  Vladimir RadosavljevicRecognize .pdr debug sections.
2015-11-09  Cary CoutantRemove unnecessary target dependencies on relocation...
2015-11-05  Cary CoutantRevert patch for PR 19119, which led to PR 19172 and...
2015-11-05  Cary CoutantAdd aarch64-specific --no-apply-dynamic-relocs option.
2015-11-03  Alan Modra[GOLD] Regenerate POTFILES.in to add s390.cc
2015-10-30  Nick CliftonUpdated (simplified) Chinese translations for ld, bfd...
2015-10-29  H.J. LuMake GOT entry size target-dependent
2015-10-28  Marcin KościelnickiAdd __attribute__((__aligned__(1))) to unaligned symbol...
2015-10-28  Marcin KościelnickiMake debug_msg.sh more open-minded about line numbers...
2015-10-28  Marcin KościelnickiFix empty string alignment in .rodata.str*
2015-10-28  Marcin KościelnickiAdd s390 backend.
2015-10-28  Marcin KościelnickiAdd 64-bit archive support.
2015-10-28  Marcin KościelnickiSupport 64-bit entry size in SHT_HASH (for s390).
2015-10-28  H.J. LuCheck R_386_GOT32/R_386_GOT32X without base register
2015-10-27  Han ShenPatch for PR gold/19042 - unsupported reloc 311/312.
2015-10-22  H.J. LuGold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocations
2015-10-22  H.J. LuGold: Don't fail on R_386_GOT32X relocation
2015-10-20  H.J. LuFeed right input object to x86_64_mov_to_lea1[12]
2015-10-16  H.J. LuDon't ignore "-m emulation" command line option
2015-10-13  H.J. LuAdd EM_IAMCU support to gold
2015-10-07  Andreas Schwabgold: fix ABI pagesize for aarch64
2015-10-06  Cary CoutantFix bug when applying R_SPARC_GOTDATA_OP* relocations...
2015-09-07  Cary CoutantFix internal error caused by IFUNC patch.
2015-09-02  H.J. LuTurn IFUNC symbols from shared libraries into normal...
2015-09-02  Alan Modra[GOLD] ppc64 out-of-line register save/restore functions
2015-08-26  Cary CoutantFix problem where script specified both address and...
2015-08-26  Cary CoutantFix --no-as-needed when shared library is listed twice...
2015-08-26  Cary CoutantFix internal error in gold when script uses section...
2015-08-26  Cary CoutantFix regression introduced by fix for PR 18703.
2015-08-20  Alan Modragold --emit-relocs
2015-08-19  Cary CoutantFix symbol versioning problems in PR 18703.
2015-08-12  Simon Dardis[MIPS] Map 'move' to 'or'.
2015-07-27  H.J. LuRegenerate configure files
2015-07-26  Doug KwanMake arm_unaligned_reloc test less sensitive to disasse...
2015-07-24  H.J. LuRemove leading/trailing white spaces in ChangeLog
next
This page took 0.076369 seconds and 7 git commands to generate.