diff options
Diffstat (limited to 'sysdeps/init_array')
-rw-r--r-- | sysdeps/init_array/elf-init.c | 2 | ||||
-rw-r--r-- | sysdeps/init_array/gmon-start.c | 2 | ||||
-rw-r--r-- | sysdeps/init_array/pt-crti.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/init_array/elf-init.c b/sysdeps/init_array/elf-init.c index b0a48aad76..d928e6997c 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 cf4602a421..9ea40b44b6 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 e206518b8c..3955298eca 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. */ |