aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/init_array
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/init_array')
-rw-r--r--sysdeps/init_array/elf-init.c2
-rw-r--r--sysdeps/init_array/gmon-start.c2
-rw-r--r--sysdeps/init_array/pt-crti.S2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/init_array/elf-init.c b/sysdeps/init_array/elf-init.c
index b0a48aa..d928e69 100644
--- a/sysdeps/init_array/elf-init.c
+++ b/sysdeps/init_array/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/>. */
#define NO_INITFINI
#include <csu/elf-init.c>
diff --git a/sysdeps/init_array/gmon-start.c b/sysdeps/init_array/gmon-start.c
index cf4602a..9ea40b4 100644
--- a/sysdeps/init_array/gmon-start.c
+++ b/sysdeps/init_array/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/>. */
/* Instead of defining __gmon_start__ globally in gcrt1.o, we make it
static and just put a pointer to it into the .preinit_array section. */
diff --git a/sysdeps/init_array/pt-crti.S b/sysdeps/init_array/pt-crti.S
index e206518..3955298 100644
--- a/sysdeps/init_array/pt-crti.S
+++ b/sysdeps/init_array/pt-crti.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 arranges for libpthread.so's special initializer to be called as
soon as the library is loaded. */