From 5b387fb044d5492fd9641b583e11dbced84c5da9 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Fri, 6 Nov 2009 14:36:34 -0800
Subject: [PATCH] Rename go_gccgo_setup to gccgo_install.
R=rsc
CC=go-dev
http://go/go-review/1026009
---
doc/gccgo_contribute.html | 2 +-
doc/{go_gccgo_setup.html => gccgo_install.html} | 0
doc/install.html | 4 ++--
3 files changed, 3 insertions(+), 3 deletions(-)
rename doc/{go_gccgo_setup.html => gccgo_install.html} (100%)
diff --git a/doc/gccgo_contribute.html b/doc/gccgo_contribute.html
index 57a59587d0..5b6dba0032 100644
--- a/doc/gccgo_contribute.html
+++ b/doc/gccgo_contribute.html
@@ -7,7 +7,7 @@ These are some notes on contributing to the gccgo
frontend for GCC. For information on contributing to parts of Go other
than gccgo
, see Contributing to
the Go project. For information on building gccgo
-for yourself, see Setting up and using
+for yourself, see Setting up and using
gccgo.
diff --git a/doc/go_gccgo_setup.html b/doc/gccgo_install.html
similarity index 100%
rename from doc/go_gccgo_setup.html
rename to doc/gccgo_install.html
diff --git a/doc/install.html b/doc/install.html
index 5478a4adc2..cac844ffd4 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -8,7 +8,7 @@ This document explains how to check out, build, and use the gc
Go
compiler and tools (6g
, 8g
etc.).
For information on how to use gccgo
, a more traditional
compiler using the GCC back end, see
-Setting up and using gccgo.
+Setting up and using gccgo.
Environment variables
@@ -120,7 +120,7 @@ support for segmented stacks, and a strong goroutine implementation.
-See the separate gccgo
document
+See the separate gccgo
document
for details about that compiler and environment.
--
2.50.0