]> git.ipfire.org Git - thirdparty/valgrind.git/commit
arm/v6intThumb: Disable tests for instructions modifying pc (ldr pc, add pc)
authorMark Wielaard <mark@klomp.org>
Sat, 29 Mar 2025 20:21:45 +0000 (21:21 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 29 Mar 2025 20:21:45 +0000 (21:21 +0100)
commitae32e44d1e891dd2adbb056b0bb127b21efc1b67
tree2a7c4169a162344831f929211d87e1880de0693a
parent19c00de89e0fa21c62a5c0c0d1b1cc081f4ce00a
arm/v6intThumb: Disable tests for instructions modifying pc (ldr pc, add pc)

The test doesn't compile.

/usr/bin/ld: v6intThumb-v6intThumb.o(.text+0xf2): unresolvable
R_ARM_THM_CALL relocation against symbol `printf@@GLIBC_2.4'

Changing the movw and movt into a ldr as suggested in
https://bugs.kde.org/show_bug.cgi?id=339862#c1
Causes a different compile error.

/tmp/ccveFwf0.s:140: Error: offset out of range

So disable it for now.
none/tests/arm/v6intThumb.c
none/tests/arm/v6intThumb.stdout.exp