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: new 'Z' constraint for xstormy16


> Hi DJ,
> 
> you forgot to document the new constraint in md.texi...

Oops, committed as obvious...

2003-06-10  DJ Delorie  <dj@redhat.com>

	* doc/md.texi (Machine Constraints): Document stormy's Z
	constraint.

Index: doc/md.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/md.texi,v
retrieving revision 1.74
diff -p -2 -r1.74  doc/md.texi
*** doc/md.texi	5 Jun 2003 08:36:53 -0000	1.74
--- doc/md.texi	10 Jun 2003 19:38:42 -0000
*************** The register indicated by Rx (not implem
*** 2272,2275 ****
--- 2272,2278 ----
  A constant that is not between 2 and 15 inclusive.
  
+ @item Z
+ The constant 0.
+ 
  @end table
  


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