rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.
authorRichard Henderson <rth@redhat.com>
Wed, 14 May 2003 17:44:01 +0000 (10:44 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 14 May 2003 17:44:01 +0000 (10:44 -0700)
commit2adb9af1f88f1454435e8469cbc3c523ab5db42f
treecfb46ce49ae7e84da0f5bc6e3bd2c4d3571b6089
parentbb84cb12fb14b902e94788f37fa967eef29584df
rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.

        * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
        DEFERRED_CONSTANT_P.
        * integrate.c (copy_rtx_and_substitute): Update use.
        * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
        to the copy generated.
        (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
        of the constant to see if we should emit.
        (mark_constant): Similarly.
        (output_constant_def_contents): Set TREE_ASM_WRITTEN.

From-SVN: r66807
gcc/ChangeLog
gcc/integrate.c
gcc/rtl.h
gcc/varasm.c