summaryrefslogtreecommitdiff
path: root/build-aux/lint-bin
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/lint-bin')
-rwxr-xr-xbuild-aux/lint-bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/lint-bin b/build-aux/lint-bin
index c487f36..78ed19f 100755
--- a/build-aux/lint-bin
+++ b/build-aux/lint-bin
@@ -104,7 +104,7 @@ lint_stack() {
done < <(
comm -3 \
<(sed -En 's/^included: (.*:)?//p' "${in_elffile%.elf}_stack.c" | sort -u) \
- <(readelf_funcs "$in_elffile" | sed 's/\.part\.[0-9]*$//' | sort -u))
+ <(readelf_funcs "$in_elffile" | sed -E -e 's/\.part\.[0-9]*$//' -e 's/^__(.*)_veneer$/\1/' | sort -u))
}
lint_func_blocklist() {