build: add _ASMLANGUAGE to all asm files

This avoids asm files from having to explicitly define the _ASMLANGUAGE
symbol themselves.

Change-Id: I71f5a169f75d7443a58a0365a41c55b20dae3029
Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
This commit is contained in:
Benjamin Walsh 2017-01-22 18:06:10 -05:00 committed by Anas Nashif
commit ee659ae1a1
46 changed files with 1 additions and 84 deletions

View file

@ -15,8 +15,6 @@
* rebooting might trigger the exact same problem over and over.
*/
#define _ASMLANGUAGE
#include <toolchain.h>
#include <sections.h>

View file

@ -11,8 +11,6 @@
* Reset handler that prepares the system for running C code.
*/
#define _ASMLANGUAGE
#include <board.h>
#include <toolchain.h>
#include <sections.h>

View file

@ -11,8 +11,6 @@
* Software ISR table for ARM
*/
#define _ASMLANGUAGE
#include <toolchain.h>
#include <sections.h>
#include <arch/cpu.h>

View file

@ -16,8 +16,6 @@
* rest should not be triggered until the kernel is ready to handle them.
*/
#define _ASMLANGUAGE
#include <board.h>
#include <toolchain.h>
#include <sections.h>

View file

@ -10,8 +10,6 @@
*
*/
#define _ASMLANGUAGE
#include <offsets_short.h>
#include <toolchain.h>
#include <sections.h>

View file

@ -14,8 +14,6 @@
* wrapped around by _isr_wrapper()).
*/
#define _ASMLANGUAGE
#include <kernel_structs.h>
#include <offsets_short.h>
#include <toolchain.h>

View file

@ -11,8 +11,6 @@
* Fault handlers for ARM Cortex-M processors.
*/
#define _ASMLANGUAGE
#include <toolchain.h>
#include <sections.h>
#include <arch/cpu.h>

View file

@ -12,8 +12,6 @@
* a parameter.
*/
#define _ASMLANGUAGE
#include <offsets_short.h>
#include <toolchain.h>
#include <sections.h>

View file

@ -12,8 +12,6 @@
* on ARM Cortex-M3/M4 CPUs.
*/
#define _ASMLANGUAGE
#include <kernel_structs.h>
#include <offsets_short.h>
#include <toolchain.h>