From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 88F953896838; Mon, 12 Apr 2021 07:30:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88F953896838 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/sphinx-generate-docs)] Remove Index from gccgo.texi. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/sphinx-generate-docs X-Git-Oldrev: f2d7dd67d13a11068a01e059b971a6011fc83051 X-Git-Newrev: 61c5b3817d0a3bc01e4412490a0562299e7a2de9 Message-Id: <20210412073026.88F953896838@sourceware.org> Date: Mon, 12 Apr 2021 07:30:26 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 07:30:26 -0000 https://gcc.gnu.org/g:61c5b3817d0a3bc01e4412490a0562299e7a2de9 commit 61c5b3817d0a3bc01e4412490a0562299e7a2de9 Author: Martin Liska Date: Thu Apr 8 10:20:13 2021 +0200 Remove Index from gccgo.texi. Diff: --- gcc/go/gccgo.texi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index ce6b518bb7b..b7d3e8e2c16 100644 --- a/gcc/go/gccgo.texi +++ b/gcc/go/gccgo.texi @@ -90,7 +90,6 @@ package documentation, see @uref{http://golang.org/}. * Import and Export:: Importing and exporting package data. * Compiler Directives:: Comments to control compilation. * C Interoperability:: Calling C from Go and vice-versa. -* Index:: Index. @end menu @@ -513,9 +512,6 @@ call the function from C you must set the name using the @command{gcc} extern int go_function(int) __asm__ ("mypkgpath.Function"); @end smallexample -@node Index -@unnumbered Index - @printindex cp @bye