From: Guy Martin Date: Fri, 2 Feb 2007 02:09:36 +0000 (+0000) Subject: pa.md (tp_load): Correct mfctl instruction syntax. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=546dcc43525d33bb2ff29ce1c74c365ff7baa0b8;p=gcc.git pa.md (tp_load): Correct mfctl instruction syntax. * pa.md (tp_load): Correct mfctl instruction syntax. From-SVN: r121487 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8124079c729..25d957a478a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-02-01 Guy Martin + + * pa.md (tp_load): Correct mfctl instruction syntax. + 2007-02-01 Geoffrey Keating * config/rs6000/rs6000.c (rs6000_stack_info): Correct diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 3b5a5fc28f0..f4c1325273e 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -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")])