From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- soft-fp/Makefile | 5 ++--- soft-fp/adddf3.c | 5 ++--- soft-fp/addsf3.c | 6 ++---- soft-fp/addtf3.c | 5 ++--- soft-fp/divdf3.c | 5 ++--- soft-fp/divsf3.c | 5 ++--- soft-fp/divtf3.c | 5 ++--- soft-fp/double.h | 5 ++--- soft-fp/eqdf2.c | 5 ++--- soft-fp/eqsf2.c | 5 ++--- soft-fp/eqtf2.c | 5 ++--- soft-fp/extenddftf2.c | 5 ++--- soft-fp/extended.h | 5 ++--- soft-fp/extendsfdf2.c | 5 ++--- soft-fp/extendsftf2.c | 5 ++--- soft-fp/fixdfdi.c | 5 ++--- soft-fp/fixdfsi.c | 5 ++--- soft-fp/fixsfdi.c | 5 ++--- soft-fp/fixsfsi.c | 5 ++--- soft-fp/fixtfdi.c | 5 ++--- soft-fp/fixtfsi.c | 5 ++--- soft-fp/fixunsdfdi.c | 5 ++--- soft-fp/fixunsdfsi.c | 5 ++--- soft-fp/fixunssfdi.c | 5 ++--- soft-fp/fixunssfsi.c | 5 ++--- soft-fp/fixunstfdi.c | 5 ++--- soft-fp/fixunstfsi.c | 5 ++--- soft-fp/floatdidf.c | 5 ++--- soft-fp/floatdisf.c | 5 ++--- soft-fp/floatditf.c | 5 ++--- soft-fp/floatsidf.c | 5 ++--- soft-fp/floatsisf.c | 5 ++--- soft-fp/floatsitf.c | 5 ++--- soft-fp/floatundidf.c | 5 ++--- soft-fp/floatundisf.c | 5 ++--- soft-fp/floatunditf.c | 5 ++--- soft-fp/floatunsidf.c | 5 ++--- soft-fp/floatunsisf.c | 5 ++--- soft-fp/floatunsitf.c | 5 ++--- soft-fp/gedf2.c | 5 ++--- soft-fp/gesf2.c | 5 ++--- soft-fp/getf2.c | 5 ++--- soft-fp/ledf2.c | 5 ++--- soft-fp/lesf2.c | 5 ++--- soft-fp/letf2.c | 5 ++--- soft-fp/muldf3.c | 5 ++--- soft-fp/mulsf3.c | 5 ++--- soft-fp/multf3.c | 5 ++--- soft-fp/negdf2.c | 5 ++--- soft-fp/negsf2.c | 5 ++--- soft-fp/negtf2.c | 5 ++--- soft-fp/op-1.h | 5 ++--- soft-fp/op-2.h | 5 ++--- soft-fp/op-4.h | 5 ++--- soft-fp/op-8.h | 6 ++---- soft-fp/op-common.h | 5 ++--- soft-fp/quad.h | 5 ++--- soft-fp/single.h | 5 ++--- soft-fp/soft-fp.h | 5 ++--- soft-fp/sqrtdf2.c | 5 ++--- soft-fp/sqrtsf2.c | 5 ++--- soft-fp/sqrttf2.c | 5 ++--- soft-fp/subdf3.c | 5 ++--- soft-fp/subsf3.c | 5 ++--- soft-fp/subtf3.c | 5 ++--- soft-fp/truncdfsf2.c | 5 ++--- soft-fp/trunctfdf2.c | 5 ++--- soft-fp/trunctfsf2.c | 5 ++--- soft-fp/unorddf2.c | 5 ++--- soft-fp/unordsf2.c | 5 ++--- soft-fp/unordtf2.c | 5 ++--- 71 files changed, 142 insertions(+), 215 deletions(-) (limited to 'soft-fp') diff --git a/soft-fp/Makefile b/soft-fp/Makefile index 8eb89c5..11464df 100644 --- a/soft-fp/Makefile +++ b/soft-fp/Makefile @@ -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 +# . # # Makefile for software floating-point routines diff --git a/soft-fp/adddf3.c b/soft-fp/adddf3.c index 24c03db..5e66461 100644 --- a/soft-fp/adddf3.c +++ b/soft-fp/adddf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/addsf3.c b/soft-fp/addsf3.c index b86991e..7f61d16 100644 --- a/soft-fp/addsf3.c +++ b/soft-fp/addsf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" @@ -47,4 +46,3 @@ SFtype __addsf3(SFtype a, SFtype b) return r; } - diff --git a/soft-fp/addtf3.c b/soft-fp/addtf3.c index 49b67f0..f5da019 100644 --- a/soft-fp/addtf3.c +++ b/soft-fp/addtf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/divdf3.c b/soft-fp/divdf3.c index c3bb0d2..105beab 100644 --- a/soft-fp/divdf3.c +++ b/soft-fp/divdf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/divsf3.c b/soft-fp/divsf3.c index 176bb3c..41e32c0 100644 --- a/soft-fp/divsf3.c +++ b/soft-fp/divsf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/divtf3.c b/soft-fp/divtf3.c index 916fbfe..b932351 100644 --- a/soft-fp/divtf3.c +++ b/soft-fp/divtf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/double.h b/soft-fp/double.h index 1cde330..e247e6e 100644 --- a/soft-fp/double.h +++ b/soft-fp/double.h @@ -28,9 +28,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #if _FP_W_TYPE_SIZE < 32 #error "Here's a nickel kid. Go buy yourself a real computer." diff --git a/soft-fp/eqdf2.c b/soft-fp/eqdf2.c index 82a8858..b5749b4 100644 --- a/soft-fp/eqdf2.c +++ b/soft-fp/eqdf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/eqsf2.c b/soft-fp/eqsf2.c index 0a1180f..8bf3603 100644 --- a/soft-fp/eqsf2.c +++ b/soft-fp/eqsf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/eqtf2.c b/soft-fp/eqtf2.c index 46240b7..e40f31a 100644 --- a/soft-fp/eqtf2.c +++ b/soft-fp/eqtf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/extenddftf2.c b/soft-fp/extenddftf2.c index 4101639..f7082ef 100644 --- a/soft-fp/extenddftf2.c +++ b/soft-fp/extenddftf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/extended.h b/soft-fp/extended.h index e5f16de..3ab6b6a 100644 --- a/soft-fp/extended.h +++ b/soft-fp/extended.h @@ -24,9 +24,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #if _FP_W_TYPE_SIZE < 32 #error "Here's a nickel, kid. Go buy yourself a real computer." diff --git a/soft-fp/extendsfdf2.c b/soft-fp/extendsfdf2.c index fba22d5..ac84375 100644 --- a/soft-fp/extendsfdf2.c +++ b/soft-fp/extendsfdf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/extendsftf2.c b/soft-fp/extendsftf2.c index c43cf1e..a0d6270 100644 --- a/soft-fp/extendsftf2.c +++ b/soft-fp/extendsftf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/fixdfdi.c b/soft-fp/fixdfdi.c index fdfe35a..d1060bc 100644 --- a/soft-fp/fixdfdi.c +++ b/soft-fp/fixdfdi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/fixdfsi.c b/soft-fp/fixdfsi.c index a05f3e3..6388719 100644 --- a/soft-fp/fixdfsi.c +++ b/soft-fp/fixdfsi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/fixsfdi.c b/soft-fp/fixsfdi.c index 384d9bd..9dc04b6 100644 --- a/soft-fp/fixsfdi.c +++ b/soft-fp/fixsfdi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/fixsfsi.c b/soft-fp/fixsfsi.c index 1d40ed0..c17514a 100644 --- a/soft-fp/fixsfsi.c +++ b/soft-fp/fixsfsi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/fixtfdi.c b/soft-fp/fixtfdi.c index ea10ce2..3731580 100644 --- a/soft-fp/fixtfdi.c +++ b/soft-fp/fixtfdi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/fixtfsi.c b/soft-fp/fixtfsi.c index eb71038..9ceed12 100644 --- a/soft-fp/fixtfsi.c +++ b/soft-fp/fixtfsi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/fixunsdfdi.c b/soft-fp/fixunsdfdi.c index d85198f..4a5a7df 100644 --- a/soft-fp/fixunsdfdi.c +++ b/soft-fp/fixunsdfdi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/fixunsdfsi.c b/soft-fp/fixunsdfsi.c index 492ffde..82b54ad 100644 --- a/soft-fp/fixunsdfsi.c +++ b/soft-fp/fixunsdfsi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/fixunssfdi.c b/soft-fp/fixunssfdi.c index 5484153..d99f6fa 100644 --- a/soft-fp/fixunssfdi.c +++ b/soft-fp/fixunssfdi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/fixunssfsi.c b/soft-fp/fixunssfsi.c index ac9d4b9..b226b1f 100644 --- a/soft-fp/fixunssfsi.c +++ b/soft-fp/fixunssfsi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/fixunstfdi.c b/soft-fp/fixunstfdi.c index 86f1fc8..97c4ec9 100644 --- a/soft-fp/fixunstfdi.c +++ b/soft-fp/fixunstfdi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/fixunstfsi.c b/soft-fp/fixunstfsi.c index e0335da..df4ca9a 100644 --- a/soft-fp/fixunstfsi.c +++ b/soft-fp/fixunstfsi.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/floatdidf.c b/soft-fp/floatdidf.c index 21e9fb1..c1e0084 100644 --- a/soft-fp/floatdidf.c +++ b/soft-fp/floatdidf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/floatdisf.c b/soft-fp/floatdisf.c index ee57915..76a9245 100644 --- a/soft-fp/floatdisf.c +++ b/soft-fp/floatdisf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/floatditf.c b/soft-fp/floatditf.c index 564800b..d6d8818 100644 --- a/soft-fp/floatditf.c +++ b/soft-fp/floatditf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/floatsidf.c b/soft-fp/floatsidf.c index b6d5f8d..3409ecd 100644 --- a/soft-fp/floatsidf.c +++ b/soft-fp/floatsidf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/floatsisf.c b/soft-fp/floatsisf.c index 76217fe..002aa17 100644 --- a/soft-fp/floatsisf.c +++ b/soft-fp/floatsisf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/floatsitf.c b/soft-fp/floatsitf.c index 8c3d9cc..9cc6e65 100644 --- a/soft-fp/floatsitf.c +++ b/soft-fp/floatsitf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/floatundidf.c b/soft-fp/floatundidf.c index af8e4a5..ab1152c 100644 --- a/soft-fp/floatundidf.c +++ b/soft-fp/floatundidf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/floatundisf.c b/soft-fp/floatundisf.c index 977f7df..ff544f9 100644 --- a/soft-fp/floatundisf.c +++ b/soft-fp/floatundisf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/floatunditf.c b/soft-fp/floatunditf.c index ab357f0..0723c40 100644 --- a/soft-fp/floatunditf.c +++ b/soft-fp/floatunditf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/floatunsidf.c b/soft-fp/floatunsidf.c index 12d0f25..4a955da 100644 --- a/soft-fp/floatunsidf.c +++ b/soft-fp/floatunsidf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/floatunsisf.c b/soft-fp/floatunsisf.c index 80c5d3d..7d588c6 100644 --- a/soft-fp/floatunsisf.c +++ b/soft-fp/floatunsisf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/floatunsitf.c b/soft-fp/floatunsitf.c index c993716..e9a88f8 100644 --- a/soft-fp/floatunsitf.c +++ b/soft-fp/floatunsitf.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/gedf2.c b/soft-fp/gedf2.c index 17a0453..55298e5 100644 --- a/soft-fp/gedf2.c +++ b/soft-fp/gedf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/gesf2.c b/soft-fp/gesf2.c index 609a61f..ea7c226 100644 --- a/soft-fp/gesf2.c +++ b/soft-fp/gesf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/getf2.c b/soft-fp/getf2.c index eb52d05..dd19a9d 100644 --- a/soft-fp/getf2.c +++ b/soft-fp/getf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/ledf2.c b/soft-fp/ledf2.c index b8ba440..7642ced 100644 --- a/soft-fp/ledf2.c +++ b/soft-fp/ledf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/lesf2.c b/soft-fp/lesf2.c index cb359c9..594b114 100644 --- a/soft-fp/lesf2.c +++ b/soft-fp/lesf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/letf2.c b/soft-fp/letf2.c index c7d2f8e..ae3060e 100644 --- a/soft-fp/letf2.c +++ b/soft-fp/letf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/muldf3.c b/soft-fp/muldf3.c index 7eb2015..8aaebc0 100644 --- a/soft-fp/muldf3.c +++ b/soft-fp/muldf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/mulsf3.c b/soft-fp/mulsf3.c index 5df4406..18c49a5 100644 --- a/soft-fp/mulsf3.c +++ b/soft-fp/mulsf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/multf3.c b/soft-fp/multf3.c index 0abab6d..9fd10d8 100644 --- a/soft-fp/multf3.c +++ b/soft-fp/multf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/negdf2.c b/soft-fp/negdf2.c index 54869e9..08494aa 100644 --- a/soft-fp/negdf2.c +++ b/soft-fp/negdf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/negsf2.c b/soft-fp/negsf2.c index bf5db7a..1eb9a50 100644 --- a/soft-fp/negsf2.c +++ b/soft-fp/negsf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/negtf2.c b/soft-fp/negtf2.c index 5524c82..fe9f05e 100644 --- a/soft-fp/negtf2.c +++ b/soft-fp/negtf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/op-1.h b/soft-fp/op-1.h index 35cd0ba..2cffb7f 100644 --- a/soft-fp/op-1.h +++ b/soft-fp/op-1.h @@ -27,9 +27,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) diff --git a/soft-fp/op-2.h b/soft-fp/op-2.h index 3a3b3aa..7c7a958 100644 --- a/soft-fp/op-2.h +++ b/soft-fp/op-2.h @@ -27,9 +27,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) diff --git a/soft-fp/op-4.h b/soft-fp/op-4.h index 70b9faf..a81e7ab 100644 --- a/soft-fp/op-4.h +++ b/soft-fp/op-4.h @@ -27,9 +27,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #define _FP_FRAC_DECL_4(X) _FP_W_TYPE X##_f[4] #define _FP_FRAC_COPY_4(D,S) \ diff --git a/soft-fp/op-8.h b/soft-fp/op-8.h index e0612a5..9643793 100644 --- a/soft-fp/op-8.h +++ b/soft-fp/op-8.h @@ -26,9 +26,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ /* We need just a few things from here for op-4, if we ever need some other macros, they can be added. */ @@ -108,4 +107,3 @@ /* don't fix the LSB until the very end when we're sure f[0] is stable */ \ X##_f[0] |= (_s != 0); \ } while (0) - diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h index ef11b52..b70026f 100644 --- a/soft-fp/op-common.h +++ b/soft-fp/op-common.h @@ -26,9 +26,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #define _FP_DECL(wc, X) \ _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \ diff --git a/soft-fp/quad.h b/soft-fp/quad.h index c22e944..ea70138 100644 --- a/soft-fp/quad.h +++ b/soft-fp/quad.h @@ -27,9 +27,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #if _FP_W_TYPE_SIZE < 32 #error "Here's a nickel, kid. Go buy yourself a real computer." diff --git a/soft-fp/single.h b/soft-fp/single.h index 9c3734a..c10d25a 100644 --- a/soft-fp/single.h +++ b/soft-fp/single.h @@ -27,9 +27,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #if _FP_W_TYPE_SIZE < 32 #error "Here's a nickel kid. Go buy yourself a real computer." diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h index 3cc8433..ed4d39d 100644 --- a/soft-fp/soft-fp.h +++ b/soft-fp/soft-fp.h @@ -27,9 +27,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef SOFT_FP_H #define SOFT_FP_H diff --git a/soft-fp/sqrtdf2.c b/soft-fp/sqrtdf2.c index 90601a3..9d241b3 100644 --- a/soft-fp/sqrtdf2.c +++ b/soft-fp/sqrtdf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/sqrtsf2.c b/soft-fp/sqrtsf2.c index 9102b8c..3db756c 100644 --- a/soft-fp/sqrtsf2.c +++ b/soft-fp/sqrtsf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/sqrttf2.c b/soft-fp/sqrttf2.c index 5026ae1..bb3e9cc 100644 --- a/soft-fp/sqrttf2.c +++ b/soft-fp/sqrttf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/subdf3.c b/soft-fp/subdf3.c index 3978b52..9352b0a 100644 --- a/soft-fp/subdf3.c +++ b/soft-fp/subdf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/subsf3.c b/soft-fp/subsf3.c index f1cbdd1..1182612 100644 --- a/soft-fp/subsf3.c +++ b/soft-fp/subsf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/subtf3.c b/soft-fp/subtf3.c index 7ba4c8c..0d73d4b 100644 --- a/soft-fp/subtf3.c +++ b/soft-fp/subtf3.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/truncdfsf2.c b/soft-fp/truncdfsf2.c index bd95391..54015c1 100644 --- a/soft-fp/truncdfsf2.c +++ b/soft-fp/truncdfsf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/trunctfdf2.c b/soft-fp/trunctfdf2.c index c3827b0..16e817c 100644 --- a/soft-fp/trunctfdf2.c +++ b/soft-fp/trunctfdf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/trunctfsf2.c b/soft-fp/trunctfsf2.c index 676c937..82ef246 100644 --- a/soft-fp/trunctfsf2.c +++ b/soft-fp/trunctfsf2.c @@ -25,9 +25,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/unorddf2.c b/soft-fp/unorddf2.c index 5ea63e2..3036a2f 100644 --- a/soft-fp/unorddf2.c +++ b/soft-fp/unorddf2.c @@ -24,9 +24,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/unordsf2.c b/soft-fp/unordsf2.c index 6d0afe8..c22578c 100644 --- a/soft-fp/unordsf2.c +++ b/soft-fp/unordsf2.c @@ -24,9 +24,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/unordtf2.c b/soft-fp/unordtf2.c index 9d1bd91..8f9b5c6 100644 --- a/soft-fp/unordtf2.c +++ b/soft-fp/unordtf2.c @@ -24,9 +24,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, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include "soft-fp.h" #include "quad.h" -- cgit v1.1