iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't define.
* config/iq2000/iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't define. * config/mips/mips.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise. * config/sparc/sparc.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise. From-SVN: r97790
This commit is contained in:
parent
ab7983139d
commit
03359b57f4
4 changed files with 8 additions and 12 deletions
|
@ -1,3 +1,11 @@
|
|||
2005-04-07 Ian Lance Taylor <ian@airs.com>
|
||||
|
||||
* config/iq2000/iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't
|
||||
define.
|
||||
* config/mips/mips.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise.
|
||||
* config/sparc/sparc.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE):
|
||||
Likewise.
|
||||
|
||||
2005-04-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-ssa-sink.c (nearest_common_dominator_of_uses): Consider
|
||||
|
|
|
@ -1068,11 +1068,6 @@ extern void sbss_section (void);
|
|||
|
||||
#define SDATA_SECTION_ASM_OP "\t.sdata" /* Small data. */
|
||||
|
||||
|
||||
/* See iq2000_expand_prologue's use of loadgp for when this should be
|
||||
true. */
|
||||
|
||||
#define DONT_ACCESS_GBLS_AFTER_EPILOGUE 0
|
||||
|
||||
/* List of all IQ2000 punctuation characters used by print_operand. */
|
||||
extern char iq2000_print_operand_punct[256];
|
||||
|
|
|
@ -2677,11 +2677,6 @@ while (0)
|
|||
|
||||
#undef PTRDIFF_TYPE
|
||||
#define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
|
||||
|
||||
/* See mips_expand_prologue's use of loadgp for when this should be
|
||||
true. */
|
||||
|
||||
#define DONT_ACCESS_GBLS_AFTER_EPILOGUE (TARGET_ABICALLS && !TARGET_OLDABI)
|
||||
|
||||
#ifndef __mips16
|
||||
/* Since the bits of the _init and _fini function is spread across
|
||||
|
|
|
@ -2695,5 +2695,3 @@ extern int sparc_indent_opcode;
|
|||
|
||||
/* The number of Pmode words for the setjmp buffer. */
|
||||
#define JMP_BUF_SIZE 12
|
||||
|
||||
#define DONT_ACCESS_GBLS_AFTER_EPILOGUE (flag_pic)
|
||||
|
|
Loading…
Add table
Reference in a new issue