From patchwork Mon May 1 13:06:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 68595 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D5274385B50C for ; Mon, 1 May 2023 13:06:57 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 5E1503858414 for ; Mon, 1 May 2023 13:06:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5E1503858414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 8D9C120186; Mon, 1 May 2023 15:06:44 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZET5YSgAdcG4; Mon, 1 May 2023 15:06:44 +0200 (CEST) Received: from begin (lfbn-bor-1-1163-184.w92-158.abo.wanadoo.fr [92.158.138.184]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 70A0620184; Mon, 1 May 2023 15:06:44 +0200 (CEST) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1ptTEq-00G8ji-0L; Mon, 01 May 2023 15:06:44 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd 64bit: Add data for check-c++-types Date: Mon, 1 May 2023 15:06:43 +0200 Message-Id: <20230501130643.3846823-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- sysdeps/mach/hurd/x86_64/c++-types.data | 67 +++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 sysdeps/mach/hurd/x86_64/c++-types.data diff --git a/sysdeps/mach/hurd/x86_64/c++-types.data b/sysdeps/mach/hurd/x86_64/c++-types.data new file mode 100644 index 0000000000..4cde3ca667 --- /dev/null +++ b/sysdeps/mach/hurd/x86_64/c++-types.data @@ -0,0 +1,67 @@ +blkcnt64_t:x +blkcnt_t:l +blksize_t:l +caddr_t:Pc +clockid_t:i +clock_t:l +daddr_t:i +dev_t:j +fd_mask:l +fsblkcnt64_t:y +fsblkcnt_t:m +fsfilcnt64_t:y +fsfilcnt_t:m +fsid_t:y +gid_t:j +id_t:j +ino64_t:y +ino_t:m +int16_t:s +int32_t:i +int64_t:x +int8_t:a +intptr_t:i +key_t:i +loff_t:x +mode_t:j +nlink_t:j +off64_t:x +off_t:l +pid_t:i +pthread_attr_t:14__pthread_attr +pthread_barrier_t:17__pthread_barrier +pthread_barrierattr_t:21__pthread_barrierattr +pthread_cond_t:14__pthread_cond +pthread_condattr_t:18__pthread_condattr +pthread_key_t:i +pthread_mutex_t:15__pthread_mutex +pthread_mutexattr_t:19__pthread_mutexattr +pthread_once_t:14__pthread_once +pthread_rwlock_t:16__pthread_rwlock +pthread_rwlockattr_t:20__pthread_rwlockattr +pthread_spinlock_t:i +pthread_t:i +quad_t:x +register_t:i +rlim64_t:y +rlim_t:m +sigset_t:m +size_t:j +socklen_t:j +ssize_t:i +suseconds_t:l +time_t:l +u_char:h +uid_t:j +uint:j +u_int:j +u_int16_t:t +u_int32_t:j +u_int64_t:y +u_int8_t:h +ulong:m +u_long:m +u_quad_t:y +useconds_t:j +ushort:t +u_short:t