From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by sourceware.org (Postfix) with ESMTPS id 47B66386F435 for ; Mon, 14 Sep 2020 12:54:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 47B66386F435 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wr1-f65.google.com with SMTP id z4so18632912wrr.4 for ; Mon, 14 Sep 2020 05:54:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ybT7/Tjd4xosQxpcMXmg08bBaLu6bmlXEWnAYvovdh8=; b=mIRb4H5Tvwnl4iobbXHbXxwkgwt3ZNw98TbqW51Ns4PehsMxRCdYU6eCc/7A2Y6AP/ I7qjllUhshPLF+MlVwxRfGzn4XraOoq6+5hBj78uSZlV83T7hDyu2rL/Ht+otJ+gaTZ8 /1DrDgtmbI1c8VxgCG4oXJIC3W7pyHMf5ftku9h7yK69o4XgBGdIwQyLHOMNAZYDm22x lyetyPP3PTxBpcqjUnlrhMlUTDqO+9SX+XCeQ3mmukpVpdBnRicGwCoknF+rogGoTN59 4B424faCukfSdGEpU85unqvsp6dwMZhahgSqdqAUua2j0kK9RR9S6FILBb49j5dnJjHn YP7Q== X-Gm-Message-State: AOAM5314mMOrIREa9RswOUzkxyrS+v84C1BUI4vnP4ZusNsJM/22tjr/ 9QRsP5A9e/4u0FK6RK6jpZredaQwCITuIA== X-Google-Smtp-Source: ABdhPJzKnGUbxD0e7ffTuhXl0iTwq67sZebDliMhICyL8TUv/U/JO3q05mE+9BRAGyQce0y9BCCeHA== X-Received: by 2002:a5d:51ce:: with SMTP id n14mr15581010wrv.8.1600088047675; Mon, 14 Sep 2020 05:54:07 -0700 (PDT) Received: from ?IPv6:2001:8a0:f905:5600:eefd:c63:53e0:3e8a? ([2001:8a0:f905:5600:eefd:c63:53e0:3e8a]) by smtp.gmail.com with ESMTPSA id t15sm19366077wmj.15.2020.09.14.05.54.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Sep 2020 05:54:06 -0700 (PDT) Subject: Re: [PATCH 2/3] Use type_instance_flags more throughout To: Andrew Burgess References: <20200821144523.19451-1-pedro@palves.net> <20200821144523.19451-3-pedro@palves.net> <20200826100650.GU853475@embecosm.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Mon, 14 Sep 2020 13:54:05 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20200826100650.GU853475@embecosm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2020 12:54:10 -0000 On 8/26/20 11:06 AM, Andrew Burgess wrote: > While testing this I found a few issues building with > --enable-targets=all. The patch below fixes all of the issues I ran > into. Feel free to merge this with your work of keep it as a separate > patch, whatever works for you. Thanks Andrew. Sorry I forgot to --enable-targets=all in the first place. I saw those places needed adjustment when I was grepping around, but then forgot. I'll merge this with my patch and add you to the ChangeLog entry. Pedro