From: Sergey Bugaev Date: Sat, 17 Jun 2023 16:40:26 +0000 (+0300) Subject: x86: Make dl-cache.h and readelflib.c not Linux-specific X-Git-Tag: glibc-2.38~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45e2483a6c;p=thirdparty%2Fglibc.git x86: Make dl-cache.h and readelflib.c not Linux-specific These files could be useful to any port that wants to use ld.so.cache. Signed-off-by: Sergey Bugaev Reviewed-by: Adhemerval Zanella --- diff --git a/sysdeps/unix/sysv/linux/x86/readelflib.c b/sysdeps/x86/readelflib.c similarity index 100% rename from sysdeps/unix/sysv/linux/x86/readelflib.c rename to sysdeps/x86/readelflib.c diff --git a/sysdeps/unix/sysv/linux/x86_64/dl-cache.h b/sysdeps/x86_64/dl-cache.h similarity index 100% rename from sysdeps/unix/sysv/linux/x86_64/dl-cache.h rename to sysdeps/x86_64/dl-cache.h