From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by sourceware.org (Postfix) with ESMTPS id E93463842402 for ; Tue, 28 Jul 2020 13:23:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E93463842402 Received: by mail-lf1-x143.google.com with SMTP id d2so5370197lfj.1 for ; Tue, 28 Jul 2020 06:23:42 -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:content-transfer-encoding :in-reply-to:user-agent; bh=Qi7QcBfPIRiAPcp944Uc0UlZBxKV5ChUxWe3RcJVWb0=; b=a6nwsGNWT63ud0Ifnr41BsnMrO0sx2dsr/x+SupwtZXKEOLwGycnXPse3szl3c8M43 yL9tUqcTwZK/IkO24YBTP/eH6GT3lLDW6Sb0uY9JfuvcM5lveNGE0+W3OJjIY6f871qO jsHtrgGc/HgscU77DfW5sb8f2jdVYzZhX5d2sjqBf4lrheVS6Z2glr4aobqSQZNsCKwf Okqc/+AgpDCYhONX3Ttur8407lMCEGrq8rjSUeVSlxaX4VWqCxJ06ezoIYlu+7vo+/Yi TZTlwlxJrt4YBA1LivkGmKZxMZPyC/o0HMFJnzlUnUeTLDtd94VEpcsUHRwBG0PKWxx+ 7XDA== X-Gm-Message-State: AOAM531bjA4kBs9AAVoZw9NIDPLiR2HiJo14/8fz+8UourtAjbZ7LDLi qNa5TjmDfE+Bc90zf0L8Ouc= X-Google-Smtp-Source: ABdhPJw7Gb5GKIMzP2Jl9fAVS9ognWWXWC0yNjLzkkzrZZQCovygsnk9NIZuIgjRTk0SlMqdTszTvw== X-Received: by 2002:ac2:4144:: with SMTP id c4mr14476877lfi.118.1595942621735; Tue, 28 Jul 2020 06:23:41 -0700 (PDT) Received: from kyukhin ([95.163.248.222]) by smtp.gmail.com with ESMTPSA id r16sm2748722ljk.8.2020.07.28.06.23.39 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Jul 2020 06:23:40 -0700 (PDT) Date: Tue, 28 Jul 2020 16:23:38 +0300 From: Kirill Yukhin To: Felix Willgerodt Cc: gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH v2 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions. Message-ID: <20200728132337.kjaaqhfh2ksukh73@kyukhin> References: <20200724085935.2637025-1-felix.willgerodt@intel.com> <20200724085935.2637025-2-felix.willgerodt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200724085935.2637025-2-felix.willgerodt@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Tue, 28 Jul 2020 13:23:44 -0000 Hello, On 24 июл 10:59, Felix Willgerodt via Gcc-patches wrote: > gdb/Changelog: > 2020-07-02 Felix Willgerodt > > * i386-tdep.c (i386_zmm_type): Fix field names. > (i386_ymm_type): Fix field names. I guess mailing list is wrong. -- Regards, Kirill Yukhin