summaryrefslogtreecommitdiff
path: root/libc/sysdeps/powerpc/powerpc32
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-03-21 17:49:12 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-03-21 17:49:12 +0000
commit5c8cf8f50bb4598c4ecf2aa860aa7bf0ef0c3df7 (patch)
tree2f079ca4472be83c8bdca9215aa6c8d85f8f5875 /libc/sysdeps/powerpc/powerpc32
parentf9a421a6b2e3ba46cc615e128091e5eacabb1dac (diff)
downloadeglibc2-5c8cf8f50bb4598c4ecf2aa860aa7bf0ef0c3df7.tar.gz
Merge changes between r13053 and r13227 from /fsf/trunk.
ports: * sysdeps/arm/eabi/bits/predefs.h: Correct license reference in last paragraph of license notice. git-svn-id: svn://svn.eglibc.org/trunk@13228 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/powerpc/powerpc32')
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S b/libc/sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S
index 12bf473a8..0f71a987d 100644
--- a/libc/sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S
+++ b/libc/sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S
@@ -1,5 +1,5 @@
/* isnanf(). PowerPC32 version.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -39,8 +39,7 @@ EALIGN (__isnanf, 4, 0)
L(NaN):
li r3,1 /* else return 1 */
blr
- END (__isnan)
+ END (__isnanf)
hidden_def (__isnanf)
weak_alias (__isnanf, isnanf)
-