]> git.ipfire.org Git - thirdparty/gcc.git/commit
varasm.c (default_section_type_flags): Append _1 to name with shlib parameter.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 4 Sep 2002 01:56:12 +0000 (01:56 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 4 Sep 2002 01:56:12 +0000 (21:56 -0400)
commit2cc9fb4ca35498842e62309bb8658fdf07cb0f8c
tree7ed0cb8380f2dcaa2166c1420cbbe9f9f8f3eeb0
parent8c085f6ff45e41bf947f5c9ce1f47bf43f27950a
varasm.c (default_section_type_flags): Append _1 to name with shlib parameter.

        * varasm.c (default_section_type_flags): Append _1 to name with
        shlib parameter.  Use original name to call new function with
        implicit flag_pic.
        (decl_readonly_section): Likewise.
        (default_elf_select_section): Likewise.
        (default_unique_section): Likewise.
        (default_bind_local_p): Likewise.
        (categorize_decl_for_section): Add shlib parameter to use in place
        of implicit flag_pic.
        * output.h: Declare new functions with _1 and shlib argument.

From-SVN: r56780
gcc/ChangeLog
gcc/output.h
gcc/varasm.c