From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80731 invoked by alias); 29 May 2016 18:47:21 -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 80721 invoked by uid 89); 29 May 2016 18:47:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:234, news X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 29 May 2016 18:47:20 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EFCF083F46; Sun, 29 May 2016 18:47:18 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4TIlDwv024921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 29 May 2016 14:47:16 -0400 Date: Sun, 29 May 2016 18:47:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org, philippe.waroquiers@skynet.be, sergiodj@redhat.com, palves@redhat.com, xdje42@gmail.com, scox@redhat.com, jistone@redhat.com Subject: [commit] [doc] NEWS: QCatchSyscalls: simplify Message-ID: <20160529184712.GA27026@host1.jankratochvil.net> References: <1449196006-13759-2-git-send-email-jistone@redhat.com> <1452308954-13679-1-git-send-email-jistone@redhat.com> <20160529164745.GA21714@host1.jankratochvil.net> <8337p0ydqo.fsf@gnu.org> <20160529175032.GA25095@host1.jankratochvil.net> <831t4kybh6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <831t4kybh6.fsf@gnu.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00533.txt.bz2 On Sun, 29 May 2016 20:18:13 +0200, Eli Zaretskii wrote: > If you feel strongly about this, please go ahead and commit. Checked in: aab3c527d779a8e833a469203336afcc17512559 Thanks, Jan