aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-31 09:50:09 +0000
committerNick Clifton <nickc@redhat.com>2001-10-31 09:50:09 +0000
commit7649aa5088856d6878555cf26427157d7b9d4312 (patch)
treeb07732d4652fdb4c0d673ff3a4358210a9a3d9a4 /gas/doc
parenta53ecf01a5b5f33b4ddb8f89b924d16d0273dcfd (diff)
downloadgdb-7649aa5088856d6878555cf26427157d7b9d4312.zip
gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.gz
gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.bz2
Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-sh.texi32
1 files changed, 28 insertions, 4 deletions
diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi
index ea444f5..df31844 100644
--- a/gas/doc/c-sh.texi
+++ b/gas/doc/c-sh.texi
@@ -1,4 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1997
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 2001
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@@ -18,11 +18,35 @@
@node SH Options
@section Options
-@cindex SH options (none)
-@cindex options, SH (none)
-@code{@value{AS}} has no additional command-line options for the Hitachi
+@cindex SH options
+@cindex options, SH
+@code{@value{AS}} has following command-line options for the Hitachi
SH family.
+@table @code
+@kindex -little
+@kindex -big
+@kindex -relax
+@kindex -small
+@kindex -dsp
+
+@item -little
+Generate little endian code.
+
+@item -big
+Generate big endian code.
+
+@item -relax
+Alter jump instructions for long displacements.
+
+@item -small
+Align sections to 4 byte boundaries, not 16.
+
+@item -dsp
+Enable sh-dsp insns, and disable sh3e / sh4 insns.
+
+@end table
+
@node SH Syntax
@section Syntax