1. c327c9c Backport trunk patch wrt wrong stub generated for aarch64 large DSOs. by Han Shen · 8 years ago int/n/fp2
  2. 6579e31 Backport trunk patch for not applying dynamic relocs. by Han Shen · 8 years ago
  3. a95c2e5 Remove internal link in warning messages. by Han Shen · 8 years ago
  4. 3febaa7 Make genscripts.sh neutral to ChromeOS and Android. by Han Shen · 8 years ago
  5. ec97727 Merge "Fix darwin build failures (because of compilation warnings)." by Han Shen · 8 years ago
  6. adb604a Fix darwin build failures (because of compilation warnings). by Han Shen · 8 years ago
  7. c536bde Cherry pick upstream patch for aarch64 unsupported reloc. by Han Shen · 8 years ago
  8. 8bfb6b2 Create an unified binutils source tree for both Android and ChromiumOS. by Han Shen · 8 years ago
  9. 932d71b Plumb --pic-veneer option for gold. by Lee Campbell · 9 years ago
  10. 0a79d97 Fix Mac OS X build failures (wcsncasecmp unsat) by Nick Clifton · 9 years ago
  11. b51d5d6 Fix gold build error at -O0. by Than McIntosh · 9 years ago
  12. 21947aa Use "gold_info" instead of "gold_warning" for erratum fix. by Han Shen · 9 years ago
  13. 1c1d236 Drop 'missing mapping symbols' warning for arm and aarch64. by Han Shen · 9 years ago
  14. 042c220 Merge "Fix an internal error in do_print_to_mapfile on Arm." by Andrew Hsieh · 9 years ago
  15. ef83eb2 Remove duplicated option fix_cortex_a53_835769 by Andrew Hsieh · 9 years ago
  16. 0040352 Make gold aarch64 accept long form of mapping symbols. by Han Shen · 9 years ago
  17. ec8f12b Patch for gold internal error while fixing erratum 843419. by Han Shen · 9 years ago
  18. 3f3b4a8 [gold][aarch64] Fix erratum 835769. by Han Shen · 9 years ago
  19. d327985 Patch for erratum-843419 (2 of 2 - fix erratum occurrences). by Han Shen · 9 years ago
  20. 7e80b87 Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host. by Joseph Myers · 9 years ago
  21. 5b0b7ac Fix an internal error in do_print_to_mapfile on Arm. by Cary Coutant · 9 years ago
  22. b22c4c9 Fix an internal error in do_print_to_mapfile on Arm. by Cary Coutant · 9 years ago
  23. e75a962 Remove binutils-2.24. by Elliott Hughes · 9 years ago
  24. 548e866 Apple has had wcsncasecmp since 10.7. by Dan Albert · 9 years ago
  25. 8ce3481 Merge "Remove old versions of binutils." by Dan Albert · 9 years ago
  26. 7a1d76c Remove old versions of binutils. by Dan Albert · 9 years ago
  27. 53164d0 Disable the warning of a hidden symbol matches a reference to be by Yiran Wang · 9 years ago
  28. c39479f Fix darwin build by Andrew Hsieh · 9 years ago
  29. 97a8de1 Merge "MIPS: Update the encoding of the d16mule MXU instruction." by Andrew Hsieh · 9 years ago
  30. 29e2f84 Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'. by Han Shen · 9 years ago
  31. f2bbcbc The first patch to address cortex-a53 erratum-843419. by Han Shen · 9 years ago
  32. deabfb7 MIPS: Update the encoding of the d16mule MXU instruction. by Andrew Bennett · 9 years ago
  33. 86097ec [2.24, 2.25] Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %reg by Alexander Ivchenko · 9 years ago
  34. e1103f9 Ignore --fix-cortex-a53-843419 for gold. by Lai Wei-Chih · 9 years ago
  35. a9dedea [AArch64] Workaround for cortex-a53 erratum 843419 by Marcus Shawcroft · 9 years ago
  36. 15c4812 [AArch64] Implement branch over stub section. by Marcus Shawcroft · 9 years ago
  37. 53079dc [AArch64] Remove padding before stub sections. by Marcus Shawcroft · 9 years ago
  38. 41d20d6 [AArch64] Adjust veneer count. by Marcus Shawcroft · 9 years ago
  39. c75ceb3 [AArch64] Factor out _bfd_aarch64_get_stub_for_link_section. by Marcus Shawcroft · 9 years ago
  40. 2775e1f [AArch64] Refactor section_group[] representation. by Marcus Shawcroft · 9 years ago
  41. f8840af [AArch64] Refactor generation of 835769 workaround stubs. by Marcus Shawcroft · 9 years ago
  42. 06c6ff7 [AArch64] Use _bfd_aarch64_add_stub_entry_in_group. by Marcus Shawcroft · 9 years ago
  43. 0ce0a70 [OBV] Fix build -- missing ';' by Keith Seitz · 9 years ago
  44. b78dd2e Factor out _bfd_aarch64_erratum_835769_stub_name by Marcus Shawcroft · 9 years ago
  45. acc982c [AArch64] Factor out _bfd_aarch64_resize_stubs() by Marcus Shawcroft · 9 years ago
  46. 920ee1c [AArch64] Factor stub creation code into _bfd_aarch64_create_stub_section. by Marcus Shawcroft · 9 years ago
  47. 907fd75 [AArch64] Factor out common behaviour between elf_aarch64_create_or_find_stub_sec and elfNN_aarch64_add_stub by Marcus Shawcroft · 9 years ago
  48. f0c1588 [AArch64] Flip sense of erratum_835769_scan. by Marcus Shawcroft · 9 years ago
  49. 568a7f8 [AArch64] Drop unused argument to elf_aarch64_create_or_find_stub_sec by Marcus Shawcroft · 9 years ago
  50. da54d4b [AArch64] Remove unused variable. by Marcus Shawcroft · 9 years ago
  51. 390a92a Remove dead code. by Marcus Shawcroft · 9 years ago
  52. 2cebe09 [AARCH64] Remove Load/Store register (unscaled immediate) alias. by Jiong Wang · 9 years ago
  53. 4762995 [AArch64] Removing unused functions. by Marcus Shawcroft · 9 years ago
  54. e20a4f0 Fixed Cortex-A53 Erratum 835769 -- LD segfaults with unordered maps. by Tejas Belagod · 9 years ago
  55. 29bc000 Backport to fix race condition calling select_as_default_target() by Andrew Hsieh · 9 years ago
  56. 73d1c06 Fix as to ignore --save-temps by Andrew Hsieh · 10 years ago
  57. 4f16de3 Fix build by Andrew Hsieh · 9 years ago
  58. fd6fc0c Update binutils-2.25/gold to ToT by Andrew Hsieh · 9 years ago
  59. aff326d [2.24][2.25] Fix race condition causing assert by Rong Xu · 9 years ago
  60. 51d71fd Add support for the new tag DT_MIPS_RLD_MAP2. by Nikola Veljkovic · 9 years ago
  61. b3e9a41 Add MIPS specific changes to binutils 2.25 (prerelease) for MIPSR6 bug fixes, by Steve Ellcey · 9 years ago
  62. bbff162 [2.25] Fix __preinit_array_start not aligned properly in 64-bit. by Lai Wei-Chih · 10 years ago
  63. d6a74de [2.25] re-apply local patches by Andrew Hsieh · 9 years ago
  64. 5e8c1cf [2.25] sync to a30720e3e633f275250e26f85ccae5dbdddfb6c6 by Andrew Hsieh · 9 years ago
  65. 8eebd79 Fix extraneous warning about executable stack. by Cary Coutant · 9 years ago
  66. 5387e7a Fixed Cortex-A53 Erratum 835769 -- LD segfaults with unordered maps. by Tejas Belagod · 9 years ago
  67. e2b060b [2.24][2.25] Backport prevent user links ARM ELF binary into an AARCH64 ELF executable. by Lai Wei-Chih · 10 years ago
  68. c8e1636 [2.24] Cortex-A53 erratum 835769 linker workaround by Rong Xu · 10 years ago
  69. fff40e6 Merge "Add missing mtc1, mthc1, mfhc1 instructions to Ingenic's MXU patch." by Andrew Hsieh · 10 years ago
  70. fd5a60d Merge "Add support for Ingenic's MXU." by Andrew Hsieh · 10 years ago
  71. 86efdb0 Add missing mtc1, mthc1, mfhc1 instructions to Ingenic's MXU patch. by Andrew Bennett · 10 years ago
  72. 006d27a Add support for Ingenic's MXU. by Andrew Bennett · 10 years ago
  73. 7e31aed [2.24][2.25] Fix __preinit_array_start not aligned properly in 64-bit. by Lai Wei-Chih · 10 years ago
  74. 8390634 Update Binutils 2.24 to include mips32r6, mips64r6 and MSA changes. by Steve Ellcey · 10 years ago
  75. bcfb043 [2.25] apply local patches by Andrew Hsieh · 10 years ago
  76. 54f1b3c Add upstream binutils-2.25 snapshot 4/4 2014 by Andrew Hsieh · 10 years ago
  77. 2a6558a Merge "[2.24] Fix assert failure with --emit-relocs and .eh_frame sections by backporting the following patch from mainline:" by Andrew Hsieh · 10 years ago
  78. 7a17fb9 [2.24] Fix assert failure with --emit-relocs and .eh_frame sections by backporting by Alexander Ivchenko · 10 years ago
  79. b2a417b [2.23, 2.24] Backport of two patches for Gold that fix the issue with by Alexander Ivchenko · 10 years ago
  80. e0bca37 [2.24] fix MIPS static executable segfault by Andrew Hsieh · 10 years ago
  81. 57fbbfb [2.24] Only quote arguments in pex-win32.c that need it by Ray Donnelly · 10 years ago
  82. 160ce55 [2.24] Fix alignment for data segment for 64 bits. by Alexander Ivchenko · 10 years ago
  83. b33d0dd [2.24] Silence ARM as error "MOV Rd, Rs" two low regs with clang/armv5/thumb1 by Andrew Hsieh · 10 years ago
  84. f256035 [2.24] Modify linker script generation for MIPS Android by Andrew Hsieh · 10 years ago
  85. 1000fad [2.24] Fix newer binutils not to assert on non-existence tag_FP_arch by Andrew Hsieh · 10 years ago
  86. 83cabeb [2.24] Support decoding of symbols for plt entries on arm by Andrew Hsieh · 10 years ago
  87. 2e2c5ac Merge "2.21-2.23: Only quote arguments in pex-win32.c that need it" by Andrew Hsieh · 10 years ago
  88. 09797ba Initial checkin of binutils 2.24. by Ben Cheng · 10 years ago
  89. 99e61be 2.21-2.23: Only quote arguments in pex-win32.c that need it by Ray Donnelly · 10 years ago
  90. 5a2caf3 [2.21, 2.22, 2.23] Backport of the patch for keeping lto sections by Alexander Ivchenko · 10 years ago
  91. 4c19507 [2.22, 2.23] Fix alignment for data segment for 64 bits. by Alexander Ivchenko · 10 years ago
  92. c2fdb07 [2.21], [2.22], [2.23] Backport of several patches for fixing by Alexander Ivchenko · 11 years ago
  93. 9ddab08 [2.23] Use relative relocation for R_X86_64_32 on x32 by Pavel Chupin · 11 years ago
  94. 250ab64 Add MXU support to binutils-2.21/2.22/2.23 by Iceberg Fu · 11 years ago
  95. 831acf2 [2.22] Update mingw/plugins fixes from 2.23. That fixes make check-gold. by Alexander Ivchenko · 11 years ago
  96. 1c4cd9c [2.21], [2.22], [2.23] Backport of the patch for fixing large symbol alignment. by Alexander Ivchenko · 11 years ago
  97. 6e4f9de Merge "[2.22], [2.23] Backport of the patch that enables "--sort-section=name" command line option in gold." by Andrew Hsieh · 11 years ago
  98. 93e5e14 Merge "[2.23] Fix main() relocation issue on x32 gold" by Andrew Hsieh · 11 years ago
  99. 2d40f3b [2.22], [2.23] Backport of the patch that enables "--sort-section=name" by Alexander Ivchenko · 11 years ago
  100. 475dfaa [2.23] Fix main() relocation issue on x32 gold by Pavel Chupin · 11 years ago