Skip to content

Commit b17d195

Browse files
Vladimir IsaevShahab Vahedi
Vladimir Isaev
authored and
Shahab Vahedi
committed
ARC: pahole: workaround
ARC toolchains generate 'complex float' DIE entries in libgcc. At the moment such entries are not yet handled by pahole. So for now disable BTF floats. Signed-off-by: Vladimir Isaev <[email protected]>
1 parent 69c0005 commit b17d195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pahole-flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "${pahole_ver}" -ge "118" ] && [ "${pahole_ver}" -le "121" ]; then
1414
extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_vars"
1515
fi
1616
if [ "${pahole_ver}" -ge "121" ]; then
17-
extra_paholeopt="${extra_paholeopt} --btf_gen_floats"
17+
extra_paholeopt="${extra_paholeopt}"
1818
fi
1919
if [ "${pahole_ver}" -ge "122" ]; then
2020
extra_paholeopt="${extra_paholeopt} -j"

0 commit comments

Comments
 (0)