-
Enhancement
-
Resolution: Implemented
-
Medium
-
Code Generation Tools
-
CODEGEN-8450
-
-
default
The ARM compiler manual documents #pragma CODE_ALIGN. But then this happens ...
% type file.c #pragma CODE_ALIGN(fxn, 32) int fxn() { return 10; } % armcl file.c "file.c", line 1: warning: unrecognized #pragma