K 10 svn:author V 4 neel K 8 svn:date V 27 2010-08-10T05:15:35.455018Z K 7 svn:log V 280 Fix compilation error for 64-bit little endian build: libexec/rtld-elf/mips/reloc.c:196: warning: right shift count >= width of type When the expression '(r_info) >> 32' was passed to bswap32() it was promptly changed to '(uint32_t)(r_info) >> 32' which is not what we intended. END