From 48f0b3eb836162d41622cedc1eb5f5168168fb8e Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 1 Feb 1998 11:26:21 +0100 Subject: Import Dev86src-0.13.5.tar.gz --- man/as86.1 | 2 +- man/bcc.1 | 18 +++++++++++++----- man/ld86.1 | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) (limited to 'man') 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 -- cgit v1.2.1