]> Git Repo - linux.git/blob - arch/csky/kernel/vdso/so2s.sh
x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'
[linux.git] / arch / csky / kernel / vdso / so2s.sh
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0+
3
4 sed 's!\([0-9a-f]*\) T \([a-z0-9_]*\)\(@@LINUX_5.10\)*!.global \2\n.set \2,0x\1!' \
5 | grep '^\.'
This page took 0.032547 seconds and 4 git commands to generate.