aboutsummaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
Diffstat (limited to 'csu')
-rw-r--r--csu/Makefile2
-rw-r--r--csu/abi-note.S2
-rw-r--r--csu/check_fds.c2
-rw-r--r--csu/dso_handle.c2
-rw-r--r--csu/elf-init.c2
-rw-r--r--csu/errno-loc.c2
-rw-r--r--csu/errno.c2
-rw-r--r--csu/gmon-start.c2
-rw-r--r--csu/init-first.c2
-rw-r--r--csu/init.c2
-rw-r--r--csu/libc-start.c2
-rw-r--r--csu/libc-tls.c2
-rw-r--r--csu/static-reloc.c2
-rw-r--r--csu/version.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 73844b9..74ed111 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -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 directory contains the C startup code (that which calls main). This
# consists of the startfile, built from start.c and installed as crt0.o
diff --git a/csu/abi-note.S b/csu/abi-note.S
index fa1f014..c9613ed 100644
--- a/csu/abi-note.S
+++ b/csu/abi-note.S
@@ -23,7 +23,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 an ELF note identifying the operating-system ABI that the
executable was created for. The ELF note information identifies a
diff --git a/csu/check_fds.c b/csu/check_fds.c
index fceba96..5ecf289 100644
--- a/csu/check_fds.c
+++ b/csu/check_fds.c
@@ -13,7 +13,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 <errno.h>
#include <fcntl.h>
diff --git a/csu/dso_handle.c b/csu/dso_handle.c
index 05960bc..cb01bb1 100644
--- a/csu/dso_handle.c
+++ b/csu/dso_handle.c
@@ -13,7 +13,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 have to define __dso_handle ourselves since we do not use gcc's
crtbegin files. */
diff --git a/csu/elf-init.c b/csu/elf-init.c
index 9d192df..6112dca 100644
--- a/csu/elf-init.c
+++ b/csu/elf-init.c
@@ -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/>. */
#include <stddef.h>
diff --git a/csu/errno-loc.c b/csu/errno-loc.c
index 76d3084..d14ab81 100644
--- a/csu/errno-loc.c
+++ b/csu/errno-loc.c
@@ -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 <errno.h>
#include <tls.h>
diff --git a/csu/errno.c b/csu/errno.c
index 89666c6..d56624e 100644
--- a/csu/errno.c
+++ b/csu/errno.c
@@ -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 <errno.h>
#include <tls.h>
diff --git a/csu/gmon-start.c b/csu/gmon-start.c
index 347efed..9e42734 100644
--- a/csu/gmon-start.c
+++ b/csu/gmon-start.c
@@ -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/>. */
#include <sys/types.h>
#include <sys/gmon.h>
diff --git a/csu/init-first.c b/csu/init-first.c
index 10762b6..e0f489e 100644
--- a/csu/init-first.c
+++ b/csu/init-first.c
@@ -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 <ctype.h>
#include <stdio.h>
diff --git a/csu/init.c b/csu/init.c
index c7a6da0..2d35280 100644
--- a/csu/init.c
+++ b/csu/init.c
@@ -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/>. */
/* Vestigial libio version number. Some code in libio checks whether
this symbol exists in the executable, but nothing looks at its
diff --git a/csu/libc-start.c b/csu/libc-start.c
index 5d9c367..14e2b69 100644
--- a/csu/libc-start.c
+++ b/csu/libc-start.c
@@ -13,7 +13,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 <assert.h>
#include <stdlib.h>
diff --git a/csu/libc-tls.c b/csu/libc-tls.c
index a36d1d4..33d8b61 100644
--- a/csu/libc-tls.c
+++ b/csu/libc-tls.c
@@ -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 <startup.h>
#include <errno.h>
diff --git a/csu/static-reloc.c b/csu/static-reloc.c
index 38bbb0f..07501a0 100644
--- a/csu/static-reloc.c
+++ b/csu/static-reloc.c
@@ -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/>. */
#if ENABLE_STATIC_PIE
#include <ldsodefs.h>
diff --git a/csu/version.c b/csu/version.c
index 5d2ae15..6fc3ad6 100644
--- a/csu/version.c
+++ b/csu/version.c
@@ -13,7 +13,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 "version.h"
#include <tls.h>