Author: David Schneider <[email protected]>
Branch: jitframe-on-heap
Changeset: r61413:0dff79981834
Date: 2013-02-18 17:24 +0100
http://bitbucket.org/pypy/pypy/changeset/0dff79981834/
Log: objdump shortcut
diff --git a/rpython/jit/backend/arm/tool/viewdump.sh
b/rpython/jit/backend/arm/tool/viewdump.sh
new file mode 100755
--- /dev/null
+++ b/rpython/jit/backend/arm/tool/viewdump.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+objdump -D -M reg-names-std --architecture=arm --target=binary ${1}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit