diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gcc-plugins/sancov_plugin.c | 2 | ||||
-rw-r--r-- | scripts/module-common.lds | 2 | ||||
-rw-r--r-- | scripts/spelling.txt | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/scripts/gcc-plugins/sancov_plugin.c b/scripts/gcc-plugins/sancov_plugin.c index 9b0b5cbc5b89..0f98634c20a0 100644 --- a/scripts/gcc-plugins/sancov_plugin.c +++ b/scripts/gcc-plugins/sancov_plugin.c | |||
@@ -133,7 +133,7 @@ __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gc | |||
133 | #if BUILDING_GCC_VERSION < 6000 | 133 | #if BUILDING_GCC_VERSION < 6000 |
134 | register_callback(plugin_name, PLUGIN_START_UNIT, &sancov_start_unit, NULL); | 134 | register_callback(plugin_name, PLUGIN_START_UNIT, &sancov_start_unit, NULL); |
135 | register_callback(plugin_name, PLUGIN_REGISTER_GGC_ROOTS, NULL, (void *)>_ggc_r_gt_sancov); | 135 | register_callback(plugin_name, PLUGIN_REGISTER_GGC_ROOTS, NULL, (void *)>_ggc_r_gt_sancov); |
136 | register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &sancov_plugin_pass_info); | 136 | register_callback(plugin_name, PLUGIN_PASS_MANAGER_SETUP, NULL, &sancov_pass_info); |
137 | #endif | 137 | #endif |
138 | 138 | ||
139 | return 0; | 139 | return 0; |
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 | } |
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 0458b037c8a1..0545f5a8cabe 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -372,6 +372,8 @@ disassocation||disassociation | |||
372 | disapear||disappear | 372 | disapear||disappear |
373 | disapeared||disappeared | 373 | disapeared||disappeared |
374 | disappared||disappeared | 374 | disappared||disappeared |
375 | disble||disable | ||
376 | disbled||disabled | ||
375 | disconnet||disconnect | 377 | disconnet||disconnect |
376 | discontinous||discontinuous | 378 | discontinous||discontinuous |
377 | dispertion||dispersion | 379 | dispertion||dispersion |
@@ -732,6 +734,7 @@ oustanding||outstanding | |||
732 | overaall||overall | 734 | overaall||overall |
733 | overhread||overhead | 735 | overhread||overhead |
734 | overlaping||overlapping | 736 | overlaping||overlapping |
737 | overide||override | ||
735 | overrided||overridden | 738 | overrided||overridden |
736 | overriden||overridden | 739 | overriden||overridden |
737 | overun||overrun | 740 | overun||overrun |