diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-11-14 15:44:40 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-11-27 08:29:51 -0800 |
commit | 3b145207c8c6edfffe1c41c28cb9c46ca4ac5903 (patch) | |
tree | 7a88f83f2f90e28bdb2399c0c62971106acfc78a /ChangeLog | |
parent | 68b6636fdc3d5b940d9be060e1f429b6eaa93709 (diff) | |
download | glibc-3b145207c8c6edfffe1c41c28cb9c46ca4ac5903.zip glibc-3b145207c8c6edfffe1c41c28cb9c46ca4ac5903.tar.gz glibc-3b145207c8c6edfffe1c41c28cb9c46ca4ac5903.tar.bz2 |
Skip audit if l_reloc_result is NULL
Cherry-pick commit 2e64d2659d3edaebc792ac596a9863f1626e5c25
Conflicts:
ChangeLog
NEWS
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2012-11-14 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #14831] + * elf/Makefile (tests): Add tst-audit8. + ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so. + ($(objpfx)tst-audit8.out): New target. + (tst-audit8-ENV): New variable. + * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip + audit if l_reloc_result is NULL. + (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't + defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined. + * elf/tst-audit8.c: New file. + 2012-11-07 Andreas Jaeger <aj@suse.de> [BZ #14809] |