|
From: <led...@vt...> - 2006-12-18 18:00:21
|
I am running code compiled on a ppc970 using IBM's XLC compiler. (/proc/version is Linux version 2.6.9-42.EL (bhc...@js...) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 SMP Wed Jul 12 23:22:51 EDT 2006). I keep getting unhandled instruction messages for the following instructions: 7c 00 2a ce lvxl v0,r0,r5 and 7c 8d 42 a6 mfspr r4,269 The first is an Altivec load instruction, and the second is a read of a special purpose register (specifically, the ppc timebase register). I'm using valgrind 3.2.1 and built it with the default options. Any help would be appreciated. |