diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-09-25 21:43:29 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-09-26 15:31:08 +0800 |
commit | 27003e5d6eadcddde617b89f11bab47ab75cc203 (patch) | |
tree | 6072371628d9ae9efb8459ac27283c390c52bb3a | |
parent | 454371d850797600872e20da9464504cb80b0788 (diff) | |
download | gcc-27003e5d6eadcddde617b89f11bab47ab75cc203.zip gcc-27003e5d6eadcddde617b89f11bab47ab75cc203.tar.gz gcc-27003e5d6eadcddde617b89f11bab47ab75cc203.tar.bz2 |
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.
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e339d73..08de972 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 |