* mips-tfile.c (init_file): Add missing initializers in the
commit7592a77f884ad041089323f10521e0fe47459570
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 03:47:48 +0000 (11 03:47 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 03:47:48 +0000 (11 03:47 +0000)
treeef6f94ee13d4cbe3f2097dd91edeeb0121e105db
parent65ab918f0b5b09f3fe9ee5e34391dc0ff741988f
* 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.

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