]> sourceware.org Git - glibc.git/commit
Allow memset local PLT reference for RISC-V.
authorAlistair Francis <alistair.francis@wdc.com>
Fri, 19 Jun 2020 16:00:23 +0000 (09:00 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 17 Sep 2020 17:51:43 +0000 (10:51 -0700)
commitd38e1bbda0be2d184f0496001cfeab00216fe01c
tree0a1c2ffd18e65e181fe9df9560ed24d6627978cd
parent07f3ecdba69c5190180112c25757040c69041bb9
Allow memset local PLT reference for RISC-V.

This is similar to commit a26e2e9feab87d4f745c31411458b048742ac733
"Allow memset local PLT reference for powerpc soft-float.".

GCC 10.1 results in the localplt test failing for RISC-V.

From the original commit for power-pc:
    Since memset is documented as a function GCC may always implicitly
    generate calls to, it seems reasonable to allow that local PLT
    reference (just like those for libgcc functions that GCC implicitly
    generates calls to and that are also exported from libc.so), which
    this patch does.

Acked-by: Palmer Dabbelt <palmerdabbelt@google.com>
sysdeps/unix/sysv/linux/riscv/localplt.data
This page took 0.042001 seconds and 5 git commands to generate.