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 73a2c7da0e55..53234e85192a 100644 --- a/scripts/module-common.lds +++ b/scripts/module-common.lds | |||
@@ -19,4 +19,6 @@ SECTIONS { | |||
19 | 19 | ||
20 | . = ALIGN(8); | 20 | . = ALIGN(8); |
21 | .init_array 0 : { *(SORT(.init_array.*)) *(.init_array) } | 21 | .init_array 0 : { *(SORT(.init_array.*)) *(.init_array) } |
22 | |||
23 | __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) } | ||
22 | } | 24 | } |