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 335de24 commit 03ddd2fCopy full SHA for 03ddd2f
scripts/module.lds.S
@@ -29,6 +29,7 @@ SECTIONS {
29
.altinstructions 0 : ALIGN(8) { KEEP(*(.altinstructions)) }
30
__bug_table 0 : ALIGN(8) { KEEP(*(__bug_table)) }
31
__jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) }
32
+ __ex_table 0 : ALIGN(4) { KEEP(*(__ex_table)) }
33
34
__patchable_function_entries : { *(__patchable_function_entries) }
35
0 commit comments