aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-11-15 18:29:45 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-12-06 18:47:17 +0000
commit5b8918fac6fa9c150f68a0ec0805385ee7029ec3 (patch)
treec6210bec4d6d378a21c1703a1f899c1e49295bbc /sys/tools
parenteb029587481e8d6f610eb31d7f50d34b9240f2f2 (diff)
downloadsrc-5b8918fac6fa9c150f68a0ec0805385ee7029ec3.tar.gz
src-5b8918fac6fa9c150f68a0ec0805385ee7029ec3.zip
amd64 native vdso: add unwind annotations to the signal trampoline
Reviewed by: emaste Discussed with: jhb, jrtc27 Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 month Differential revision: https://reviews.freebsd.org/D32960
Diffstat (limited to 'sys/tools')
-rw-r--r--sys/tools/amd64_vdso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tools/amd64_vdso.sh b/sys/tools/amd64_vdso.sh
index 39406eccd2ef..6a4111ffabc8 100644
--- a/sys/tools/amd64_vdso.sh
+++ b/sys/tools/amd64_vdso.sh
@@ -55,5 +55,5 @@ ${CC} -x assembler-with-cpp -DLOCORE -fPIC -nostdinc -c \
"${S}"/tools/vdso_wrap.S
${NM} -D elf-vdso.so.1 | \
- awk '/__vdso_sigcode/{printf "#define VDSO_SIGCODE_OFFSET 0x%s\n",$1}' \
+ ${AWK} '/__vdso_sigcode/{printf "#define VDSO_SIGCODE_OFFSET 0x%s\n",$1}' \
>vdso_offsets.h