https://gcc.gnu.org/g:27003e5d6eadcddde617b89f11bab47ab75cc203
commit r15-3888-g27003e5d6eadcddde617b89f11bab47ab75cc203 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Wed Sep 25 21:43:29 2024 +0800 doc: Remove MinGW note on binutils 2.16 Binutils 2.16 is 13 years old; no need to specifically refer to it as a requirement. gcc: PR target/69374 * doc/install.texi (Specific) <*-*-mingw32>: Remove note regarding binutils 2.16. Diff: --- gcc/doc/install.texi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e339d736969a..08de972c8ec7 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -5211,10 +5211,6 @@ GCC will build with and support only MinGW runtime 3.12 and later. Earlier versions of headers are incompatible with the new default semantics of @code{extern inline} in @code{-std=c99} and @code{-std=gnu99} modes. -To support emitting DWARF debugging info you need to use GNU binutils -version 2.16 or above containing support for the @code{.secrel32} -assembler pseudo-op. - @html <hr /> @end html