From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16544 invoked by alias); 16 Jun 2012 15:19:24 -0000 Received: (qmail 16536 invoked by uid 22791); 16 Jun 2012 15:19:24 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f41.google.com (HELO mail-qa0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Jun 2012 15:19:10 +0000 Received: by qabg27 with SMTP id g27so341405qab.14 for ; Sat, 16 Jun 2012 08:19:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.208.198 with SMTP id gd6mr10289612qab.38.1339859950047; Sat, 16 Jun 2012 08:19:10 -0700 (PDT) Received: by 10.229.192.129 with HTTP; Sat, 16 Jun 2012 08:19:10 -0700 (PDT) In-Reply-To: <201206161510.q5GFAWkS008216@glazunov.sibelius.xs4all.nl> References: <20120613230415.GC11434@intel.com> <201206161510.q5GFAWkS008216@glazunov.sibelius.xs4all.nl> Date: Sat, 16 Jun 2012 15:19:00 -0000 Message-ID: Subject: Re: [PATCH 3/5] Support x32 siginfo From: "H.J. Lu" To: Mark Kettenis Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2012-06/txt/msg00546.txt.bz2 On Sat, Jun 16, 2012 at 8:10 AM, Mark Kettenis wrote: >> Date: Wed, 13 Jun 2012 16:04:15 -0700 >> From: "H.J. Lu" >> >> Hi, >> >> This patch adds x32 siginfo support. It is a repost of >> >> http://sourceware.org/ml/gdb-patches/2012-05/msg00489.html >> >> OK to install? > > If you make the small change suggested below. > I added a blank line and checked it in. Thanks. -- H.J.