zephyr/arch/arc/core
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
..
offsets boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
Makefile arc: add _tsc_read for 64-bit timestamp 2017-02-15 05:55:09 +00:00
atomic.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
cache.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
cpu_idle.S arc: fix balign position to properly 4byte align global vars 2017-06-12 23:33:31 -04:00
fast_irq.S boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
fatal.c arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
fault.c arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
fault_s.S arc: fix balign position to properly 4byte align global vars 2017-06-12 23:33:31 -04:00
irq_manage.c Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
isr_wrapper.S arc: fix balign position to properly 4byte align global vars 2017-06-12 23:33:31 -04:00
prep_c.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
regular_irq.S boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
reset.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
swap.S arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
sys_fatal_error_handler.c arches: declare _SysFatalErrorHandler __weak 2017-06-08 13:49:36 -05:00
thread.c arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
thread_entry_wrapper.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
timestamp.c kernel: tickless: Add tickless kernel support 2017-04-27 13:46:28 +00:00
vector_table.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00