This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: documentation for xstormy16



This is the patch I'll commit, then.  I checked that the file was
modified in 1999.

Tested with 'make info' and 'make dvi'.

-- 
Geoff Keating <geoffk@redhat.com>

===File ~/patches/gcc-stormy-doc-2.patch====================
2002-01-13  Geoffrey Keating  <geoffk@redhat.com>

	* doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
	* doc/md.texi (Machine Constraints): Use @minus{} where appropriate.

cvs server: Diffing doc
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.105
diff -p -u -p -r1.105 invoke.texi
--- invoke.texi	2002/01/12 21:08:56	1.105
+++ invoke.texi	2002/01/14 00:33:22
@@ -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 
 * CRIS Options::
 * MMIX Options::
 * PDP-11 Options::
+* Xstormy16 Options::
 @end menu
 
 @node M680x0 Options
@@ -9809,6 +9814,18 @@ Use Unix assembler syntax.  This is the 
 @opindex mdec-asm
 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
Index: md.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/md.texi,v
retrieving revision 1.32
diff -p -c -r1.32 md.texi
*** md.texi	2002/01/13 23:23:40	1.32
--- md.texi	2002/01/14 19:21:28
***************
*** 1,4 ****
! @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 2000, 2001
  @c Free Software Foundation, Inc.
  @c This is part of the GCC manual.
  @c For copying conditions, see the file gcc.texi.
--- 1,4 ----
! @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.
*************** A constant that has exactly one bit clea
*** 2040,2055 ****
  A constant between 0 and 255 inclusive.
  
  @item M
! A constant between -255 and 0 inclusive.
  
  @item N
! A constant between -3 and 0 inclusive.
  
  @item O
  A constant between 1 and 4 inclusive.
  
  @item P
! A constant between -4 and -1 inclusive.
  
  @item Q
  A memory reference that is a stack push.
--- 2040,2055 ----
  A constant between 0 and 255 inclusive.
  
  @item M
! A constant between @minus{}255 and 0 inclusive.
  
  @item N
! A constant between @minus{}3 and 0 inclusive.
  
  @item O
  A constant between 1 and 4 inclusive.
  
  @item P
! A constant between @minus{}4 and @minus{}1 inclusive.
  
  @item Q
  A memory reference that is a stack push.
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]