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