pa.md (tp_load): Correct mfctl instruction syntax.
authorGuy Martin <gmsoft@gentoo.org>
Fri, 2 Feb 2007 02:09:36 +0000 (02:09 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 2 Feb 2007 02:09:36 +0000 (02:09 +0000)
* pa.md (tp_load): Correct mfctl instruction syntax.

From-SVN: r121487

gcc/ChangeLog
gcc/config/pa/pa.md

index 8124079c72926ca309df92689e4808133ab2f783..25d957a478a6d126ad1a9d130e6b4976d0ec92eb 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-01  Guy Martin  <gmsoft@gentoo.org>
+
+       * pa.md (tp_load): Correct mfctl instruction syntax.
+
 2007-02-01  Geoffrey Keating  <geoffk@apple.com>
 
        * config/rs6000/rs6000.c (rs6000_stack_info): Correct
index 3b5a5fc28f0a4e35712bdd6bd1174acb51a27ae8..f4c1325273e5e11dd26090543df10e39c9e5285f 100644 (file)
@@ -9906,7 +9906,7 @@ add,l %2,%3,%3\;bv,n %%r0(%3)"
   [(set (match_operand:SI 0 "register_operand" "=r")
        (unspec:SI [(const_int 0)] UNSPEC_TP))]
   ""
-  "{mfctl|mfctl,w} %%cr27,%0"
+  "mfctl %%cr27,%0"
   [(set_attr "type" "multi")
    (set_attr "length" "4")])