This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 07/12] RISC-V: Add ABI lists


On Jul 17 2018, Zong Li <zong@andestech.com> wrote:

> Use the regen-ulp and check-api/update-abi to generate
> the ulp files and abilist for 32 bit.
> ---
>  sysdeps/riscv/nofpu/libm-test-ulps                 | 2198 --------------------
>  sysdeps/riscv/nofpu/libm-test-ulps-name            |    1 -
>  sysdeps/riscv/rv32/nofpu/libm-test-ulps            |  534 +++++
>  sysdeps/riscv/rv32/nofpu/libm-test-ulps-name       |    1 +
>  sysdeps/riscv/rv32/rvd/libm-test-ulps              | 1658 +++++++++++++++
>  sysdeps/riscv/rv32/rvd/libm-test-ulps-name         |    1 +
>  sysdeps/riscv/rv64/nofpu/libm-test-ulps            | 2198 ++++++++++++++++++++
>  sysdeps/riscv/rv64/nofpu/libm-test-ulps-name       |    1 +
>  sysdeps/unix/sysv/linux/riscv/rv32/c++-types.data  |   67 +
>  sysdeps/unix/sysv/linux/riscv/rv32/ld.abilist      |    9 +
>  .../sysv/linux/riscv/rv32/libBrokenLocale.abilist  |    1 +
>  sysdeps/unix/sysv/linux/riscv/rv32/libanl.abilist  |    4 +
>  sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist    | 2098 +++++++++++++++++++
>  .../unix/sysv/linux/riscv/rv32/libcrypt.abilist    |    7 +
>  sysdeps/unix/sysv/linux/riscv/rv32/libdl.abilist   |    9 +
>  sysdeps/unix/sysv/linux/riscv/rv32/libm.abilist    | 1021 +++++++++
>  sysdeps/unix/sysv/linux/riscv/rv32/libnsl.abilist  |  120 ++

Before this is added we should add the patch in
<http://sourceware.org/ml/libc-alpha/2018-07/msg00079.html>.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]