summaryrefslogtreecommitdiff
path: root/libc/sysdeps/powerpc/powerpc32/power5+
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/powerpc/powerpc32/power5+')
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S5
-rw-r--r--libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S5
10 files changed, 20 insertions, 30 deletions
diff --git a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S
index 99cd6cc96..7a0be37fe 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_ceilf.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S
index 0a844b6f4..e68251322 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_floor.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S
index 3b1d26f9f..5039abd6e 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_floorf.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S
index 640140c33..48784cea3 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_llround.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S
index a2171fe09..00abb0809 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S
+++ b/libc/sysdeps/powerpc/powerpc32/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., 1 Franklin Street, Fifth Floor, Boston MA
- 02110-1301 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/powerpc32/power5+/fpu/s_lround.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S
index 83107f6f9..c5a3be843 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S
+++ b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.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., 1 Franklin Street, Fifth Floor, Boston MA
- 02110-1301 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/powerpc32/power5+/fpu/s_round.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
index 379c579de..277ffd1ff 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_roundf.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S
index 4193c6915..25e37d625 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_trunc.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
index 92fa3ca34..c9c14e761 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
+++ b/libc/sysdeps/powerpc/powerpc32/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/powerpc32/power5+/fpu/s_truncf.S b/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S
index c575e2bbc..f0547e3ab 100644
--- a/libc/sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S
+++ b/libc/sysdeps/powerpc/powerpc32/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>