Files
Linux-Kernel_MiSTer/arch/parisc/nm
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

7 lines
194 B
Bash

#!/bin/sh
##
# Hack to have an nm which removes the local symbols. We also rely
# on this nm being hidden out of the ordinarily executable path
##
${CROSS_COMPILE}nm $* | grep -v '.LC*[0-9]*$'