OSDN Git Service

* rs6000.c (rs6000_assemble_visibility): Protect declaration
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Sep 2002 12:39:20 +0000 (12:39 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Sep 2002 12:39:20 +0000 (12:39 +0000)
commitd3e1259afc7354add875ebc2f94c8e4606edaf37
treee9887fdd9c2b8170440e94b7745aff536c151ec0
parent4774037d1eab6e923fe18c2a645855631960dbaa
    * rs6000.c (rs6000_assemble_visibility): Protect declaration
        inside macro.  Correct function definition typo.
        (rs6000_xcoff_section_type_flags): New function.
        (TARGET_SECTION_TYPE_FLAGS): Remove definition.
        (rs6000_elf_section_type_flags): Call default_section_type_flags_1
        with appropriate PIC test.
        (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
        determine readonly.
        (rs6000_binds_local_p): Combine PIC flags.
        * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
        * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57005 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/xcoff.h