summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/as.1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-01 00:13:54 +0000
committerpeter <peter@FreeBSD.org>1996-10-01 00:13:54 +0000
commitb3c93bb2d8dfe04ea238bdbad7d20487f734140e (patch)
treedc0e009bb6e8abfe1b3c14a635917c59c168246b /gnu/usr.bin/as/as.1
parentea144d449bd5ce5e9c51717ce18921a727225f82 (diff)
downloadFreeBSD-src-b3c93bb2d8dfe04ea238bdbad7d20487f734140e.zip
FreeBSD-src-b3c93bb2d8dfe04ea238bdbad7d20487f734140e.tar.gz
Mostly resync our gas with the NetBSD version to obtain support for
.weak as gcc and g++ would like to use. This includes changes to other architectures mostly for completeness, I don't expect cross-assemblink would work but I could be wrong. Obtained from: NetBSD
Diffstat (limited to 'gnu/usr.bin/as/as.1')
-rw-r--r--gnu/usr.bin/as/as.17
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/as.1 b/gnu/usr.bin/as/as.1
index 089734a..093aae6 100644
--- a/gnu/usr.bin/as/as.1
+++ b/gnu/usr.bin/as/as.1
@@ -1,6 +1,6 @@
.\" Copyright (c) 1991, 1992 Free Software Foundation
.\" See section COPYING for conditions for redistribution
-.\" $Id$
+.\" $Id: as.1,v 1.5 1996/08/29 18:05:40 wosch Exp $
.TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools"
.SH NAME
@@ -17,6 +17,7 @@ as \- the portable GNU assembler.
.I path\c
\&\|]
.RB "[\|" \-k "\|]"
+.RB "[\|" \-K "\|]"
.RB "[\|" \-L "\|]"
.RB "[\|" \-o
.I objfile\c
@@ -148,6 +149,10 @@ directives.
.B \-k
Handle position independent code, generated by gcc -fpic.
.TP
+.B \-K
+Handle position independent code, generated by gcc -fPIC.
+This is normally the same as -k.
+.TP
.B \-L
Keep (in symbol table) local symbols, starting with `\|\c
.B L\c
OpenPOWER on IntegriCloud