This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Handle gnu vector in inferior call on AArch64


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]