aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/codegen/ppc/code-stubs-ppc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/codegen/ppc/code-stubs-ppc.cc')
-rw-r--r--deps/v8/src/codegen/ppc/code-stubs-ppc.cc28
1 files changed, 28 insertions, 0 deletions
diff --git a/deps/v8/src/codegen/ppc/code-stubs-ppc.cc b/deps/v8/src/codegen/ppc/code-stubs-ppc.cc
new file mode 100644
index 0000000000..937c745662
--- /dev/null
+++ b/deps/v8/src/codegen/ppc/code-stubs-ppc.cc
@@ -0,0 +1,28 @@
+// Copyright 2014 the V8 project authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#if V8_TARGET_ARCH_PPC
+
+#include "src/api/api-arguments-inl.h"
+#include "src/base/bits.h"
+#include "src/code-stubs.h"
+#include "src/codegen/assembler-inl.h"
+#include "src/codegen/macro-assembler.h"
+#include "src/execution/frame-constants.h"
+#include "src/execution/frames.h"
+#include "src/execution/isolate.h"
+#include "src/ic/ic.h"
+#include "src/ic/stub-cache.h"
+#include "src/init/bootstrapper.h"
+#include "src/numbers/double.h"
+#include "src/objects/api-callbacks.h"
+#include "src/regexp/jsregexp.h"
+#include "src/regexp/regexp-macro-assembler.h"
+#include "src/runtime/runtime.h"
+
+namespace v8 {
+namespace internal {} // namespace internal
+} // namespace v8
+
+#endif // V8_TARGET_ARCH_PPC