target/arm: Add 'static' and 'const' annotations to VSHLL function arrays
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:26 +0000 (10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:26 +0000 (10:32 +0100)
commit448f0e5f3ecfbd089b934e5e3aa0ccd1f51a6174
treecb9489dda5d0eb1abdcd0b9023bd939f179c7b11
parent18fb58d588898550919392277787979ee7d0d84e
target/arm: Add 'static' and 'const' annotations to VSHLL function arrays

Mark the arrays of function pointers in trans_VSHLL_S_2sh() and
trans_VSHLL_U_2sh() as both 'static' and 'const'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/translate-neon.inc.c