From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 5688B3858408; Mon, 26 Jun 2023 13:38:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5688B3858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687786682; bh=FlC79Qw4OqQfuUMY3nYxOIcIpvqlY/eCCR5MhFVlVAs=; h=From:To:Subject:Date:From; b=dx8KKAd6SCkcOfZONRPPpNpacsmF6EWd953Vdd+HVJs4UEtdV5D/YEgUBfLg00Tm4 YI+D6kJtRZoAWWfWFRv3+YW1rpldru5LGlEG9O/GVQ3wqWOzUnonf3OCSSNO/Oo8xq hNtX7Cgs9Krx6FKivQE/6F4Omw4NjwbIbEhn06xQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] x86: Make dl-cache.h and readelflib.c not Linux-specific X-Act-Checkin: glibc X-Git-Author: Sergey Bugaev X-Git-Refname: refs/heads/master X-Git-Oldrev: daf7b53a3c93e99ce66837e908984148fb9f11ee X-Git-Newrev: 45e2483a6cd920b38d287c51c5363f03a34f92da Message-Id: <20230626133802.5688B3858408@sourceware.org> Date: Mon, 26 Jun 2023 13:38:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=45e2483a6cd920b38d287c51c5363f03a34f92da commit 45e2483a6cd920b38d287c51c5363f03a34f92da Author: Sergey Bugaev Date: Sat Jun 17 19:40:26 2023 +0300 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: --- sysdeps/{unix/sysv/linux => }/x86/readelflib.c | 0 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 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