...in line with changes made to skip logic. Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> --- man-pages/pahole.1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man-pages/pahole.1 b/man-pages/pahole.1 index bfa20dc..c1b48de 100644 --- a/man-pages/pahole.1 +++ b/man-pages/pahole.1 @@ -231,8 +231,7 @@ Do not encode type tags in BTF. .TP .B \-\-skip_encoding_btf_inconsistent_proto -Do not encode functions with multiple inconsistent prototypes or optimized-out -parameters. +Do not encode functions with multiple inconsistent prototypes or unexpected register use for their parameters, where the registers used do not match calling conventions. .TP .B \-j, \-\-jobs=N @@ -269,7 +268,6 @@ information has float types. .TP .B \-\-btf_gen_optimized Generate BTF for functions with optimization-related suffixes (.isra, .constprop). -BTF will only be generated if a function does not optimize out parameters. .TP .B \-\-btf_gen_all -- 2.31.1