public inbox for gdb-testers@sourceware.org help / color / mirror / Atom feed
From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Subject: [binutils-gdb] [AArch64] Handle HFA and HVA together Date: Fri, 27 Nov 2015 15:08:00 -0000 [thread overview] Message-ID: <cd635f74a3b71043d35501db31b3acac956018cd@gdb-build> (raw) *** TEST RESULTS FOR COMMIT cd635f74a3b71043d35501db31b3acac956018cd *** Author: Yao Qi <yao.qi@linaro.org> Branch: master Commit: cd635f74a3b71043d35501db31b3acac956018cd [AArch64] Handle HFA and HVA together AArch64 AAPCS defined HFA (homogeneous floating-point aggregate) and HVF (homogeneous short vector aggregate), bug GDB only handles the former. In the AAPCS doc, both types are treated exactly the same in terms of alignment and passing locations (on registers or stack). This patch is to extend is_hfa to handle both HFA and HVA. gdb: 2015-11-27 Yao Qi <yao.qi@linaro.org> * aarch64-tdep.c (is_hfa): Rename to ... (is_hfa_or_hva): ... this. Handle vector type. All callers updated. (aarch64_extract_return_value): Update debugging message. (aarch64_store_return_value): Likewise. (aarch64_return_in_memory): Update comments.
next reply other threads:[~2015-11-27 15:08 UTC|newest] Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-11-27 15:08 sergiodj+buildbot [this message] 2015-11-27 15:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot 2015-11-27 16:12 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot 2015-11-27 16:27 ` Failures on AIX-POWER7-plain, " sergiodj+buildbot 2015-11-27 16:37 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot 2015-11-27 17:32 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot 2015-11-27 19:55 ` Failures on Debian-i686, " sergiodj+buildbot 2015-11-27 20:12 ` Failures on Debian-i686-native-gdbserver, " sergiodj+buildbot 2015-11-27 20:38 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot 2015-11-30 22:05 ` Failures on Fedora-i686, " sergiodj+buildbot 2015-11-30 22:15 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot 2015-11-30 22:15 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot 2015-11-30 22:20 ` Failures on Fedora-x86_64-cxx-build-m64, " sergiodj+buildbot 2015-11-30 22:24 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot 2015-11-30 22:31 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot 2015-12-06 15:16 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot 2015-12-06 15:36 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot 2015-12-06 15:56 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot 2015-12-06 19:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot 2015-12-06 19:45 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot 2015-12-06 20:21 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
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=cd635f74a3b71043d35501db31b3acac956018cd@gdb-build \ --to=sergiodj+buildbot@redhat.com \ --cc=gdb-testers@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: linkBe 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; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).