Revision: 10710 Author: [email protected] Date: Wed Feb 15 00:18:06 2012 Log: MIPS: Enabled mips in tools/disasm.py.
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9307118 Patch from Daniel Kalmar <[email protected]>. http://code.google.com/p/v8/source/detail?r=10710 Modified: /branches/bleeding_edge/tools/disasm.py ======================================= --- /branches/bleeding_edge/tools/disasm.py Tue Feb 22 06:25:26 2011 +++ /branches/bleeding_edge/tools/disasm.py Wed Feb 15 00:18:06 2012 @@ -48,7 +48,8 @@ _ARCH_MAP = { "ia32": "-m i386", "x64": "-m i386 -M x86-64", - "arm": "-m arm" # Not supported by our objdump build. + "arm": "-m arm", # Not supported by our objdump build. + "mips": "-m mips" # Not supported by our objdump build. } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
