We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a79f7 commit 6d5ac19Copy full SHA for 6d5ac19
src/trusted/service_runtime/linux/nacl_bootstrap.x
@@ -72,7 +72,7 @@ SECTIONS {
72
/*
73
* Here is the program itself.
74
*/
75
- .text : ALIGN(CONSTANT(MAXPAGESIZE)) {
+ .text : {
76
*(.text*)
77
} :text
78
.rodata : {
0 commit comments