Zap some warnings in target files:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 17 Apr 1998 08:26:33 +0000 (08:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 17 Apr 1998 08:26:33 +0000 (08:26 +0000)
commit2467749d6d7603bbe63518e511eef4d0c3893c22
tree5c3602924b7b22d249bf895c0f919338d22ffe17
parentda372c07fcbc738d867d17c131abf590eabeaf04
Zap some warnings in target files:

        * frame.c: Include stdlib.h and unistd.h to possibly get various
        function prototypes.  The fixproto script guarantees these header
        files exist on the target system.
        * libgcc2.c: Likewise.
        * gthr-single.h (__gthread_mutex_lock, __gthread_mutex_trylock,
        __gthread_mutex_unlock): Add __attribute__ ((__unused__)) to the
        function parameters.
        * libgcc2.c (__udiv_w_sdiv): Likewise.

From-SVN: r19261
gcc/ChangeLog
gcc/frame.c
gcc/gthr-single.h
gcc/libgcc2.c