testsuite: aarch64: ensure INT*_MIN macro definitions for C++ acle asm

VxWorks' libc doesn't define __STDC_LIMIT_MACROS when compiling C++98,
and then GCC's stdint.h doesn't define INT<N>_MIN, that a number of
acle asm testcases expect.  If the macro is not defined, define the
macro in the header first included by all the affected tests, namely,
{div_s{32,64},mul_s{16,32,64,8}}.c.


for  gcc/testsuite/ChangeLog

	* gcc.target/aarch64/sve/acle/asm/test_sve_acle.h
	(__STDC_LIMIT_MACROS): Define.
1 file changed