Commit 77b597df by Jim Wilson

(mips_finalize_pic): Delete declaration.

(FINALIZE_PIC): Delete.
(INIT_EXPANDERS): Clear embedded_pic_fnaddr_rtx.

From-SVN: r9786
parent 40f8d046
...@@ -181,7 +181,6 @@ extern int small_int (); ...@@ -181,7 +181,6 @@ extern int small_int ();
extern void trace(); extern void trace();
extern int uns_arith_operand (); extern int uns_arith_operand ();
extern struct rtx_def * embedded_pic_offset (); extern struct rtx_def * embedded_pic_offset ();
extern void mips_finalize_pic ();
/* Recognition functions that return if a condition is true. */ /* Recognition functions that return if a condition is true. */
extern int address_operand (); extern int address_operand ();
...@@ -1336,7 +1335,10 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER]; ...@@ -1336,7 +1335,10 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER];
#define PIC_FUNCTION_ADDR_REGNUM (GP_REG_FIRST + 25) #define PIC_FUNCTION_ADDR_REGNUM (GP_REG_FIRST + 25)
#define FINALIZE_PIC mips_finalize_pic () /* Initialize embedded_pic_fnaddr_rtx before RTL generation for
each function. We used to do this in FINALIZE_PIC, but FINALIZE_PIC
isn't always called for static inline functions. */
#define INIT_EXPANDERS embedded_pic_fnaddr_rtx = NULL;
/* Define the classes of registers for register constraints in the /* Define the classes of registers for register constraints in the
machine description. Also define ranges of constants. machine description. Also define ranges of constants.
......
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