doc: RISC-V: Update binutils requirement to 2.30
authorMaciej W. Rozycki <macro@wdc.com>
Thu, 2 Apr 2020 14:43:05 +0000 (15:43 +0100)
committerMaciej W. Rozycki <macro@wdc.com>
Thu, 2 Apr 2020 14:43:05 +0000 (15:43 +0100)
Complement commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather
than fmv.x.s/fmv.s.x") and document a binutils 2.30 requirement in the
installation manual, matching the addition of fmv.x.w/fmv.w.x mnemonics
to GAS.

gcc/
* doc/install.texi (Specific) <riscv32-*-elf, riscv32-*-linux>
<riscv64-*-elf, riscv64-*-linux>: Update binutils requirement to
2.30.

gcc/ChangeLog
gcc/doc/install.texi

index f0a9509d9707418be19834234e5ff3158faa01ab..671411e5db3b4f60c94b3422054c3c3845f822fe 100644 (file)
@@ -1,3 +1,9 @@
+2020-04-02  Maciej W. Rozycki  <macro@wdc.com>
+
+       * doc/install.texi (Specific) <riscv32-*-elf, riscv32-*-linux>
+       <riscv64-*-elf, riscv64-*-linux>: Update binutils requirement to
+       2.30.
+
 2020-04-02  Kewen Lin  <linkw@gcc.gnu.org>
 
        PR tree-optimization/94401
index 559610802be33421ed87e19c2778f6910ea20fe4..bc5259d74c570fcba35208bf1f5d3e19b7888fd4 100644 (file)
@@ -4545,8 +4545,7 @@ This configuration is intended for embedded systems.
 @heading riscv32-*-elf
 The RISC-V RV32 instruction set.
 This configuration is intended for embedded systems.
-This (and all other RISC-V) targets are supported upstream as of the
-binutils 2.28 release.
+This (and all other RISC-V) targets require the binutils 2.30 release.
 
 @html
 <hr />
@@ -4554,8 +4553,7 @@ binutils 2.28 release.
 @anchor{riscv32-x-linux}
 @heading riscv32-*-linux
 The RISC-V RV32 instruction set running GNU/Linux.
-This (and all other RISC-V) targets are supported upstream as of the
-binutils 2.28 release.
+This (and all other RISC-V) targets require the binutils 2.30 release.
 
 @html
 <hr />
@@ -4564,8 +4562,7 @@ binutils 2.28 release.
 @heading riscv64-*-elf
 The RISC-V RV64 instruction set.
 This configuration is intended for embedded systems.
-This (and all other RISC-V) targets are supported upstream as of the
-binutils 2.28 release.
+This (and all other RISC-V) targets require the binutils 2.30 release.
 
 @html
 <hr />
@@ -4573,8 +4570,7 @@ binutils 2.28 release.
 @anchor{riscv64-x-linux}
 @heading riscv64-*-linux
 The RISC-V RV64 instruction set running GNU/Linux.
-This (and all other RISC-V) targets are supported upstream as of the
-binutils 2.28 release.
+This (and all other RISC-V) targets require the binutils 2.30 release.
 
 @html
 <hr />