Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 20 Oct 2000 23:32:10 +0000 (23:32 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 20 Oct 2000 23:32:10 +0000 (23:32 +0000)
commit8f54374ed39bb6272d54bcd070baf30e402f3af5
treea6d2628ab935531646e4d178e869cc3c2a075cdb
parenta9770f9a9131cbd7420d1eee0edac01ec19eda6f
Warning fixes:

* mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.

* sparc.c (load_pic_register): Delete unused varaible.

* libgcc2.c (__addvsi3): Delete unused variable.

* libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
__subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
__negvdi2): Prototype.

* ssa.c (apply_delayed_renames): Avoid undefined operation.

* toplev.c (display_target_options): Make static to match
prototype.  Delete empty declaration.

From-SVN: r36987
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/sparc/sparc.c
gcc/libgcc2.c
gcc/libgcc2.h
gcc/ssa.c
gcc/toplev.c