On Mon, Dec 12, 2011 at 08:42:40AM -0800, John Reiser wrote:
> In the output from any "svn diff" the header for each file indicates which 
> version:

Thanks for the hint, I haven't thought about that.


> Apparently you are on revision 11823, more than 260 revisions before 12084
> of Comment #2.  Why so old?

After I failed to apply all three patches on the latest trunk, I wanted
to have some working basis to try the tool.


> One common beginner error is not reversing the patch from Comment #2
> before trying to apply the newer version from Comment #6.

So:

* Apply #2.
* Apply #3 in VEX.
* Revert coregrind/m_dispatch/dispatch-arm-linux.S.
* Apply #6.

Is this how you've meant it?


I've tried this on r12305 and was able to build it for arm-linux-gnu.
Running it on PXA255 under Debian results in an illegal instruction at
0x38041f64, which seems to be the following:

38041f50 <do_syscall_WRK>:
38041f50:       e92d00b0        stmdb   sp!, {r4, r5, r7}
38041f54:       e59d400c        ldr     r4, [sp, #12]
38041f58:       e59d5010        ldr     r5, [sp, #16]
38041f5c:       e59d7014        ldr     r7, [sp, #20]
38041f60:       ef000000        svc     0x00000000
38041f64:       e8bd00b0        ldmia   sp!, {r4, r5, r7}
38041f68:       e12fff1e        bx      lr

What is the problem here?


Thanks in advance,
Baurzhan.

------------------------------------------------------------------------------
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to