aboutsummaryrefslogtreecommitdiff
path: root/ld/ldfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-21ld: write resolved path to included file to dependency-fileThomas Weißschuh1-3/+4
2023-07-07ld: fix build with old glibc / gccJan Beulich1-2/+2
2023-07-06Re: Stop the linker's --dependency-file option from including temporary lto f...Alan Modra1-0/+2
2023-06-28Stop the linker's --dependency-file option from including temporary lto files.Nick Clifton1-1/+3
2023-06-14Add --remap-inputs option to the BFD linker.Nick Clifton1-0/+210
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-08-13PR28217, Syntax error when memory region contains a hyphenAlan Modra1-1/+1
2021-07-28ld: Report error reason when a library cannot be foundH.J. Lu1-2/+2
2021-03-31Use bool in ldAlan Modra1-37/+37
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-16Add a new option to the linker: --error-handling-script=<NAME>. Run the scri...Nick Clifton1-0/+34
2020-06-23PR 22843: ld, gold: Add --dependency-file option.Roland McGrath1-12/+16
2020-06-21Do without ld ENABLE_PLUGINSAlan Modra1-5/+5
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra1-4/+3
2020-04-22For relative paths in INPUT() and GROUP(), search the directory of the curren...Fangrui Song1-1/+18
2020-04-02Replace "use use" in a warning message with "use".Nick Clifton1-1/+1
2020-04-01Extend the linker's error message for missing libraries if there is an almost...Nick Clifton1-0/+16
2020-02-26Indent labelsAlan Modra1-1/+1
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-05-23Re: Have the linker report an error if the same script is used twiceAlan Modra1-30/+42
2019-05-22Have the linker report an error if the same script is used twice.Nick Clifton1-4/+38
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-26ld error/warning messagesAlan Modra1-2/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-05-18Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc...Nick Clifton1-0/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-06-14Formatting fixes.Alan Modra1-16/+17
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-1/+1
2015-04-23Don't change compressed input debug section namesH.J. Lu1-0/+3
2015-02-14PR ld/17973 LTO file symsAlan Modra1-0/+5
2015-02-08Don't bfd_check_format if not neededH.J. Lu1-3/+3
2015-02-07Update plugin_maybe_claimH.J. Lu1-13/+1
2015-01-29Remove plugin_active_plugins_p()H.J. Lu1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-14Remove search path from -l:namespec DT_NEEDEDAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-03-06 * ldfile.c (ldfile_open_command_file_1): Return after einfoAlan Modra1-0/+1
2012-07-13 PR ld/14357Nick Clifton1-2/+2
2012-03-08 PR ld/10340Alan Modra1-61/+27
2012-03-05 * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra1-32/+35
2012-02-17 PR ld/13343Alan Modra1-3/+1
2011-04-20 PR ld/12365Alan Modra1-25/+3
2011-04-17 PR ld/12365Alan Modra1-1/+2
2011-02-282011-02-28 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-1/+1
2010-12-06Replace is_archive with maybe_archive.H.J. Lu1-2/+2