From: Ian Lance Taylor Date: Thu, 7 Apr 2005 18:04:43 +0000 (+0000) Subject: iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't define. X-Git-Tag: misc/cutover-cvs2svn~4280 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03359b57f439670c05cc0050690884e1ac03bca4;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82368e1d9a3b..fbc0582e0d6a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2005-04-07 Ian Lance Taylor + + * 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 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Consider diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index a352eea2e1ed..c705cfef418d 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -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]; diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 9ef7081c637b..2c6e06691f4c 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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 diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 0a091a6ac98d..08185624d65f 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -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)