summaryrefslogtreecommitdiff
path: root/ld/ldfile.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28217, Syntax error when memory region contains a hyphenAlan Modra2021-08-131-1/+1
* ld: Report error reason when a library cannot be foundH.J. Lu2021-07-281-2/+2
* Use bool in ldAlan Modra2021-03-311-37/+37
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Add a new option to the linker: --error-handling-script=<NAME>. Run the scri...Nick Clifton2020-10-161-0/+34
* PR 22843: ld, gold: Add --dependency-file option.Roland McGrath2020-06-231-12/+16
* Do without ld ENABLE_PLUGINSAlan Modra2020-06-211-5/+5
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-211-4/+3
* For relative paths in INPUT() and GROUP(), search the directory of the curren...Fangrui Song2020-04-221-1/+18
* Replace "use use" in a warning message with "use".Nick Clifton2020-04-021-1/+1
* Extend the linker's error message for missing libraries if there is an almost...Nick Clifton2020-04-011-0/+16
* Indent labelsAlan Modra2020-02-261-1/+1
* 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
* Re: Have the linker report an error if the same script is used twiceAlan Modra2019-05-231-30/+42
* Have the linker report an error if the same script is used twice.Nick Clifton2019-05-221-4/+38
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* ld error/warning messagesAlan Modra2018-02-261-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc...Nick Clifton2017-05-181-0/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Formatting fixes.Alan Modra2016-06-141-16/+17
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-1/+1
* Don't change compressed input debug section namesH.J. Lu2015-04-231-0/+3
* PR ld/17973 LTO file symsAlan Modra2015-02-141-0/+5
* Don't bfd_check_format if not neededH.J. Lu2015-02-081-3/+3
* Update plugin_maybe_claimH.J. Lu2015-02-071-13/+1
* Remove plugin_active_plugins_p()H.J. Lu2015-01-291-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Remove search path from -l:namespec DT_NEEDEDAlan Modra2014-03-141-1/+1
* Update copyright yearsAlan Modra2014-03-051-3/+1
* * ldfile.c (ldfile_open_command_file_1): Return after einfoAlan Modra2013-03-061-0/+1
* PR ld/14357Nick Clifton2012-07-131-2/+2
* PR ld/10340Alan Modra2012-03-081-61/+27
* * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra2012-03-051-32/+35
* PR ld/13343Alan Modra2012-02-171-3/+1
* PR ld/12365Alan Modra2011-04-201-25/+3
* PR ld/12365Alan Modra2011-04-171-1/+2
* 2011-02-28 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2011-02-281-1/+1
* Replace is_archive with maybe_archive.H.J. Lu2010-12-061-2/+2
* Re-indent plugin code.H.J. Lu2010-11-211-3/+3
* * plugin.h (plugin_active_plugins_p): New prototype.Dave Korn2010-11-051-4/+6
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-0/+3
* * ldfile.c (find_scripts_dir): Don't look in absolute SCRIPTDIR.Alan Modra2010-10-281-5/+0
* Applied patch series for LD plugin interface (six parts).Dave Korn2010-10-141-2/+61
* PR 4437Nick Clifton2010-01-211-9/+21