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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-228-g69d8348


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  69d8348e5e3da19e8f98c9ea063c45dc72ef7407 (commit)
      from  61a52130e8736d13059cdd090d3c8b2ac42f292b (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://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=69d8348e5e3da19e8f98c9ea063c45dc72ef7407

commit 69d8348e5e3da19e8f98c9ea063c45dc72ef7407
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Thu May 17 14:14:07 2012 -0400

    tile: fork tilepro and tilegx copies of c++-types-tile-linux-gnu.data

diff --git a/ChangeLog.tile b/ChangeLog.tile
index 24da151..51acbc6 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -1,5 +1,9 @@
 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
 
+	* data/c++-types-tilepro-linux-gnu.data: Renamed from
+	data/c++-types-tile-linux-gnu.data.
+	* data/c++-types-tilegx-linux-gnu.data: New file.
+
 	* sysdeps/tile/libm-test-ulps: Improved fma() and exp10().
 
 	* sysdeps/tile/s_fma.c: Use ieee754/dbl-64 without rounding or
diff --git a/data/c++-types-tile-linux-gnu.data b/data/c++-types-tilegx-linux-gnu.data
similarity index 82%
copy from data/c++-types-tile-linux-gnu.data
copy to data/c++-types-tilegx-linux-gnu.data
index 303f457..ac925cc 100644
--- a/data/c++-types-tile-linux-gnu.data
+++ b/data/c++-types-tilegx-linux-gnu.data
@@ -1,31 +1,31 @@
-blkcnt64_t:x
+blkcnt64_t:l
 blkcnt_t:l
 blksize_t:i
 caddr_t:Pc
 clockid_t:i
 clock_t:l
 daddr_t:i
-dev_t:y
+dev_t:m
 fd_mask:l
-fsblkcnt64_t:y
+fsblkcnt64_t:m
 fsblkcnt_t:m
-fsfilcnt64_t:y
+fsfilcnt64_t:m
 fsfilcnt_t:m
 fsid_t:8__fsid_t
 gid_t:j
 id_t:j
-ino64_t:y
+ino64_t:m
 ino_t:m
 int16_t:s
 int32_t:i
-int64_t:x
+int64_t:l
 int8_t:a
-intptr_t:i
+intptr_t:l
 key_t:i
-loff_t:x
+loff_t:l
 mode_t:j
 nlink_t:j
-off64_t:x
+off64_t:l
 off_t:l
 pid_t:i
 pthread_attr_t:14pthread_attr_t
@@ -41,14 +41,14 @@ pthread_rwlock_t:16pthread_rwlock_t
 pthread_rwlockattr_t:20pthread_rwlockattr_t
 pthread_spinlock_t:i
 pthread_t:m
-quad_t:x
-register_t:i
-rlim64_t:y
+quad_t:l
+register_t:l
+rlim64_t:m
 rlim_t:m
 sigset_t:10__sigset_t
-size_t:j
+size_t:m
 socklen_t:j
-ssize_t:i
+ssize_t:l
 suseconds_t:l
 time_t:l
 u_char:h
@@ -57,11 +57,11 @@ uint:j
 u_int:j
 u_int16_t:t
 u_int32_t:j
-u_int64_t:y
+u_int64_t:m
 u_int8_t:h
 ulong:m
 u_long:m
-u_quad_t:y
+u_quad_t:m
 useconds_t:j
 ushort:t
 u_short:t
diff --git a/data/c++-types-tile-linux-gnu.data b/data/c++-types-tilepro-linux-gnu.data
similarity index 100%
rename from data/c++-types-tile-linux-gnu.data
rename to data/c++-types-tilepro-linux-gnu.data

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

Summary of changes:
 ChangeLog.tile                                     |    4 ++
 ...ux-gnu.data => c++-types-tilegx-linux-gnu.data} |   32 ++++++++++----------
 ...x-gnu.data => c++-types-tilepro-linux-gnu.data} |    0
 3 files changed, 20 insertions(+), 16 deletions(-)
 copy data/{c++-types-tile-linux-gnu.data => c++-types-tilegx-linux-gnu.data} (82%)
 rename data/{c++-types-tile-linux-gnu.data => c++-types-tilepro-linux-gnu.data} (100%)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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