diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-26 18:37:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-26 18:37:26 +0000 |
commit | 9bef7681c596a6094d1f49cb6a27694eeb52fd4f (patch) | |
tree | 39a44a75438c38daf97fc812f23de386adf21917 /gcc/config/pa/pa.md | |
parent | 2c18c34e11a30f084c63c5f7514a45431dbcec3e (diff) | |
download | gcc-9bef7681c596a6094d1f49cb6a27694eeb52fd4f.tar.gz |
* pa-64.h (text_section): Remove declaration.
* pa.md (return_internal): Remove mode on PIC register use.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39280 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 2d71c7f76b1..01537d21a1b 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -5490,7 +5490,7 @@ ;; code but the real world cost should be unmeasurable. (define_insn "return_internal" [(return) - (use (match_operand:SI 0 "register_operand" "r")) + (use (match_operand 0 "register_operand" "r")) (use (reg:SI 2)) (const_int 1)] "true_regnum (operands[0]) == PIC_OFFSET_TABLE_REGNUM" |