From 27ed7478c010c7afaa79d06dcda74048711bc890 Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 22 Sep 2009 16:33:29 +0000 Subject: [PATCH] install.texi (*-*-freebsd*): Update target information. 2009-09-22 Loren J. Rittle * doc/install.texi (*-*-freebsd*): Update target information. From-SVN: r152028 --- gcc/ChangeLog | 2 ++ gcc/doc/install.texi | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0221aead2e5..c32bf1bd6ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7,6 +7,8 @@ * config/freebsd-spec.h: Conditionally define LINK_EH_SPEC and USE_LD_AS_NEEDED. + * doc/install.texi (*-*-freebsd*): Update target information. + 2009-09-22 Richard Guenther PR middle-end/41395 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 12c574d3992..b9482ec3373 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