Skip to content

Commit

Permalink
* include/features.h (__GLIBC_MINOR__): Bump to 8.
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Ulrich Drepper committed Apr 11, 2008
1 parent 91e3254 commit 5d59f4a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion include/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 0 additions & 1 deletion sysdeps/powerpc/powerpc32/fpu/s_lroundf.S
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* __lroundf is in s_lround.S */
/* __lroundf is in s_lround.S */
1 change: 0 additions & 1 deletion sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* __llroundf is in s_llround.S */
/* __llroundf is in s_llround.S */
1 change: 0 additions & 1 deletion sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* __llroundf is in s_llround.S */
/* __llroundf is in s_llround.S */
1 change: 0 additions & 1 deletion sysdeps/powerpc/powerpc64/fpu/s_lrint.S
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* __lrint is in s_llrint.c */
/* __lrint is in s_llrint.c */
1 change: 0 additions & 1 deletion sysdeps/powerpc/powerpc64/fpu/s_lround.S
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* __lround is in s_llround.S */
/* __lround is in s_llround.S */
1 change: 0 additions & 1 deletion sysdeps/powerpc/powerpc64/fpu/s_lroundf.S
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* __lroundf is in s_llroundf.S */
/* __lroundf is in s_llroundf.S */

0 comments on commit 5d59f4a

Please sign in to comment.