summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2012-03-20 22:35:40 +0000
committerIan Lance Taylor <iant@google.com>2012-03-20 22:35:40 +0000
commit602730a32791b5ac468cdb00f87bbcb9edc955c0 (patch)
tree541c863dfbfe9bd0ab655d8b0bde59d7de0f5980 /Doc
parent347f2782d29cd5af35551e259287f6fe779ae969 (diff)
downloadswig-602730a32791b5ac468cdb00f87bbcb9edc955c0.tar.gz
Add support for new features available in gccgo 4.7, notably calling
Entersyscall and Exitsyscall around calls to wrapped C/C++ code. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Go.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html
index cd39d1fa1..a420b2864 100644
--- a/Doc/Manual/Go.html
+++ b/Doc/Manual/Go.html
@@ -100,6 +100,19 @@ swig -go -help
</tr>
<tr>
+<td>-gccgo-46</td>
+<td>Generate code for gccgo 4.6. The default is set by the configure
+ script.</td> This generates code that does not use some facilities
+ that are only available in gccgo 4.7 and later.
+</tr>
+
+<tr>
+<td>-no-gccgo-46</td>
+<td>Turn off <code>-gccgo-46</code>, whether set by default or earlier
+ on the command line.
+</tr>
+
+<tr>
<td>-package &lt;name&gt;</td>
<td>Set the name of the Go package to &lt;name&gt;. The default
package name is the SWIG module name.</td>