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 15/27] [AARCH64] Add support to ldconfig for ILP32 and libilp32


Yury Norov <ynorov@caviumnetworks.com> writes:

> diff --git a/elf/cache.c b/elf/cache.c
> index fbee172..cbc6162 100644
> --- a/elf/cache.c
> +++ b/elf/cache.c
> @@ -101,6 +101,8 @@ print_entry (const char *lib, int flag, unsigned int osversion,
>      case FLAG_AARCH64_LIB64:
>        fputs (",AArch64", stdout);
>        break;
> +    case FLAG_AARCH64_LIB32:
> +      fputs (",ILP32", stdout);
>      /* Uses the ARM soft-float ABI.  */

Missing break.

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]