]> git.ipfire.org Git - thirdparty/gcc.git/commit
xtensa.c: Remove unused include of machmode.h.
authorBob Wilson <bob.wilson@acm.org>
Fri, 24 Jan 2003 22:09:05 +0000 (22:09 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 24 Jan 2003 22:09:05 +0000 (22:09 +0000)
commit1d0ea52e2dc53ed8ecc7f3e95047a2a921b7cb3a
tree61a227327333c39fe34a5955914cea7e1e3be32e
parent272f51a36f0274920b806cca375dca00ce7c51c8
xtensa.c: Remove unused include of machmode.h.

        * config/xtensa/xtensa.c: Remove unused include of machmode.h.
        (xtensa_emit_call, print_operand): Fix printf format strings
        to avoid compile warnings.
        (xtensa_function_prologue, xtensa_function_epilogue): Change type
        of "size" argument to HOST_WIDE_INT to fix compile warnings.
        * config/xtensa/xtensa-protos.h
        (xtensa_function_prologue, xtensa_function_epilogue): Ditto.

From-SVN: r61739
gcc/ChangeLog
gcc/config/xtensa/xtensa-protos.h
gcc/config/xtensa/xtensa.c