Age | Commit message (Expand) | Author | Files | Lines |
2023-03-15 | Add --enable-linker-version option to bfd linker to add an entry in the .comm... | Nick Clifton | 1 | -0/+11 |
2023-02-06 | ppc32 and "LOAD segment with RWX permissions" | Alan Modra | 1 | -0/+2 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-07 | Compression tidy and fixes | Alan Modra | 1 | -1/+1 |
2022-10-21 | Add a -w option to the linker to suppress warning and error messages. | Nick Clifton | 1 | -0/+8 |
2022-10-13 | ld: Add --undefined-version | Fangrui Song | 1 | -0/+5 |
2022-10-11 | refactor usage of compressed_debug_section_type | Martin Liska | 1 | -6/+2 |
2022-09-26 | binutils, gdb: support zstd compressed debug sections | Fangrui Song | 1 | -2/+2 |
2022-05-26 | ld: add --package-metadata | Luca Boccassi | 1 | -0/+2 |
2022-05-20 | Tidy warn-execstack handling | Alan Modra | 1 | -3/+3 |
2022-05-03 | Add a linker warning when creating potentially dangerous executable segments.... | Nick Clifton | 1 | -0/+31 |
2022-04-20 | Add linker warning for when it creates an executable stack. | Nick Clifton | 1 | -0/+14 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
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 |