Hot/cold partitioning update, sub-patch: fix alignment problems
commit480c55ab10eb254b379fa64ef1a5584d9dbe6eb9
authorctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Aug 2004 21:49:49 +0000 (10 21:49 +0000)
committerctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Aug 2004 21:49:49 +0000 (10 21:49 +0000)
tree7861811eb99ee68d6ff32f1c445ba46195866433
parentebe32bb018c1e9fb5b9ddcfa96c572199e2ecf6b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85771 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/varasm.c