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
This commit is contained in:
Loren J. Rittle 2009-09-22 21:50:58 +00:00 committed by Loren J. Rittle
parent 03261b6da2
commit f2431d5d4c
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-09-22 Loren J. Rittle <ljrittle@acm.org>
Joseph S. Myers <joseph@codesourcery.com>
* doc/install.texi (*-*-freebsd*): Add proper format codes.
2009-09-22 Basile Starynkevitch <basile@starynkevitch.net> 2009-09-22 Basile Starynkevitch <basile@starynkevitch.net>
Rafael Avila de Espindola <espindola@google.com> Rafael Avila de Espindola <espindola@google.com>

View File

@ -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 FreeBSD 2 (and any mutant a.out variants of FreeBSD 3) was
discontinued in GCC 4.0. 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 7 or later. In order to better match the configuration of the
FreeBSD system compiler: We also enabled the check to see if libc FreeBSD system compiler: We also enabled the check to see if libc
provides SSP support (which it does on FreeBSD 7), the use of 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 @code{dl_iterate_phdr} inside @file{libgcc_s.so.1} (on FreeBSD 7 or later)
use of __cxa_atexit by default (on FreeBSD 6 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 We support FreeBSD using the ELF file format with DWARF 2 debugging
for all CPU architectures. You may use @option{-gstabs} instead of 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 The version of binutils installed in @file{/usr/bin} probably works
with this release of GCC@. Bootstrapping against the latest GNU 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 been known to enable additional features and improve overall testsuite
results. However, it is currently known that boehm-gc (which itself results. However, it is currently known that boehm-gc (which itself
is required for java) may not configure properly on FreeBSD prior to is required for java) may not configure properly on FreeBSD prior to