Commit d1ebd58d by Jeffrey A Law Committed by Jeff Law

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
parent 1ace7e15
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> 2001-01-25 lars brinkhoff <lars@nocrew.org>
* tm.texi (DATA_ALIGNMENT, LOCAL_ALIGNMENT, ASM_OPEN_PAREN, * tm.texi (DATA_ALIGNMENT, LOCAL_ALIGNMENT, ASM_OPEN_PAREN,
......
...@@ -225,8 +225,6 @@ do { \ ...@@ -225,8 +225,6 @@ do { \
#define READONLY_DATA_SECTION() const_section () #define READONLY_DATA_SECTION() const_section ()
extern void text_section ();
#define CONST_SECTION_FUNCTION \ #define CONST_SECTION_FUNCTION \
void \ void \
const_section () \ const_section () \
......
...@@ -5490,7 +5490,7 @@ ...@@ -5490,7 +5490,7 @@
;; code but the real world cost should be unmeasurable. ;; code but the real world cost should be unmeasurable.
(define_insn "return_internal" (define_insn "return_internal"
[(return) [(return)
(use (match_operand:SI 0 "register_operand" "r")) (use (match_operand 0 "register_operand" "r"))
(use (reg:SI 2)) (use (reg:SI 2))
(const_int 1)] (const_int 1)]
"true_regnum (operands[0]) == PIC_OFFSET_TABLE_REGNUM" "true_regnum (operands[0]) == PIC_OFFSET_TABLE_REGNUM"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment