diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2012-11-01 22:56:15 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2012-11-01 22:56:15 +0000 |
commit | 1400a293eb1e603a980d23467e321a755b3defdb (patch) | |
tree | d3cfed84aab62f12cdac82ed9453073a32153192 | |
parent | 5fd39ce63cb4ce431fbb4c668ad14e1c2335e76a (diff) | |
download | gcc-1400a293eb1e603a980d23467e321a755b3defdb.zip gcc-1400a293eb1e603a980d23467e321a755b3defdb.tar.gz gcc-1400a293eb1e603a980d23467e321a755b3defdb.tar.bz2 |
standards.texi (Standards): Adjust reference to Go specification.
* doc/standards.texi (Standards): Adjust reference to Go
specification.
From-SVN: r193073
-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 2865cee..fbd76ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-11-01 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/standards.texi (Standards): Adjust reference to Go + specification. + 2012-11-01 Lawrence Crowl <crowl@google.com> * ebitmap.h: Remove unused. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 1813700..686442f 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -282,7 +282,7 @@ available online, see @uref{http://gcc.gnu.org/readings.html} @section Go language The Go language continues to evolve as of this writing; see the -@uref{http://golang.org/@/doc/@/go_spec.html, current language +@uref{http://golang.org/@/ref/@/spec, current language specifications}. At present there are no specific versions of Go, and there is no way to describe the language supported by GCC in terms of a specific version. In general GCC tracks the evolving specification |