From: Nick Clifton Date: Wed, 17 May 2000 19:53:11 +0000 (+0000) Subject: Fix typo in previous delta X-Git-Tag: readline-pre-41-import~458 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=079a8e4af52d323046e01c8c07669633179478fe;p=external%2Fbinutils.git Fix typo in previous delta --- diff --git a/ld/lexsup.c b/ld/lexsup.c index e09b58a..604eb67 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -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'},