summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gold: enable new dtags by default.Rahul Chaudhry2016-11-151-1/+1
|\
| * gold: enable new dtags by default.Rahul Chaudhry2016-11-031-1/+1
* | gold: make icf respect section alignment requirements.Rahul Chaudhry2016-11-035-129/+235
|\|
| * gold: make icf respect section alignment requirements.Rahul Chaudhry2016-10-215-129/+235
* | Remove warning about references from shared objects to hidden symbols. am: 64...Rahul Chaudhry2016-06-295-20/+35
|\ \
| * | Remove warning about references from shared objects to hidden symbols. am: 64...Rahul Chaudhry2016-06-295-20/+35
| |\|
| | * Remove warning about references from shared objects to hidden symbols.Rahul Chaudhry2016-06-295-20/+35
| | |\
| | | * Remove warning about references from shared objects to hidden symbols.Rahul Chaudhry2016-06-285-20/+35
* | | | Revert \\\"Disable the warning of a hidden symbol matches a reference to be r...Rahul Chaudhry2016-06-292-2/+18
|\| | |
| * | | Revert \\"Disable the warning of a hidden symbol matches a reference to be re...Rahul Chaudhry2016-06-292-2/+18
| |\| |
| | * | Revert \"Disable the warning of a hidden symbol matches a reference to be res...Rahul Chaudhry2016-06-292-2/+18
| |/| | | | |/
| | * Revert "Disable the warning of a hidden symbol matches a reference to be reso...Rahul Chaudhry2016-06-282-2/+18
* | | GOLD/DWP: exit without segfault if the binary is not built with debug fission...Yunlian Jiang2016-05-171-0/+4
|\| |
| * | GOLD/DWP: exit without segfault if the binary is not built with debug fission...Yunlian Jiang2016-05-171-0/+4
| |\ \
| | * | GOLD/DWP: exit without segfault if the binary is not built with debug fission.Yunlian Jiang2016-05-171-0/+4
| | |\|
| | | * GOLD/DWP: exit without segfault if the binary is not built with debug fission.Yunlian Jiang2016-05-171-0/+4
* | | | Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host. am: d929cfd am: 1...Joseph Myers2016-04-202-1/+7
|\| | |
| * | | Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host. am: d929cfdJoseph Myers2016-04-202-1/+7
| |\| |
| | * | Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host.Joseph Myers2016-04-202-1/+7
| | |\|
| | | * Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host.Joseph Myers2016-04-062-1/+7
* | | | Add support for DT_MIPS_RLD_MAP_REL. am: a696d1d am: 39f13faMatthew Fortune2016-04-2026-14/+178
|\| | |
| * | | Add support for DT_MIPS_RLD_MAP_REL. am: a696d1dMatthew Fortune2016-04-2026-14/+178
| |\| |
| | * | Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2016-04-2026-14/+178
| | |\|
| | | * Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune2016-04-0626-14/+178
* | | | Revert "Add support for the new tag DT_MIPS_RLD_MAP2." am: 42704eb am: ba7ec7fNikola Veljkovic2016-04-203-34/+3
|\| | |
| * | | Revert "Add support for the new tag DT_MIPS_RLD_MAP2." am: 42704ebNikola Veljkovic2016-04-203-34/+3
| |\| |
| | * | Revert "Add support for the new tag DT_MIPS_RLD_MAP2."Nikola Veljkovic2016-04-203-34/+3
| | |\|
| | | * Revert "Add support for the new tag DT_MIPS_RLD_MAP2."Nikola Veljkovic2016-04-063-34/+3
* | | | Revert "Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host." am: 405f...Nikola Veljkovic2016-04-202-7/+1
|\| | |
| * | | Revert "Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host." am: 405fb1aNikola Veljkovic2016-04-202-7/+1
|/| | | | |/ /
| * | Revert "Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host."Nikola Veljkovic2016-04-202-7/+1
| |\|
| | * Revert "Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host."Nikola Veljkovic2016-04-062-7/+1
* | | Backport upstream CL to fix x86_32 clang segfaults. am: 78eb680Yunlian Jiang2016-04-052-47/+78
|\| |
| * | Backport upstream CL to fix x86_32 clang segfaults.Yunlian Jiang2016-04-052-47/+78
|/| | | |/
| * Backport upstream CL to fix x86_32 clang segfaults.Yunlian Jiang2016-04-012-47/+78
|/
* Backport upstream CL to fix x86_64 clang test-stlport segfaults.Han Shen2016-03-103-5/+47
* Silence "Erratum 843419 found and fixed" info messages from gold.Rahul Chaudhry2016-02-162-4/+5
* Backport upstream patch to fix linker internal error.Han Shen2016-02-053-21/+127
* Backport trunk patch wrt wrong stub generated for aarch64 large DSOs.Han Shen2016-01-202-2/+11
* Backport trunk patch for not applying dynamic relocs.Han Shen2016-01-143-1/+40
* Remove internal link in warning messages.Han Shen2016-01-121-2/+12
* Make genscripts.sh neutral to ChromeOS and Android.Han Shen2015-12-171-2/+28
* Merge "Fix darwin build failures (because of compilation warnings)."Han Shen2015-11-212-6/+16
|\
| * Fix darwin build failures (because of compilation warnings).Han Shen2015-11-202-6/+16
* | Cherry pick upstream patch for aarch64 unsupported reloc.Han Shen2015-11-202-0/+30
|/
* Create an unified binutils source tree for both Android and ChromiumOS.Han Shen2015-11-19639-11703/+16353
* Plumb --pic-veneer option for gold.Lee Campbell2015-11-053-3/+15
* Fix Mac OS X build failures (wcsncasecmp unsat)Nick Clifton2015-11-035-6/+40
* Fix gold build error at -O0.Than McIntosh2015-10-162-2/+13
* Use "gold_info" instead of "gold_warning" for erratum fix.Han Shen2015-09-292-2/+10