diff mbox series

[pushed] doc: Remove obsolete notes on GCC 4.x on FreeBSD

Message ID 20231125123348.19E1633EA0@hamza.pair.com
State New
Headers show
Series [pushed] doc: Remove obsolete notes on GCC 4.x on FreeBSD | expand

Commit Message

Gerald Pfeifer Nov. 25, 2023, 12:33 p.m. UTC
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.
---
 gcc/doc/install.texi | 8 --------
 1 file changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b515cd1469f..9a5a7b5bb7d 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