OSDN Git Service

Warning fixes, resulting in the addition of a new target macro:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 1998 12:32:24 +0000 (12:32 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 1998 12:32:24 +0000 (12:32 +0000)
commitf729da53c1c65293fd51e89ecb5188128478164a
tree438650a4cc809d9297f14c90877716871289189e
parent75946e170c2718643b84595358b7912849532aeb
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18513 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.h
gcc/cse.c
gcc/tm.texi