From b2ad6ac24cecf445657694a383003c7f00c09aa8 Mon Sep 17 00:00:00 2001 From: danglin Date: Fri, 2 Feb 2007 02:09:36 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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")]) -- 2.11.0