From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95686 invoked by alias); 19 Aug 2016 08:25:28 -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 95499 invoked by uid 89); 19 Aug 2016 08:25:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f45.google.com Received: from mail-oi0-f45.google.com (HELO mail-oi0-f45.google.com) (209.85.218.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Aug 2016 08:25:17 +0000 Received: by mail-oi0-f45.google.com with SMTP id c15so54742304oig.0 for ; Fri, 19 Aug 2016 01:25:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=yLLnMubEdI6ZPguUoTjZGrTGUaeKH7gzcjMBprI9Ljs=; b=d7/HI+RfCT0e607WIgHk4O6O9IAZbd5rHdk6kUeG+R85qoi4IZdn4k8xbjnz+vTj2C N0Hml6fGU3kThvoaW6CjH1doHR5q3MSr0LkWZIU6vBiDBXYM2A2VnMb+OnyExCv4M1UK 5SBw082kOWo1zTxPGG+KYWY0eBjAhxC3NtMXpfVVeIW4bSkuRbRugjPdnUQw90i6799i A3vcDdO2EzLsQR72hRdE9yI3dU20QKlptOV84S20Mx84p4QgKH8/oNxM1jql3J3wUw5Q 8UbV9CzO++rpphY2ri07Yj3uighAIPJZyTEYIFv9BgG2UAwtIywBFwiVK7gcBhHXQePH jPNw== X-Gm-Message-State: AEkooutKrU6GyUwVLx6bbjscFstvFt2p1KXbSemLF7XLUoUM5WtRlCT7aXKWBpTMBU8TbmXoe4UASfN1UGKKaQ== X-Received: by 10.202.75.193 with SMTP id y184mr4082701oia.187.1471595115521; Fri, 19 Aug 2016 01:25:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.207.201 with HTTP; Fri, 19 Aug 2016 01:25:15 -0700 (PDT) In-Reply-To: <1471468737-10208-1-git-send-email-adhemerval.zanella@linaro.org> References: <1471468737-10208-1-git-send-email-adhemerval.zanella@linaro.org> From: Yao Qi Date: Fri, 19 Aug 2016 08:25:00 -0000 Message-ID: Subject: Re: [PATCH] Sync proc_service definition with GLIBC To: Adhemerval Zanella Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00189.txt.bz2 On Wed, Aug 17, 2016 at 10:18 PM, Adhemerval Zanella wrote: > > On default build this is not the issue and current g++ does not trigger > any issue with this mismatch declaration. However, on some bootstrap > build configuration where gdbserver is build with gcc instead this > triggers: > > error: conflicting types for 'ps_get_thread_area' > Such error can be reproduced if GDB/GDBserver is configured --disable-build-with-cxx. --=20 Yao (=E9=BD=90=E5=B0=A7)