From e24dc958d8f81e7e649b0a41a2f5f764f23c3733 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 9 Dec 2025 06:33:52 +0100 Subject: [PATCH] nacl_helper_bootstrap: associate .rodata with :text PHDR, fix build with GCC --- src/trusted/service_runtime/linux/nacl_bootstrap.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trusted/service_runtime/linux/nacl_bootstrap.x b/src/trusted/service_runtime/linux/nacl_bootstrap.x index b49a2a30..88136952 100644 --- a/src/trusted/service_runtime/linux/nacl_bootstrap.x +++ b/src/trusted/service_runtime/linux/nacl_bootstrap.x @@ -78,7 +78,7 @@ SECTIONS { .rodata : { *(.rodata*) *(.eh_frame*) - } + } :text etext = .;