aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-13 21:57:11 +0100
committerMartin Liska <mliska@suse.cz>2022-11-14 09:35:04 +0100
commita0ccbac8430a08ae489d93c1b1ea7b17b046778b (patch)
treeb21da8a1c068f7d238ae9ef9d30def911efcc594 /gcc/go
parent45ab87d4f39da13af2d5544c79510317de87c99e (diff)
downloadgcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.zip
gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.tar.gz
gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.tar.bz2
Revert "sphinx: add missing trailing newline"
This reverts commit 3ed1b4ce7c9bdf8c777d12da0f5fe4cae8ba7c8e.
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/doc/c-interoperability.rst2
-rw-r--r--gcc/go/doc/c-type-interoperability.rst2
-rw-r--r--gcc/go/doc/compiler-directives.rst2
-rw-r--r--gcc/go/doc/copyright.rst2
-rw-r--r--gcc/go/doc/function-names.rst2
-rw-r--r--gcc/go/doc/general-public-license-3.rst2
-rw-r--r--gcc/go/doc/gnu-free-documentation-license.rst2
-rw-r--r--gcc/go/doc/import-and-export.rst2
-rw-r--r--gcc/go/doc/index.rst2
-rw-r--r--gcc/go/doc/indices-and-tables.rst2
-rw-r--r--gcc/go/doc/introduction.rst2
-rw-r--r--gcc/go/doc/invoking-gccgo.rst2
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