gcc/gcc ChangeLog mips-tfile.c
sayle@gcc.gnu.org
sayle@gcc.gnu.org
Tue Feb 11 03:47:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sayle@gcc.gnu.org 2003-02-11 03:47:51
Modified files:
gcc : ChangeLog mips-tfile.c
Log message:
* mips-tfile.c (init_file): Add missing initializers in the
"#ifdef __alpha" case.
(file_offset, max_file_offset): Declare as unsigned long.
(write_varray): Cast to "unsigned long" in comparisons against
either file_offset or max_file_offset.
(write_object): Likewise.
(read_seek): Likewise.
(copy_object): Likewise. Declare "ifd" as int to match its use
in add_ext_symbol, and avoid signed/unsigned conditional warning.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16690&r2=1.16691
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mips-tfile.c.diff?cvsroot=gcc&r1=1.49&r2=1.50
More information about the Gcc-cvs
mailing list