Date: Wed, 11 Aug 2010 02:28:39 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/libexec/rtld-elf/mips reloc.c src/sys/mips/include endian.h Message-ID: <201008110230.o7B2U6O9058621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
neel 2010-08-11 02:28:39 UTC FreeBSD src repository Modified files: libexec/rtld-elf/mips reloc.c sys/mips/include endian.h Log: SVN rev 211159 on 2010-08-11 02:28:39Z by neel Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revert r211130 in favor of this more general fix. This fixes a compilation error for mips 64-bit little endian build. libexec/rtld-elf/mips/reloc.c:196: warning: right shift count >= width of type Suggested by: stefanf, jchandra, bde Revision Changes Path 1.7 +1 -1 src/libexec/rtld-elf/mips/reloc.c 1.3 +6 -6 src/sys/mips/include/endian.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008110230.o7B2U6O9058621>