OSDN Git Service

* varasm.c (text_section): Allow TEXT_SECTION to override the
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 18:57:51 +0000 (18:57 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 18:57:51 +0000 (18:57 +0000)
commit25e5d448acc7ba4755b60cd152bc537010aaf038
tree90b323eb19d0d77a62d5a276e6c63d57dc653568
parentef5291f55dce34df92e5f4ea5c485a08d9ab0158
    * varasm.c (text_section): Allow TEXT_SECTION to override the
        printing of TEXT_SECTION_ASM_OP.
        * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
        (DATA_SECTION, BSS_SECTION): Remove.
        * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
        RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
        Rename from s/_NAME//.
        * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
        (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
        (TEXT_SECTION): ... here.  New.
        * config/mips/elf.h (TEXT_SECTION): New; no file switching.
        * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
        * config/mips/openbsd.h: Likewise.
        * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
        (mips_asm_file_end): Likewise test.
        (mips_output_function_epilogue): Likewise.  Switch back to data
        section after emitting the function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44973 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/netbsd.h
gcc/config/mips/openbsd.h
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/varasm.c