aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 780bb4b..18dc37b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,22 @@
+2020-10-16 Nick Clifton <nickc@redhat.com>
+
+ PR 26626
+ * ldmain.c (undefined_symbol): If an error handlign script is
+ available, call it.
+ * ldfile.c (error_handling_script): Declare.
+ (ldfile_open_file): If a library cannot be found and an error
+ handling script is available, call it.
+ * ldmain.h (error_handling_script): Prototype.
+ * ldlex.h (OPTION_ERROR_HANDLING_SCRIPT): Define.
+ * lexsup.c (ld_options): Add --error-handling-script.
+ (parse_args): Add support for --errror-handling-script.
+ * ld.texi: Document the new feature.
+ * configure.ac: Add --error-handling-script option to disable
+ support for the new feature.
+ * NEWS: Mention the new feature.
+ * config.in: Regenerate.
+ * configure: Regenerate.
+
2020-10-16 Nelson Chu <nelson.chu@sifive.com>
* testsuite/ld-riscv-elf/ifunc-plt-got-overwrite.s: New testcase.