]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c warnings.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Tue, 9 Sep 2008 16:36:14 +0000 (16:36 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 9 Sep 2008 16:36:14 +0000 (16:36 +0000)
commit1f57487cf037ee3d06beab4b6dfc6a2dddb9a878
tree7f56945272b1970151fb4c039272d8f22336a453
parent00efcc2b88028e7582b1090617125256e3cd7292
Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c warnings.

* 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.

From-SVN: r140158
gcc/ChangeLog
gcc/Makefile.in
gcc/mips-tdump.c
gcc/mips-tfile.c