diff options
author | Martin Liska <mliska@suse.cz> | 2021-04-08 10:20:13 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-04-14 11:03:14 +0200 |
commit | cdd0c0b647538d25a822a44986e1bcf2e567310d (patch) | |
tree | 34575e882c2cdf0d0b85b4bff21fcc71de0446b7 | |
parent | e28e0de215559c2ced71adbdb5492dcf3abc6584 (diff) | |
download | gcc-cdd0c0b647538d25a822a44986e1bcf2e567310d.zip gcc-cdd0c0b647538d25a822a44986e1bcf2e567310d.tar.gz gcc-cdd0c0b647538d25a822a44986e1bcf2e567310d.tar.bz2 |
Remove Index from gccgo.texi.
-rw-r--r-- | gcc/go/gccgo.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index ce6b518..b7d3e8e 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 |