Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <qiyaoltc@gmail.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] Handle gnu vector in inferior call on AArch64
Date: Fri, 20 Nov 2015 16:12:00 -0000	[thread overview]
Message-ID: <1448035917-3049-1-git-send-email-yao.qi@linaro.org> (raw)

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


             reply	other threads:[~2015-11-20 16:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20 16:12 Yao Qi [this message]
2015-11-20 16:12 ` [PATCH 2/3] [AArch64] Handle HFA and HVA together 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 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-27 14:51 ` [PATCH 0/3] Handle gnu vector in inferior call on AArch64 Yao Qi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448035917-3049-1-git-send-email-yao.qi@linaro.org \
    --to=qiyaoltc@gmail.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox