zephyr/include/arch/arm/aarch32
Stephanos Ioannidis 8b27d5c6b9 linker: Clean up section name definitions
This commit cleans up the section name definitions in the linker
sections header file (`include/linker/sections.h`) to have the uniform
format of `_(SECTION)_SECTION_NAME`.

In addition, the scope of the short section reference aliases (e.g.
`TEXT`, `DATA`, `BSS`) are now limited to the ASM code, as they are
currently used (and intended to be used) only by the ASM code to
specify the target section for functions and variables, and these short
names can cause name conflicts with the symbols used in the C code.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-04-30 13:42:36 -04:00
..
cortex_a_r arm: Convert DT_CCM_* to new devicetree.h macros 2020-04-26 06:04:46 -05:00
cortex_m linker: Clean up section name definitions 2020-04-30 13:42:36 -04:00
cortex_r arch: arm: aarch32: Add header shims for cortex_a_r renaming 2020-03-26 11:20:36 +01:00
arch.h kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
asm_inline_gcc.h arch: arm: aarch32: Rename cortex_r to cortex_a_r 2020-03-26 11:20:36 +01:00
asm_inline.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
error.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
exc.h kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
irq.h irq: Remove return value from IRQ_CONNECT and IRQ_DIRECT_CONNECT 2020-04-17 13:19:07 -05:00
misc.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
nmi.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
syscall.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
thread.h kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00