aboutsummaryrefslogtreecommitdiff
path: root/soft-fp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /soft-fp
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
Replace FSF snail mail address with URLs.
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/Makefile5
-rw-r--r--soft-fp/adddf3.c5
-rw-r--r--soft-fp/addsf3.c6
-rw-r--r--soft-fp/addtf3.c5
-rw-r--r--soft-fp/divdf3.c5
-rw-r--r--soft-fp/divsf3.c5
-rw-r--r--soft-fp/divtf3.c5
-rw-r--r--soft-fp/double.h5
-rw-r--r--soft-fp/eqdf2.c5
-rw-r--r--soft-fp/eqsf2.c5
-rw-r--r--soft-fp/eqtf2.c5
-rw-r--r--soft-fp/extenddftf2.c5
-rw-r--r--soft-fp/extended.h5
-rw-r--r--soft-fp/extendsfdf2.c5
-rw-r--r--soft-fp/extendsftf2.c5
-rw-r--r--soft-fp/fixdfdi.c5
-rw-r--r--soft-fp/fixdfsi.c5
-rw-r--r--soft-fp/fixsfdi.c5
-rw-r--r--soft-fp/fixsfsi.c5
-rw-r--r--soft-fp/fixtfdi.c5
-rw-r--r--soft-fp/fixtfsi.c5
-rw-r--r--soft-fp/fixunsdfdi.c5
-rw-r--r--soft-fp/fixunsdfsi.c5
-rw-r--r--soft-fp/fixunssfdi.c5
-rw-r--r--soft-fp/fixunssfsi.c5
-rw-r--r--soft-fp/fixunstfdi.c5
-rw-r--r--soft-fp/fixunstfsi.c5
-rw-r--r--soft-fp/floatdidf.c5
-rw-r--r--soft-fp/floatdisf.c5
-rw-r--r--soft-fp/floatditf.c5
-rw-r--r--soft-fp/floatsidf.c5
-rw-r--r--soft-fp/floatsisf.c5
-rw-r--r--soft-fp/floatsitf.c5
-rw-r--r--soft-fp/floatundidf.c5
-rw-r--r--soft-fp/floatundisf.c5
-rw-r--r--soft-fp/floatunditf.c5
-rw-r--r--soft-fp/floatunsidf.c5
-rw-r--r--soft-fp/floatunsisf.c5
-rw-r--r--soft-fp/floatunsitf.c5
-rw-r--r--soft-fp/gedf2.c5
-rw-r--r--soft-fp/gesf2.c5
-rw-r--r--soft-fp/getf2.c5
-rw-r--r--soft-fp/ledf2.c5
-rw-r--r--soft-fp/lesf2.c5
-rw-r--r--soft-fp/letf2.c5
-rw-r--r--soft-fp/muldf3.c5
-rw-r--r--soft-fp/mulsf3.c5
-rw-r--r--soft-fp/multf3.c5
-rw-r--r--soft-fp/negdf2.c5
-rw-r--r--soft-fp/negsf2.c5
-rw-r--r--soft-fp/negtf2.c5
-rw-r--r--soft-fp/op-1.h5
-rw-r--r--soft-fp/op-2.h5
-rw-r--r--soft-fp/op-4.h5
-rw-r--r--soft-fp/op-8.h6
-rw-r--r--soft-fp/op-common.h5
-rw-r--r--soft-fp/quad.h5
-rw-r--r--soft-fp/single.h5
-rw-r--r--soft-fp/soft-fp.h5
-rw-r--r--soft-fp/sqrtdf2.c5
-rw-r--r--soft-fp/sqrtsf2.c5
-rw-r--r--soft-fp/sqrttf2.c5
-rw-r--r--soft-fp/subdf3.c5
-rw-r--r--soft-fp/subsf3.c5
-rw-r--r--soft-fp/subtf3.c5
-rw-r--r--soft-fp/truncdfsf2.c5
-rw-r--r--soft-fp/trunctfdf2.c5
-rw-r--r--soft-fp/trunctfsf2.c5
-rw-r--r--soft-fp/unorddf2.c5
-rw-r--r--soft-fp/unordsf2.c5
-rw-r--r--soft-fp/unordtf2.c5
71 files changed, 142 insertions, 215 deletions
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
+# <http://www.gnu.org/licenses/>.
#
# 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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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