Age | Commit message (Expand) | Author | Files | Lines |
2021-11-25 | ld: fix --disable-multiple-abs-defs alignment in help | Mike Frysinger | 1 | -1/+2 |
2021-07-08 | ld: Limit cache size and add --max-cache-size=SIZE | H.J. Lu | 1 | -0/+15 |
2021-06-17 | ld: Add -no-pie | Fangrui Song | 1 | -0/+5 |
2021-05-13 | ld: Add -Bno-symbolic | Fangrui Song | 1 | -0/+5 |
2021-03-31 | Use bool in ld | Alan Modra | 1 | -103/+102 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-03-01 | PR27451, -z start_stop_gc | Alan Modra | 1 | -2/+11 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-15 | Document -z unique/-z nounique in the ld man page and help output | Vivek Das Mohapatra | 1 | -0/+4 |
2020-12-14 | PR26836, memory leak in parse_args | Alan Modra | 1 | -0/+4 |
2020-12-14 | Fix a use of an uninitialised variable in the bfd linker. | Nick Clifton | 1 | -1/+1 |
2020-11-06 | Extend ld's -Map=<dir> functionality by allowing '%' to be replaced with the ... | Nick Clifton | 1 | -16/+52 |
2020-10-16 | Add a new option to the linker: --error-handling-script=<NAME>. Run the scri... | Nick Clifton | 1 | -0/+14 |
2020-10-05 | Update the BFD linker so that it deprecates grouped short options. | Nick Clifton | 1 | -0/+14 |
2020-09-12 | elf: Add -z unique-symbol to avoid duplicated local symbol names | H.J. Lu | 1 | -0/+4 |
2020-08-03 | Use xmalloc rather than malloc | Alan Modra | 1 | -1/+1 |
2020-07-22 | ld: new options --ctf-variables and --ctf-share-types | Nick Alcock | 1 | -0/+29 |
2020-07-06 | Fix spelling mistakes in some of the binutils sub-directories. | Nick Clifton | 1 | -2/+2 |
2020-06-24 | ld: Correct --dependency-file order | H.J. Lu | 1 | -2/+2 |
2020-06-24 | ld --help output | Alan Modra | 1 | -7/+7 |
2020-06-23 | PR 22843: ld, gold: Add --dependency-file option. | Roland McGrath | 1 | -8/+14 |
2020-06-21 | Do without ld ENABLE_PLUGINS | Alan Modra | 1 | -8/+8 |
2020-06-06 | ld -plugin options when plugins are disabled | Alan Modra | 1 | -0/+5 |
2020-06-03 | ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list | Fangrui Song | 1 | -0/+72 |
2020-05-28 | ld: Add --enable-textrel-check=[no|yes|warning|error] | H.J. Lu | 1 | -1/+6 |
2020-05-28 | Linker: Remove support for -Map= with an empty argument. | Nick Clifton | 1 | -9/+13 |
2020-05-27 | [PATCH] allow empty string as argument to -Map | Nick Clifton | 1 | -1/+32 |
2020-05-27 | ld: Add --warn-textrel and obsolete --warn-shared-textrel | H.J. Lu | 1 | -10/+26 |
2020-05-24 | ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functions | Fangrui Song | 1 | -22/+15 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", ld | Alan Modra | 1 | -2/+1 |
2020-05-13 | Have the linker's help text include the default setting of the --hash-style o... | Nick Clifton | 1 | -1/+18 |
2020-04-15 | Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres... | Fangrui Song | 1 | -26/+10 |
2020-04-14 | Fixes for the magic number used in PDP11 AOUT binaries. | Stephen Casner | 1 | -0/+1 |
2020-03-13 | Add support for non-contiguous memory regions | Christophe Lyon | 1 | -0/+10 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | bfd, ld: add CTF section linking | Nick Alcock | 1 | -0/+1 |
2019-10-02 | -Bsymbolic is not for PIEs | Alan Modra | 1 | -42/+55 |
2019-08-10 | stat_alloc casts | Alan Modra | 1 | -1/+1 |
2019-08-01 | PR24806, Linking with -T inside --start-group/--end-group | Alan Modra | 1 | -0/+1 |
2019-05-22 | Have the linker report an error if the same script is used twice. | Nick Clifton | 1 | -1/+1 |
2019-04-11 | ld: Add --no-print-map-discarded option | Faraz Shahbazker | 1 | -0/+14 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-29 | Report scripts and libraries searched for ld --trace | Alan Modra | 1 | -1/+1 |
2018-07-04 | ld: Properly display default for -z separate-code | H.J. Lu | 1 | -0/+7 |
2018-04-17 | [MicroBlaze] PIC data text relative | Michael Eager | 1 | -0/+8 |
2018-02-26 | ld error/warning messages | Alan Modra | 1 | -31/+33 |
2018-01-11 | ld: Add "-z separate-code" option to ELF linker | H.J. Lu | 1 | -0/+4 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-10-12 | ld whitespace fixes | Alan Modra | 1 | -21/+21 |