From patchwork Sun Feb 13 17:06:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Wildenhues X-Patchwork-Id: 82992 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 427D7B7123 for ; Mon, 14 Feb 2011 04:07:02 +1100 (EST) Received: (qmail 21977 invoked by alias); 13 Feb 2011 17:07:00 -0000 Received: (qmail 21969 invoked by uid 22791); 13 Feb 2011 17:06:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mailout-de.gmx.net) (213.165.64.23) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 13 Feb 2011 17:06:55 +0000 Received: (qmail invoked by alias); 13 Feb 2011 17:06:51 -0000 Received: from xdsl-89-0-154-248.netcologne.de (EHLO localhost.localdomain) [89.0.154.248] by mail.gmx.net (mp045) with SMTP; 13 Feb 2011 18:06:51 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PofPK-0008Rk-DT for gcc-patches@gcc.gnu.org; Sun, 13 Feb 2011 18:06:46 +0100 Date: Sun, 13 Feb 2011 18:06:46 +0100 From: Ralf Wildenhues To: gcc-patches@gcc.gnu.org Subject: [PATCH doc go] Fixes to gccgo.texi Message-ID: <20110213170646.GD32131@gmx.de> Mail-Followup-To: Ralf Wildenhues , gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2010-08-04) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Tested 'cd gcc && make info pdf html man', OK for trunk? Thanks, Ralf Fixes to gccgo.texi. gcc/ChangeLog: 2011-02-13 Ralf Wildenhues * go/gccgo.texi (Top, Import and Export): Fix a typo and a markup nit. diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index b6f8910..dc8b022 100644 --- a/gcc/go/gccgo.texi +++ b/gcc/go/gccgo.texi @@ -88,7 +88,7 @@ package documentation, see @uref{http://golang.org/}. How you can share and copy this manual. * Invoking gccgo:: How to run gccgo. * Import and Export:: Importing and exporting package data. -* C Interoperability:: Calling C from Go and vice-vera. +* C Interoperability:: Calling C from Go and vice-versa. * Index:: Index. @end menu @@ -186,7 +186,7 @@ export information will be stored directly in the object file. When a package is imported, @command{gccgo} must be able to find the file. @cindex @file{.gox} -When Go code imports the package @file{gopackage}, @command{gccgo} +When Go code imports the package @file{@var{gopackage}}, @command{gccgo} will look for the import data using the following filenames, using the first one that it finds.