aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-17 19:53:11 +0000
committerNick Clifton <nickc@redhat.com>2000-05-17 19:53:11 +0000
commit079a8e4af52d323046e01c8c07669633179478fe (patch)
tree798b9fcce9f584b5e0f6a90c9c777a91a260fab9 /ld
parenta712da2085bdea09bc56b3a59eb31cf2ab024e00 (diff)
downloadfsf-binutils-gdb-079a8e4af52d323046e01c8c07669633179478fe.zip
fsf-binutils-gdb-079a8e4af52d323046e01c8c07669633179478fe.tar.gz
fsf-binutils-gdb-079a8e4af52d323046e01c8c07669633179478fe.tar.bz2
Fix typo in previous delta
Diffstat (limited to 'ld')
-rw-r--r--ld/lexsup.c4
1 files changed, 2 insertions, 2 deletions
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'},