summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-10-16 15:48:26 +0100
committerNick Clifton <nickc@redhat.com>2023-10-16 15:48:26 +0100
commita79e9a07a0d350031cd491031a756fbaa6a01df0 (patch)
tree01caf38cbd716de6f577b422ded8ac1fb004bc53 /ld/ChangeLog
parented5504c7b6f53ee3343ddd44ad2c8d28b00f7641 (diff)
Fix: GNU-ld: ARM: Issues when trying to set target output architecture
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 05b88ee0b94..78cfb267261 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+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