diff options
Diffstat (limited to 'sysdeps/csky/abiv2')
-rw-r--r-- | sysdeps/csky/abiv2/__longjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/csky-mcount.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/dl-trampoline.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/memcmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/memcpy.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/memset.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/setjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/start.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/strcmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/strcpy.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/strlen.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/tls-macros.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sysdeps/csky/abiv2/__longjmp.S b/sysdeps/csky/abiv2/__longjmp.S index 81b8db62de..8e86ed9415 100644 --- a/sysdeps/csky/abiv2/__longjmp.S +++ b/sysdeps/csky/abiv2/__longjmp.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> diff --git a/sysdeps/csky/abiv2/csky-mcount.S b/sysdeps/csky/abiv2/csky-mcount.S index 23796cb35c..89d535c00d 100644 --- a/sysdeps/csky/abiv2/csky-mcount.S +++ b/sysdeps/csky/abiv2/csky-mcount.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> diff --git a/sysdeps/csky/abiv2/dl-trampoline.S b/sysdeps/csky/abiv2/dl-trampoline.S index e9c1dceccf..4e87b41b64 100644 --- a/sysdeps/csky/abiv2/dl-trampoline.S +++ b/sysdeps/csky/abiv2/dl-trampoline.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/>. */ /* This function is not called directly. It is jumped when attempting to use a symbol that has not yet been resolved. diff --git a/sysdeps/csky/abiv2/memcmp.S b/sysdeps/csky/abiv2/memcmp.S index 216bfaea1d..a9c0d0e563 100644 --- a/sysdeps/csky/abiv2/memcmp.S +++ b/sysdeps/csky/abiv2/memcmp.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> diff --git a/sysdeps/csky/abiv2/memcpy.S b/sysdeps/csky/abiv2/memcpy.S index ff1431a0cd..63a07beca4 100644 --- a/sysdeps/csky/abiv2/memcpy.S +++ b/sysdeps/csky/abiv2/memcpy.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> diff --git a/sysdeps/csky/abiv2/memset.S b/sysdeps/csky/abiv2/memset.S index e7f44c936c..135606e418 100644 --- a/sysdeps/csky/abiv2/memset.S +++ b/sysdeps/csky/abiv2/memset.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> diff --git a/sysdeps/csky/abiv2/setjmp.S b/sysdeps/csky/abiv2/setjmp.S index 897b3fede8..1dfc24edbd 100644 --- a/sysdeps/csky/abiv2/setjmp.S +++ b/sysdeps/csky/abiv2/setjmp.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> diff --git a/sysdeps/csky/abiv2/start.S b/sysdeps/csky/abiv2/start.S index b1e61520a8..a7e6a20940 100644 --- a/sysdeps/csky/abiv2/start.S +++ b/sysdeps/csky/abiv2/start.S @@ -31,7 +31,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/>. */ /* We need to call: __libc_start_main (int (*main) (int, char **, char **), int argc, diff --git a/sysdeps/csky/abiv2/strcmp.S b/sysdeps/csky/abiv2/strcmp.S index 4a9e190556..07b304136e 100644 --- a/sysdeps/csky/abiv2/strcmp.S +++ b/sysdeps/csky/abiv2/strcmp.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> diff --git a/sysdeps/csky/abiv2/strcpy.S b/sysdeps/csky/abiv2/strcpy.S index 600c824fc6..ecd9c633a0 100644 --- a/sysdeps/csky/abiv2/strcpy.S +++ b/sysdeps/csky/abiv2/strcpy.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> diff --git a/sysdeps/csky/abiv2/strlen.S b/sysdeps/csky/abiv2/strlen.S index b1b1f75ee4..8dd7cf74bb 100644 --- a/sysdeps/csky/abiv2/strlen.S +++ b/sysdeps/csky/abiv2/strlen.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> diff --git a/sysdeps/csky/abiv2/tls-macros.h b/sysdeps/csky/abiv2/tls-macros.h index 5202f3c86f..1bb3b42105 100644 --- a/sysdeps/csky/abiv2/tls-macros.h +++ b/sysdeps/csky/abiv2/tls-macros.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/>. */ # define TLS_LE(x) \ ({ int *__result; \ |