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.15-1121-g8eb6281


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  8eb6281eaadd5a71f04d5ec4c11da2339b382b10 (commit)
      from  aac639f42cb2d40753bc5f8a90acd974be153fe1 (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.git;a=commitdiff;h=8eb6281eaadd5a71f04d5ec4c11da2339b382b10

commit 8eb6281eaadd5a71f04d5ec4c11da2339b382b10
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 31 17:14:35 2012 -0700

    Use x86_64 bits/siginfo.h for i386 and x86_64

diff --git a/ChangeLog b/ChangeLog
index 233e0be..b8fdeda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #14117]
+	* sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
+	* sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
+
 	* sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
 	* sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
 
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h b/sysdeps/unix/sysv/linux/x86/bits/siginfo.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h
rename to sysdeps/unix/sysv/linux/x86/bits/siginfo.h

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

Summary of changes:
 ChangeLog                                          |    3 +++
 .../unix/sysv/linux/{x86_64 => x86}/bits/siginfo.h |    0
 2 files changed, 3 insertions(+), 0 deletions(-)
 rename sysdeps/unix/sysv/linux/{x86_64 => x86}/bits/siginfo.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]