From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by sourceware.org (Postfix) with ESMTPS id E30D3393C858 for ; Fri, 24 Jul 2020 09:01:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E30D3393C858 IronPort-SDR: uZl7O16bGb30QTkFT4giRrg2efm6f9gF12XqmXEkIFTmW04elS42t0a+0t1amhpjioDOMKa+oK guMTBFfsg9jw== X-IronPort-AV: E=McAfee;i="6000,8403,9691"; a="215266479" X-IronPort-AV: E=Sophos;i="5.75,390,1589266800"; d="scan'208";a="215266479" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2020 02:01:15 -0700 IronPort-SDR: x8z9+oTOyiV7YsRbPHE6rU/DqIieMJBvgaRnb5qegSp4+RYufpmt7hLaYNaOT4+y0i5i5ZIS8J RcvCCE6Kqang== X-IronPort-AV: E=Sophos;i="5.75,390,1589266800"; d="scan'208";a="463164937" Received: from mulvlfelix.iul.intel.com (HELO localhost) ([172.28.48.31]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2020 02:01:14 -0700 From: Felix Willgerodt To: gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org Subject: [PATCH v2 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions. Date: Fri, 24 Jul 2020 10:59:34 +0200 Message-Id: <20200724085935.2637025-2-felix.willgerodt@intel.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200724085935.2637025-1-felix.willgerodt@intel.com> References: <20200724085935.2637025-1-felix.willgerodt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable 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: Fri, 24 Jul 2020 09:01:18 -0000 gdb/Changelog: 2020-07-02 Felix Willgerodt * i386-tdep.c (i386_zmm_type): Fix field names. (i386_ymm_type): Fix field names. --- gdb/i386-tdep.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 9b905c1996a..648974455f6 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -3103,13 +3103,13 @@ i386_zmm_type (struct gdbarch *gdbarch) #if 0 union __gdb_builtin_type_vec512i { - int128_t uint128[4]; - int64_t v4_int64[8]; - int32_t v8_int32[16]; - int16_t v16_int16[32]; - int8_t v32_int8[64]; - double v4_double[8]; - float v8_float[16]; + int128_t v4_int128[4]; + int64_t v8_int64[8]; + int32_t v16_int32[16]; + int16_t v32_int16[32]; + int8_t v64_int8[64]; + double v8_double[8]; + float v16_float[16]; }; #endif @@ -3156,13 +3156,13 @@ i386_ymm_type (struct gdbarch *gdbarch) #if 0 union __gdb_builtin_type_vec256i { - int128_t uint128[2]; - int64_t v2_int64[4]; - int32_t v4_int32[8]; - int16_t v8_int16[16]; - int8_t v16_int8[32]; - double v2_double[4]; - float v4_float[8]; + int128_t v2_int128[2]; + int64_t v4_int64[4]; + int32_t v8_int32[8]; + int16_t v16_int16[16]; + int8_t v32_int8[32]; + double v4_double[4]; + float v8_float[8]; }; #endif -- 2.25.4 Intel Deutschland GmbH Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Gary Kershaw Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928