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.14-302-gee4d031


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  ee4d03150a65018f367e3250887ec9c5b2133ce4 (commit)
      from  cd20565401bfb2abc41203667aba681c44a96697 (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=ee4d03150a65018f367e3250887ec9c5b2133ce4

commit ee4d03150a65018f367e3250887ec9c5b2133ce4
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Wed Sep 14 13:43:24 2011 -0400

    Use correct section to allow merging

diff --git a/ChangeLog b/ChangeLog
index ce8cefd..57195c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
 
+	* sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
+
 	* sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
 	__extern_always_inline.
 	Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
diff --git a/sysdeps/x86_64/fpu/s_copysign.S b/sysdeps/x86_64/fpu/s_copysign.S
index f3d9b0c..66c36c8 100644
--- a/sysdeps/x86_64/fpu/s_copysign.S
+++ b/sysdeps/x86_64/fpu/s_copysign.S
@@ -1,5 +1,5 @@
 /* copy sign, double version.
-   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Jaeger <aj@suse.de>, 2002.
 
@@ -21,7 +21,7 @@
 #include <machine/asm.h>
 
 #ifdef __ELF__
-	.section .rodata
+	.section .rodata.cst16,"aM",@progbits,16
 #else
 	.text
 #endif

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

Summary of changes:
 ChangeLog                       |    2 ++
 sysdeps/x86_64/fpu/s_copysign.S |    4 ++--
 2 files changed, 4 insertions(+), 2 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]