summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-17 14:14:58 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-17 18:14:06 +0100
commit9ccf743c4ee38f228abeebb5a7cd5f8618f9a602 (patch)
treeb980374a9373d0b23bc40703683bff17676d5d27
parentba4f4d65b93e28ea0272cc1427c95dd2c9b6ed33 (diff)
parentce0de1819ac3aad1d7da9e7bcfd99331fcc23dd7 (diff)
Merge remote-tracking branch 'origin/stable' into dev
-rwxr-xr-xbin/cherry-pick-from-v8.sh2
-rwxr-xr-xbin/update-v8.sh2
-rw-r--r--config.tests/hardfloat/hardfloat.cpp2
-rw-r--r--src/3rdparty/v8/src/assembler.cc3
-rw-r--r--src/v8/qcalculatehash_p.h2
-rw-r--r--tests/auto/v8/tst_v8.cpp2
-rw-r--r--tests/auto/v8/v8main.cpp2
-rw-r--r--tests/auto/v8/v8test.cpp2
-rw-r--r--tests/auto/v8/v8test.h2
9 files changed, 10 insertions, 9 deletions
diff --git a/bin/cherry-pick-from-v8.sh b/bin/cherry-pick-from-v8.sh
index 6da67ca..00a1050 100755
--- a/bin/cherry-pick-from-v8.sh
+++ b/bin/cherry-pick-from-v8.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#############################################################################
##
-## Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
## Contact: http://www.qt-project.org/legal
##
## This file is the build configuration utility of the Qt Toolkit.
diff --git a/bin/update-v8.sh b/bin/update-v8.sh
index 25d9ea9..7113814 100755
--- a/bin/update-v8.sh
+++ b/bin/update-v8.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#############################################################################
##
-## Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
## Contact: http://www.qt-project.org/legal
##
## This file is the build configuration utility of the Qt Toolkit.
diff --git a/config.tests/hardfloat/hardfloat.cpp b/config.tests/hardfloat/hardfloat.cpp
index 928266a..5b5016b 100644
--- a/config.tests/hardfloat/hardfloat.cpp
+++ b/config.tests/hardfloat/hardfloat.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the config.tests of the Qt Toolkit.
diff --git a/src/3rdparty/v8/src/assembler.cc b/src/3rdparty/v8/src/assembler.cc
index 87b7804..1027987 100644
--- a/src/3rdparty/v8/src/assembler.cc
+++ b/src/3rdparty/v8/src/assembler.cc
@@ -1243,7 +1243,8 @@ double power_double_int(double x, int y) {
double power_double_double(double x, double y) {
-#ifdef __MINGW64_VERSION_MAJOR
+#if defined(__MINGW64_VERSION_MAJOR) && \
+ (!defined(__MINGW64_VERSION_RC) || __MINGW64_VERSION_RC < 1)
// MinGW64 has a custom implementation for pow. This handles certain
// special cases that are different.
if ((x == 0.0 || isinf(x)) && isfinite(y)) {
diff --git a/src/v8/qcalculatehash_p.h b/src/v8/qcalculatehash_p.h
index 715fa6e..7076b48 100644
--- a/src/v8/qcalculatehash_p.h
+++ b/src/v8/qcalculatehash_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtV8 module of the Qt Toolkit.
diff --git a/tests/auto/v8/tst_v8.cpp b/tests/auto/v8/tst_v8.cpp
index f13e8f5..7461ce3 100644
--- a/tests/auto/v8/tst_v8.cpp
+++ b/tests/auto/v8/tst_v8.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/v8/v8main.cpp b/tests/auto/v8/v8main.cpp
index fe75bd9..5ec41ad 100644
--- a/tests/auto/v8/v8main.cpp
+++ b/tests/auto/v8/v8main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/v8/v8test.cpp b/tests/auto/v8/v8test.cpp
index 4a1153a..6621846 100644
--- a/tests/auto/v8/v8test.cpp
+++ b/tests/auto/v8/v8test.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/v8/v8test.h b/tests/auto/v8/v8test.h
index 900d25f..2db655c 100644
--- a/tests/auto/v8/v8test.h
+++ b/tests/auto/v8/v8test.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.