]> git.ipfire.org Git - thirdparty/gcc.git/commit
Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 5 Mar 1998 07:09:04 +0000 (07:09 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 5 Mar 1998 07:09:04 +0000 (07:09 +0000)
commit6e92f4b6a2371ce4bb05f7021653f962d73605aa
tree657a438085e6bca24f8c48b421acf3350cb9ab15
parentb10df6f5ec6c2c21dd3049cc24573d180a658391
Warning fixes:

        * mips/iris6.h (TARGET_DEFAULT): Parenthesize macro definition.
        * mips/mips.c: Include stdlib.h and unistd.h.
        (mips_asm_file_end): Add braces around empty body in an if-statement.
        (function_prologue): Wrap variable `fnname' in
        !FUNCTION_NAME_ALREADY_DECLARED.  Correct format specifier in fprintf.
        (mips_select_rtx_section, mips_select_section): Declare as void.
        * mips/mips.h: Add prototypes for extern functions in mips.c.
        (FUNCTION_ARG_REGNO_P): Add parentheses around && within ||.
        (ENCODE_SECTION_INFO): Add braces around empty body in an
        if-statement.
        * mips/mips.md (movdi): Add parentheses around && within ||.
        (movsf, movdf): Likewise.
        (branch_zero, branch_zero_di): Add default case in
        enumeration switch.

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