/arch/parisc/nm
Shell | 6 lines | 1 code | 0 blank | 5 comment | 0 complexity | 609dfdae242a610c837c011b26a8b6af MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#!/bin/sh
2##
3# Hack to have an nm which removes the local symbols. We also rely
4# on this nm being hidden out of the ordinarily executable path
5##
6${CROSS_COMPILE}nm $* | grep -v '.LC*[0-9]*$'