diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-11-25 13:31:22 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-11-25 13:31:22 +0100 |
commit | f7df9d7aca6b7978ad4c08ee24267787a805a301 (patch) | |
tree | 3698192befabff0feb12dc62af99fb9fe5dba2e0 | |
parent | 65272aebc0b5d625dfe6134610807af8c413657d (diff) | |
download | gcc-f7df9d7aca6b7978ad4c08ee24267787a805a301.zip gcc-f7df9d7aca6b7978ad4c08ee24267787a805a301.tar.gz gcc-f7df9d7aca6b7978ad4c08ee24267787a805a301.tar.bz2 |
doc: Remove obsolete notes on GCC 4.x on FreeBSD
FreeBSD 6 and 7 have been end of life for years as have been GCC 4.x
releases, so no point in detailing specifics of changes around those.
gcc:
PR target/69374
* doc/install.texi (Specific) <*-*-freebsd*>: Remove older
contents referencing GCC 4.x.
-rw-r--r-- | gcc/doc/install.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b515cd1..9a5a7b5 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4126,14 +4126,6 @@ This configuration is intended for embedded systems. @end html @anchor{x-x-freebsd} @heading *-*-freebsd* -In order to better utilize FreeBSD base system functionality and match -the configuration of the system compiler, GCC 4.5 and above as well as -GCC 4.4 past 2010-06-20 leverage SSP support in libc (which is present -on FreeBSD 7 or later) and the use of @code{__cxa_atexit} by default -(on FreeBSD 6 or later). The use of @code{dl_iterate_phdr} inside -@file{libgcc_s.so.1} and boehm-gc (on FreeBSD 7 or later) is enabled -by GCC 4.5 and above. - We support FreeBSD using the ELF file format with DWARF 2 debugging for all CPU architectures. There are no known issues with mixing object files and libraries with different |