]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix memcheck/vbit-test for BE platforms
authorAleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Fri, 17 Apr 2020 18:22:38 +0000 (18:22 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 17 Apr 2020 18:24:51 +0000 (18:24 +0000)
commit93bb2da218a691532cd709b195b687e02ac0f1d2
treef742f19a26b97b813f6bf23e3417104ddfbb836c
parentfeccc40da7a5d9ec29d23d819dbdf17ad793ac3d
Fix memcheck/vbit-test for BE platforms

We do not need u1 member of bits union as long as we use u32 for the same
purpose. Overlapping uint8_t with uint32_t causes a problem on BE platforms,
since LSB of u32 is not overlap with u1.
NEWS
memcheck/tests/vbit-test/binary.c
memcheck/tests/vbit-test/vbits.c
memcheck/tests/vbit-test/vbits.h