gold/
authorRoland McGrath <roland@gnu.org>
Thu, 1 Nov 2012 22:35:06 +0000 (22:35 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 1 Nov 2012 22:35:06 +0000 (22:35 +0000)
commit50ed5eb142b3246bd16be9626f0cf9565f44d8f9
treecd5a5be5243c70fc9f6142338cef99a8e915e602
parente5496e3ec63c885dea17d9abc604b91f1600d563
gold/
* dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
SYMNDX to off_t before comparing it to this->data_size().
* output.cc (Output_symtab_xindex::endian_do_write): Likewise.
* incremental.cc (Output_section_incremental_inputs::do_write):
Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
gold/ChangeLog
gold/dwarf_reader.cc
gold/incremental.cc
gold/output.cc