From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id E9B3838582BA; Fri, 8 Jul 2022 12:36:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9B3838582BA Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] elf: Rename tst-audit26 to tst-audit28 X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/master X-Git-Oldrev: eedf7886ed81750d0f81735034682cf0a4d8bee1 X-Git-Newrev: 2a5b4f7a715921a232f67f6810268c6cd6aa0af2 Message-Id: <20220708123618.E9B3838582BA@sourceware.org> Date: Fri, 8 Jul 2022 12:36:18 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2022 12:36:19 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2a5b4f7a715921a232f67f6810268c6cd6aa0af2 commit 2a5b4f7a715921a232f67f6810268c6cd6aa0af2 Author: Florian Weimer Date: Fri Jul 8 12:08:48 2022 +0200 elf: Rename tst-audit26 to tst-audit28 tst-audit26 and tst-audit27 are already used by aarch64. Reviewed-by: Szabolcs Nagy Diff: --- elf/Makefile | 10 +++++----- elf/{tst-audit26.c => tst-audit28.c} | 0 elf/{tst-auditmod26.c => tst-auditmod28.c} | 0 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index 2b646a91e0..fd77d0c7c8 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -394,7 +394,7 @@ tests += \ tst-audit24d \ tst-audit25a \ tst-audit25b \ - tst-audit26 \ + tst-audit28 \ tst-auditmany \ tst-auxobj \ tst-auxobj-dlopen \ @@ -816,7 +816,7 @@ modules-names += \ tst-auditmod24c \ tst-auditmod24d \ tst-auditmod25 \ - tst-auditmod26 \ + tst-auditmod28 \ tst-auxvalmod \ tst-big-note-lib \ tst-deep1mod1 \ @@ -2358,9 +2358,9 @@ $(objpfx)tst-audit25b: $(objpfx)tst-audit25mod1.so \ LDFLAGS-tst-audit25b = -Wl,-z,now tst-audit25b-ARGS = -- $(host-test-program-cmd) -$(objpfx)tst-audit26.out: $(objpfx)tst-auditmod26.so -$(objpfx)tst-auditmod26.so: $(libsupport) -tst-audit26-ENV = LD_AUDIT=$(objpfx)tst-auditmod26.so +$(objpfx)tst-audit28.out: $(objpfx)tst-auditmod28.so +$(objpfx)tst-auditmod28.so: $(libsupport) +tst-audit28-ENV = LD_AUDIT=$(objpfx)tst-auditmod28.so # tst-sonamemove links against an older implementation of the library. LDFLAGS-tst-sonamemove-linkmod1.so = \ diff --git a/elf/tst-audit26.c b/elf/tst-audit28.c similarity index 100% rename from elf/tst-audit26.c rename to elf/tst-audit28.c diff --git a/elf/tst-auditmod26.c b/elf/tst-auditmod28.c similarity index 100% rename from elf/tst-auditmod26.c rename to elf/tst-auditmod28.c