From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128399 invoked by alias); 23 Apr 2015 16:47:15 -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 128375 invoked by uid 89); 23 Apr 2015 16:47:14 -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: mtaout24.012.net.il Received: from mtaout24.012.net.il (HELO mtaout24.012.net.il) (80.179.55.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Apr 2015 16:47:09 +0000 Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NN900900PYWR200@mtaout24.012.net.il> for gdb-patches@sourceware.org; Thu, 23 Apr 2015 19:38:05 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NN90096XQ7HPE10@mtaout24.012.net.il>; Thu, 23 Apr 2015 19:38:05 +0300 (IDT) Date: Thu, 23 Apr 2015 16:47:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 4/4] S390: Vector ABI support In-reply-to: <874mo882zc.fsf@br87z6lw.de.ibm.com> To: Andreas Arnez Cc: gdb-patches@sourceware.org, sergiodj@redhat.com, uweigand@de.ibm.com Reply-to: Eli Zaretskii Message-id: <837ft223nj.fsf@gnu.org> References: <1429724743-4603-1-git-send-email-arnez@linux.vnet.ibm.com> <874mo882zc.fsf@br87z6lw.de.ibm.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00901.txt.bz2 > From: Andreas Arnez > Cc: Sergio Durigan Junior , Ulrich Weigand > Date: Wed, 22 Apr 2015 19:52:39 +0200 > > diff --git a/gdb/NEWS b/gdb/NEWS > index 62cbdcb..b2c92b1 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -42,6 +42,8 @@ > (no "set sysroot" or "file" commands are required). See "New remote > packets" below. > > +* GDB now supports the vector ABI on S/390 GNU/Linux targets. > + This is OK, thanks.