Problem with RISC-V

Alistair Francis alistair23@gmail.com
Sat Sep 12 21:49:06 GMT 2020


On Tue, Sep 8, 2020 at 1:25 PM Joseph Myers <joseph@codesourcery.com> wrote:
>
> On Tue, 8 Sep 2020, Alistair Francis wrote:
>
> > > choices for RV32 that should be investigated.  But when libgcc functions
> > > reference libc functions, those generally need to be listed in
> > > localplt.data for that glibc configuration (with a '?' to make the
> > > reference optional, see e.g. the
> > > sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data entries for
> >
> > I sent a patch to do exactly that, but it was never accepted. Should I
> > look at merging it?
>
> Yes.

Ok.

I bisected GCC, and apparently the bad commit is this:

commit 68ec60c4a377b532ec2d265ea542107c36b1d15c (HEAD, tag:
basepoints/gcc-10, refs/bisect/bad)
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Apr 25 20:01:17 2019 +0200

    * BASE-VER: Set to 10.0.0.

    From-SVN: r270581

diff --git a/gcc/BASE-VER b/gcc/BASE-VER
index 37ad5c8b19d..a13e7b9c87e 100644
--- a/gcc/BASE-VER
+++ b/gcc/BASE-VER
@@ -1 +1 @@
-9.0.1
+10.0.0
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0682a44cd4a..fcdbfe4caec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * BASE-VER: Set to 10.0.0.
+
 2019-04-25  Richard Biener  <rguenther@suse.de>

        PR middle-end/89765

I have no idea why though.

Alistair

>
> --
> Joseph S. Myers
> joseph@codesourcery.com


More information about the Libc-alpha mailing list