2 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Based on powerpc relocs_check.sh
5 # This script checks the relocations of a vmlinux for "suspicious"
9 echo "$0 [path to objdump] [path to nm] [path to vmlinux]" 1>&2
14 ${srctree}/scripts
/relocs_check.sh
"$@" |
15 # These relocations are okay
17 grep -F -w -v 'R_RISCV_RELATIVE'
20 if [ -z "$bad_relocs" ]; then
24 num_bad
=$
(echo "$bad_relocs" |
wc -l)
25 echo "WARNING: $num_bad bad relocations"