commit | ee3e7cd720887077ad27f48f4c8e681926c16587 | [log] [tgz] |
---|---|---|
author | Ambroise Vincent <ambroise.vincent@arm.com> | Wed Jul 03 16:44:49 2019 +0100 |
committer | Ambroise Vincent <ambroise.vincent@arm.com> | Thu Aug 01 11:34:18 2019 +0100 |
tree | b2be6933f915effc206f73faf1ce5a73118751c7 | |
parent | 6927d85a0429bd247cb76b7cb4201e330fc745a1 [diff] |
ld: Separate code and RO data sections This prevents the execution of the read-only data. This is done in a similar way in TF-A when the build flag SEPARATE_CODE_AND_RODATA is enabled. The build flag is probably not needed in TF-A Tests. Change-Id: I2bdc0237c00377beb2febeb47207770c85036192 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>