zephyr/subsys/testsuite
Charles E. Youse 155853b39c subsys/testsuite/coverage: move initialization vector to RODATA
The .init_array vector is, in fact, read-only data, so put it there.

Previously it was placed at the end of the ROM, but was unknown to
the x86 memory protection code with XIP enabled (because it was not
part of the text, rodata, or kernel RAM). Until recently, the XIP
implementation artificially bloated _image_rodata_size to cover the
entire ROM, so the (mis)placement of .init_array went unnoticed.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-12 09:53:34 +08:00
..
coverage subsys/testsuite/coverage: move initialization vector to RODATA 2019-09-12 09:53:34 +08:00
include arch: arm: Add Cortex-R support 2019-08-09 22:50:50 +02:00
ztest logging: Add basic userspace support 2019-08-27 14:29:21 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig drivers/pci: remove legacy PCI implementation 2019-09-08 22:09:10 -04:00
unittest.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00