]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/ChangeLog
Fix: GNU-ld: ARM: Issues when trying to set target output architecture
[thirdparty/binutils-gdb.git] / ld / ChangeLog
index 021a9f9b6630a52d174a9aebe8a826fdb5b8589d..78cfb267261f76166395a8f4d7b192a4f6bbd61b 100644 (file)
@@ -1,3 +1,19 @@
+2023-10-16  Nick Clifton  <nickc@redhat.com>
+
+       PR 28910
+       * lexsup.c (ld_options): Require that the --architecture option is
+       given exactly two dashes, so that it does not become confused with
+       the -a option.
+
+2023-10-09  Nick Clifton  <nickc@redhat.com>
+
+       PR 30951
+       * ldlex.l (yy_input): Check for YY_CURRENT_BUFFER being NULL.
+
+       PR 30954
+       * ldlang.c (map_input_to_output_sections): Check that os is non
+       NULL before using it.
+
 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>
 
        PR 30905