output.h (DECL_READONLY_SECTION): Remove.
authorH.J. Lu <hjl@gnu.org>
Thu, 1 Aug 2002 23:29:55 +0000 (23:29 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 1 Aug 2002 23:29:55 +0000 (16:29 -0700)
commit4e4d733e19a420252f401c7e5a469abda6a48998
tree194c05431fa23bd64a67f9d0a7826dbb16f016c2
parent32e9b9606f88e84fc2ffe07a094ed70b60633693
output.h (DECL_READONLY_SECTION): Remove.

        * output.h (DECL_READONLY_SECTION): Remove.
        (decl_readonly_section): Declare.
        * varasm.c (decl_readonly_section): New.
        (default_section_type_flags, default_select_section): Use it.
        * config/arm/pe.c (arm_pe_unique_section): Likewise.
        * config/i386/interix.c (i386_pe_unique_section): Likewise.
        * config/i386/winnt.c (i386_pe_unique_section): Likewise.
        * config/mcore/mcore.c (mcore_unique_section): Likewise.
        * config/mips/mips.c (mips_unique_section): Likewise.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r55957
gcc/ChangeLog
gcc/config/arm/pe.c
gcc/config/i386/interix.c
gcc/config/i386/winnt.c
gcc/config/mcore/mcore.c
gcc/config/mips/mips.c
gcc/output.h
gcc/varasm.c