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-612-g95aa737


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  95aa737cf9fd7f0c31de62950b253861b863dc50 (commit)
      from  7a99a614618a92b01715733d34b3320d75d9e997 (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=95aa737cf9fd7f0c31de62950b253861b863dc50

commit 95aa737cf9fd7f0c31de62950b253861b863dc50
Author: David S. Miller <davem@davemloft.net>
Date:   Wed Apr 18 11:11:10 2012 -0700

    Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 one
    
    	* sysdeps/sparc/sparc64/memcopy.h: Delete.

diff --git a/ChangeLog b/ChangeLog
index 2728eaa..e56e7e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-18  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/sparc/sparc64/memcopy.h: Delete.
+
 2012-04-18  Andreas Jaeger  <aj@suse.de>
 
 	[BZ# 6794]
diff --git a/sysdeps/sparc/sparc64/memcopy.h b/sysdeps/sparc/sparc64/memcopy.h
deleted file mode 100644
index ec978e3..0000000
--- a/sysdeps/sparc/sparc64/memcopy.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <sparc32/memcopy.h>

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

Summary of changes:
 ChangeLog                       |    4 ++++
 sysdeps/sparc/sparc64/memcopy.h |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
 delete mode 100644 sysdeps/sparc/sparc64/memcopy.h


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]