]> git.proxmox.com Git - mirror_qemu.git/commit
target/hexagon: make helper functions non-static
authorPaolo Montesel <babush@rev.ng>
Fri, 23 Sep 2022 17:38:24 +0000 (19:38 +0200)
committerTaylor Simpson <tsimpson@quicinc.com>
Fri, 16 Dec 2022 19:36:33 +0000 (11:36 -0800)
commit7e8b3b395fc39218d5a0b5122167d9249f4658f9
tree9bc80e28c17d3a35b72bc009d55e349afb4ab088
parentd909808ec002abee64209a967d636878afe280b5
target/hexagon: make helper functions non-static

Make certain helper functions non-static, making them available outside
genptr.c. These functions are required by code generated by the
idef-parser.

This commit also makes some functions in op_helper.c non-static in order
to avoid having them marked as unused when using the idef-parser
generated code.

Signed-off-by: Alessandro Di Federico <ale@rev.ng>
Signed-off-by: Paolo Montesel <babush@rev.ng>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20220923173831.227551-5-anjo@rev.ng>
target/hexagon/genptr.c
target/hexagon/genptr.h
target/hexagon/op_helper.c
target/hexagon/op_helper.h [new file with mode: 0644]