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