Author: David Schneider <[email protected]>
Branch: jitframe-on-heap
Changeset: r61414:85b19ba29140
Date: 2013-02-18 17:24 +0100
http://bitbucket.org/pypy/pypy/changeset/85b19ba29140/

Log:    add further architecture

diff --git a/rpython/jit/backend/tool/viewcode.py 
b/rpython/jit/backend/tool/viewcode.py
--- a/rpython/jit/backend/tool/viewcode.py
+++ b/rpython/jit/backend/tool/viewcode.py
@@ -16,12 +16,12 @@
 import sys
 import subprocess
 from bisect import bisect_left
+
 # don't use rpython.tool.udir here to avoid removing old usessions which
 # might still contain interesting executables
 udir = py.path.local.make_numbered_dir(prefix='viewcode-', keep=2)
 tmpfile = str(udir.join('dump.tmp'))
 
-
 # hack hack
 import rpython.tool
 mod = new.module('rpython.tool.udir')
@@ -54,6 +54,7 @@
         'x86_64': 'x86-64',
         'i386': 'i386',
         'arm': 'arm',
+        'arm_32': 'arm',
     }
     cmd = find_objdump()
     objdump = ('%(command)s -M %(backend)s -b binary -m %(machine)s '
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to