zephyr/arch/arc
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
..
core arc: fix balign position to properly 4byte align global vars 2017-06-12 23:33:31 -04:00
include arc: Fix the bug in _load_callee_saved_regs 2017-05-19 15:58:41 +02:00
soc arc: em7d/em9d: fix typo in soc flags 2017-05-19 11:09:42 -04:00
Kbuild
Kconfig doc: spelling fixes in Kconfig files 2017-06-12 19:40:51 -04:00
Makefile boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
defconfig arc: Remove nonexistant Kconfig sybmol from defconfig 2016-07-27 17:14:54 +00:00