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.19-186-gfede7a5


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  fede7a5ffa188c22c3789135bd5cf82e487dd3d0 (commit)
      from  80cf0a583d094af6b88a24160d4267acf4d7b679 (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=fede7a5ffa188c22c3789135bd5cf82e487dd3d0

commit fede7a5ffa188c22c3789135bd5cf82e487dd3d0
Author: Will Newton <will.newton@linaro.org>
Date:   Tue Mar 11 14:14:32 2014 +0000

    aarch64: Remove inaccurate comment from sysdep.h
    
    This comment appears to have been copied from the ARM port where it
    makes more sense.
    
    2014-03-18  Will Newton  <will.newton@linaro.org>
    
    	* sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
    	inaccurate comment.

diff --git a/ChangeLog b/ChangeLog
index b007a2e..f6c8259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-18  Will Newton  <will.newton@linaro.org>
+
+	* sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
+	inaccurate comment.
+
 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makerules [!subdir] (check-abi): Exit with error status if a
diff --git a/sysdeps/unix/sysv/linux/aarch64/sysdep.h b/sysdeps/unix/sysv/linux/aarch64/sysdep.h
index 5ccf1da..d90ef25 100644
--- a/sysdeps/unix/sysv/linux/aarch64/sysdep.h
+++ b/sysdeps/unix/sysv/linux/aarch64/sysdep.h
@@ -169,10 +169,6 @@ __local_syscall_error:						\
 	arg 6		x5
 	arg 7		x6
 
-   We need to shuffle values between R4..R6 and the stack so that the
-   caller's v1..v3 and stack frame are not corrupted, and the kernel
-   sees the right arguments.
-
 */
 
 # undef	DO_CALL

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

Summary of changes:
 ChangeLog                                |    5 +++++
 sysdeps/unix/sysv/linux/aarch64/sysdep.h |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)


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]