gcc/gcc ChangeLog mips-tfile.c mips-tdump.c
ghazi@gcc.gnu.org
ghazi@gcc.gnu.org
Sun Mar 11 18:37:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: ghazi@gcc.gnu.org 2001-03-11 18:37:57
Modified files:
gcc : ChangeLog mips-tfile.c mips-tdump.c
Log message:
* 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.9504&r2=1.9505
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mips-tfile.c.diff?cvsroot=gcc&r1=1.35&r2=1.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mips-tdump.c.diff?cvsroot=gcc&r1=1.19&r2=1.20
More information about the Gcc-cvs
mailing list