summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2005-01-23 15:31:04 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:50 +0200
commit62c27c1c5cb6257b13dfc9be0394e0d2e86f2735 (patch)
treef702b7e5f80293367e1b6f9812bd45e80378be26 /man
parent6cb598cc5f1c8ae6d14381c2776338584368257e (diff)
downloaddev86-62c27c1c5cb6257b13dfc9be0394e0d2e86f2735.tar.gz
Import Dev86src-0.16.17.tar.gzv0.16.17
Diffstat (limited to 'man')
-rw-r--r--man/bcc.17
1 files changed, 4 insertions, 3 deletions
diff --git a/man/bcc.1 b/man/bcc.1
index fd9b0c6..21a1d64 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -162,16 +162,17 @@ as -Ofile)
produce object file
.TP
.B -f
-error (float emulation not supported)
+turn on floating point support, no effect with i386, changes libc library
+with 8086 code.
.TP
.B -g
-produce debugging info (does nothing)
+produce debugging info (ignored.)
.TP
.B -o
output file name follows (assembler, object or executable) (as usual)
.TP
.B -p
-error (profiling not supported)
+produce profiling info (ignored.)
.TP
.B -t1
pass to the assembler to renumber the text segment for multi-segment programs.