aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tegra/tegra-symbol-check')
-rwxr-xr-xtegra/tegra-symbol-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tegra/tegra-symbol-check b/tegra/tegra-symbol-check
index 420469f4..509b678c 100755
--- a/tegra/tegra-symbol-check
+++ b/tegra/tegra-symbol-check
@@ -2,7 +2,7 @@
2 2
3# The following symbols (past the first nine) are taken from tegra.h. 3# The following symbols (past the first nine) are taken from tegra.h.
4 4
5FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do 5FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
6( grep -q "^$func$" || echo $func ) <<EOF 6( grep -q "^$func$" || echo $func ) <<EOF
7__bss_end__ 7__bss_end__
8__bss_start__ 8__bss_start__