diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-12 03:42:09 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-12 03:42:09 +0000 |
commit | 6e18276dd04c02a8c279487c17aae97149bf4ee8 (patch) | |
tree | 5867a4c541f41cb33bc44ef316ec24f6481c71ee /gcc/config/pa/pa.md | |
parent | 63c46f384f36a65fbe7a97bbbccf75b67e3ec248 (diff) | |
download | gcc-6e18276dd04c02a8c279487c17aae97149bf4ee8.tar.gz |
* pa.c: Don't include obstack.h.
* pa.md: Correct constraint in pattern for loading PIC label address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75702 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa.md')
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 16356776188..dd2159cfe09 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2604,7 +2604,7 @@ ;; Note since this pattern can be created at reload time (via movsi), all ;; the same rules for movsi apply here. (no new pseudos, no temporaries). (define_insn "" - [(set (match_operand 0 "pmode_register_operand" "=r") + [(set (match_operand 0 "pmode_register_operand" "=a") (match_operand 1 "pic_label_operand" ""))] "TARGET_PA_20" "* |