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

Unified Diff: src/untrusted/stubs/crtn_arm.S

Issue 9816003: GYP build for ARM untrusted runtime. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 9 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
Index: src/untrusted/stubs/crtn_arm.S
===================================================================
--- src/untrusted/stubs/crtn_arm.S (revision 8056)
+++ src/untrusted/stubs/crtn_arm.S (working copy)
@@ -38,7 +38,7 @@
/* END .init section */
/* ====================================================================== */
.section .init
- .align NACL_ARM_BUNDLE_SIZE_LOG
+ .align NACL_BLOCK_SHIFT
robertm 2012/03/23 15:03:38 dito
pop {r4, lr}
nop
bic lr, lr, #NACL_CONTROL_FLOW_MASK
@@ -48,7 +48,7 @@
/* END .fini section */
/* ====================================================================== */
.section .fini
- .align NACL_ARM_BUNDLE_SIZE_LOG
+ .align NACL_BLOCK_SHIFT
pop {r4, lr}
nop
bic lr, lr, #NACL_CONTROL_FLOW_MASK
« src/untrusted/stubs/crti_arm.S ('K') | « src/untrusted/stubs/crti_arm.S ('k') | tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698