varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P.
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 15 Apr 2003 20:57:12 +0000 (20:57 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 15 Apr 2003 20:57:12 +0000 (20:57 +0000)
commit0b78a9b6a0599e01fd2415f09422f73a26e14fcd
treebd2a79bdc1c517e4ecf2b798b297b98c64dbb46a
parent03907fbd21a5ba2aba1f92b53f2fb9a1d0293133
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
gcc/ChangeLog
gcc/config/d30v/d30v.h
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/stormy16/stormy16.h
gcc/doc/tm.texi
gcc/varasm.c