]> git.ipfire.org Git - thirdparty/glibc.git/commit
Introduce link_map_audit_state accessor function
authorFlorian Weimer <fweimer@redhat.com>
Sat, 2 Nov 2019 19:04:02 +0000 (20:04 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 15 Nov 2019 12:03:40 +0000 (13:03 +0100)
commite1d559f337de2c8ab68a6749dfe873477c883807
tree89136f8318e432a07ea7db9fcda976b33ad99086
parentc7bf5ceab6ec776ac7350d3b0190776bf532ac54
Introduce link_map_audit_state accessor function

To improve GCC 10 compatibility, it is necessary to remove the l_audit
zero-length array from the end of struct link_map.  In preparation of
that, this commit introduces an accessor function for the audit state,
so that it is possible to change the representation of the audit state
without adjusting the code that accesses it.

Tested on x86_64-linux-gnu.  Built on i686-gnu.

Change-Id: Id815673c29950fc011ae5301d7cde12624f658df
csu/libc-start.c
elf/dl-close.c
elf/dl-fini.c
elf/dl-load.c
elf/dl-object.c
elf/dl-open.c
elf/dl-runtime.c
elf/dl-sym.c
elf/rtld.c
sysdeps/generic/ldsodefs.h