diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-05 21:10:29 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-05 21:10:29 +0000 |
commit | e2f097374dcf1943ec3854f8cea5770eca321abf (patch) | |
tree | 2a385f8f98a81d7cdade7dce89a4b7bd11201857 | |
parent | 5d358d79f792c798b7be0f07b656d77e34702e2a (diff) | |
download | gcc-e2f097374dcf1943ec3854f8cea5770eca321abf.zip gcc-e2f097374dcf1943ec3854f8cea5770eca321abf.tar.gz gcc-e2f097374dcf1943ec3854f8cea5770eca321abf.tar.bz2 |
standards.texi (Go Language): Update link to language standard.
* doc/standards.texi (Go Language): Update link to language
standard.
From-SVN: r245199
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/standards.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e639772..80036b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-02-05 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/standards.texi (Go Language): Update link to language + standard. + 2017-02-05 Jan Hubicka <hubicka@ucw.cz> * tree-eh.c (lower_resx): Sanitize profile. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 9f5317c..6aa793e 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -299,7 +299,7 @@ available online, see @uref{http://gcc.gnu.org/readings.html} @section Go Language As of the GCC 4.7.1 release, GCC supports the Go 1 language standard, -described at @uref{http://golang.org/doc/go1.html}. +described at @uref{https://golang.org/doc/go1}. @section HSA Intermediate Language (HSAIL) |