summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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.