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