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.17-763-g44a988a


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  44a988afd8f7aef70b88ecdc2e47d14fdf89e7e5 (commit)
      from  9c84384cc18ff589233628c193953ca8d7a39f5c (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=44a988afd8f7aef70b88ecdc2e47d14fdf89e7e5

commit 44a988afd8f7aef70b88ecdc2e47d14fdf89e7e5
Author: Ondrej Bilka <neleai@seznam.cz>
Date:   Thu Jun 6 02:14:27 2013 +0200

    Fix executable mode.

diff --git a/ChangeLog b/ChangeLog
index 7089d84..8e21292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-05  OndÅ?ej Bílka  <neleai@seznam.cz>
+
+	* posix/transbug.c: Likewise.
+
 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
 
 	* crypt/speeds.c: Remove trailing whitespace.
diff --git a/ports/ChangeLog.microblaze b/ports/ChangeLog.microblaze
index 9890681..be04de0 100644
--- a/ports/ChangeLog.microblaze
+++ b/ports/ChangeLog.microblaze
@@ -1,3 +1,8 @@
+2013-06-05  OndÅ?ej Bílka  <neleai@seznam.cz>
+
+	* ports/sysdeps/microblaze/bits/atomic.h: Remove executable mode.
+	* ports/sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
+
 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/microblaze/Makefile ($(objpfx)libm.so): Remove
diff --git a/ports/sysdeps/microblaze/bits/atomic.h b/ports/sysdeps/microblaze/bits/atomic.h
old mode 100755
new mode 100644
diff --git a/ports/sysdeps/unix/sysv/linux/microblaze/sysdep.h b/ports/sysdeps/unix/sysv/linux/microblaze/sysdep.h
old mode 100755
new mode 100644
diff --git a/posix/transbug.c b/posix/transbug.c
old mode 100755
new mode 100644

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

Summary of changes:
 ChangeLog                                         |    4 ++++
 ports/ChangeLog.microblaze                        |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 ports/sysdeps/microblaze/bits/atomic.h
 mode change 100755 => 100644 ports/sysdeps/unix/sysv/linux/microblaze/sysdep.h
 mode change 100755 => 100644 posix/transbug.c


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]