wrap lines in Makefile.list

This commit is contained in:
is 1999-08-21 21:04:17 +00:00
parent a33bf8cb4b
commit 9e6d62796f
43 changed files with 65 additions and 44 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.list,v 1.1.1.1 1999/08/19 21:43:52 is Exp $
# $NetBSD: Makefile.list,v 1.2 1999/08/21 21:04:17 is Exp $
#
# list of M68060 architecture dependent files for libm.
@ -6,5 +6,13 @@
# Created by a script. Do not edit manually!
#
ARCH_SRCS = e_acosf.S e_acos.S e_asinf.S e_asin.S s_atanf.S s_atan.S e_atanhf.S e_atanh.S s_cosf.S k_cosf.S s_cos.S k_cos.S e_coshf.S e_cosh.S e_expf.S e_exp.S s_expm1f.S s_expm1.S e_log10f.S e_log10.S s_logbf.S s_logb.S e_logf.S e_log.S s_log1pf.S s_log1p.S s_sinf.S k_sinf.S s_sin.S k_sin.S e_sinhf.S e_sinh.S s_tanf.S k_tanf.S s_tan.S k_tan.S s_tanhf.S s_tanh.S e_sqrtf.S e_sqrt.S
ARCH_SRCS = e_acosf.S e_acos.S e_asinf.S e_asin.S \
s_atanf.S s_atan.S e_atanhf.S e_atanh.S \
s_cosf.S k_cosf.S s_cos.S k_cos.S e_coshf.S e_cosh.S \
e_expf.S e_exp.S s_expm1f.S s_expm1.S \
e_log10f.S e_log10.S s_logbf.S s_logb.S \
e_logf.S e_log.S s_log1pf.S s_log1p.S \
s_sinf.S k_sinf.S s_sin.S k_sin.S e_sinhf.S e_sinh.S \
s_tanf.S k_tanf.S s_tan.S k_tan.S s_tanhf.S s_tanh.S \
e_sqrtf.S e_sqrt.S
ARCH_ADDS = fplsp_wrap.S

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_acos.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_acos.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_acosf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_acosf.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_asin.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_asin.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_asinf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_asinf.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_atanh.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_atanh.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_atanhf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_atanhf.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_cosh.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_cosh.S,v 1.2 1999/08/21 21:04:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_coshf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_coshf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_exp.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_exp.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_expf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_expf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_log.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_log.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_log10.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_log10.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_log10f.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_log10f.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_logf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_logf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_sinh.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_sinh.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_sinhf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_sinhf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_sqrt.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_sqrt.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: e_sqrtf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: e_sqrtf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: fplsp_wrap.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: fplsp_wrap.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* FPLSP wrapper.

View File

@ -1,4 +1,4 @@
/* $NetBSD: k_cos.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: k_cos.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: k_cosf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: k_cosf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: k_sin.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: k_sin.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: k_sinf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: k_sinf.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: k_tan.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: k_tan.S,v 1.2 1999/08/21 21:04:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: k_tanf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: k_tanf.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,6 +1,6 @@
#!/bin/sh
# $NetBSD: makeas.sh,v 1.1.1.1 1999/08/19 21:41:35 is Exp $
# $NetBSD: makeas.sh,v 1.2 1999/08/21 21:04:19 is Exp $
# Copyright (c) 1999 Ignatios Souvatzis
# All rights reserved.
@ -53,6 +53,11 @@ shift
done
}
linebreak () {
echo " \\" >> ${FILELIST}
echo -n " " >> ${FILELIST}
}
mk () {
NAME=$1
OFFS=$2
@ -127,34 +132,42 @@ mks __ieee754_acosf 0000 e_acosf
mk __ieee754_acos 0008 e_acos
mks __ieee754_asinf 0018 e_asinf
mk __ieee754_asin 0020 e_asin
linebreak
mks atanf 0030 s_atanf
mk atan 0038 s_atan
mks __ieee754_atanhf 0048 e_atanhf
mk __ieee754_atanh 0050 e_atanh
linebreak
mks cosf 0060 s_cosf k_cosf
mk cos 0068 s_cos k_cos
mks __ieee754_coshf 0078 e_coshf
mk __ieee754_cosh 0080 e_cosh
linebreak
mks __ieee754_expf 0090 e_expf
mk __ieee754_exp 0098 e_exp
mks expm1f 00a8 s_expm1f
mk expm1 00b0 s_expm1
linebreak
mks __ieee754_log10f 00f0 e_log10f
mk __ieee754_log10 00f8 e_log10
mks logbf 0108 s_logbf
mk logb 0110 s_logb
linebreak
mks __ieee754_logf 0120 e_logf
mk __ieee754_log 0128 e_log
mks log1pf 0138 s_log1pf
mk log1p 0140 s_log1p
linebreak
mks sinf 0198 s_sinf k_sinf
mk sin 01a0 s_sin k_sin
mks __ieee754_sinhf 01c8 e_sinhf
mk __ieee754_sinh 01d0 e_sinh
linebreak
mks tanf 01e0 s_tanf k_tanf
mk tan 01e8 s_tan k_tan
mks tanhf 01f8 s_tanhf
mk tanh 0200 s_tanh
linebreak
mks __ieee754_sqrtf 02e8 e_sqrtf
mk __ieee754_sqrt 02f0 e_sqrt

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_atan.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_atan.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_atanf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_atanf.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_cos.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_cos.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_cosf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_cosf.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_expm1.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_expm1.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_expm1f.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_expm1f.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_log1p.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_log1p.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_log1pf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_log1pf.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_logb.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_logb.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_logbf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_logbf.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_sin.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_sin.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_sinf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_sinf.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_tan.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_tan.S,v 1.2 1999/08/21 21:04:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_tanf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_tanf.S,v 1.2 1999/08/21 21:04:20 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_tanh.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_tanh.S,v 1.2 1999/08/21 21:04:20 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.

View File

@ -1,4 +1,4 @@
/* $NetBSD: s_tanhf.S,v 1.1.1.1 1999/08/19 21:43:52 is Exp $ */
/* $NetBSD: s_tanhf.S,v 1.2 1999/08/21 21:04:20 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.