]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't define.
authorIan Lance Taylor <ian@airs.com>
Thu, 7 Apr 2005 18:04:43 +0000 (18:04 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 7 Apr 2005 18:04:43 +0000 (18:04 +0000)
* 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

gcc/ChangeLog
gcc/config/iq2000/iq2000.h
gcc/config/mips/mips.h
gcc/config/sparc/sparc.h

index 82368e1d9a3b0b023006b388413292ffb1d958a2..fbc0582e0d6aa269647ec9204fb277cde66f687f 100644 (file)
@@ -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
index a352eea2e1ed92450bd44b7f3f9af6a82842eef9..c705cfef418d1114c3fa6c83fe6291406b2598fb 100644 (file)
@@ -1068,11 +1068,6 @@ extern void              sbss_section  (void);
 
 #define SDATA_SECTION_ASM_OP   "\t.sdata"      /* Small data.  */
 
-\f
-/* See iq2000_expand_prologue's use of loadgp for when this should be
-   true.  */
-
-#define DONT_ACCESS_GBLS_AFTER_EPILOGUE 0
 \f
 /* List of all IQ2000 punctuation characters used by print_operand.  */
 extern char iq2000_print_operand_punct[256];
index 9ef7081c637b8543fff9eb1f7870294cfd59154f..2c6e06691f4c6195d541130459ed6dfb59f1f7bc 100644 (file)
@@ -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)
 \f
 #ifndef __mips16
 /* Since the bits of the _init and _fini function is spread across
index 0a091a6ac98dde439011dfa6ff8eb413f007b965..08185624d65f2ea5ab1473451385b8316384d95d 100644 (file)
@@ -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)