diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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")]) |