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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.13-37-g45c99e6


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  45c99e6495a2b28746399749083694a950a0dce2 (commit)
      from  6b5adfe9dc64df1ce7f089d2a6cab550cb76ede1 (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-ports.git;a=commitdiff;h=45c99e6495a2b28746399749083694a950a0dce2

commit 45c99e6495a2b28746399749083694a950a0dce2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jun 20 19:34:43 2011 +0000

    sendmmsg for ARM.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 6a9bdde..30405dd 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,7 @@
+2010-06-20  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/arm/eabi/internal_sendmmsg.S: New.
+
 2011-05-07  Konstantinos Margaritis  <markos@genesi-usa.com>
 
 	* sysdeps/arm/preconfigure: Detect arm-linux-gnueabi* as ARM EABI.
diff --git a/sysdeps/unix/sysv/linux/arm/eabi/internal_sendmmsg.S b/sysdeps/unix/sysv/linux/arm/eabi/internal_sendmmsg.S
new file mode 100644
index 0000000..eeb5f50
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/arm/eabi/internal_sendmmsg.S
@@ -0,0 +1,6 @@
+/* Tag_ABI_align8_preserved: This code preserves 8-byte
+   alignment in any callee.  */
+	.eabi_attribute 25, 1
+/* Tag_ABI_align8_needed: This code may require 8-byte alignment from
+   the caller.  */
+	.eabi_attribute 24, 1

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

Summary of changes:
 ChangeLog.arm                                      |    4 ++++
 .../{internal_accept4.S => internal_sendmmsg.S}    |    0
 2 files changed, 4 insertions(+), 0 deletions(-)
 copy sysdeps/unix/sysv/linux/arm/eabi/{internal_accept4.S => internal_sendmmsg.S} (100%)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]