OSDN Git Service

* pa-64.h (text_section): Remove declaration.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2001 18:37:26 +0000 (18:37 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2001 18:37:26 +0000 (18:37 +0000)
        * 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

gcc/ChangeLog
gcc/config/pa/pa-64.h
gcc/config/pa/pa.md

index fd8bfbf..c3bf828 100644 (file)
@@ -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,
index e9aec82..207963a 100644 (file)
@@ -225,8 +225,6 @@ do {  \
 
 #define READONLY_DATA_SECTION() const_section ()
 
-extern void text_section ();
-
 #define CONST_SECTION_FUNCTION                                         \
 void                                                                   \
 const_section ()                                                       \
index 2d71c7f..01537d2 100644 (file)
 ;; 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"