diff options
Diffstat (limited to 'elf/cache.c')
-rw-r--r-- | elf/cache.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/cache.c b/elf/cache.c index c01d302..ce37f70 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -212,6 +212,9 @@ 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); + break; /* Uses the ARM soft-float ABI. */ case FLAG_ARM_LIBSF: fputs (",soft-float", stdout); |