diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2023-06-17 19:40:26 +0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-06-26 10:04:31 -0300 |
commit | 45e2483a6cd920b38d287c51c5363f03a34f92da (patch) | |
tree | 8fc18b76de2b941d532a0d2c48f3e03045ec377a | |
parent | daf7b53a3c93e99ce66837e908984148fb9f11ee (diff) | |
download | glibc-45e2483a6cd920b38d287c51c5363f03a34f92da.tar.gz glibc-45e2483a6cd920b38d287c51c5363f03a34f92da.tar.xz glibc-45e2483a6cd920b38d287c51c5363f03a34f92da.zip |
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 <bugaevc@gmail.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r-- | sysdeps/x86/readelflib.c (renamed from sysdeps/unix/sysv/linux/x86/readelflib.c) | 0 | ||||
-rw-r--r-- | sysdeps/x86_64/dl-cache.h (renamed from sysdeps/unix/sysv/linux/x86_64/dl-cache.h) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/readelflib.c b/sysdeps/x86/readelflib.c index 3b8a228162..3b8a228162 100644 --- a/sysdeps/unix/sysv/linux/x86/readelflib.c +++ b/sysdeps/x86/readelflib.c diff --git a/sysdeps/unix/sysv/linux/x86_64/dl-cache.h b/sysdeps/x86_64/dl-cache.h index 82fed7bed4..82fed7bed4 100644 --- a/sysdeps/unix/sysv/linux/x86_64/dl-cache.h +++ b/sysdeps/x86_64/dl-cache.h |