@@ -39,7 +39,7 @@ const struct option check_options[] = {
3939 OPT_BOOLEAN ('o' , "orc" , & opts .orc , "generate ORC metadata" ),
4040 OPT_BOOLEAN ('r' , "retpoline" , & opts .retpoline , "validate and annotate retpoline usage" ),
4141 OPT_BOOLEAN ('l' , "sls" , & opts .sls , "validate straight-line-speculation mitigations" ),
42- OPT_BOOLEAN ('s' , "stackval" , & opts .stackval , "validate stack unwinding rules" ),
42+ OPT_BOOLEAN ('s' , "stackval" , & opts .stackval , "validate frame pointer rules" ),
4343 OPT_BOOLEAN ('u' , "uaccess" , & opts .uaccess , "validate uaccess rules for SMAP" ),
4444 OPT_CALLBACK_OPTARG (0 , "dump" , NULL , NULL , "orc" , "dump metadata" , parse_dump ),
4545
@@ -49,7 +49,6 @@ const struct option check_options[] = {
4949 OPT_BOOLEAN (0 , "dry-run" , & opts .dryrun , "don't write modifications" ),
5050 OPT_BOOLEAN (0 , "lto" , & opts .lto , "whole-archive like runs" ),
5151 OPT_BOOLEAN (0 , "module" , & opts .module , "object is part of a kernel module" ),
52- OPT_BOOLEAN (0 , "no-fp" , & opts .no_fp , "skip frame pointer validation" ),
5352 OPT_BOOLEAN (0 , "no-unreachable" , & opts .no_unreachable , "skip 'unreachable instruction' warnings" ),
5453 OPT_BOOLEAN (0 , "sec-address" , & opts .sec_address , "print section addresses in warnings" ),
5554 OPT_BOOLEAN (0 , "stats" , & opts .stats , "print statistics" ),
0 commit comments