1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

LoongArch: Add support for ldconfig.

This commit is contained in:
caiyinyu
2023-03-07 20:23:57 +08:00
parent e78c4c4983
commit f0d33cbdce
4 changed files with 162 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1999-2023 Free Software Foundation, Inc.
/* Copyright (C) 2022-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
@@ -225,6 +225,12 @@ print_entry (const char *lib, int flag, uint64_t hwcap,
case FLAG_RISCV_FLOAT_ABI_DOUBLE:
fputs (",double-float", stdout);
break;
case FLAG_LARCH_FLOAT_ABI_SOFT:
fputs (",soft-float", stdout);
break;
case FLAG_LARCH_FLOAT_ABI_DOUBLE:
fputs (",double-float", stdout);
break;
case 0:
break;
default: