mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Fix another linker command line option that was not being recognised in its long form.
PR 28910 * lexsup.c (ld_options): Ensure that the --mri-script option is correctly recognised.
This commit is contained in:
parent
fab62191f8
commit
b2a6584d75
@ -1,3 +1,9 @@
|
||||
2023-11-14 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 28910
|
||||
* lexsup.c (ld_options): Ensure that the --mri-script option is
|
||||
correctly recognised.
|
||||
|
||||
2023-11-13 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 28910
|
||||
|
@ -110,7 +110,7 @@ static const struct ld_option ld_options[] =
|
||||
'b', N_("TARGET"), N_("Specify target for following input files"),
|
||||
EXACTLY_TWO_DASHES },
|
||||
{ {"mri-script", required_argument, NULL, 'c'},
|
||||
'c', N_("FILE"), N_("Read MRI format linker script"), TWO_DASHES },
|
||||
'c', N_("FILE"), N_("Read MRI format linker script"), EXACTLY_TWO_DASHES },
|
||||
{ {"dc", no_argument, NULL, 'd'},
|
||||
'd', NULL, N_("Force common symbols to be defined"), ONE_DASH },
|
||||
{ {"dp", no_argument, NULL, 'd'},
|
||||
|
Loading…
Reference in New Issue
Block a user