From: Gerald Pfeifer Date: Sat, 25 Nov 2023 12:31:22 +0000 (+0100) Subject: doc: Remove obsolete notes on GCC 4.x on FreeBSD X-Git-Tag: basepoints/gcc-15~4296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7df9d7aca6b7978ad4c08ee24267787a805a301;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b515cd1469f8..9a5a7b5bb7de 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