diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-09-13 16:06:31 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-09-19 22:46:45 -0700 |
commit | d1db9dd2005dccf86325d254124a5f58d0c8739c (patch) | |
tree | b6a23d4fed02aeed0b34c414cbc6fa005c1e7c5a /exynos | |
parent | 9f45264815eff6ebeba3a7ed2149b5b29d5d6707 (diff) | |
download | libdrm-d1db9dd2005dccf86325d254124a5f58d0c8739c.tar.gz libdrm-d1db9dd2005dccf86325d254124a5f58d0c8739c.tar.bz2 libdrm-d1db9dd2005dccf86325d254124a5f58d0c8739c.zip |
tegra: annotate public functions
while read sym; do
read f func line _ <<<$(cscope -d -L -1 $sym)
if [ ! -z "$f" ]; then
sed -i "${line}s/^/drm_public /" $f
fi
done < /tmp/a.txt
In which /tmp/a.txt contains the public symbols from
tegra-symbol-check. The idea here will be to switch the default
visibility to hidden so we don't export symbols we shouldn't.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'exynos')
0 files changed, 0 insertions, 0 deletions