diff options
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/doc/c-interoperability.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/c-type-interoperability.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/compiler-directives.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/copyright.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/function-names.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/general-public-license-3.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/gnu-free-documentation-license.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/import-and-export.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/index.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/indices-and-tables.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/introduction.rst | 2 | ||||
-rw-r--r-- | gcc/go/doc/invoking-gccgo.rst | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gcc/go/doc/c-interoperability.rst b/gcc/go/doc/c-interoperability.rst index ef57a1d..8eaaf00 100644 --- a/gcc/go/doc/c-interoperability.rst +++ b/gcc/go/doc/c-interoperability.rst @@ -20,4 +20,4 @@ https://golang.org/cmd/cgo. :maxdepth: 2 c-type-interoperability - function-names + function-names
\ No newline at end of file diff --git a/gcc/go/doc/c-type-interoperability.rst b/gcc/go/doc/c-type-interoperability.rst index 68b59f4..fb2acc9 100644 --- a/gcc/go/doc/c-type-interoperability.rst +++ b/gcc/go/doc/c-type-interoperability.rst @@ -74,4 +74,4 @@ if the C side frees the pointer while the Go side still has a copy the program will fail. When passing a pointer from Go to C, the Go function must retain a visible copy of it in some Go variable. Otherwise the Go garbage collector may delete the pointer while the C -function is still using it. +function is still using it.
\ No newline at end of file diff --git a/gcc/go/doc/compiler-directives.rst b/gcc/go/doc/compiler-directives.rst index 08ba791..1567d64 100644 --- a/gcc/go/doc/compiler-directives.rst +++ b/gcc/go/doc/compiler-directives.rst @@ -44,4 +44,4 @@ be no space between the ``//`` and the name of the directive. ``//go:noinline`` The ``//go:noinline`` directive specifies that the next function - defined in the file may not be inlined. + defined in the file may not be inlined.
\ No newline at end of file diff --git a/gcc/go/doc/copyright.rst b/gcc/go/doc/copyright.rst index ed6b960..fa61190 100644 --- a/gcc/go/doc/copyright.rst +++ b/gcc/go/doc/copyright.rst @@ -21,4 +21,4 @@ A copy of the license is included in the :ref:`gnu_fdl`. You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise - funds for GNU development. + funds for GNU development.
\ No newline at end of file diff --git a/gcc/go/doc/function-names.rst b/gcc/go/doc/function-names.rst index 14eb7ac..1ed5760 100644 --- a/gcc/go/doc/function-names.rst +++ b/gcc/go/doc/function-names.rst @@ -58,4 +58,4 @@ call the function from C you must set the name using the :command:`gcc` .. code-block:: c++ - extern int go_function(int) __asm__ ("mypkgpath.Function"); + extern int go_function(int) __asm__ ("mypkgpath.Function");
\ No newline at end of file diff --git a/gcc/go/doc/general-public-license-3.rst b/gcc/go/doc/general-public-license-3.rst index f39f21e..becda77 100644 --- a/gcc/go/doc/general-public-license-3.rst +++ b/gcc/go/doc/general-public-license-3.rst @@ -3,4 +3,4 @@ This is part of the GCC manual. For copying conditions, see the copyright.rst file. -.. include:: ../../../doc/gpl-3.0.rst +.. include:: ../../../doc/gpl-3.0.rst
\ No newline at end of file diff --git a/gcc/go/doc/gnu-free-documentation-license.rst b/gcc/go/doc/gnu-free-documentation-license.rst index d70ca98..1de809b 100644 --- a/gcc/go/doc/gnu-free-documentation-license.rst +++ b/gcc/go/doc/gnu-free-documentation-license.rst @@ -3,4 +3,4 @@ This is part of the GCC manual. For copying conditions, see the copyright.rst file. -.. include:: ../../../doc/gnu_free_documentation_license.rst +.. include:: ../../../doc/gnu_free_documentation_license.rst
\ No newline at end of file diff --git a/gcc/go/doc/import-and-export.rst b/gcc/go/doc/import-and-export.rst index 6ae1dc3..285fb5f 100644 --- a/gcc/go/doc/import-and-export.rst +++ b/gcc/go/doc/import-and-export.rst @@ -47,4 +47,4 @@ package object files together into a single shared library or archive. At link time you must explicitly tell :command:`gccgo` which files to link together into the executable, as is usual with :command:`gcc`. -This is different from the behavior of other Go compilers. +This is different from the behavior of other Go compilers.
\ No newline at end of file diff --git a/gcc/go/doc/index.rst b/gcc/go/doc/index.rst index 7e5840b..76951a4 100644 --- a/gcc/go/doc/index.rst +++ b/gcc/go/doc/index.rst @@ -20,4 +20,4 @@ The GNU Go Compiler c-interoperability general-public-license-3 gnu-free-documentation-license - indices-and-tables + indices-and-tables
\ No newline at end of file diff --git a/gcc/go/doc/indices-and-tables.rst b/gcc/go/doc/indices-and-tables.rst index 5cc3191..6c215a3 100644 --- a/gcc/go/doc/indices-and-tables.rst +++ b/gcc/go/doc/indices-and-tables.rst @@ -1 +1 @@ -.. include:: ../../../doc/indices-and-tables.rst +.. include:: ../../../doc/indices-and-tables.rst
\ No newline at end of file diff --git a/gcc/go/doc/introduction.rst b/gcc/go/doc/introduction.rst index a888667..c38ff7d 100644 --- a/gcc/go/doc/introduction.rst +++ b/gcc/go/doc/introduction.rst @@ -5,4 +5,4 @@ This manual describes how to use :command:`gccgo`, the GNU compiler for the Go programming language. This manual is specifically about :command:`gccgo`. For more information about the Go programming language in general, including language specifications and standard -package documentation, see http://golang.org/. +package documentation, see http://golang.org/.
\ No newline at end of file diff --git a/gcc/go/doc/invoking-gccgo.rst b/gcc/go/doc/invoking-gccgo.rst index 9e2a3ee..ccca40e 100644 --- a/gcc/go/doc/invoking-gccgo.rst +++ b/gcc/go/doc/invoking-gccgo.rst @@ -211,4 +211,4 @@ Options .. only:: man - .. include:: copyright.rst + .. include:: copyright.rst
\ No newline at end of file |