Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: src/a64/frames-a64.cc

Issue 144963003: A64: add missing files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/a64/frames-a64.h ('k') | src/a64/full-codegen-a64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/a64/frames-a64.cc
diff --git a/src/arm/frames-arm.cc b/src/a64/frames-a64.cc
similarity index 88%
copy from src/arm/frames-arm.cc
copy to src/a64/frames-a64.cc
index f5a7dbd3ee1a791d193f4ad9bafb821325988007..0d629f22ae812f0b42c13c29deade26bc723d77b 100644
--- a/src/arm/frames-arm.cc
+++ b/src/a64/frames-a64.cc
@@ -1,4 +1,4 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2013 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -27,14 +27,9 @@
#include "v8.h"
-#if defined(V8_TARGET_ARCH_ARM)
+#if defined(V8_TARGET_ARCH_A64)
-#include "assembler.h"
-#include "assembler-arm.h"
-#include "assembler-arm-inl.h"
#include "frames-inl.h"
-#include "macro-assembler.h"
-#include "macro-assembler-arm.h"
namespace v8 {
namespace internal {
@@ -55,4 +50,4 @@ Register StubFailureTrampolineFrame::context_register() { return cp; }
} } // namespace v8::internal
-#endif // V8_TARGET_ARCH_ARM
+#endif // V8_TARGET_ARCH_A64
« no previous file with comments | « src/a64/frames-a64.h ('k') | src/a64/full-codegen-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698