This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.23-108-g0e8e593


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  0e8e593d7339a477ad7fdc4664d5948f824f74d6 (commit)
      from  4d10ceb2b2f199a42fc214128aebe9ef587e0a2b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0e8e593d7339a477ad7fdc4664d5948f824f74d6

commit 0e8e593d7339a477ad7fdc4664d5948f824f74d6
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 20 22:16:34 2016 +0100

    hurd: Add c++-types expected result
    
    	* sysdeps/mach/hurd/i386/c++-types.data: New file.

diff --git a/ChangeLog b/ChangeLog
index 4b8890e..ceee215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2016-03-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>:
 
-	* sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
+	* sysdeps/mach/hurd/i386/c++-types.data: New file.
 
-2016-03-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>:
+	* sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
 
 	* sysdeps/generic/dl-fcntl.h: New file, adds attribute_hidden to __open
 	and __fcntl.
@@ -11,8 +11,6 @@
 	* include/fcntl.h [IS_IN (rtld)]: Include <dl-fcntl.h> instead of
 	adding attribute_hidden to __open and __fcntl.
 
-2016-03-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
-
 	* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
 	"-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
 	depend on libc-modules.h,
diff --git a/sysdeps/mach/hurd/i386/c++-types.data b/sysdeps/mach/hurd/i386/c++-types.data
new file mode 100644
index 0000000..4cde3ca
--- /dev/null
+++ b/sysdeps/mach/hurd/i386/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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    6 +--
 .../linux/arm => mach/hurd/i386}/c++-types.data    |   30 ++++++++++----------
 2 files changed, 17 insertions(+), 19 deletions(-)
 copy sysdeps/{unix/sysv/linux/arm => mach/hurd/i386}/c++-types.data (55%)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]