Hot/cold partitioning update, sub-patch: fix alignment problems
authorCaroline Tice <ctice@apple.com>
Tue, 10 Aug 2004 21:49:49 +0000 (14:49 -0700)
committerCaroline Tice <ctice@gcc.gnu.org>
Tue, 10 Aug 2004 21:49:49 +0000 (14:49 -0700)
commitc295317dfb5149439fc2ac7d3cf12cfa93ec9db4
tree7861811eb99ee68d6ff32f1c445ba46195866433
parent68f9c5e21e381b28ed2f1d96dedf507af53d4e54
Hot/cold partitioning update, sub-patch: fix alignment problems

2004-08-10  Caroline Tice  <ctice@apple.com

        * varasm.c (unlikely_section_label): New global variable.
        (unlikely_text_section_name): New global variable.
        (text_section):  Remove alignment statement.
        (unlikely_text_section): Remove alignment statement; use
        unlikely_section_label rather than hard-coded string.
        (assemble_start_function): Initialize unlikely_section_label and
        unlikely_text_section_name;  make sure cold section is properly
        aligned at start of function; output unlikely_section_label if
        appropriate.

From-SVN: r85771
gcc/ChangeLog
gcc/varasm.c