diff options
author | Jeffrey A Law <law@cygnus.com> | 2001-01-26 18:37:26 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-01-26 11:37:26 -0700 |
commit | d1ebd58d9817c5468eb8913419b0657b1c795272 (patch) | |
tree | 39a44a75438c38daf97fc812f23de386adf21917 | |
parent | 1ace7e157e71ac3441193e5a840be7ea32b4791a (diff) | |
download | gcc-d1ebd58d9817c5468eb8913419b0657b1c795272.tar.gz |
pa-64.h (text_section): Remove declaration.
* pa-64.h (text_section): Remove declaration.
* pa.md (return_internal): Remove mode on PIC register use.
From-SVN: r39280
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/pa/pa-64.h | 2 | ||||
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fd8bfbf6504..c3bf828d4e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 26 11:37:26 2001 Jeffrey A Law (law@cygnus.com) + + * pa-64.h (text_section): Remove declaration. + + * pa.md (return_internal): Remove mode on PIC register use. + 2001-01-25 lars brinkhoff <lars@nocrew.org> * tm.texi (DATA_ALIGNMENT, LOCAL_ALIGNMENT, ASM_OPEN_PAREN, diff --git a/gcc/config/pa/pa-64.h b/gcc/config/pa/pa-64.h index e9aec824765..207963abdf6 100644 --- a/gcc/config/pa/pa-64.h +++ b/gcc/config/pa/pa-64.h @@ -225,8 +225,6 @@ do { \ #define READONLY_DATA_SECTION() const_section () -extern void text_section (); - #define CONST_SECTION_FUNCTION \ void \ const_section () \ 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" |