summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/i686/fpu
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-18 02:24:59 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-18 02:24:59 +0000
commit33f3f8954d202664c7c7a224d13ba5a0c14a0e01 (patch)
treee0f840c6480989b155a172c09109241a7be183e7 /libc/sysdeps/i386/i686/fpu
parentfa83b30737d538378a98cab7fbc982ae3f8ac442 (diff)
downloadeglibc2-33f3f8954d202664c7c7a224d13ba5a0c14a0e01.tar.gz
Merge changes between r17050 and r17194 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17195 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/i386/i686/fpu')
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fdim.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fdimf.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fdiml.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fmax.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fmaxf.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fmaxl.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fmin.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fminf.S5
-rw-r--r--libc/sysdeps/i386/i686/fpu/s_fminl.S5
9 files changed, 18 insertions, 27 deletions
diff --git a/libc/sysdeps/i386/i686/fpu/s_fdim.S b/libc/sysdeps/i386/i686/fpu/s_fdim.S
index 30ecff4e7..04b5aa6be 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fdim.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fdim.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fdimf.S b/libc/sysdeps/i386/i686/fpu/s_fdimf.S
index 888df14b6..71a6159a2 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fdimf.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fdimf.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fdiml.S b/libc/sysdeps/i386/i686/fpu/s_fdiml.S
index cb0e26e36..d119cae56 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fdiml.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fdiml.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fmax.S b/libc/sysdeps/i386/i686/fpu/s_fmax.S
index b28226987..6c7060ced 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fmax.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fmax.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fmaxf.S b/libc/sysdeps/i386/i686/fpu/s_fmaxf.S
index fbf3e5bff..0054c78d7 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fmaxf.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fmaxf.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fmaxl.S b/libc/sysdeps/i386/i686/fpu/s_fmaxl.S
index 229febf52..5dcb9704a 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fmaxl.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fmaxl.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fmin.S b/libc/sysdeps/i386/i686/fpu/s_fmin.S
index d821cda2f..23cd233c6 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fmin.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fmin.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fminf.S b/libc/sysdeps/i386/i686/fpu/s_fminf.S
index 8ef12035e..19c85ff3e 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fminf.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fminf.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>
diff --git a/libc/sysdeps/i386/i686/fpu/s_fminl.S b/libc/sysdeps/i386/i686/fpu/s_fminl.S
index e158ff895..b2cffc03f 100644
--- a/libc/sysdeps/i386/i686/fpu/s_fminl.S
+++ b/libc/sysdeps/i386/i686/fpu/s_fminl.S
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <sysdep.h>