New test gdb.arch/arm-neon.exp
authorYao Qi <yao.qi@linaro.org>
Fri, 27 Nov 2015 14:50:30 +0000 (14:50 +0000)
committerYao Qi <yao.qi@linaro.org>
Fri, 27 Nov 2015 14:50:30 +0000 (14:50 +0000)
commit58b584afe6ed6949c10b3049167c66cc070e0e81
tree652aedc064a373481f0f1316cb5c23c86fe5afac
parentcd635f74a3b71043d35501db31b3acac956018cd
New test gdb.arch/arm-neon.exp

Both ARM and AArch64 have defined some SIMD data types in arm_neon.h,
but we don't have a test case for passing them and returning them in
inferior call.  This test also covers passing and returning
homogeneous short vector aggregate (defined by AArch64 ABI document)
in inferior call too.

gdb/testsuite:

* gdb.arch/arm-neon.exp: New.
* gdb.arch/arm-neon.c: New.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/arm-neon.c [new file with mode: 0644]
gdb/testsuite/gdb.arch/arm-neon.exp [new file with mode: 0644]