public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30
@ 2020-04-02 14:50 Maciej W. Rozycki
  2020-04-09 13:42 ` [PING][PATCH][wwwdocs] " Maciej W. Rozycki
  0 siblings, 1 reply; 5+ messages in thread
From: Maciej W. Rozycki @ 2020-04-02 14:50 UTC (permalink / raw)
  To: gcc-patches

Match GCC commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather 
than fmv.x.s/fmv.s.x") and commit 879bc686a0aa ("doc: RISC-V: Update 
binutils requirement to 2.30").
---
Hi,

 OK to apply?

  Maciej
---
 htdocs/gcc-10/changes.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 3d8e0ba9..809bbb4d 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -725,7 +725,13 @@ a work-in-progress.</p>
   </li>
 </ul>
 
-<!-- <h3 id="riscv">RISC-V</h3> -->
+<h3 id="riscv">RISC-V</h3>
+<ul>
+  <li>
+    The <code>riscv*-*-*</code> targets now require GNU binutils version 2.30
+    or later, to support new assembly instructions produced by GCC.
+  </li>
+</ul>
 
 <!-- <h3 id="rx">RX</h3> -->
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PING][PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30
  2020-04-02 14:50 [PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30 Maciej W. Rozycki
@ 2020-04-09 13:42 ` Maciej W. Rozycki
  2020-04-09 13:59   ` Jeff Law
  0 siblings, 1 reply; 5+ messages in thread
From: Maciej W. Rozycki @ 2020-04-09 13:42 UTC (permalink / raw)
  To: gcc-patches

On Thu, 2 Apr 2020, Maciej W. Rozycki wrote:

> Match GCC commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather 
> than fmv.x.s/fmv.s.x") and commit 879bc686a0aa ("doc: RISC-V: Update 
> binutils requirement to 2.30").

 Ping for:

<https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543144.html>

  Maciej

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30
  2020-04-09 13:42 ` [PING][PATCH][wwwdocs] " Maciej W. Rozycki
@ 2020-04-09 13:59   ` Jeff Law
  2020-04-09 14:36     ` Maciej W. Rozycki
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Law @ 2020-04-09 13:59 UTC (permalink / raw)
  To: Maciej W. Rozycki, gcc-patches

On Thu, 2020-04-09 at 14:42 +0100, Maciej W. Rozycki via Gcc-patches wrote:
> On Thu, 2 Apr 2020, Maciej W. Rozycki wrote:
> 
> > Match GCC commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather 
> > than fmv.x.s/fmv.s.x") and commit 879bc686a0aa ("doc: RISC-V: Update 
> > binutils requirement to 2.30").
> 
>  Ping for:
> 
> <https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543144.html>
OK.  Do we need any configure magic to detect what assembler version is being
used and warn/error if it's too old?

jeff


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30
  2020-04-09 13:59   ` Jeff Law
@ 2020-04-09 14:36     ` Maciej W. Rozycki
  2020-04-09 14:40       ` Jeff Law
  0 siblings, 1 reply; 5+ messages in thread
From: Maciej W. Rozycki @ 2020-04-09 14:36 UTC (permalink / raw)
  To: Jeff Law; +Cc: Jim Wilson, gcc-patches

On Thu, 9 Apr 2020, Jeff Law wrote:

> > > Match GCC commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather 
> > > than fmv.x.s/fmv.s.x") and commit 879bc686a0aa ("doc: RISC-V: Update 
> > > binutils requirement to 2.30").
> > 
> >  Ping for:
> > 
> > <https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543144.html>
> OK.  Do we need any configure magic to detect what assembler version is being
> used and warn/error if it's too old?

 I discussed this with Jim (cc-ed) who thinks there is no need for that; 
cf. <https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542280.html>.

 Patch now applied, thanks for your review.

  Maciej

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30
  2020-04-09 14:36     ` Maciej W. Rozycki
@ 2020-04-09 14:40       ` Jeff Law
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Law @ 2020-04-09 14:40 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: Jim Wilson, gcc-patches

On Thu, 2020-04-09 at 15:36 +0100, Maciej W. Rozycki wrote:
> On Thu, 9 Apr 2020, Jeff Law wrote:
> 
> > > > Match GCC commit bfe78b08471f ("RISC-V: Using fmv.x.w/fmv.w.x rather 
> > > > than fmv.x.s/fmv.s.x") and commit 879bc686a0aa ("doc: RISC-V: Update 
> > > > binutils requirement to 2.30").
> > > 
> > >  Ping for:
> > > 
> > > <https://gcc.gnu.org/pipermail/gcc-patches/2020-April/543144.html>
> > OK.  Do we need any configure magic to detect what assembler version is being
> > used and warn/error if it's too old?
> 
>  I discussed this with Jim (cc-ed) who thinks there is no need for that; 
> cf. <https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542280.html>;.
Great thanks. 

JEff


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-09 14:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 14:50 [PATCH][wwwdocs] GCC 10: Document RISC-V target's requirement for binutils 2.30 Maciej W. Rozycki
2020-04-09 13:42 ` [PING][PATCH][wwwdocs] " Maciej W. Rozycki
2020-04-09 13:59   ` Jeff Law
2020-04-09 14:36     ` Maciej W. Rozycki
2020-04-09 14:40       ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).