]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix minor typo.
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2000 17:12:25 +0000 (17:12 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2000 17:12:25 +0000 (17:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37433 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 5a4f5017ad79e048bf24dafac02b116aa592b8ce..87cc5ae5805c34d9a731f8493eb4277304ebf1a2 100644 (file)
@@ -480,9 +480,9 @@ Wed Nov  8 21:58:20 2000  Christopher Faylor <cgf@cygnus.com>
 2000-11-08  Nick Clifton  <nickc@redhat.com>
 
        * config/arm/arm.md (mulsidi3adddi): Change output operand
-       constraint from "=&" to "=&".
+       constraint from "=&" to "+&".
        (umulsidi3adddi): Change output operand constraint from "=&" to
-       "=&".
+       "+&".
 
 2000-11-08  Richard Henderson  <rth@redhat.com>