zephyr/include/linker
Yasushi SHOJI 6fc0d77432 arch: add big endian support
This patch adds Big Endian architecture support.  Even if a compiler
generating big endian object files is used, our linker script, or
include/linker/linker-tool-gcc.h to be precise, has default output
format as little endian.

This patch adds a hidden config CONFIG_BIG_ENDIAN, which should be set
by big endian architectures or a SoC's, and adds an condition to
switch OUTPUT_FORMAT in our linker.cmd.

Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
2018-10-10 09:28:05 -04:00
..
common-ram.ld
common-rom.ld
debug-sections.ld linker: warn about orphan sections 2018-10-09 08:23:41 -04:00
intlist.ld
kobject-rom.ld
kobject-text.ld
kobject.ld
linker-defs.h
linker-tool-gcc.h arch: add big endian support 2018-10-10 09:28:05 -04:00
linker-tool.h
priv_stacks-noinit.ld linker: warn about orphan sections 2018-10-09 08:23:41 -04:00
priv_stacks-rom.ld
priv_stacks-text.ld
priv_stacks.ld
rel-sections.ld linker: warn about orphan sections 2018-10-09 08:23:41 -04:00
section_tags.h
sections.h