]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/darwin-sections.def
re PR target/26389 (Darwin does not support -fsection-anchors)
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 1 Mar 2006 19:12:22 +0000 (19:12 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 1 Mar 2006 19:12:22 +0000 (11:12 -0800)
commitab0ff8041e3f5457ff94126aa7a537a87267f98d
tree2dea0dfdc85e799468484651f4d9f1fb96a915dd
parent607f460c8b9e032b3fec25313b032bf07788b354
re PR target/26389 (Darwin does not support -fsection-anchors)

2006-03-01  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/26389
        * config/darwin-protos.h (darwin_asm_output_anchor):
        Declare.
        * config/darwin-sections.def (cstring_section):
        Add SECTION_MERGE to the flags.
        (literal4_section): Likewise.
        (literal8_section): Likewise.
        (objc_selector_refs_section): Likewise.
        (objc_cls_refs_section): Likewise.
        * config/darwin.c (darwin_asm_output_anchor): New
        function.
        * config/darwin.h (TARGET_ASM_OUTPUT_ANCHOR): Define.

From-SVN: r111609
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin-sections.def
gcc/config/darwin.c
gcc/config/darwin.h