neel e9108ccbcc 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.
2010-08-10 05:15:35 +00:00
..
2010-01-14 05:35:32 +00:00
2010-01-13 18:24:04 +00:00
2010-02-26 09:41:16 +00:00
2010-02-26 09:41:16 +00:00
2010-08-06 14:33:42 +00:00
2009-12-03 15:48:24 +00:00