mips.c (abort_with_insn): Make function static...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 2 Mar 1999 07:07:33 +0000 (07:07 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 2 Mar 1999 07:07:33 +0000 (07:07 +0000)
commite2fe6abaf268001a639992d5c46bf384a936a8c0
tree5f8e523e4e2077eb663e84a5a75de6211af9dcd4
parent9fc9b82ad461ebea6ce323c9e59854b34a6c51bf
mips.c (abort_with_insn): Make function static...

        * mips.c (abort_with_insn): Make function static, add a prototype,
        constify 2nd parameter and mark with ATTRIBUTE_NORETURN.
        (current_function_file, mips_cpu_string, mips_isa_string,
        mips_abi_string, mips_no_mips16_string, mips_entry_string,
        mips_move_1word, mips_move_2words, output_block_move, load_store,
        override_options, make_temp_file, mips16_fp_args): Qualify a char*
        with the `const' keyword.
        * mips.h (current_function_file, mips_cpu_string, mips_isa_string,
        mips_abi_string, mips_entry_string, mips_no_mips16_string,
        mips_move_1word, mips_move_2words, output_block_move): Likewise.
        (abort_with_insn): Remove extern prototype.
        * mips.md: Qualify a char* with the `const' keyword.
        Remove many unused variables named `label'.

From-SVN: r25531
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md