summaryrefslogtreecommitdiff
path: root/tegra
diff options
context:
space:
mode:
authorErik Faye-Lund <kusmabite@gmail.com>2017-03-29 22:24:24 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-04-03 17:51:13 +0100
commite5053343de6f910882a43214ce5c7b69a9b07927 (patch)
tree629c017d283b212d5bffa7ffb13bbb6b0e8936e2 /tegra
parent51a514c43f607c7f3c1231d1fcac15d450f98e5c (diff)
tegra: update symbol-check
I get a few more symbols in my build tegra-libraries, so let's include these in the whitelist as well. While we're at it, update the comment at the top. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'tegra')
-rwxr-xr-xtegra/tegra-symbol-check7
1 files changed, 5 insertions, 2 deletions
diff --git a/tegra/tegra-symbol-check b/tegra/tegra-symbol-check
index 40208311..420469f4 100755
--- a/tegra/tegra-symbol-check
+++ b/tegra/tegra-symbol-check
@@ -1,11 +1,14 @@
#!/bin/bash
-# The following symbols (past the first five) are taken from the public headers.
-# A list of the latter should be available Makefile.sources/LIBDRM_FREEDRENO_H_FILES
+# The following symbols (past the first nine) are taken from tegra.h.
FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
( grep -q "^$func$" || echo $func ) <<EOF
+__bss_end__
+__bss_start__
__bss_start
+__end__
+_bss_end__
_edata
_end
_fini