aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2009-09-22 16:33:29 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2009-09-22 16:33:29 +0000
commit27ed7478c010c7afaa79d06dcda74048711bc890 (patch)
treea8f1a6339390b8cd6de287364888d031e787ddd0 /gcc/doc
parent2208d2ac9546dea9bbce5a6a441b665269b8609b (diff)
downloadgcc-27ed7478c010c7afaa79d06dcda74048711bc890.zip
gcc-27ed7478c010c7afaa79d06dcda74048711bc890.tar.gz
gcc-27ed7478c010c7afaa79d06dcda74048711bc890.tar.bz2
install.texi (*-*-freebsd*): Update target information.
2009-09-22 Loren J. Rittle <ljrittle@acm.org> * doc/install.texi (*-*-freebsd*): Update target information. From-SVN: r152028
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 12c574d..b9482ec 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3181,6 +3181,13 @@ 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
+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).
+
We support FreeBSD using the ELF file format with DWARF 2 debugging
for all CPU architectures. You may use @option{-gstabs} instead of
@option{-g}, if you really want the old debugging format. There are