diff options
Diffstat (limited to 'scripts/module-common.lds')
-rw-r--r-- | scripts/module-common.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/module-common.lds b/scripts/module-common.lds index cf7e52e4781b..9b6e246a45d0 100644 --- a/scripts/module-common.lds +++ b/scripts/module-common.lds | |||
@@ -22,4 +22,6 @@ SECTIONS { | |||
22 | 22 | ||
23 | . = ALIGN(8); | 23 | . = ALIGN(8); |
24 | .init_array 0 : { *(SORT(.init_array.*)) *(.init_array) } | 24 | .init_array 0 : { *(SORT(.init_array.*)) *(.init_array) } |
25 | |||
26 | __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) } | ||
25 | } | 27 | } |