Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Handle gnu vector in inferior call on AArch64
@ 2015-11-20 16:12 Yao Qi
  2015-11-20 16:12 ` [PATCH 1/3] [AArch64] Support gnu vector in inferior call Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yao Qi @ 2015-11-20 16:12 UTC (permalink / raw)
  To: gdb-patches

The patch set teaches GDB to understand GNU vector in AArch64 calling
convention.  Patch #1 is mainly about GNU vector support, and patch #2
is about handling homogeneous floating aggregate and homogeneous vector
aggregate.  We didn't have a specific test case for SIMD types used in
both ARM and AArch64, so patch #3 adds a new test case.  Without
patch #2, some tests in patch #3 will fail.

*** BLURB HERE ***

Yao Qi (3):
  [AArch64] Support gnu vector in inferior call
  [AArch64] Handle HFA and HVA together
  New test gdb.arch/arm-neon.exp

 gdb/aarch64-tdep.c                  |  76 +++++++++++++++++++++------
 gdb/testsuite/gdb.arch/arm-neon.c   | 102 ++++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.arch/arm-neon.exp |  62 ++++++++++++++++++++++
 3 files changed, 223 insertions(+), 17 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/arm-neon.c
 create mode 100644 gdb/testsuite/gdb.arch/arm-neon.exp

-- 
1.9.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-27 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20 16:12 [PATCH 0/3] Handle gnu vector in inferior call on AArch64 Yao Qi
2015-11-20 16:12 ` [PATCH 1/3] [AArch64] Support gnu vector in inferior call Yao Qi
2015-11-20 16:22   ` Pedro Alves
2015-11-20 16:35     ` Yao Qi
2015-11-20 16:12 ` [PATCH 3/3] New test gdb.arch/arm-neon.exp Yao Qi
2015-11-20 16:12 ` [PATCH 2/3] [AArch64] Handle HFA and HVA together Yao Qi
2015-11-27 14:51 ` [PATCH 0/3] Handle gnu vector in inferior call on AArch64 Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox