Skip to content

Commit

Permalink
Use correct section to allow merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 14, 2011
1 parent cd20565 commit ee4d031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/x86_64/fpu/s_copysign.S
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -21,7 +21,7 @@
#include <machine/asm.h>

#ifdef __ELF__
.section .rodata
.section .rodata.cst16,"aM",@progbits,16
#else
.text
#endif
Expand Down

0 comments on commit ee4d031

Please sign in to comment.