Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 455950
Collapse All | Expand All

(-)a/icu/trunk/source/tools/toolutil/pkg_genc.c (+1 lines)
Lines 115-120 static const struct AssemblyType { Link Here
115
    {"gcc",
115
    {"gcc",
116
        ".globl %s\n"
116
        ".globl %s\n"
117
        "\t.section .note.GNU-stack,\"\",%%progbits\n"
117
        "\t.section .note.GNU-stack,\"\",%%progbits\n"
118
        "\t.section .GCC.command.line,\"MS\",%%progbits,1\n"
118
        "\t.section .rodata\n"
119
        "\t.section .rodata\n"
119
        "\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
120
        "\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
120
        "\t.type %s,%%object\n"
121
        "\t.type %s,%%object\n"

Return to bug 455950