|
From: John R. <jr...@bi...> - 2011-10-09 02:52:10
|
> I'm going to try forcing 8-alignment by: > ALIGN = 8 -1; That worked. "make nonexp-regtest" on armv5tel Linux shows: == 430 tests, 104 stderr failures, 7 stdout failures, 0 stderrB failures, 0 stdoutB failures, 1 post failure == With a quick analysis of errors: 6 memcheck (compiler bug, others) 0 callgrind 0 cachegrind 0 lackey 1 massif 6 none (primitive MMU: first .data page must be copied, not mapped) 43 helgrind (armv5 hardware lacks ldrex/strex) 56 drd (all or nearly all implicating glibc/nptl) -- |