summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1998-02-01 11:26:21 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:14 +0200
commit48f0b3eb836162d41622cedc1eb5f5168168fb8e (patch)
treec53156383d4682a0a296f6611575dbc1d64d1881 /man
parent48798bf2eb93ec3b99720ac2e16093441156653d (diff)
downloaddev86-48f0b3eb836162d41622cedc1eb5f5168168fb8e.tar.gz
Import Dev86src-0.13.5.tar.gzv0.13.5
Diffstat (limited to 'man')
-rw-r--r--man/as86.12
-rw-r--r--man/bcc.118
-rw-r--r--man/ld86.12
3 files changed, 15 insertions, 7 deletions
diff --git a/man/as86.1 b/man/as86.1
index 199c65f..27e7d74 100644
--- a/man/as86.1
+++ b/man/as86.1
@@ -1,4 +1,4 @@
-.TH as86 1 "Jan, 1997"
+.TH as86 1 "Oct, 1997"
.BY Bruce Evans
.nh
.SH NAME
diff --git a/man/bcc.1 b/man/bcc.1
index 21cc421..fab6275 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -1,11 +1,11 @@
-.TH bcc 1 "Jan, 1997"
+.TH bcc 1 "Nov, 1997"
.BY Bruce Evans
.nh
.SH NAME
bcc \- Bruce's C compiler
.SH SYNOPSIS
.B bcc
-.RB [ -03EGNOPSVcegv ]
+.RB [ -03EGNOPSVcegvwxW ]
.RB [ -Aas_option ]
.RB [ -Bexecutable_prefix ]
.RB [ -Ddefine ]
@@ -18,6 +18,7 @@ bcc \- Bruce's C compiler
.RB [ -Lld_option ]
.RB [ -Ttmpdir ]
.RB [ -Qc386_option ]
+.RB [ -ttext_segno ]
.RB [ ld_options ]
.RB [ infiles ]
.SH DESCRIPTION
@@ -168,7 +169,7 @@ output file name follows (assembler, object or executable) (as usual)
error (profiling not supported)
.TP
.B -t
-error (substitution of some cc passes not supported)
+pass to the assembler to renumber the text segment for multi-segment programs.
.TP
.B -v
print names and args of subprocesses being run. Two or more -v's print
@@ -176,8 +177,15 @@ names of files being unlinked. Three or more -v's print names of paths
being searched.
.TP
.B -w
-allow the assembler to generate warnings, useful for finding 80186+
-instructions.
+Supress any warning diagnostics.
+.TP
+.B -W
+Turn
+.B on
+assembler warning messages.
+.TP
+.B -x
+don't include crt0.o in the link.
.P
Other options are passed to the linker, in particular -i-, -lx, -M, -m, -s, -H.
The -i option is always passed to the linker but can be cancelled using -i-.
diff --git a/man/ld86.1 b/man/ld86.1
index 1349969..4f14bd7 100644
--- a/man/ld86.1
+++ b/man/ld86.1
@@ -1,4 +1,4 @@
-.TH ld86 1 "Jan, 1997"
+.TH ld86 1 "Apr, 1997"
.BY Bruce Evans
.nh
.SH NAME