GNU Linux-libre 6.7.9-gnu
[releases.git] / arch / riscv / kernel / compat_vdso / gen_compat_vdso_offsets.sh
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0
3
4 LC_ALL=C
5 sed -n -e 's/^[0]\+\(0[0-9a-fA-F]*\) . \(__vdso_[a-zA-Z0-9_]*\)$/\#define compat\2_offset\t0x\1/p'