summaryrefslogtreecommitdiff
path: root/ld/lexsup.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Document -z unique/-z nounique in the ld man page and help outputVivek Das Mohapatra2020-12-151-0/+4
* PR26836, memory leak in parse_argsAlan Modra2020-12-141-0/+4
* Fix a use of an uninitialised variable in the bfd linker.Nick Clifton2020-12-141-1/+1
* Extend ld's -Map=<dir> functionality by allowing '%' to be replaced with the ...Nick Clifton2020-11-061-16/+52
* Add a new option to the linker: --error-handling-script=<NAME>. Run the scri...Nick Clifton2020-10-161-0/+14
* Update the BFD linker so that it deprecates grouped short options.Nick Clifton2020-10-051-0/+14
* elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu2020-09-121-0/+4
* Use xmalloc rather than mallocAlan Modra2020-08-031-1/+1
* ld: new options --ctf-variables and --ctf-share-typesNick Alcock2020-07-221-0/+29
* Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton2020-07-061-2/+2
* ld: Correct --dependency-file orderH.J. Lu2020-06-241-2/+2
* ld --help outputAlan Modra2020-06-241-7/+7
* PR 22843: ld, gold: Add --dependency-file option.Roland McGrath2020-06-231-8/+14
* Do without ld ENABLE_PLUGINSAlan Modra2020-06-211-8/+8
* ld -plugin options when plugins are disabledAlan Modra2020-06-061-0/+5
* ld: Add --export-dynamic-symbol and --export-dynamic-symbol-listFangrui Song2020-06-031-0/+72
* ld: Add --enable-textrel-check=[no|yes|warning|error]H.J. Lu2020-05-281-1/+6
* Linker: Remove support for -Map= with an empty argument.Nick Clifton2020-05-281-9/+13
* [PATCH] allow empty string as argument to -MapNick Clifton2020-05-271-1/+32
* ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu2020-05-271-10/+26
* ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functionsFangrui Song2020-05-241-22/+15
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-211-2/+1
* Have the linker's help text include the default setting of the --hash-style o...Nick Clifton2020-05-131-1/+18
* Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song2020-04-151-26/+10
* Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner2020-04-141-0/+1
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-0/+10
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-0/+1
* -Bsymbolic is not for PIEsAlan Modra2019-10-021-42/+55
* stat_alloc castsAlan Modra2019-08-101-1/+1
* PR24806, Linking with -T inside --start-group/--end-groupAlan Modra2019-08-011-0/+1
* Have the linker report an error if the same script is used twice.Nick Clifton2019-05-221-1/+1
* ld: Add --no-print-map-discarded optionFaraz Shahbazker2019-04-111-0/+14
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Report scripts and libraries searched for ld --traceAlan Modra2018-10-291-1/+1
* ld: Properly display default for -z separate-codeH.J. Lu2018-07-041-0/+7
* [MicroBlaze] PIC data text relativeMichael Eager2018-04-171-0/+8
* ld error/warning messagesAlan Modra2018-02-261-31/+33
* ld: Add "-z separate-code" option to ELF linkerH.J. Lu2018-01-111-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* ld whitespace fixesAlan Modra2017-10-121-21/+21
* Add -z globalaudit linker command line option to set the DF_GLOBALAUDIT flag ...Nick Clifton2017-08-111-0/+2
* Treat common symbol as undefined for --no-define-commonH.J. Lu2017-08-061-1/+1
* Correct "ld --help" to display "-z stack-size=SIZE"H.J. Lu2017-06-151-1/+1
* ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess2017-06-061-0/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Implement and document --gc-keep-exportedfincs2016-12-161-0/+6
* lexsup.c (parse_args): Add break at end of default case.Nick Clifton2016-11-141-0/+1
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-1/+2