Warning fixes:
commitf5cef9501e3c640ec75460b3f20bc13f792eded9
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 1998 06:30:39 +0000 (22 06:30 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 1998 06:30:39 +0000 (22 06:30 +0000)
tree2a4943864456d3e6d94ac9b89832572655a0878c
parentee5605bfc8ff92700500a398c783be7269596f9b
Warning fixes:
        * mips-tfile.c (add_local_symbol): Cast width format specifier to int.
        (add_ext_symbol): Likewise.
        (add_file): Likewise.
        (parse_def): Likewise.
        (write_varray): Use HOST_PTR_PRINTF to print a pointer.  Fix
        remaining format specifiers and arguments.
        (write_object): Likewise, several times.
        (read_seek): Likewise.
        (out_of_bounds): Likewise.
        (allocate_cluster): Likewise.
        (xmalloc): Likewise.
        (xcalloc): Likewise.
        (xrealloc): Likewise.
        (xfree): Likewise.
        * mips-tdump.c (print_symbol): Likewise.

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