OSDN Git Service

* output.h (DECL_READONLY_SECTION): Remove.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 23:29:55 +0000 (23:29 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 23:29:55 +0000 (23:29 +0000)
commitf4111c945c19b2ca01d5d23fbf81dbcf6fba7d3e
tree194c05431fa23bd64a67f9d0a7826dbb16f016c2
parent52964258ce3d663d267b005bbf1b1ab28d56973f
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55957 138bc75d-0d04-0410-961f-82ee72b054a4
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