aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-12 14:03:56 +0000
committerKazu Hirata <kazu@cs.umass.edu>2002-12-12 14:03:56 +0000
commitc0cbfc6a1cccadcc49cf791260f9bead221d14c6 (patch)
tree915eb55dab3755fa4939789ee9675cefee26a095
parente0f7d6241d2c583e31f5b7351436808ce2a6767a (diff)
* doc/md.texi (pushm): Fix a typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@60072 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/md.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 41afe8a21d5..24c758aca8d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-12 Kazu Hirata <kazu@cs.umass.edu>
+
+ * doc/md.texi (pushm): Fix a typo.
+
2002-12-12 Alexandre Oliva <aoliva@redhat.com>
* config/mips/mips.c (mips_output_conditional_branch): Support
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 98ce162b2c7..3ed88d02729 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -2506,7 +2506,7 @@ operand 2 is a constant: the number of consecutive registers.
@cindex @code{push@var{m}} instruction pattern
@item @samp{push@var{m}}
-Output an push instruction. Operand 0 is value to push. Used only when
+Output a push instruction. Operand 0 is value to push. Used only when
@code{PUSH_ROUNDING} is defined. For historical reason, this pattern may be
missing and in such case an @code{mov} expander is used instead, with a
@code{MEM} expression forming the push operation. The @code{mov} expander