Chromium Code Reviews
DescriptionPNaCl: Build a PPAPI shims library on all architectures
Before, the shims library was only built on x86-64. We change it to
build on x86-32 and ARM too, where we define _pnacl_wrapper_start() to
be a trivial wrapper which immediately calls the user code's _start()
function.
This will mean we won't need an conditional for x86-64 in the
translators.
Since Gyp doesn't allow files to be excluded per architecture, I've
put #ifdefs into shim_ppapi.c and pnacl_shim.c.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=3018
TEST=I checked that libpnacl_irt_shim.a builds OK in Scons
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158121
Patch Set 1 #
Total comments: 3
Patch Set 2 : Review #
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||