summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2010-08-10 05:15:35 +0000
committerneel <neel@FreeBSD.org>2010-08-10 05:15:35 +0000
commite9108ccbccee54e4f00b8413c41e0669b6bc9f2f (patch)
treeb4eb13e9c851cb37ab2b5ec0a3ea1dec5934f52c /release
parent9cecaf1c609002e678a1da679f00863707438b89 (diff)
downloadFreeBSD-src-e9108ccbccee54e4f00b8413c41e0669b6bc9f2f.zip
FreeBSD-src-e9108ccbccee54e4f00b8413c41e0669b6bc9f2f.tar.gz
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.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud