* pa.md (tp_load): Correct mfctl instruction syntax.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Feb 2007 02:09:36 +0000 (02:09 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Feb 2007 02:09:36 +0000 (02:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121487 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8124079..25d957a 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 3b5a5fc..f4c1325 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")])