aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-10 00:29:38 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-25 22:26:50 -0500
commitef91306693819e1db7be33c9973264ddbcb03c20 (patch)
tree2ab61757c7609d1025aa394d99f894fc880e5337 /ld/lexsup.c
parentdecca804f81e13b8e44572cc715a86d4c5e057c6 (diff)
downloadgdb-ef91306693819e1db7be33c9973264ddbcb03c20.zip
gdb-ef91306693819e1db7be33c9973264ddbcb03c20.tar.gz
gdb-ef91306693819e1db7be33c9973264ddbcb03c20.tar.bz2
ld: fix --disable-multiple-abs-defs alignment in help
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index c128fe3..a626d7f 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -333,7 +333,8 @@ static const struct ld_option ld_options[] =
{ {"disable-multiple-abs-defs", no_argument, NULL,
OPTION_DISABLE_MULTIPLE_DEFS_ABS},
'\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},
{ {"embedded-relocs", no_argument, NULL, OPTION_EMBEDDED_RELOCS},
'\0', NULL, N_("Generate embedded relocs"), TWO_DASHES},