zephyr/arch
Michael R Rosen b5d4a25a11 arc: fix balign position to properly 4byte align global vars
The .balign directives were not working correctly in their
previous positions as the directive was applying to the section
before the variable's section, causing in some builds the
variables to be misaligned, and accesses to them causing faults.
With the alignments after the section declaration, the variables
will now be aligned as specified. Any future variable declarations
should use this form instead to ensure proper alignment.

Signed-off-by: Michael R Rosen <michael.r.rosen@intel.com>
2017-06-12 23:33:31 -04:00
..
arc arc: fix balign position to properly 4byte align global vars 2017-06-12 23:33:31 -04:00
arm arm: nxp: mpu: Fix off-by-1 error in region index calculation 2017-06-12 11:40:12 -05:00
common build: simplfy how extra build steps are specified 2017-05-13 14:07:09 -04:00
nios2 stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
riscv32 stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
x86 samples: ipm: fix macro name 2017-06-09 22:36:23 -04:00
xtensa stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
Kconfig spell: Kconfig help typos: /arch 2017-04-24 20:14:53 +00:00
Makefile gen_isr_tables: New static interrupt build mechanism 2017-02-11 01:27:58 +00:00