]> git.ipfire.org Git - thirdparty/gcc.git/commit
mips-tfile.c: Cast arg to PTR when specifier is HOST_PTR_PRINTF.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 12 Mar 2001 02:37:56 +0000 (02:37 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 12 Mar 2001 02:37:56 +0000 (02:37 +0000)
commit45a647bee982216e27536ea8f9a23389c1a15369
tree5156260a027e6de15817a1c12ce4d7f0e5eac149
parentc7ca5912e35ee202df6d4ab8036e8d1671221f5c
mips-tfile.c: Cast arg to PTR when specifier is HOST_PTR_PRINTF.

* mips-tfile.c: Cast arg to PTR when specifier is HOST_PTR_PRINTF.
(__proto, PTR_T, CPTR_T): Delete, use PARAMS/PTR instead.
(local_index, local_rindex): Delete, use strchr/strrchr instead.
(copy_object): Fix format specifier vs argument mismatch.

* mips-tdump.c: Make local functions static.
(rindex): Don't #undef.
(__proto, PTR_T, CPTR_T): Delete, use PARAMS/PTR instead.
(fatal, fancy_abort): Delete.
(read_seek): Avoid signed/unsigned compare.

From-SVN: r40391
gcc/ChangeLog
gcc/mips-tdump.c
gcc/mips-tfile.c