| 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.
|
|
|