]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix three GNU license URLs, along with trailing-newline issues.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2019 09:54:48 +0000 (02:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2019 10:13:16 +0000 (03:13 -0700)
sysdeps/powerpc/powerpc64/ppc-mcount.S
sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S

index fb301a77be1284af58dd459863c64386b5a34f66..36299dac2ba76494e2d2cc6feff8814b8c5360ec 100644 (file)
@@ -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>
 /* We don't need to save the parameter-passing registers as gcc takes
@@ -38,4 +38,3 @@ ENTRY(_mcount)
        addi             r1,r1,FRAME_MIN_SIZE
        blr
 END(_mcount)
-
index 17f5f2639120fd7e301e6f168a7c64895b32dcfb..99bf82d435f05a947251dbe4affd6e7caf8603c4 100644 (file)
@@ -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>
 
@@ -322,4 +322,4 @@ small_copy_unaligned:
 
 END(__memcpy_ultra3)
 
-#endif
\ No newline at end of file
+#endif
index b51aa2fc5055219d4b0ece08f2087e3c36364d96..bbe4d79848d70ebb238700345441ef6200cb0207 100644 (file)
@@ -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>
 
@@ -59,4 +59,3 @@ ENTRY (syscall)
        jgnl   SYSCALL_ERROR_LABEL
        br     %r14                /* Return to caller.  */
 PSEUDO_END (syscall)
-