From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69461 invoked by alias); 25 Feb 2015 15:58:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 69446 invoked by uid 89); 25 Feb 2015 15:58:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Feb 2015 15:58:01 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NKC00200481RP00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 25 Feb 2015 17:57:59 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NKC0028S4CMMR40@a-mtaout22.012.net.il>; Wed, 25 Feb 2015 17:57:59 +0200 (IST) Date: Wed, 25 Feb 2015 15:58:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 1/4] S390: Add target descriptions for vector register sets In-reply-to: <1424857321-20322-2-git-send-email-arnez@linux.vnet.ibm.com> To: Andreas Arnez Cc: gdb-patches@sourceware.org, uweigand@de.ibm.com Reply-to: Eli Zaretskii Message-id: <83y4nm56gc.fsf@gnu.org> References: <1424857321-20322-1-git-send-email-arnez@linux.vnet.ibm.com> <1424857321-20322-2-git-send-email-arnez@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00718.txt.bz2 > From: Andreas Arnez > Cc: Ulrich Weigand > Date: Wed, 25 Feb 2015 10:41:18 +0100 > > The IBM z13 has new vector registers v0-v31 which are presented by the > Linux kernel as two additional register sets. This patch adds XML > descriptions and the respective autogenerated .c and .dat files for > S390 targets with this feature. Note that supported combinations > include targets with and without a transactional execution facility. > > gdb/ChangeLog: > > * features/s390-tevx-linux64.xml: New file. > * features/s390-vx-linux64.xml: New file. > * features/s390-vx.xml: New file. > * features/s390x-tevx-linux64.xml: New file. > * features/s390x-vx-linux64.xml: New file. > * features/Makefile (WHICH): Add s390-vx-linux64, > s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64. > (s390-vx-linux64-expedite, s390-tevx-linux64-expedite) > (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New > macros. > * features/s390-tevx-linux64.c: New generated file. > * features/s390-vx-linux64.c: Likewise. > * features/s390x-tevx-linux64.c: Likewise. > * features/s390x-vx-linux64.c: Likewise. > * regformats/s390-tevx-linux64.dat: Likewise. > * regformats/s390-vx-linux64.dat: Likewise. > * regformats/s390x-tevx-linux64.dat: Likewise. > * regformats/s390x-vx-linux64.dat: Likewise. > > gdb/doc/ChangeLog: > > * gdb.texinfo (S/390 and System z Features): Describe new feature > "org.gnu.gdb.s390.vx". OK for the documentation part. Thanks.