From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by sourceware.org (Postfix) with ESMTPS id E75A83857C57 for ; Mon, 14 Sep 2020 12:20:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E75A83857C57 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-wm1-f68.google.com with SMTP id k18so11007663wmj.5 for ; Mon, 14 Sep 2020 05:20: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=exx8feECbyEd//TcRIm0vFycU9bQ/jEYaeVPqSj4yHY=; b=RLZzT2cljWSVsWH8ncjLWdPgBFfcCVMrFsfKbylhqbfMMFx79w2Fq9Nie8dI97XoCB 4FYtNzMv5KdaU1M1dFMkn161TGN9EW1OofBcNWlzU0OP2inws2Hn9jfS5zVmcI4jqTXr NFnLdBJUCYsVuDp2+phztkcpdi0sRV/UU3C8peZSzjg52JZbFD6Yh0bg1MDM+F0CPl/W I+U3qwHayIYBKTXYY0GR1qPfCE7bEOFXAefeSy718XjIzpiBE3YsysrnHMj6i7QtuVzg CoVPHBhCN/SpbluYtfL6ngqXxNeWOg+VPFSH8STADGhR+In/ptpUEfmledXKJmIsPmwz OaVQ== X-Gm-Message-State: AOAM532O/eKr1l63LgfpJ3dUoQFWjJsK9x9Z9Zh/Y9GaTWEzxp/r5/Qp uxDb+HR4kb4Lqkk6pxfnMNGTLX3Ek+U+2Q== X-Google-Smtp-Source: ABdhPJzxngbJNnQf8Va/k5txXLE/gnUyIxhrcFKR+2O9Gh3KM8TKFqlLOAIl0dIPIsoZ8swp/tDUrw== X-Received: by 2002:a7b:c015:: with SMTP id c21mr14882923wmb.87.1600086008902; Mon, 14 Sep 2020 05:20:08 -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 z11sm21117746wru.88.2020.09.14.05.20.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Sep 2020 05:20:06 -0700 (PDT) Subject: Re: [PATCH v2] Use flexible target descriptors for Linux PowerPC To: Rogerio Alves , gdb-patches@sourceware.org References: <20200703182238.153386-1-rcardoso@linux.ibm.com> <20200703190321.156086-1-rcardoso@linux.ibm.com> Cc: ulrich.weigand@de.ibm.com, pedromfc@linux.ibm.com From: Pedro Alves Message-ID: <68f5e8e5-79e0-9e57-e3bc-b5c0bd99b566@palves.net> Date: Mon, 14 Sep 2020 13:20: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: <20200703190321.156086-1-rcardoso@linux.ibm.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:20:14 -0000 Please say "target descriptions", not "descriptors" in the subject line. At first I thought this was about some new kind of function descriptors! :-) On 7/3/20 8:03 PM, Rogerio Alves via Gdb-patches wrote: > Use flexible target descriptors for Linux PowerPC. This allows a fine-tune > selection of avalible target CPU features por POWER. typo: "avalible", while at it. Pedro Alves