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-14 15:44:40 -0800 |
commit | 2e64d2659d3edaebc792ac596a9863f1626e5c25 (patch) | |
tree | 4d551713145a5b3e0ff1351c0de7f8cab70a7fc4 /ChangeLog | |
parent | f507f7d598aec75a51689abf5863122b49ca6954 (diff) | |
download | glibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.tar glibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.tar.gz glibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.tar.bz2 glibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.zip |
Skip audit if l_reloc_result is NULL
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-14 Marcus Shawcroft <marcus.shawcroft@linaro.org> * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define. |