diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 02:54:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 03:13:16 -0700 |
commit | 5cb226d7e4e710939cff7288bf9970cb52ec0dfa (patch) | |
tree | 0af26f4a9ca4f95b30dca80ad56404fe6e657743 /sysdeps | |
parent | 5a82c74822d3272df2f5929133680478c0cfb4bd (diff) | |
download | glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.zip glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.tar.gz glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.tar.bz2 |
Fix three GNU license URLs, along with trailing-newline issues.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/powerpc64/ppc-mcount.S | 3 | ||||
-rw-r--r-- | sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/syscall.S | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/sysdeps/powerpc/powerpc64/ppc-mcount.S b/sysdeps/powerpc/powerpc64/ppc-mcount.S index fb301a7..36299da 100644 --- a/sysdeps/powerpc/powerpc64/ppc-mcount.S +++ b/sysdeps/powerpc/powerpc64/ppc-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> /* 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) - diff --git a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S index 17f5f26..99bf82d 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S @@ -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 diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S index b51aa2f..bbe4d79 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.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> @@ -59,4 +59,3 @@ ENTRY (syscall) jgnl SYSCALL_ERROR_LABEL br %r14 /* Return to caller. */ PSEUDO_END (syscall) - |