From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86787 invoked by alias); 21 Aug 2015 12:41:18 -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 86577 invoked by uid 89); 21 Aug 2015 12:41:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ob0-f181.google.com Received: from mail-ob0-f181.google.com (HELO mail-ob0-f181.google.com) (209.85.214.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 21 Aug 2015 12:41:17 +0000 Received: by obbhe7 with SMTP id he7so57595509obb.0 for ; Fri, 21 Aug 2015 05:41:15 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.178.99 with SMTP id cx3mr7892444oec.50.1440160875106; Fri, 21 Aug 2015 05:41:15 -0700 (PDT) Received: by 10.76.10.196 with HTTP; Fri, 21 Aug 2015 05:41:15 -0700 (PDT) In-Reply-To: <55D71289.70104@redhat.com> References: <1440152291-10270-1-git-send-email-jcmvbkbc@gmail.com> <55D71289.70104@redhat.com> Date: Fri, 21 Aug 2015 12:41:00 -0000 Message-ID: Subject: Re: [PATCH v3] xtensa: implement NPTL helpers From: Max Filippov To: Pedro Alves Cc: gdb-patches@sourceware.org, Maxim Grigoriev , Woody LaRue , Marc Gauthier Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-08/txt/msg00571.txt.bz2 On Fri, Aug 21, 2015 at 2:59 PM, Pedro Alves wrote: > On 08/21/2015 11:18 AM, Max Filippov wrote: > >> +++ b/gdb/arch/xtensa.h > >> +#ifndef XTENSA_H >> +#define XTENSA_H >> + >> +#include > > This is already available everywhere -- it's included through > common/common-defs.h. See dc06243f6f. > > OK with that removed. Please push. Pushed with the said change. -- Thanks. -- Max