00c0d4
commit 2a5b4f7a715921a232f67f6810268c6cd6aa0af2
00c0d4
Author: Florian Weimer <fweimer@redhat.com>
00c0d4
Date:   Fri Jul 8 12:08:48 2022 +0200
00c0d4
00c0d4
    elf: Rename tst-audit26 to tst-audit28
00c0d4
    
00c0d4
    tst-audit26 and tst-audit27 are already used by aarch64.
00c0d4
    
00c0d4
    Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
00c0d4
00c0d4
Conflicts:
00c0d4
	elf/Makefile
00c0d4
	  (Usual test backport differences.)
00c0d4
00c0d4
diff --git a/elf/Makefile b/elf/Makefile
00c0d4
index 3fae27d32676caf9..9e721d5d4e0a1cd9 100644
00c0d4
--- a/elf/Makefile
00c0d4
+++ b/elf/Makefile
00c0d4
@@ -353,7 +353,7 @@ tests += \
00c0d4
   tst-audit24d \
00c0d4
   tst-audit25a \
00c0d4
   tst-audit25b \
00c0d4
-  tst-audit26 \
00c0d4
+  tst-audit28 \
00c0d4
   tst-auditmany \
00c0d4
   tst-auxobj \
00c0d4
   tst-auxobj-dlopen \
00c0d4
@@ -658,7 +658,7 @@ modules-names = \
00c0d4
   tst-auditmod24c \
00c0d4
   tst-auditmod24d \
00c0d4
   tst-auditmod25 \
00c0d4
-  tst-auditmod26 \
00c0d4
+  tst-auditmod28 \
00c0d4
   tst-big-note-lib \
00c0d4
   tst-deep1mod1 \
00c0d4
   tst-deep1mod2 \
00c0d4
@@ -2145,10 +2145,10 @@ $(objpfx)tst-audit25b: $(objpfx)tst-audit25mod1.so \
00c0d4
 LDFLAGS-tst-audit25b = -Wl,-z,now
00c0d4
 tst-audit25b-ARGS = -- $(host-test-program-cmd)
00c0d4
 
00c0d4
-$(objpfx)tst-audit26: $(libdl)
00c0d4
-$(objpfx)tst-audit26.out: $(objpfx)tst-auditmod26.so
00c0d4
-$(objpfx)tst-auditmod26.so: $(libsupport) $(libdl)
00c0d4
-tst-audit26-ENV = LD_AUDIT=$(objpfx)tst-auditmod26.so
00c0d4
+$(objpfx)tst-audit28: $(libdl)
00c0d4
+$(objpfx)tst-audit28.out: $(objpfx)tst-auditmod28.so
00c0d4
+$(objpfx)tst-auditmod28.so: $(libsupport) $(libdl)
00c0d4
+tst-audit28-ENV = LD_AUDIT=$(objpfx)tst-auditmod28.so
00c0d4
 
00c0d4
 # tst-sonamemove links against an older implementation of the library.
00c0d4
 LDFLAGS-tst-sonamemove-linkmod1.so = \
00c0d4
diff --git a/elf/tst-audit26.c b/elf/tst-audit28.c
00c0d4
similarity index 100%
00c0d4
rename from elf/tst-audit26.c
00c0d4
rename to elf/tst-audit28.c
00c0d4
diff --git a/elf/tst-auditmod26.c b/elf/tst-auditmod28.c
00c0d4
similarity index 100%
00c0d4
rename from elf/tst-auditmod26.c
00c0d4
rename to elf/tst-auditmod28.c