diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-06 22:40:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 02:43:31 -0700 |
commit | 5a82c74822d3272df2f5929133680478c0cfb4bd (patch) | |
tree | 85871266212f0119b41ec966fec52e164edf41ba /sysdeps/csky/abiv2 | |
parent | 1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff) | |
download | glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.xz glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip |
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'sysdeps/csky/abiv2')
-rw-r--r-- | sysdeps/csky/abiv2/__longjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/csky-mcount.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/dl-trampoline.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/memcmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/memcpy.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/memset.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/setjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/start.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/strcmp.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/strcpy.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/strlen.S | 2 | ||||
-rw-r--r-- | sysdeps/csky/abiv2/tls-macros.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sysdeps/csky/abiv2/__longjmp.S b/sysdeps/csky/abiv2/__longjmp.S index 81b8db62de..8e86ed9415 100644 --- a/sysdeps/csky/abiv2/__longjmp.S +++ b/sysdeps/csky/abiv2/__longjmp.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> diff --git a/sysdeps/csky/abiv2/csky-mcount.S b/sysdeps/csky/abiv2/csky-mcount.S index 23796cb35c..89d535c00d 100644 --- a/sysdeps/csky/abiv2/csky-mcount.S +++ b/sysdeps/csky/abiv2/csky-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> diff --git a/sysdeps/csky/abiv2/dl-trampoline.S b/sysdeps/csky/abiv2/dl-trampoline.S index e9c1dceccf..4e87b41b64 100644 --- a/sysdeps/csky/abiv2/dl-trampoline.S +++ b/sysdeps/csky/abiv2/dl-trampoline.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 function is not called directly. It is jumped when attempting to use a symbol that has not yet been resolved. diff --git a/sysdeps/csky/abiv2/memcmp.S b/sysdeps/csky/abiv2/memcmp.S index 216bfaea1d..a9c0d0e563 100644 --- a/sysdeps/csky/abiv2/memcmp.S +++ b/sysdeps/csky/abiv2/memcmp.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> diff --git a/sysdeps/csky/abiv2/memcpy.S b/sysdeps/csky/abiv2/memcpy.S index ff1431a0cd..63a07beca4 100644 --- a/sysdeps/csky/abiv2/memcpy.S +++ b/sysdeps/csky/abiv2/memcpy.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> diff --git a/sysdeps/csky/abiv2/memset.S b/sysdeps/csky/abiv2/memset.S index e7f44c936c..135606e418 100644 --- a/sysdeps/csky/abiv2/memset.S +++ b/sysdeps/csky/abiv2/memset.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> diff --git a/sysdeps/csky/abiv2/setjmp.S b/sysdeps/csky/abiv2/setjmp.S index 897b3fede8..1dfc24edbd 100644 --- a/sysdeps/csky/abiv2/setjmp.S +++ b/sysdeps/csky/abiv2/setjmp.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> diff --git a/sysdeps/csky/abiv2/start.S b/sysdeps/csky/abiv2/start.S index b1e61520a8..a7e6a20940 100644 --- a/sysdeps/csky/abiv2/start.S +++ b/sysdeps/csky/abiv2/start.S @@ -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/>. */ /* We need to call: __libc_start_main (int (*main) (int, char **, char **), int argc, diff --git a/sysdeps/csky/abiv2/strcmp.S b/sysdeps/csky/abiv2/strcmp.S index 4a9e190556..07b304136e 100644 --- a/sysdeps/csky/abiv2/strcmp.S +++ b/sysdeps/csky/abiv2/strcmp.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> diff --git a/sysdeps/csky/abiv2/strcpy.S b/sysdeps/csky/abiv2/strcpy.S index 600c824fc6..ecd9c633a0 100644 --- a/sysdeps/csky/abiv2/strcpy.S +++ b/sysdeps/csky/abiv2/strcpy.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> diff --git a/sysdeps/csky/abiv2/strlen.S b/sysdeps/csky/abiv2/strlen.S index b1b1f75ee4..8dd7cf74bb 100644 --- a/sysdeps/csky/abiv2/strlen.S +++ b/sysdeps/csky/abiv2/strlen.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> diff --git a/sysdeps/csky/abiv2/tls-macros.h b/sysdeps/csky/abiv2/tls-macros.h index 5202f3c86f..1bb3b42105 100644 --- a/sysdeps/csky/abiv2/tls-macros.h +++ b/sysdeps/csky/abiv2/tls-macros.h @@ -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/>. */ # define TLS_LE(x) \ ({ int *__result; \ |