aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2009-09-22 21:50:58 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2009-09-22 21:50:58 +0000
commitf2431d5d4c7a63bf4971a6761843e155d664f89a (patch)
tree9caca7acb6f09ab4f7e3c6eb064be3727a2361a2 /gcc/doc/install.texi
parent03261b6da212a10a0e911f1f6895f04b0dc5780f (diff)
downloadgcc-f2431d5d4c7a63bf4971a6761843e155d664f89a.zip
gcc-f2431d5d4c7a63bf4971a6761843e155d664f89a.tar.gz
gcc-f2431d5d4c7a63bf4971a6761843e155d664f89a.tar.bz2
install.texi (*-*-freebsd*): Add proper format codes.
2009-09-22 Loren J. Rittle <ljrittle@acm.org> Joseph S. Myers <joseph@codesourcery.com> * doc/install.texi (*-*-freebsd*): Add proper format codes. Co-Authored-By: Joseph Myers <joseph@codesourcery.com> From-SVN: r152051
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b9482ec..e172952 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3181,12 +3181,12 @@ Support for FreeBSD 1 was discontinued in GCC 3.2. Support for
FreeBSD 2 (and any mutant a.out variants of FreeBSD 3) was
discontinued in GCC 4.0.
-In GCC 4.5, we enabled the use of dl_iterate_phdr inside boehm-gc on
+In GCC 4.5, we enabled the use of @code{dl_iterate_phdr} inside boehm-gc on
FreeBSD 7 or later. In order to better match the configuration of the
FreeBSD system compiler: We also enabled the check to see if libc
provides SSP support (which it does on FreeBSD 7), the use of
-dl_iterate_phdr inside libgcc_s.so.1 (on FreeBSD 7 or later) and the
-use of __cxa_atexit by default (on FreeBSD 6 or later).
+@code{dl_iterate_phdr} inside @file{libgcc_s.so.1} (on FreeBSD 7 or later)
+and the use of @code{__cxa_atexit} by default (on FreeBSD 6 or later).
We support FreeBSD using the ELF file format with DWARF 2 debugging
for all CPU architectures. You may use @option{-gstabs} instead of
@@ -3203,7 +3203,7 @@ and check with good results on FreeBSD 3.0, 3.4, 4.0, 4.2, 4.3, 4.4,
The version of binutils installed in @file{/usr/bin} probably works
with this release of GCC@. Bootstrapping against the latest GNU
-binutils and/or the version found in /usr/ports/devel/binutils has
+binutils and/or the version found in @file{/usr/ports/devel/binutils} has
been known to enable additional features and improve overall testsuite
results. However, it is currently known that boehm-gc (which itself
is required for java) may not configure properly on FreeBSD prior to