From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10293 invoked by alias); 11 May 2017 21:16:42 -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 9978 invoked by uid 89); 11 May 2017 21:16:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Gm-Message-State:AODbwcB, H*r:100 X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 May 2017 21:16:38 +0000 Received: by mail-wm0-f44.google.com with SMTP id u65so6127311wmu.1 for ; Thu, 11 May 2017 14:16:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mCe5Zyk+YO+yH0UGGGA1TacaPqozqY/OmKeqCenLgp0=; b=X9pBD0nTIaxc0K36cl29D/haJQFTS0U8cV1SY2h8XCsIwCJrvXeq4YrEbG3xyqfXln EbfIWIYYmxK1ctXon2ZG4jiK7jz5eXflpA3RLyc0xPqcmFvtd3XpbXyFajviOSN//lQL dRM6guRVpBVF+ZsYbqa7azojusxNQVpnfyuWay/WAwlK0IfplkPXoq4C6KvbssxEoKVb /v5Pb/JLZ5kesrLZAoqvlsjqboEB1Jsde1VYjwx8UfGxisocSExXOtcbskF4TMIUXNIR LB6I8n2kri4evb60T/j8FKxCO+DOxLuHncOhLkA8m36KT3zhtO0tPXW22vGIedCXdMMi EMTA== X-Gm-Message-State: AODbwcB/3dfM5hhF48YMuZs9olRVNXK62F4hoTflpU9Ea2/WzUyYGa7d Ska4FW5d8OmvnQ== X-Received: by 10.28.103.214 with SMTP id b205mr79110wmc.64.1494537398921; Thu, 11 May 2017 14:16:38 -0700 (PDT) Received: from localhost ([2a02:c7d:8e8d:100:f98c:5f75:db14:bcce]) by smtp.gmail.com with ESMTPSA id y60sm1287891wrb.39.2017.05.11.14.16.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 11 May 2017 14:16:38 -0700 (PDT) Date: Thu, 11 May 2017 21:16:00 -0000 From: Yao Qi To: Rainer Orth Cc: gdb-patches@sourceware.org Subject: Re: Fix gdb 8.0 compilation on Solaris Message-ID: <20170511211632.u34cvg7ogiga7fwp@localhost> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20161104 (1.7.1) X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00302.txt.bz2 On 17-05-11 13:53:21, Rainer Orth wrote: > > Ok for gdb mainline (which is equally affected) and 8.0 branch? > Yes, please apply it to both. -- Yao