GNU-ld: ARM: Issues when trying to set target output architecture

PR 28910
  * lexsup.c (ld_options): Ensure that the --format option is correctly recognised.
This commit is contained in:
Nick Clifton 2023-11-13 16:24:19 +00:00
parent 88bbac7c76
commit b0dfd7427b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2023-11-13 Nick Clifton <nickc@redhat.com>
PR 28910
* lexsup.c (ld_options): Ensure that the --format option is
correctly recognised.
2023-11-13 Chung-Ju Wu <jasonwucj@gmail.com>
* ld.texi: Fix redundant space typo.

View File

@ -108,7 +108,7 @@ static const struct ld_option ld_options[] =
'A', N_("ARCH"), N_("Set architecture") , EXACTLY_TWO_DASHES },
{ {"format", required_argument, NULL, 'b'},
'b', N_("TARGET"), N_("Specify target for following input files"),
TWO_DASHES },
EXACTLY_TWO_DASHES },
{ {"mri-script", required_argument, NULL, 'c'},
'c', N_("FILE"), N_("Read MRI format linker script"), TWO_DASHES },
{ {"dc", no_argument, NULL, 'd'},