zephyr/arch/xtensa
Max Filippov 59926490be xtensa: move #include <linker/common-*.ld> up
Move linker/common-rom.ld between .rodata sections so that it's together
with other immutable data.
Move linker/common-ram.ld before the .bss section, so that .bss does not
appear between data sections, which had two consequences:
- there's a .bss-sized gap in the ELF image, and
- PHDR segment that covers .bss overlaps the segment that covers .data,
  resulting in the following xt-run warning:

  ( [ sample_controller ] load_bfd ) *WARNING* Executable segment
    [ 60004d60, 600079a7 ] overlaps an existing executable segment

Change-Id: I2db46f4656e240016fe60883057cc000b6377180
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2017-04-20 16:01:18 +00:00
..
core Revert "arch: Convert formatter strings to use PRI defines" 2017-04-19 10:50:51 -05:00
include kernel: rename nanoArchInit->kernel_arch_init 2017-04-19 10:59:35 -05:00
soc xtensa: move #include <linker/common-*.ld> up 2017-04-20 16:01:18 +00:00
Kbuild
Kconfig xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00
Makefile xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00