diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-03-12 17:31:00 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-03-12 17:31:00 +0000 |
commit | f67dbbd9f4533eb3fdf24f08df9171ce0eb49795 (patch) | |
tree | c984e8d1f17f86f28b34b5935928bf7c43fdb63b /gcc/doc/install.texi | |
parent | 6665b80207ecca795ab44f8709dfb351bb159ecb (diff) | |
download | gcc-f67dbbd9f4533eb3fdf24f08df9171ce0eb49795.tar.gz |
* doc/install.texi (Specific) <mips-*-*>: Remove description of
issue that only occurred with binutils below 2.18.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246079 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3e40b3eddd2..dced17d650f 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 |