Fix typo in previous delta
This commit is contained in:
parent
a712da2085
commit
079a8e4af5
1 changed files with 2 additions and 2 deletions
|
@ -203,10 +203,10 @@ static const struct ld_option ld_options[] =
|
|||
'O', NULL, N_("Optimize output file"), ONE_DASH },
|
||||
{ {"Qy", no_argument, NULL, OPTION_IGNORE},
|
||||
'\0', NULL, N_("Ignored for SVR4 compatibility"), ONE_DASH },
|
||||
{ {"relocateable", no_argument, NULL, 'r'},
|
||||
'r', NULL, N_("Generate relocateable output"), TWO_DASHES },
|
||||
{ {"emit-relocs", no_argument, NULL, 'q'},
|
||||
'q', NULL, "Generate relocations in final output", TWO_DASHES },
|
||||
{ {"relocateable", no_argument, NULL, 'r'},
|
||||
'r', NULL, N_("Generate relocateable output"), TWO_DASHES },
|
||||
{ {NULL, no_argument, NULL, '\0'},
|
||||
'i', NULL, NULL, ONE_DASH },
|
||||
{ {"just-symbols", required_argument, NULL, 'R'},
|
||||
|
|
Loading…
Reference in a new issue