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.22-181-ge30680c


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  e30680c07a1504434db57d598d63bd93b8d01606 (commit)
      from  4d374e4d38f47979493634f364ba50e1b3f0ede8 (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=e30680c07a1504434db57d598d63bd93b8d01606

commit e30680c07a1504434db57d598d63bd93b8d01606
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 27 07:49:10 2015 -0700

    Move i486/bits/atomic.h to bits/atomic.h
    
    Since glibc doesn't support i386 any more, we can move i486/bits/atomic.h
    to bits/atomic.h.
    
    	* sysdeps/i386/i486/bits/atomic.h: Moved to ...
    	* sysdeps/i386/bits/atomic.h: Here.

diff --git a/ChangeLog b/ChangeLog
index 543377a..10833a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i486/bits/atomic.h: Moved to ...
+	* sysdeps/i386/bits/atomic.h: Here.
+
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/i486/Versions: Removed.
 
 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
diff --git a/sysdeps/i386/i486/bits/atomic.h b/sysdeps/i386/bits/atomic.h
similarity index 100%
rename from sysdeps/i386/i486/bits/atomic.h
rename to sysdeps/i386/bits/atomic.h

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

Summary of changes:
 ChangeLog                             |    5 +++++
 sysdeps/i386/{i486 => }/bits/atomic.h |    0
 2 files changed, 5 insertions(+), 0 deletions(-)
 rename sysdeps/i386/{i486 => }/bits/atomic.h (100%)


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]