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/doc/tm.texi | |
parent | 03907fbd21a5ba2aba1f92b53f2fb9a1d0293133 (diff) | |
download | gcc-0b78a9b6a0599e01fd2415f09422f73a26e14fcd.zip gcc-0b78a9b6a0599e01fd2415f09422f73a26e14fcd.tar.gz gcc-0b78a9b6a0599e01fd2415f09422f73a26e14fcd.tar.bz2 |
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/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 84643b5..e17d5a1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -6386,13 +6386,6 @@ entry from being output a second time in the usual manner. You need not define this macro if it would do nothing. -@findex CONSTANT_AFTER_FUNCTION_P -@item CONSTANT_AFTER_FUNCTION_P (@var{exp}) -Define this macro as a C expression which is nonzero if the constant -@var{exp}, of type @code{tree}, should be output after the code for a -function. The compiler will normally output all constants before the -function; you need not define this macro if this is OK@. - @findex ASM_OUTPUT_POOL_EPILOGUE @item ASM_OUTPUT_POOL_EPILOGUE (@var{file} @var{funname} @var{fundecl} @var{size}) A C statement to output assembler commands to at the end of the constant |