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 8eb89c5e51..11464dfac4 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 24c03db0a6..5e66461e55 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 b86991ee56..7f61d167b1 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 49b67f0ba9..f5da019989 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 c3bb0d247c..105beab8d7 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 176bb3c2cb..41e32c0368 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 916fbfe974..b932351bf3 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 1cde3308ba..e247e6ebb3 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 82a885834c..b5749b43a3 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 0a1180f876..8bf3603dc1 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 46240b7355..e40f31aa42 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 4101639a94..f7082ef708 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 e5f16debec..3ab6b6aa25 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 fba22d5a19..ac843754e6 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 c43cf1edee..a0d6270834 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 fdfe35af51..d1060bc621 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 a05f3e39a5..63887197e5 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 384d9bdd53..9dc04b6de4 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 1d40ed05df..c17514a242 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 ea10ce2dd3..3731580c94 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 eb71038bc3..9ceed12c73 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 d85198f185..4a5a7df61d 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 492ffdea68..82b54ad4f7 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 5484153837..d99f6faa81 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 ac9d4b9654..b226b1fca2 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 86f1fc8562..97c4ec9475 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 e0335da479..df4ca9a746 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 21e9fb1899..c1e0084c23 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 ee57915c3b..76a9245380 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 564800bc05..d6d881869f 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 b6d5f8d1d2..3409ecd90d 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 76217fe347..002aa177bb 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 8c3d9cc619..9cc6e6593a 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 af8e4a5aef..ab1152c698 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 977f7dfc79..ff544f9c6a 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 ab357f051c..0723c40b14 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 12d0f25bf0..4a955daaa1 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 80c5d3d359..7d588c6d1e 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 c993716e54..e9a88f8467 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 17a0453adc..55298e5e0e 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 609a61f31d..ea7c226663 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 eb52d05a4c..dd19a9d004 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 b8ba4400d3..7642ced5d3 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 cb359c9103..594b11401e 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 c7d2f8e079..ae3060eab3 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 7eb2015ae5..8aaebc0cc5 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 5df4406872..18c49a59f9 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 0abab6ddc3..9fd10d8e23 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 54869e9a68..08494aa5ba 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 bf5db7a452..1eb9a50082 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 5524c82df1..fe9f05e4ba 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 35cd0ba7bb..2cffb7fb3c 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 3a3b3aa069..7c7a958368 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 70b9fafbe5..a81e7ab7c6 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 e0612a5e62..9643793f13 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 ef11b527b7..b70026f909 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 c22e944029..ea70138790 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 9c3734adf4..c10d25a4a4 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 3cc8433332..ed4d39d44c 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 90601a3748..9d241b3760 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 9102b8c3a7..3db756caa3 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 5026ae19ad..bb3e9cca08 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 3978b52998..9352b0a6d3 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 f1cbdd1ff1..1182612c60 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 7ba4c8c5ea..0d73d4bc06 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 bd953912e9..54015c117b 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 c3827b08ab..16e817cd6b 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 676c937e20..82ef246222 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 5ea63e2b97..3036a2fb7c 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 6d0afe853e..c22578c8d8 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 9d1bd916c8..8f9b5c647f 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 1.4.1