[V8] Add support for MinGW-w64
authorJonathan Liu <net147@gmail.com>
Sat, 19 May 2012 14:25:37 +0000 (00:25 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 21 May 2012 11:27:07 +0000 (13:27 +0200)
commit515e5b5194bada3a41a9026a02a9cb1773893fdd
tree9fb034de1f9679b549f6edb5aca0a89e30e6819b
parenta023fd39276e66c2d3cbb6a8c05f8a6b75a97527
[V8] Add support for MinGW-w64

This includes several upstream patches to allow V8 to work properly
with MinGW-w64.

Upstream patches:
- https://chromiumcodereview.appspot.com/9959050
- https://chromiumcodereview.appspot.com/10103030
- https://chromiumcodereview.appspot.com/10019012
- https://chromiumcodereview.appspot.com/10108022
- https://chromiumcodereview.appspot.com/10116001

Change-Id: I86876aa67a5bdea1208c7ee33a739eb7c00fd72b
Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
src/3rdparty/v8/src/assembler.cc
src/3rdparty/v8/src/conversions-inl.h
src/3rdparty/v8/src/platform-win32.cc
src/3rdparty/v8/src/x64/macro-assembler-x64.cc
src/3rdparty/v8/src/x64/stub-cache-x64.cc
src/3rdparty/v8/test/cctest/test-disasm-x64.cc