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

Unified Diff: src/untrusted/nacl/nacl.scons

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/nacl.scons ('k') | src/untrusted/nacl/nacl_irt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.scons
diff --git a/src/untrusted/nacl/nacl.scons b/src/untrusted/nacl/nacl.scons
index 76d9d5e6976b68af6860d2308c8410fd56ddf738..578893dd1264a12abfe9faaafb6ca00656f58720 100644
--- a/src/untrusted/nacl/nacl.scons
+++ b/src/untrusted/nacl/nacl.scons
@@ -36,6 +36,7 @@ sources_for_standard_interfaces = [
'sbrk.c',
'sched_yield.c',
'stacktrace.c',
+ 'start.c',
'stat.c',
'sysconf.c',
'tls.c',
@@ -78,7 +79,7 @@ irt_interface_sources = ['irt_basic.c',
env.NaClSdkLibrary('libnacl', sources + irt_interface_sources)
env.AddLibraryToSdk(['libnacl'])
-header_install = env.AddHeaderToSdk(['nacl_thread.h'])
+header_install = env.AddHeaderToSdk(['nacl_startup.h', 'nacl_thread.h'])
env.Requires('libnacl', header_install)
env.NaClSdkLibrary('libnacl_dyncode', ['dyncode.c'], LIBS=['nacl'])
« no previous file with comments | « src/untrusted/irt/nacl.scons ('k') | src/untrusted/nacl/nacl_irt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698