]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Update DSO list, write audit log to elf/tst-audit23.out
authorFlorian Weimer <fweimer@redhat.com>
Tue, 3 Sep 2024 15:52:47 +0000 (17:52 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 20 Dec 2024 15:15:51 +0000 (16:15 +0100)
commit4a50fdf8b2c1106b50cd9056b4c6f3a72cdeed5f
treee872e95a2e4380db6bd2bbf58be486d7ced1fe90
parentef5823d955dd7e6b4ffed9f3a8455d131cd7a737
elf: Update DSO list, write audit log to elf/tst-audit23.out

After commit 1d5024f4f052c12e404d42d3b5bfe9c3e9fd27c4
("support: Build with exceptions and asynchronous unwind tables
[BZ #30587]"), libgcc_s is expected to show up in the DSO
list on 32-bit Arm.  Do not update max_objs because vdso is not
tracked (and which is the reason why the test currently passes
even with libgcc_s present).

Also write the log output from the auditor to standard output,
for easier test debugging.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/tst-audit23.c