mbed-os/platform/source/TARGET_CORTEX_M
Matthew Macovsky b7c0e89eb9 Fix IAR assembler errors on except.S
Fixes two errors produced on except.S by the IAR assembler (as seen in
issue #13200).

The first: "'ALIGN' is illegal. Use directive ALIGNROM or ALIGNRAM (the
first parameter is raised to the power of 2, the second is a 32-bit fill
value)."
Fixed by changing ALIGN to ALIGNROM 2 to align to a 4-byte boundary
(mirroring what ALIGN does in the ARM except.S).

The second (on THUMB): "Must be placed inside a section"
Fixed by moving THUMB after the SECTION directive so that it affects
that section.
2020-07-29 08:25:41 -07:00
..
TOOLCHAIN_ARM Streamline crash data access 2020-04-24 10:59:13 +03:00
TOOLCHAIN_GCC Streamline crash data access 2020-04-24 10:59:13 +03:00
TOOLCHAIN_IAR Fix IAR assembler errors on except.S 2020-07-29 08:25:41 -07:00
mbed_fault_handler.c Streamline crash data access 2020-04-24 10:59:13 +03:00