]> git.ipfire.org Git - thirdparty/gcc.git/commit
varasm.c (text_section): Use TEXT_SECTION_ASM_OP and ASM_OUTPUT_ALIGN instead of...
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 11 Apr 2004 06:21:05 +0000 (06:21 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 11 Apr 2004 06:21:05 +0000 (23:21 -0700)
commit3498229434bf8e8d7d7029eed3031377e6c8dd00
treeab47828054759e24da4513df7c736dc1a32acd86
parent0333e091f7ac72f1354ee14d2d2c219bb290e100
varasm.c (text_section): Use TEXT_SECTION_ASM_OP and ASM_OUTPUT_ALIGN instead of SECTION_FORMAT_STRING...

2004-04-11  Andrew Pinski  <pinskia@physics.uc.edu>

        * varasm.c (text_section): Use TEXT_SECTION_ASM_OP and
        ASM_OUTPUT_ALIGN instead of SECTION_FORMAT_STRING
        and NORMAL_TEXT_SECTION_NAME.
        (unlikely_text_section): Check targetm.have_named_sections
        instead of TARGET_ASM_NAMED_SECTION and use TEXT_SECTION_ASM_OP
        instead of SECTION_FORMAT_STRING.
        * config/mips/iris5.h (current_section_name): Add
        in_unlikely_executed_text case and move the abort into the switch.
        * config/rs6000/sysv4.h (HOT_TEXT_SECTION_NAME): Remove.
        (NORMAL_TEXT_SECTION_NAME): Remove.
        (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
        (SECTION_FORMAT_STRING): Remove.
        * defaults.h (SECTION_FORMAT_STRING): Remove.
        * tm.texi (NORMAL_TEXT_SECTION_NAME): Remove.
        (SECTION_FORMAT_STRING): Remove.

From-SVN: r80593
gcc/ChangeLog
gcc/config/mips/iris5.h
gcc/config/rs6000/sysv4.h
gcc/defaults.h
gcc/doc/tm.texi
gcc/varasm.c