riscv: don't export local symbols
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 5 Sep 2022 22:20:41 +0000 (00:20 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 13 Sep 2022 22:12:29 +0000 (22:12 +0000)
commit933cbd9156e878ca90d58f0a12e9e14060c11ca7
tree08605f3f7563d13c3fdb906a0c3d4dae3e9e4bec
parentd112a1282e8a13b0a85d73e127620e651186e663
riscv: don't export local symbols

Symbols that are not used outside the file should not be exported
and should be declared as static.
Move the existing comments to the static declarations.

Change-Id: Idf208e3fda4b3f8df789553cf03ebf5f20d811bb
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7170
Reviewed-by: Jan Matyas <matyas@codasip.com>
Reviewed-by: Tim Newsome <tim@sifive.com>
Tested-by: jenkins
src/target/riscv/riscv.c
src/target/riscv/riscv.h