From f2431d5d4c7a63bf4971a6761843e155d664f89a Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 22 Sep 2009 21:50:58 +0000 Subject: install.texi (*-*-freebsd*): Add proper format codes. 2009-09-22 Loren J. Rittle Joseph S. Myers * doc/install.texi (*-*-freebsd*): Add proper format codes. Co-Authored-By: Joseph Myers From-SVN: r152051 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a6c9cd..1f1a797 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-22 Loren J. Rittle + Joseph S. Myers + + * doc/install.texi (*-*-freebsd*): Add proper format codes. + 2009-09-22 Basile Starynkevitch Rafael Avila de Espindola 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 -- cgit v1.1