Reviewers: danno,

Description:
Merged r12691 into 3.13 branch.

ARM: allow VFP3 instructions when hardfloat is enabled.

BUG=152506

[email protected]


Please review this at https://chromiumcodereview.appspot.com/11099050/

SVN Base: https://v8.googlecode.com/svn/branches/3.13

Affected files:
  M build/common.gypi
  M src/version.cc


Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index fdf4d9c3076163ada147cef15f05e5084f251c5c..45b6b482063fa0ebd6e89083721f132e7e901861 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -152,7 +152,7 @@
           [ 'v8_use_arm_eabi_hardfloat=="true"', {
             'defines': [
               'USE_EABI_HARDFLOAT=1',
-              'CAN_USE_VFP_INSTRUCTIONS',
+              'CAN_USE_VFP3_INSTRUCTIONS',
             ],
             'target_conditions': [
               ['_toolset=="target"', {
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 5654d3cf26dc3858ea9635837b8742dc9670fad3..53367aefc05171653928ffbbebfe8c24621f1051 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     13
 #define BUILD_NUMBER      7
-#define PATCH_LEVEL       2
+#define PATCH_LEVEL       3
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to