diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-14 19:26:00 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-14 19:26:00 +0000 |
commit | 455123cf32ba933aceed40c8ef9221e5a4de4e5b (patch) | |
tree | 3e33d764f32b55e5e13ecec7bb40cbc479da9259 | |
parent | e9bc5a2db9b1292880a3cdd3cc7231cb6a0b61cc (diff) | |
download | gcc-455123cf32ba933aceed40c8ef9221e5a4de4e5b.tar.gz |
* doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
* doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48838 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 17 | ||||
-rw-r--r-- | gcc/doc/md.texi | 8 |
3 files changed, 26 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e95275f27a3..4565c57d90a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-14 Geoffrey Keating <geoffk@redhat.com> + + * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option. + * doc/md.texi (Machine Constraints): Use @minus{} where appropriate. + Mon Jan 14 20:18:19 CET 2002 Jan Hubicka <jh@suse.cz> * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7568080fcbc..894921058ac 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -633,6 +633,10 @@ in the following sections. -mbranch-expensive -mbranch-cheap @gol -msplit -mno-split -munix-asm -mdec-asm} +@emph{Xstormy16 Options} +@gccoptlist{ +-msim} + @item Code Generation Options @xref{Code Gen Options,,Options for Code Generation Conventions}. @gccoptlist{ @@ -5109,6 +5113,7 @@ that macro, which enables you to change the defaults. * CRIS Options:: * MMIX Options:: * PDP-11 Options:: +* Xstormy16 Options:: @end menu @node M680x0 Options @@ -9811,6 +9816,18 @@ Use DEC assembler syntax. This is the default when configured for any PDP-11 target other than @samp{pdp11-*-bsd}. @end table +@node Xstormy16 Options +@subsection Xstormy16 Options +@cindex Xstormy16 Options + +These options are defined for Xstormy16: + +@table @gcctabopt +@item -msim +@opindex msim +Choose startup files and linker script suitable for the simulator. +@end table + @node Code Gen Options @section Options for Code Generation Conventions @cindex code generation conventions diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 77331927d4a..50acfbce529 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 2000, 2001 +@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002 @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -2040,16 +2040,16 @@ A constant that has exactly one bit clear. A constant between 0 and 255 inclusive. @item M -A constant between -255 and 0 inclusive. +A constant between @minus{}255 and 0 inclusive. @item N -A constant between -3 and 0 inclusive. +A constant between @minus{}3 and 0 inclusive. @item O A constant between 1 and 4 inclusive. @item P -A constant between -4 and -1 inclusive. +A constant between @minus{}4 and @minus{}1 inclusive. @item Q A memory reference that is a stack push. |