diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2009-09-22 16:33:29 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2009-09-22 16:33:29 +0000 |
commit | 27ed7478c010c7afaa79d06dcda74048711bc890 (patch) | |
tree | a8f1a6339390b8cd6de287364888d031e787ddd0 | |
parent | 2208d2ac9546dea9bbce5a6a441b665269b8609b (diff) | |
download | gcc-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
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0221aea..c32bf1b 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 <rguenther@suse.de> PR middle-end/41395 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 |