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.12-2-gd0160bc


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  d0160bcc1912e17ef3c8739a2ea75b944b786d7e (commit)
      from  6531684d50f28271843fe264db3f4319e9e5c903 (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=d0160bcc1912e17ef3c8739a2ea75b944b786d7e

commit d0160bcc1912e17ef3c8739a2ea75b944b786d7e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri May 21 23:18:13 2010 +0000

    Fix internal_recvmmsg build attributes for ARM EABI.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 363b865..29d3fe9 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,7 @@
+2010-05-21  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/arm/eabi/internal_recvmmsg.S: New.
+
 2010-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S: New file.
diff --git a/sysdeps/unix/sysv/linux/arm/eabi/internal_recvmmsg.S b/sysdeps/unix/sysv/linux/arm/eabi/internal_recvmmsg.S
new file mode 100644
index 0000000..eeb5f50
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/arm/eabi/internal_recvmmsg.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_recvmmsg.S}    |    0
 2 files changed, 4 insertions(+), 0 deletions(-)
 copy sysdeps/unix/sysv/linux/arm/eabi/{internal_accept4.S => internal_recvmmsg.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]