diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index 8be989132d..4f1308adb7 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -13,7 +13,7 @@ Besides this overview you might want to consult the

When you compile and link your Go programs with the gc toolchain -on Linux, Mac OS X or FreeBSD, the resulting binaries contain DWARFv3 +on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv3 debugging information that recent versions (>7.1) of the GDB debugger can use to inspect a live process or a core dump.

diff --git a/doc/install.html b/doc/install.html index f6d377e505..77d6432053 100644 --- a/doc/install.html +++ b/doc/install.html @@ -44,6 +44,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported; no binary distribution for ARM yet Mac OS X 10.6/10.7 amd64, 386 use the gcc that comes with Xcode Windows 2000 or later amd64, 386 use mingw gcc; cygwin or msys is not needed +NetBSD 6 or later amd64, 386

@@ -66,7 +67,7 @@ your operating system and processor architecture.

Official binary distributions are available -for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), and Windows operating systems +for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), NetBSD, and Windows operating systems and the 32-bit (386) and 64-bit (amd64) x86 processor architectures.

@@ -103,7 +104,7 @@ Windows users should read the section about setting environment variables under Windows.

-

FreeBSD, Linux, and Mac OS X tarballs

+

FreeBSD, Linux, Mac OS X and NetBSD tarballs

If you are upgrading from an older version of Go you must @@ -115,7 +116,7 @@ rm -r /usr/local/go

-Extract the archive +Extract the archive into /usr/local, creating a Go tree in /usr/local/go. For example: