ld: fix --disable-multiple-abs-defs alignment in help

This commit is contained in:
Mike Frysinger
2021-11-10 00:29:38 -05:00
parent decca804f8
commit ef91306693
11 changed files with 12 additions and 11 deletions

View File

@ -333,7 +333,8 @@ static const struct ld_option ld_options[] =
{ {"disable-multiple-abs-defs", no_argument, NULL, { {"disable-multiple-abs-defs", no_argument, NULL,
OPTION_DISABLE_MULTIPLE_DEFS_ABS}, OPTION_DISABLE_MULTIPLE_DEFS_ABS},
'\0', NULL, N_("Do not allow multiple definitions with symbols included\n" '\0', NULL, N_("Do not allow multiple definitions with symbols included\n"
" in filename invoked by -R or --just-symbols"), " in filename invoked by -R "
"or --just-symbols"),
TWO_DASHES}, TWO_DASHES},
{ {"embedded-relocs", no_argument, NULL, OPTION_EMBEDDED_RELOCS}, { {"embedded-relocs", no_argument, NULL, OPTION_EMBEDDED_RELOCS},
'\0', NULL, N_("Generate embedded relocs"), TWO_DASHES}, '\0', NULL, N_("Generate embedded relocs"), TWO_DASHES},