diff options
Diffstat (limited to 'sysdeps/i386/i586')
-rw-r--r-- | sysdeps/i386/i586/add_n.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/addmul_1.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/isa.h | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/lshift.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/memcopy.h | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/memcpy.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/memset.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/mul_1.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/rshift.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/strchr.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/strcpy.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/strlen.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/sub_n.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/i586/submul_1.S | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sysdeps/i386/i586/add_n.S b/sysdeps/i386/i586/add_n.S index 2566f434f6..6d7368c930 100644 --- a/sysdeps/i386/i586/add_n.S +++ b/sysdeps/i386/i586/add_n.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, - see <http://www.gnu.org/licenses/>. */ + see <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/addmul_1.S b/sysdeps/i386/i586/addmul_1.S index 910825706b..561fc62c6b 100644 --- a/sysdeps/i386/i586/addmul_1.S +++ b/sysdeps/i386/i586/addmul_1.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, - see <http://www.gnu.org/licenses/>. */ + see <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/isa.h b/sysdeps/i386/i586/isa.h index 2ffd330319..46b90de377 100644 --- a/sysdeps/i386/i586/isa.h +++ b/sysdeps/i386/i586/isa.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _ISA_H #define _ISA_H diff --git a/sysdeps/i386/i586/lshift.S b/sysdeps/i386/i586/lshift.S index 0c64724102..821344c03f 100644 --- a/sysdeps/i386/i586/lshift.S +++ b/sysdeps/i386/i586/lshift.S @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/memcopy.h b/sysdeps/i386/i586/memcopy.h index bdbf28eb71..43b9689110 100644 --- a/sysdeps/i386/i586/memcopy.h +++ b/sysdeps/i386/i586/memcopy.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Get the i386 definitions. We will override some of them below. */ #include <sysdeps/i386/memcopy.h> diff --git a/sysdeps/i386/i586/memcpy.S b/sysdeps/i386/i586/memcpy.S index 8854911a08..82597220ce 100644 --- a/sysdeps/i386/i586/memcpy.S +++ b/sysdeps/i386/i586/memcpy.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sysdep.h> #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/memset.S b/sysdeps/i386/i586/memset.S index e79089a364..b7bc6ae8aa 100644 --- a/sysdeps/i386/i586/memset.S +++ b/sysdeps/i386/i586/memset.S @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sysdep.h> #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/mul_1.S b/sysdeps/i386/i586/mul_1.S index 7b40e03e8d..4ad4a420a6 100644 --- a/sysdeps/i386/i586/mul_1.S +++ b/sysdeps/i386/i586/mul_1.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, - see <http://www.gnu.org/licenses/>. */ + see <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/rshift.S b/sysdeps/i386/i586/rshift.S index 23ee46d533..c598d162ae 100644 --- a/sysdeps/i386/i586/rshift.S +++ b/sysdeps/i386/i586/rshift.S @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, - see <http://www.gnu.org/licenses/>. */ + see <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/strchr.S b/sysdeps/i386/i586/strchr.S index 999a431079..85500d2db5 100644 --- a/sysdeps/i386/i586/strchr.S +++ b/sysdeps/i386/i586/strchr.S @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sysdep.h> #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/strcpy.S b/sysdeps/i386/i586/strcpy.S index 22ea41e492..996b883f32 100644 --- a/sysdeps/i386/i586/strcpy.S +++ b/sysdeps/i386/i586/strcpy.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sysdep.h> #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/strlen.S b/sysdeps/i386/i586/strlen.S index 87a4654731..3347585580 100644 --- a/sysdeps/i386/i586/strlen.S +++ b/sysdeps/i386/i586/strlen.S @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sysdep.h> #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/sub_n.S b/sysdeps/i386/i586/sub_n.S index 420f21ac5c..74bd21c664 100644 --- a/sysdeps/i386/i586/sub_n.S +++ b/sysdeps/i386/i586/sub_n.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, - see <http://www.gnu.org/licenses/>. */ + see <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" diff --git a/sysdeps/i386/i586/submul_1.S b/sysdeps/i386/i586/submul_1.S index 06a5b0c7e7..465394e1db 100644 --- a/sysdeps/i386/i586/submul_1.S +++ b/sysdeps/i386/i586/submul_1.S @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU MP Library; see the file COPYING.LIB. If not, - see <http://www.gnu.org/licenses/>. */ + see <https://www.gnu.org/licenses/>. */ #include "sysdep.h" #include "asm-syntax.h" |