summaryrefslogtreecommitdiff
path: root/libc/sysdeps/powerpc/powerpc64/power5+
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/powerpc/powerpc64/power5+')
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S5
9 files changed, 18 insertions, 27 deletions
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S
index 1e4851db9..0d068085c 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
#include <math_ldbl_opt.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S
index 38c51d5ff..393aa84f9 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S
index 86f07c8b5..c45f7cd3c 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
#include <math_ldbl_opt.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S
index e7bdccf51..0b6a15c46 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S
index 6a022769f..c4aa2e248 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
#include <math_ldbl_opt.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
index 7082734bb..1aab1d157 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
#include <math_ldbl_opt.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S
index 30b83be9e..3348defbc 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
index 4e6e4d790..843586bd5 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
#include <math_ldbl_opt.h>
diff --git a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S
index 61d9cb372..337025034 100644
--- a/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S
+++ b/libc/sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>