diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2003-04-15 20:57:12 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-04-15 20:57:12 +0000 |
commit | 0b78a9b6a0599e01fd2415f09422f73a26e14fcd (patch) | |
tree | bd2a79bdc1c517e4ecf2b798b297b98c64dbb46a /gcc/config/mips/mips.h | |
parent | 03907fbd21a5ba2aba1f92b53f2fb9a1d0293133 (diff) | |
download | gcc-0b78a9b6a0599e01fd2415f09422f73a26e14fcd.tar.gz |
varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P.
* varasm.c (output_constant_def): Do not consult
CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
(after_function_constants, output_after_function_constants): Delete.
* doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
* config/mips/mips-protos.h, config/mips/mips.c
(mips16_constant_after_function_p): Delete.
* config/mips/mips.h: Delete #if-0-ed definition of
CONSTANT_AFTER_FUNCTION_P.
* config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
mention of CONSTANT_AFTER_FUNCTION_P in comment.
From-SVN: r65663
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index dcacea341b7..a52e7b67bcf 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -3312,11 +3312,6 @@ typedef struct mips_args { #define ASM_OUTPUT_POOL_EPILOGUE(FILE, FNNAME, FNDECL, SIZE) \ mips_string_length = 0; -#if 0 -/* In mips16 mode, put most string constants after the function. */ -#define CONSTANT_AFTER_FUNCTION_P(tree) \ - (TARGET_MIPS16 && mips16_constant_after_function_p (tree)) -#endif /* Specify the machine mode that this machine uses for the index in the tablejump instruction. |