mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
* include/features.h (__GLIBC_MINOR__): Bump to 8.
* sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment. * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise. * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise. * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise. * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise. * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
This commit is contained in:
parent
91e32540c4
commit
5d59f4a50f
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2008-04-11 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* include/features.h (__GLIBC_MINOR__): Bump to 8.
|
||||
|
||||
* sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
|
||||
* sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
|
||||
* sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
|
||||
* sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
|
||||
* sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
|
||||
* sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
|
||||
|
||||
2008-04-11 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
[BZ #5443]
|
||||
|
@ -311,7 +311,7 @@
|
||||
/* Major and minor version number of the GNU C library package. Use
|
||||
these macros to test for features in specific releases. */
|
||||
#define __GLIBC__ 2
|
||||
#define __GLIBC_MINOR__ 7
|
||||
#define __GLIBC_MINOR__ 8
|
||||
|
||||
#define __GLIBC_PREREQ(maj, min) \
|
||||
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
|
||||
|
@ -1,2 +1 @@
|
||||
/* __lroundf is in s_lround.S */
|
||||
/* __lroundf is in s_lround.S */
|
||||
|
@ -1,2 +1 @@
|
||||
/* __llroundf is in s_llround.S */
|
||||
/* __llroundf is in s_llround.S */
|
||||
|
@ -1,2 +1 @@
|
||||
/* __llroundf is in s_llround.S */
|
||||
/* __llroundf is in s_llround.S */
|
||||
|
@ -1,2 +1 @@
|
||||
/* __lrint is in s_llrint.c */
|
||||
/* __lrint is in s_llrint.c */
|
||||
|
@ -1,2 +1 @@
|
||||
/* __lround is in s_llround.S */
|
||||
/* __lround is in s_llround.S */
|
||||
|
@ -1,2 +1 @@
|
||||
/* __lroundf is in s_llroundf.S */
|
||||
/* __lroundf is in s_llroundf.S */
|
||||
|
Loading…
x
Reference in New Issue
Block a user