diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-12 08:17:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-12 08:17:00 +0000 |
commit | 2139a88ac1920ac009f9216791ce14a312e078cc (patch) | |
tree | 00f2479e3f46f4a980abb98a5ba1dac9035ac223 | |
parent | 817a77e41e22599a66610617b1112bb76850ff26 (diff) | |
download | gcc-2139a88ac1920ac009f9216791ce14a312e078cc.zip gcc-2139a88ac1920ac009f9216791ce14a312e078cc.tar.gz gcc-2139a88ac1920ac009f9216791ce14a312e078cc.tar.bz2 |
extend.texi (Named Address Spaces): sourceware.org now defaults to https.
* doc/extend.texi (Named Address Spaces): sourceware.org now
defaults to https.
* doc/install.texi (Binaries): Ditto.
(Specific): Ditto.
From-SVN: r245374
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c58cfa5..158a22d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2017-02-12 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/extend.texi (Named Address Spaces): sourceware.org now + defaults to https. + * doc/install.texi (Binaries): Ditto. + (Specific): Ditto. + 2017-02-11 Sandra Loosemore <sandra@codesourcery.com> * doc/cpp.texi: Replace "stringify"/"stringification" with C diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index d33b1fc..3d1546a 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1446,7 +1446,7 @@ const __memx void *pfoo = &foo; @noindent Such code requires at least binutils 2.23, see -@w{@uref{http://sourceware.org/PR13503,PR13503}}. +@w{@uref{https://sourceware.org/PR13503,PR13503}}. @item On the reduced Tiny devices like ATtiny40, no address spaces are supported. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 796f3b5..583abb9 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3075,7 +3075,7 @@ Solaris 2 (SPARC, Intel): Microsoft Windows: @itemize @item -The @uref{http://sourceware.org/cygwin/,,Cygwin} project; +The @uref{https://sourceware.org/cygwin/,,Cygwin} project; @item The @uref{http://www.mingw.org/,,MinGW} and @uref{http://mingw-w64.org/doku.php,,mingw-w64} projects. @@ -4786,7 +4786,7 @@ modern targets. For some systems, old versions of GNU binutils may also be useful, and are available from @file{pub/binutils/old-releases} on -@uref{http://sourceware.org/mirrors.html,,sourceware.org mirror sites}. +@uref{https://sourceware.org/mirrors.html,,sourceware.org mirror sites}. Some of the information on specific systems above relates to such older systems, but much of the information |