From: danglin Date: Fri, 2 Feb 2007 02:09:36 +0000 (+0000) Subject: * pa.md (tp_load): Correct mfctl instruction syntax. X-Git-Tag: upstream/4.9.2~50663 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2ad6ac24cecf445657694a383003c7f00c09aa8;p=platform%2Fupstream%2Flinaro-gcc.git * pa.md (tp_load): Correct mfctl instruction syntax. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121487 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8124079..25d957a 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 3b5a5fc..f4c1325 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")])