aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Compression tidy and fixesAlan Modra1-1/+1
2022-10-21Add a -w option to the linker to suppress warning and error messages.Nick Clifton1-0/+8
2022-10-13ld: Add --undefined-versionFangrui Song1-0/+5
2022-10-11refactor usage of compressed_debug_section_typeMartin Liska1-6/+2
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-2/+2
2022-05-26ld: add --package-metadataLuca Boccassi1-0/+2
2022-05-20Tidy warn-execstack handlingAlan Modra1-3/+3
2022-05-03Add a linker warning when creating potentially dangerous executable segments....Nick Clifton1-0/+31
2022-04-20Add linker warning for when it creates an executable stack.Nick Clifton1-0/+14
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-25ld: fix --disable-multiple-abs-defs alignment in helpMike Frysinger1-1/+2
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-0/+15
2021-06-17ld: Add -no-pieFangrui Song1-0/+5
2021-05-13ld: Add -Bno-symbolicFangrui Song1-0/+5
2021-03-31Use bool in ldAlan Modra1-103/+102
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-03-01PR27451, -z start_stop_gcAlan Modra1-2/+11
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-15Document -z unique/-z nounique in the ld man page and help outputVivek Das Mohapatra1-0/+4
2020-12-14PR26836, memory leak in parse_argsAlan Modra1-0/+4
2020-12-14Fix a use of an uninitialised variable in the bfd linker.Nick Clifton1-1/+1
2020-11-06Extend ld's -Map=<dir> functionality by allowing '%' to be replaced with the ...Nick Clifton1-16/+52
2020-10-16Add a new option to the linker: --error-handling-script=<NAME>. Run the scri...Nick Clifton1-0/+14
2020-10-05Update the BFD linker so that it deprecates grouped short options.Nick Clifton1-0/+14
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu1-0/+4
2020-08-03Use xmalloc rather than mallocAlan Modra1-1/+1
2020-07-22ld: new options --ctf-variables and --ctf-share-typesNick Alcock1-0/+29
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton1-2/+2
2020-06-24ld: Correct --dependency-file orderH.J. Lu1-2/+2
2020-06-24ld --help outputAlan Modra1-7/+7
2020-06-23PR 22843: ld, gold: Add --dependency-file option.Roland McGrath1-8/+14
2020-06-21Do without ld ENABLE_PLUGINSAlan Modra1-8/+8
2020-06-06ld -plugin options when plugins are disabledAlan Modra1-0/+5
2020-06-03ld: Add --export-dynamic-symbol and --export-dynamic-symbol-listFangrui Song1-0/+72
2020-05-28ld: Add --enable-textrel-check=[no|yes|warning|error]H.J. Lu1-1/+6
2020-05-28Linker: Remove support for -Map= with an empty argument.Nick Clifton1-9/+13
2020-05-27 [PATCH] allow empty string as argument to -MapNick Clifton1-1/+32
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu1-10/+26
2020-05-24ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functionsFangrui Song1-22/+15
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra1-2/+1
2020-05-13Have the linker's help text include the default setting of the --hash-style o...Nick Clifton1-1/+18
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song1-26/+10
2020-04-14Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner1-0/+1
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-0/+10
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+1
2019-10-02-Bsymbolic is not for PIEsAlan Modra1-42/+55
2019-08-10stat_alloc castsAlan Modra1-1/+1
2019-08-01PR24806, Linking with -T inside --start-group/--end-groupAlan Modra1-0/+1