[Bug dynamic-link/34533] Audit libraries have no way to specify their maximum alignment.
woodard at redhat dot com via Glibc-bugs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34533 --- Comment #2 from Ben Woodard <woodard at redhat dot com> --- To test this patch with testrun.sh I found that I needed to hack the extra environment variables into the script. $ bash -x ./testrun.sh /bin/true ++ dirname ./testrun.sh + builddir=. + GCONV_PATH=./iconvdata + toolname=default + test 1 -gt 0 + case "$1" in + break + test 1 -eq 0 + case "$toolname" in + exec env GLIBC_TUNABLES=glibc.rtld.optional_static_tls_align=128:glibc.rtld.optional_static_tls=2048 LD_AUDIT=/home/ben/Work/Audit/audit-alignment/libauditalign.so GCONV_PATH=./iconvdata LOCPATH=./localedata LC_ALL=C ./elf/ld-linux-x86-64.so.2 --library-path .:./math:./elf:./dlfcn:./nss:./nis:./rt:./resolv:./mathvec:./support:./misc:./debug:./nptl:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../lib64/:/usr/lib/gcc/x86_64-redhat-linux/14/../../../../lib64/ /bin/true $ ./testrun.sh /bin/true $ echo $? 0 -- You are receiving this mail because: You are on the CC list for the bug.