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

Unified Diff: src/trusted/service_runtime/arch/mips/nacl_app.c

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Rebase (Saturday morning). Created 8 years, 3 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/trusted/platform_qualify/build.scons ('k') | src/trusted/service_runtime/arch/mips/nacl_signal_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/mips/nacl_app.c
diff --git a/src/trusted/service_runtime/arch/arm/nacl_app.c b/src/trusted/service_runtime/arch/mips/nacl_app.c
similarity index 79%
copy from src/trusted/service_runtime/arch/arm/nacl_app.c
copy to src/trusted/service_runtime/arch/mips/nacl_app.c
index e4b87df6ba8a05d88b2470f55b6cd26dc83448c9..e76d113e8cc2d6d5e7d787123c61bd59db6c7d37 100644
--- a/src/trusted/service_runtime/arch/arm/nacl_app.c
+++ b/src/trusted/service_runtime/arch/mips/nacl_app.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 The Native Client Authors. All rights reserved.
+ * Copyright 2012 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can
* be found in the LICENSE file.
*/
@@ -15,7 +15,7 @@
#include "native_client/src/trusted/desc/nacl_desc_io.h"
#include "native_client/src/trusted/service_runtime/sel_ldr.h"
-#include "native_client/src/trusted/service_runtime/arch/arm/sel_rt.h"
+#include "native_client/src/trusted/service_runtime/arch/mips/sel_rt.h"
/*
* No segments: (currently) no-op.
« no previous file with comments | « src/trusted/platform_qualify/build.scons ('k') | src/trusted/service_runtime/arch/mips/nacl_signal_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698