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


On Sat, 13 Jan 2018, Palmer Dabbelt wrote:

> diff --git a/elf/cache.c b/elf/cache.c
> index 1ec6ab36e7f7..1202c215016a 100644
> --- a/elf/cache.c
> +++ b/elf/cache.c
> @@ -114,6 +114,10 @@ print_entry (const char *lib, int flag, unsigned int osversion,
>      case FLAG_MIPS64_LIBN64_NAN2008:
>        fputs (",64bit,nan2008", stdout);
>        break;
> +    case FLAG_RISCV_FLOAT_ABI_SOFT:
> +      fputs (",soft-float", stdout);
> +    case FLAG_RISCV_FLOAT_ABI_DOUBLE:
> +      fputs (",soft-float", stdout);

The latter description seems incorrect.

-- 
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]