diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-12 17:31:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-12 17:31:00 +0000 |
commit | 9c8886127699971164cbec9baa15d7f0cdd9617a (patch) | |
tree | c984e8d1f17f86f28b34b5935928bf7c43fdb63b | |
parent | 665accdffa6facb99fa8419345797dcdaf581dcb (diff) | |
download | gcc-9c8886127699971164cbec9baa15d7f0cdd9617a.zip gcc-9c8886127699971164cbec9baa15d7f0cdd9617a.tar.gz gcc-9c8886127699971164cbec9baa15d7f0cdd9617a.tar.bz2 |
install.texi (Specific): Remove description of issue that only occurred with binutils below 2.18.
* doc/install.texi (Specific) <mips-*-*>: Remove description of
issue that only occurred with binutils below 2.18.
From-SVN: r246079
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c490cb..d3e671b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com> + * doc/install.texi (Specific) <mips-*-*>: Remove description of + issue that only occurred with binutils below 2.18. + +2017-03-12 Gerald Pfeifer <gerald@pfeifer.com> + * doc/install.texi (Specific) <cris-axis-elf>: No longer refer to binutils 2.11/2.12 minimum. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3e40b3e..dced17d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4122,14 +4122,6 @@ the use of break, use the @option{--with-divide=breaks} @command{configure} option when configuring GCC@. The default is to use traps on systems that support them. -The assembler from GNU binutils 2.17 and earlier has a bug in the way -it sorts relocations for REL targets (o32, o64, EABI). This can cause -bad code to be generated for simple C++ programs. Also the linker -from GNU binutils versions prior to 2.17 has a bug which causes the -runtime linker stubs in very large programs to -be incorrectly generated. GNU Binutils 2.18 and later (and snapshots -made after Nov. 9, 2006) should be free from both of these problems. - @html <hr /> @end html |