diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-05-27 14:15:07 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-05-27 14:15:07 +0000 |
commit | 5387432598c6b666331dbd2226758d8f05334d8c (patch) | |
tree | 54d52062ed30cfcba944e575478fd12e6721982f /gnu/usr.bin | |
parent | e6c9f0bed0b41a0090a998c227ce156d9fa12351 (diff) |
gas recognizes m68020/30/40/60... doubtful it does anything useful
with 68060, but still, IT's there.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gas/as.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gas/as.1 b/gnu/usr.bin/gas/as.1 index c7cf2fe26fd..e575a4147ff 100644 --- a/gnu/usr.bin/gas/as.1 +++ b/gnu/usr.bin/gas/as.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: as.1,v 1.4 1998/02/15 18:48:41 niklas Exp $ +.\" $OpenBSD: as.1,v 1.5 2000/05/27 14:15:06 espie Exp $ .\" .\" Copyright (c) 1991, 1992 Free Software Foundation .\" See section COPYING for conditions for redistribution @@ -41,7 +41,7 @@ as \- the portable GNU assembler. .I m680x0-only options: .br .RB "[\|" \-l "\|]" -.RB "[\|" \-mc68000 "\||\|" \-mc68010 "\||\|" \-mc68020 "\|]" +.RB "[\|" \-mc68000 "\||\|" \-mc68010 "\||\|" \-mc68020 "\||\|" \-mc68030 "\||\|" \-mc68040 "\||\|" \-mc68060 "\|]" .ad b .SH DESCRIPTION @@ -204,7 +204,7 @@ error if necessary. .br Shorten references to undefined symbols, to one word instead of two. .TP -.BR "\-mc68000" "\||\|" "\-mc68010" "\||\|" "\-mc68020" +.BR "\-mc68000" "\||\|" "\-mc68010" "\||\|" "\-mc68020" "\||\|" "\-mc68030" "\||\|" "\-mc68040" "\||\|" "\-mc68060" .I (When configured for Motorola 68000). .br |