From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65345 invoked by alias); 7 Aug 2017 14:55:43 -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 63819 invoked by uid 89); 7 Aug 2017 14:55:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Forcepoint, H*RU:Forcepoint, Hx-spam-relays-external:Forcepoint X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Aug 2017 14:55:38 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 3D5E331F4E6D2; Mon, 7 Aug 2017 15:55:32 +0100 (IST) Received: from [10.20.78.47] (10.20.78.47) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Mon, 7 Aug 2017 15:55:35 +0100 Date: Mon, 07 Aug 2017 14:55:00 -0000 From: "Maciej W. Rozycki" To: Simon Marchi CC: , Yao Qi Subject: Re: [PATCH v2] gdbarch: Use an anonymous union for target data in `gdbarch_info' In-Reply-To: <70ac03dc-a681-d54f-bead-00e6829835e1@ericsson.com> Message-ID: References: <70ac03dc-a681-d54f-bead-00e6829835e1@ericsson.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2017-08/txt/msg00123.txt.bz2 On Tue, 1 Aug 2017, Simon Marchi wrote: > This LGTM. Applied now, thanks for your review. Maciej