From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 89EFD385773D; Mon, 1 May 2023 13:06:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89EFD385773D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682946399; bh=+xt87dqJVOljTG30QUs6E5LVwht86u1ml54dpLIsmg0=; h=From:To:Subject:Date:From; b=Ssfhc0yYDjWuPVcRg224R2vJJ2UUczXpvUq0N2Y+cO4UJflLOM8JCyQh1+VZEg++K 74VI8f+u3KH6hywB8rdO9R+Wan7E+Q0MWLPHX3U8t1IZzSqVJVIxSH8BytGXiOqEEn 0YxB+plJJpz5yMQjQdHFZfxZSJnUL1U8tCoG9OgY= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd 64bit: Add data for check-c++-types X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 65d1407d55e4f7df703f72ac52c9cef37a59be92 X-Git-Newrev: 90604f670c1074bc9e4c25f8f2ef9d358823d77b Message-Id: <20230501130639.89EFD385773D@sourceware.org> Date: Mon, 1 May 2023 13:06:39 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=90604f670c1074bc9e4c25f8f2ef9d358823d77b commit 90604f670c1074bc9e4c25f8f2ef9d358823d77b Author: Samuel Thibault Date: Mon May 1 14:27:48 2023 +0200 hurd 64bit: Add data for check-c++-types Diff: --- sysdeps/mach/hurd/x86_64/c++-types.data | 67 +++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) 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