* Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Sep 2008 16:36:14 +0000 (16:36 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Sep 2008 16:36:14 +0000 (16:36 +0000)
commitbffd134c48bbcbcd8da25bf982d27f05c9349d1b
tree7f56945272b1970151fb4c039272d8f22336a453
parenteff1687c7f3b0d6e246579efea7f96c3bb283c57
* Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c
warnings.
* mips-tfile.c (copy_object): Cast alloca result to int *.
* mips-tdump.c (print_symbol): Cast xmalloc return values to
proper types.
Rename class to sclass.
(read_tfile): Cast read_seek return values to proper types.
Cast xcalloc return value to proper type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140158 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/mips-tdump.c
gcc/mips-tfile.c