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 6c70514 commit 8105c0fCopy full SHA for 8105c0f
src/trusted/service_runtime/linux/nacl_bootstrap.x
@@ -65,7 +65,7 @@ SECTIONS {
65
* It's both part of the text PT_LOAD segment (like other rodata) and
66
* it's what the PT_NOTE header points to.
67
*/
68
- .note.gnu.build-id : ALIGN(CONSTANT(MAXPAGESIZE)) {
+ .note.gnu.build-id : {
69
*(.note.gnu.build-id)
70
} :text :note
71
@@ -118,7 +118,7 @@ SECTIONS {
118
* be clobbered by NaCl. We want this to be visible at its fixed address
119
* in the memory image so the debugger can make sense of things.
120
121
- .r_debug : ALIGN(CONSTANT(MAXPAGESIZE)) {
+ .r_debug : {
122
*(.r_debug)
123
} :r_debug
124
0 commit comments