aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/md.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a05229e..a1b1500 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-10 DJ Delorie <dj@redhat.com>
+
+ * doc/md.texi (Machine Constraints): Document stormy's Z
+ constraint.
+
2003-06-10 Geoffrey Keating <geoffk@apple.com>
* except.c (call_site_base): Mark with GTY.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 314ecf0..7a6ddd4 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -2271,6 +2271,9 @@ The register indicated by Rx (not implemented yet).
@item U
A constant that is not between 2 and 15 inclusive.
+@item Z
+The constant 0.
+
@end table
@item Xtensa---@file{xtensa.h}