This is the mail archive of the
gdb-testers@sourceware.org
mailing list for the GDB project.
Test results for commit 4ef9f41a9538c9c7e4e540277e437b137cb64c4c on branch master
- From: sergiodj at redhat dot com
- To: gdb-testers at sourceware dot org
- Date: Fri, 20 Feb 2015 04:59:03 -0500
- Subject: Test results for commit 4ef9f41a9538c9c7e4e540277e437b137cb64c4c on branch master
- Authentication-results: sourceware.org; auth=none
*** TEST RESULTS FOR COMMIT 4ef9f41a9538c9c7e4e540277e437b137cb64c4c ***
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Branch: master
Commit: 4ef9f41a9538c9c7e4e540277e437b137cb64c4c
S390: Support new vector register sections
The IBM z13 has new 128-bit wide vector registers v0-v31, where v0-v15
include the existing 64-bit wide floating point registers. The Linux
kernel presents the vector registers as two additional register sets,
one for the right halves of v0-v15 and another one for the full
registers v16-v31. Thus a new core file may contain two new register
note sections, and this patch adds support to binutils for them.
bfd/
* elf-bfd.h (elfcore_write_s390_vxrs_low): Add prototype.
(elfcore_write_s390_vxrs_high): Likewise.
* elf.c (elfcore_grok_s390_vxrs_low): New function.
(elfcore_grok_s390_vxrs_high): New function.
(elfcore_grok_note): Call them.
(elfcore_write_s390_vxrs_low): New function.
(elfcore_write_s390_vxrs_high): New function.
(elfcore_write_register_note): Call them.
binutils/
* readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
NT_S390_VXRS_HIGH.
include/elf/
* common.h (NT_S390_VXRS_LOW): New macro.
(NT_S390_VXRS_HIGH): Likewise.
- Follow-Ups:
- Failures on Fedora-ppc64be-m64, branch master
- Failures on Fedora-ppc64be-cc-with-index, branch master
- Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
- Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
- Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
- Failures on Fedora-ppc64le-m64, branch master
- Failures on Fedora-i686, branch master
- Failures on Debian-i686-native-gdbserver, branch master
- Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
- Failures on Fedora-x86_64-m32, branch master
- Failures on Fedora-x86_64-native-gdbserver-m32, branch master
- Failures on Fedora-x86_64-m64, branch master
- Failures on Debian-x86_64-native-gdbserver-m64, branch master