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 03/17] Add support for the RISC-V-specific ELF flags


On Wed, 24 Jan 2018, Palmer Dabbelt wrote:

> The RISC-V port defines ELF flags that enforce compatibility between
> various objects.  This adds the shared support necessary for these
> flags.
> 
> 2018-01-13  Palmer Dabbelt  <palmer@sifive.com>
> 
>         * elf/cache.c (print_entry): Add FLAG_RISCV_FLOAT_ABI_SOFT and
>         FLAG_RISCV_FLOAT_ABI_DOUBLE.
>         * elf/elf.h (EF_RISCV_RVC): New define.
>         (EF_RISCV_FLOAT_ABI): Likewise.
>         (EF_RISCV_FLOAT_ABI_SOFT): Likewise.
>         (EF_RISCV_FLOAT_ABI_SINGLE): Likewise.
>         (EF_RISCV_FLOAT_ABI_DOUBLE): Likewise.
>         (EF_RISCV_FLOAT_ABI_QUAD): Likewise.
>         * sysdeps/generic/ldconfig.h (FLAG_RISCV_FLOAT_ABI_SOFT): New
>         define.
>         (FLAG_RISCV_FLOAT_ABI_DOUBLE): Likewise.

This patch is OK, please commit.

-- 
Joseph S. Myers
joseph@codesourcery.com


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