aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/loongarch/dl-get-cpu-features.c
diff options
context:
space:
mode:
authorcaiyinyu <caiyinyu@loongson.cn>2023-09-21 09:10:11 +0800
committercaiyinyu <caiyinyu@loongson.cn>2023-09-21 09:10:11 +0800
commit672b91ba1060887aa8897d0b98af83b96d4a52b0 (patch)
tree9d54d7178a4b98c8efb2acfb8c1d89bfafda31c5 /sysdeps/loongarch/dl-get-cpu-features.c
parent457bb77255a59c736467d05a6ee9631328fee21b (diff)
downloadglibc-672b91ba1060887aa8897d0b98af83b96d4a52b0.tar
glibc-672b91ba1060887aa8897d0b98af83b96d4a52b0.tar.gz
glibc-672b91ba1060887aa8897d0b98af83b96d4a52b0.tar.bz2
glibc-672b91ba1060887aa8897d0b98af83b96d4a52b0.zip
Revert "LoongArch: Add glibc.cpu.hwcap support."
This reverts commit a53451559dc9cce765ea5bcbb92c4007e058e92b.
Diffstat (limited to 'sysdeps/loongarch/dl-get-cpu-features.c')
-rw-r--r--sysdeps/loongarch/dl-get-cpu-features.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/sysdeps/loongarch/dl-get-cpu-features.c b/sysdeps/loongarch/dl-get-cpu-features.c
deleted file mode 100644
index 7cd9bc15c3..0000000000
--- a/sysdeps/loongarch/dl-get-cpu-features.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Define _dl_larch_get_cpu_features.
- Copyright (C) 2023 Free Software Foundation, Inc.
-
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, see
- <https://www.gnu.org/licenses/>. */
-
-
-#include <ldsodefs.h>
-
-const struct cpu_features *
-_dl_larch_get_cpu_features (void)
-{
- return &GLRO(dl_larch_cpu_features);
-}