summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKnut St. Osmundsen <bird-nasm@anduin.net>2016-02-24 14:14:22 +0100
committerH. Peter Anvin <hpa@zytor.com>2016-02-26 23:44:07 -0800
commit136c4bc73b554e2dbb6d24caf1dc412ff76a760b (patch)
tree96664dd9361d0380f50c5c3f210a9373a26183aa
parentb170a0aad5813e9e6ec22c39aa101b705d9b085f (diff)
downloadnasm-136c4bc73b554e2dbb6d24caf1dc412ff76a760b.tar.gz
doc: Remove --allow-64-bit leftover from help text.
Removes help text left behind when --allow-64-bit was turned into default behavior + warning. Signed-off-by: Knut St. Osmundsen <bird-nasm@anduin.net> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--nasm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nasm.c b/nasm.c
index a176f251..469cd518 100644
--- a/nasm.c
+++ b/nasm.c
@@ -805,9 +805,6 @@ static bool process_arg(char *p, char *q)
"--prefix,--postfix\n"
" this options prepend or append the given argument to all\n"
" extern and global variables\n"
- "--allow-64-bit\n"
- " do not restrict 64-bit code to 64-bit capable output\n"
- " formats (use with care, no complaining)\n\n"
"Warnings:\n");
for (i = 0; i <= ERR_WARN_MAX; i++)
printf(" %-23s %s (default %s)\n",