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

Unified Diff: src/untrusted/irt/elf_restart_x86_64.S

Issue 7276050: Change startup ABI for untrusted code to be C-compatible (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: disable bogus stack_frame.cc test for now Created 9 years, 6 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/untrusted/irt/elf_restart_x86_32.S ('k') | src/untrusted/irt/irt_entry.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/elf_restart_x86_64.S
diff --git a/src/untrusted/irt/elf_restart_x86_64.S b/src/untrusted/irt/elf_restart_x86_64.S
deleted file mode 100644
index 95103a828037f30c1587cd73e7db727b57cd2919..0000000000000000000000000000000000000000
--- a/src/untrusted/irt/elf_restart_x86_64.S
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2011 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.
- */
-
-/*
- * The ELF entry point ABI is such that assembly code is required to
- * call the entry point.
- * See http://code.google.com/p/nativeclient/issues/detail?id=1131
- */
-
- /*
- * arg 1: %edi, new stack pointer
- * arg 2: %esi, entry point
- * arg 3: %edx, atexit function, to be left in %edx
- */
- .global jump_to_elf_start
-jump_to_elf_start:
- naclrestsp %edi, %r15
- nacljmp %esi, %r15
« no previous file with comments | « src/untrusted/irt/elf_restart_x86_32.S ('k') | src/untrusted/irt/irt_entry.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698