From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 32424393D026; Thu, 8 Apr 2021 08:20:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32424393D026 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: 5a3f2546eb9c857bd04a35b4ab9b998d7abba1ae X-Git-Newrev: 06d6e102ec1b7468bcd79432ec4e8af37b8e97ce Message-Id: <20210408082057.32424393D026@sourceware.org> Date: Thu, 8 Apr 2021 08:20:57 +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: Thu, 08 Apr 2021 08:20:57 -0000 https://gcc.gnu.org/g:06d6e102ec1b7468bcd79432ec4e8af37b8e97ce commit 06d6e102ec1b7468bcd79432ec4e8af37b8e97ce 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