| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gold support for --package-metadata option. | Luca Boccassi | 2022-08-04 | 1 | -0/+4 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2022-01-02 | 1 | -1/+1 |
* | PR28417, std::string no longer allows accepting nullptr_t | Alan Modra | 2021-10-21 | 1 | -1/+1 |
* | gold: Add -Bno-symbolic | Fangrui Song | 2021-05-14 | 1 | -4/+30 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | Implement and document -z unique / -z nounique handling in gold | Vivek Das Mohapatra | 2020-12-15 | 1 | -0/+3 |
* | [GOLD] Increase --split-stack-adjust-size | Alan Modra | 2020-10-08 | 1 | -1/+1 |
* | [GOLD] Power10 stub selection | Alan Modra | 2020-07-27 | 1 | -11/+37 |
* | PR 22843: ld, gold: Add --dependency-file option. | Roland McGrath | 2020-06-23 | 1 | -5/+9 |
* | gold, ld: Implement -z start-stop-visibility=... option. | Roland McGrath | 2020-06-15 | 1 | -0/+15 |
* | Add support for --no-rosegment option. | Fangrui Song | 2020-03-19 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | Fix problem with ICF where diffs in EH frame info is ignored. | Joshua Oreman | 2019-05-11 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Add --warn-drop-version option; by default, do not warn when discarding versi... | Cary Coutant | 2018-08-06 | 1 | -0/+4 |
* | Use top-level config support for enabling plugins. | Cary Coutant | 2018-03-28 | 1 | -0/+6 |
* | New option -z,keep-text-section prefix. | Sriraman Tallam | 2018-03-07 | 1 | -0/+4 |
* | New plugin interface to get list of symbols wrapped with --wrap option. | Sriraman Tallam | 2018-02-22 | 1 | -1/+5 |
* | Revert "PowerPC PLT speculative execution barriers" | Alan Modra | 2018-02-07 | 1 | -4/+0 |
* | PowerPC PLT speculative execution barriers | Alan Modra | 2018-01-17 | 1 | -0/+4 |
* | PowerPC PLT stub tidy | Alan Modra | 2018-01-17 | 1 | -1/+1 |
* | Fix -fuse-ld option to accept string argument. | Cary Coutant | 2018-01-15 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | Fix localized help string output for -fuse-ld. | Cary Coutant | 2017-12-01 | 1 | -1/+1 |
* | New gold linker option -z,text-unlikely-segment. | Sriraman Tallam | 2017-10-20 | 1 | -0/+5 |
* | Implement BE8 support for ARM. | Umesh Kalappa | 2017-10-19 | 1 | -1/+1 |
* | [GOLD, PowerPC] Add --no-stub-group-multi | Alan Modra | 2017-09-19 | 1 | -2/+3 |
* | [GOLD] PowerPC tls_get_addr_optimize | Alan Modra | 2017-08-29 | 1 | -0/+3 |
* | Add configure flag to enable gnu hash style by default. | Romain Geissler | 2017-08-08 | 1 | -1/+1 |
* | Add --no-relax option. | James Clarke | 2017-08-03 | 1 | -1/+2 |
* | [GOLD] PowerPC --no-tls-optimize | Alan Modra | 2017-07-31 | 1 | -0/+4 |
* | [GOLD] PowerPC64 localentry:0 plt call optimization | Alan Modra | 2017-06-23 | 1 | -0/+4 |
* | PR21503, Gold doesn't create linker stub symbols on ppc64 | Alan Modra | 2017-05-23 | 1 | -0/+4 |
* | [GOLD] Add --secure-plt option for ppc32 | Alan Modra | 2017-01-10 | 1 | -0/+3 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | Add -z bndplt support (for Intel MPX). | Cary Coutant | 2016-12-22 | 1 | -0/+3 |
* | Add --orphan-handling option. | Cary Coutant | 2016-12-13 | 1 | -0/+26 |
* | [GOLD] fix typo in --stub-group-multi help | Alan Modra | 2016-12-08 | 1 | -1/+1 |
* | [GOLD] PowerPC --stub-group-multi | Alan Modra | 2016-12-07 | 1 | -0/+4 |
* | [GOLD] powerpc64le-linux fails to link large Linux kernel | Alan Modra | 2016-12-07 | 1 | -2/+1 |
* | Implement --push-state/--pop-state. | Cary Coutant | 2016-12-01 | 1 | -1/+20 |
* | Print the default for all binary options; clean up --help output. | Cary Coutant | 2016-11-22 | 1 | -213/+309 |
* | Handle ARM-specific --target1-abs, --target1-rel and --target2 options | Doug Kwan | 2016-09-02 | 1 | -0/+11 |
* | [gold] Implement -z stack-size option | Roland McGrath | 2016-08-23 | 1 | -2/+4 |
* | Add --be8 option to gold. | Bharathi Seshadri | 2016-08-23 | 1 | -0/+3 |
* | gold: Add a linker configure option --enable-relro | H.J. Lu | 2016-06-22 | 1 | -1/+1 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |
* | Implement --long-plt flag (ARM only). | Peter Collingbourne | 2015-12-17 | 1 | -0/+4 |
* | Revert patch for PR 19119, which led to PR 19172 and 19197. | Cary Coutant | 2015-11-05 | 1 | -1/+1 |
* | Add aarch64-specific --no-apply-dynamic-relocs option. | Cary Coutant | 2015-11-05 | 1 | -0/+5 |