diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-07-08 12:08:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-07-08 14:35:37 +0200 |
commit | 2a5b4f7a715921a232f67f6810268c6cd6aa0af2 (patch) | |
tree | 3d2e2f71034e640689effb5f0740b9abaa237544 | |
parent | eedf7886ed81750d0f81735034682cf0a4d8bee1 (diff) | |
download | glibc-2a5b4f7a715921a232f67f6810268c6cd6aa0af2.tar.gz glibc-2a5b4f7a715921a232f67f6810268c6cd6aa0af2.tar.xz glibc-2a5b4f7a715921a232f67f6810268c6cd6aa0af2.zip |
elf: Rename tst-audit26 to tst-audit28
tst-audit26 and tst-audit27 are already used by aarch64. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
-rw-r--r-- | elf/Makefile | 10 | ||||
-rw-r--r-- | elf/tst-audit28.c (renamed from elf/tst-audit26.c) | 0 | ||||
-rw-r--r-- | elf/tst-auditmod28.c (renamed from elf/tst-auditmod26.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 index 3f920e83ba..3f920e83ba 100644 --- a/elf/tst-audit26.c +++ b/elf/tst-audit28.c diff --git a/elf/tst-auditmod26.c b/elf/tst-auditmod28.c index db7ba95abe..db7ba95abe 100644 --- a/elf/tst-auditmod26.c +++ b/elf/tst-auditmod28.c |