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 8eaaf00..ef57a1d 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
\ No newline at end of file + function-names diff --git a/gcc/go/doc/c-type-interoperability.rst b/gcc/go/doc/c-type-interoperability.rst index fb2acc9..68b59f4 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.
\ No newline at end of file +function is still using it. diff --git a/gcc/go/doc/compiler-directives.rst b/gcc/go/doc/compiler-directives.rst index 1567d64..08ba791 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.
\ No newline at end of file + defined in the file may not be inlined. diff --git a/gcc/go/doc/copyright.rst b/gcc/go/doc/copyright.rst index fa61190..ed6b960 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.
\ No newline at end of file + funds for GNU development. diff --git a/gcc/go/doc/function-names.rst b/gcc/go/doc/function-names.rst index 1ed5760..14eb7ac 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");
\ No newline at end of file + extern int go_function(int) __asm__ ("mypkgpath.Function"); diff --git a/gcc/go/doc/general-public-license-3.rst b/gcc/go/doc/general-public-license-3.rst index becda77..f39f21e 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
\ No newline at end of file +.. include:: ../../../doc/gpl-3.0.rst diff --git a/gcc/go/doc/gnu-free-documentation-license.rst b/gcc/go/doc/gnu-free-documentation-license.rst index 1de809b..d70ca98 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
\ No newline at end of file +.. include:: ../../../doc/gnu_free_documentation_license.rst diff --git a/gcc/go/doc/import-and-export.rst b/gcc/go/doc/import-and-export.rst index 285fb5f..6ae1dc3 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.
\ No newline at end of file +This is different from the behavior of other Go compilers. diff --git a/gcc/go/doc/index.rst b/gcc/go/doc/index.rst index 76951a4..7e5840b 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
\ No newline at end of file + indices-and-tables diff --git a/gcc/go/doc/indices-and-tables.rst b/gcc/go/doc/indices-and-tables.rst index 6c215a3..5cc3191 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
\ No newline at end of file +.. include:: ../../../doc/indices-and-tables.rst diff --git a/gcc/go/doc/introduction.rst b/gcc/go/doc/introduction.rst index c38ff7d..a888667 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/.
\ No newline at end of file +package documentation, see http://golang.org/. diff --git a/gcc/go/doc/invoking-gccgo.rst b/gcc/go/doc/invoking-gccgo.rst index ccca40e..9e2a3ee 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
\ No newline at end of file + .. include:: copyright.rst |