Skip to content

Commit 4ba6efa

Browse files
committed
nacl_helper_bootstrap: associate .rodata with :text PHDR, fix build on GCC
1 parent 6869808 commit 4ba6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trusted/service_runtime/linux/nacl_bootstrap.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SECTIONS {
7878
.rodata : {
7979
*(.rodata*)
8080
*(.eh_frame*)
81-
}
81+
} :text
8282

8383
etext = .;
8484

0 commit comments

Comments
 (0)