Warning fixes, resulting in the addition of a new target macro:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 12 Mar 1998 12:32:24 +0000 (12:32 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 12 Mar 1998 12:32:24 +0000 (12:32 +0000)
commit8625fab57c81a961ed9b8cbfdffeced61149ef4a
tree438650a4cc809d9297f14c90877716871289189e
parent27d7e05d4a13e44c45aae7a71078de30a613bc4f
Warning fixes, resulting in the addition of a new target macro:

        * tm.texi (DEFAULT_RTX_COSTS): Document new macro.
        * arm.h (DEFAULT_RTX_COSTS): Define instead of RTX_COSTS.
        * cse.c (rtx_cost): Provide a default case in an enumeration
        switch, and call DEFAULT_RTX_COSTS if it's defined.

Co-Authored-By: Nick Clifton <nickc@cygnus.com>
Co-Authored-By: Richard Earnshaw <rearnsha@arm.com>
From-SVN: r18513
gcc/ChangeLog
gcc/config/arm/arm.h
gcc/cse.c
gcc/tm.texi